// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This file contains the HSTS preloaded list in a machine readable format. // The top-level element is a dictionary with two keys: "pinsets" maps details // of certificate pinning to a name and "entries" contains the HSTS details for // each host. // // "pinsets" is a list of objects. Each object has the following members: // name: (string) the name of the pinset // static_spki_hashes: (list of strings) the set of allowed SPKIs hashes // bad_static_spki_hashes: (optional list of strings) the set of forbidden // SPKIs hashes // report_uri: (optional string) the URI to send violation reports to; // reports will be in the format defined in RFC 7469 // // For a given pinset, a certificate is accepted if at least one of the // "static_spki_hashes" SPKIs is found in the chain and none of the // "bad_static_spki_hashes" SPKIs are. SPKIs are specified as names, which must // match up with the file of certificates. // // "entries" is a list of objects. Each object has the following members: // name: (string) the DNS name of the host in question. // policy: (string) the policy under which the domain is part of the // preload list. This field is used for list maintenance. // - test: test domains. // - google: Google-owned sites. // - custom: entries without includeSubdomains or with HPKP/Expect-CT. // - bulk-legacy: bulk entries preloaded before Chrome 50. // - bulk-18-weeks: bulk entries with max-age >= 18 weeks (Chrome 50-63). // - bulk-1-year: bulk entries with max-age >= 1 year (after Chrome 63). // - public-suffix: public suffixes (e.g. TLDs or other public suffix // list entries) preloaded at the owner's request. // - public-suffix-requested: domains under a public suffix that have // been preloaded at the request of the the public suffix owner (e.g. // the registry for the TLD). // include_subdomains: (optional boolean) For backwards compatibility, this // means: // - If mode == "force-https", then apply force-https to subdomains. // - If "pins" is set, then apply the pinset to subdomains. // include_subdomains_for_pinning: (optional boolean) whether subdomains // of |name| are also covered for pinning. As noted above, // |include_subdomains| also has the same effect on pinning. // mode: (optional string) "force-https" iff covered names should require // HTTPS. // pins: (optional string) the |name| member of an object in |pinsets|. // // expect_ct: (optional boolean) true if the site expects Certificate // Transparency information to be present on requests to |name|. // expect_ct_report_uri: (optional string) if |expect_ct| is true, the // URI to which reports should be sent when valid Certificate // Transparency information is not present. // { "pinsets": [ { "name": "test", "static_spki_hashes": [ "TestSPKI" ], "report_uri": "http://report-example.test/test" }, { "name": "google", "static_spki_hashes": [ "GoogleBackup2048", "GTSCA1O1", "GTSRootR1", "GTSRootR2", "GTSRootR3", "GTSRootR4", "GlobalSignRootCA_R2" ], "bad_static_spki_hashes": [ "GlobalSignExtendedValidationCA", "GlobalSignExtendedValidationCA_G2", "GlobalSignExtendedValidationCA_SHA256_G2" ], "report_uri": "http://clients3.google.com/cert_upload_json" }, { "name": "tor", "static_spki_hashes": [ "RapidSSL", "DigiCertEVRoot", "Tor1", "Tor2", "Tor3", "LetsEncryptAuthorityPrimary_X1_X3", "LetsEncryptAuthorityBackup_X2_X4", "R3LetsEncrypt", "R4LetsEncrypt" ] }, { "name": "twitterCom", "static_spki_hashes": [ "VeriSignClass1", "VeriSignClass3_G4", "VeriSignClass4_G3", "VeriSignClass3_G3", "VeriSignClass1_G3", "VeriSignClass2_G3", "VeriSignClass3_G2", "VeriSignClass2_G2", "VeriSignClass3_G5", "VeriSignUniversal", "GeoTrustGlobal", "GeoTrustGlobal2", "GeoTrustUniversal", "GeoTrustUniversal2", "GeoTrustPrimary", "GeoTrustPrimary_G2", "GeoTrustPrimary_G3", "DigiCertGlobalRoot", "DigiCertEVRoot", "DigiCertAssuredIDRoot", "Twitter1" ], "report_uri": "http://l.twimg.com/i/hpkp_report" }, { "name": "twitterCDN", "static_spki_hashes": [ "VeriSignClass1", "VeriSignClass3_G4", "VeriSignClass4_G3", "VeriSignClass3_G3", "VeriSignClass1_G3", "VeriSignClass2_G3", "VeriSignClass3_G2", "VeriSignClass2_G2", "VeriSignClass3_G5", "VeriSignUniversal", "GeoTrustGlobal", "GeoTrustGlobal2", "GeoTrustUniversal", "GeoTrustUniversal2", "GeoTrustPrimary", "GeoTrustPrimary_G2", "GeoTrustPrimary_G3", "DigiCertGlobalRoot", "DigiCertEVRoot", "DigiCertAssuredIDRoot", "Twitter1", "Entrust_2048", "Entrust_EV", "Entrust_G2", "Entrust_SSL", "AAACertificateServices", "AddTrustClass1CARoot", "AddTrustExternalCARoot", "AddTrustPublicCARoot", "AddTrustQualifiedCARoot", "COMODOCertificationAuthority", "SecureCertificateServices", "TrustedCertificateServices", "UTNDATACorpSGC", "UTNUSERFirstClientAuthenticationandEmail", "UTNUSERFirstHardware", "UTNUSERFirstObject", "GTECyberTrustGlobalRoot", "BaltimoreCyberTrustRoot", "GlobalSignRootCA", "GlobalSignRootCA_R2", "GlobalSignRootCA_R3" ], "report_uri": "http://l.twimg.com/i/hpkp_report" }, { "name": "dropbox", "static_spki_hashes": [ "DigiCertAssuredIDRoot", "DigiCertGlobalRoot", "DigiCertEVRoot", "EntrustRootEC1", "Entrust_G2", "Entrust_EV", "Entrust_2048", "TheGoDaddyGroupClass2", "GoDaddyRoot_G2", "GoDaddySecure" ], "report_uri": "https://log.getdropbox.com/hpkp" }, { "name": "facebook", "static_spki_hashes": [ "SymantecClass3EVG3", "DigiCertECCSecureServerCA", "DigiCertEVRoot", "FacebookBackup" ] }, { "name": "spideroak", "static_spki_hashes": [ "GeoTrustGlobal", "DigiCertEVRoot", "SpiderOak2", "SpiderOak3" ] }, { "name": "yahoo", "static_spki_hashes": [ "DigiCertAssuredIDRoot", "DigiCertGlobalRoot", "DigiCertGlobalRootG2", "DigiCertGlobalRootG3", "DigiCertTrustedRootG4", "DigiCertEVRoot", "GlobalSignRootCA", "GlobalSignRootCA_R3", "YahooBackup1", "YahooBackup2" ], "report_uri": "http://csp.yahoo.com/beacon/csp?src=yahoocom-hpkp-report-only" }, { "name": "swehackCom", "static_spki_hashes": [ "Swehack", "LetsEncryptAuthorityPrimary_X1_X3", "LetsEncryptAuthorityBackup_X2_X4", "DSTRootCAX3", "SwehackBackup", "COMODORSADomainValidationSecureServerCA" ] } ], "entries": [ // Dummy entries to test certificate pinning and expect-CT. { "name": "pinningtest.appspot.com", "policy": "test", "include_subdomains": true, "pins": "test" }, { "name": "pinning-test.badssl.com", "policy": "test", "include_subdomains": true, "pins": "test" }, { "name": "example.test", "policy": "test", "include_subdomains": true, "pins": "test" }, { "name": "preloaded-expect-ct.badssl.com", "policy": "test", "expect_ct": true, "expect_ct_report_uri": "https://clients3.google.com/ct_upload" }, // gTLDs and eTLDs are welcome to preload if they are interested. { "name": "android", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "app", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "bank", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "chrome", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "dev", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "foo", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "gle", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "gmail", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "google", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "hangout", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "insurance", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "meet", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "new", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "page", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "play", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "search", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "youtube", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "esq", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "fly", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "rsvp", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "eat", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "nexus", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "ing", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "meme", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "phd", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "prof", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "boo", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "dad", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "day", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, // Domains on the public suffix list that have requested to be preloaded. { "name": "bmoattachments.org", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "now.sh", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "cnpy.gdn", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, { "name": "gentapps.com", "policy": "public-suffix", "mode": "force-https", "include_subdomains": true }, // Google domains using Expect-CT. { "name": "mail.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google", "expect_ct": true, "expect_ct_report_uri": "https://clients3.google.com/ct_upload" }, { "name": "plus.sandbox.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google", "expect_ct": true, "expect_ct_report_uri": "https://clients3.google.com/ct_upload" }, { "name": "remotedesktop.corp.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google", "expect_ct": true, "expect_ct_report_uri": "https://clients3.google.com/ct_upload" }, { "name": "corp.goog", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google", "expect_ct": true, "expect_ct_report_uri": "https://clients3.google.com/ct_upload" }, // Now we force HTTPS for subtrees of google.com. { "name": "accounts.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "admin.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "apis.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "appengine.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "calendar.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "checkout.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "chrome.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "classroom.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "cloud.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "code.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "contributor.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "datastudio.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "dl.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "docs.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "domains.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "drive.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "encrypted.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "fi.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "glass.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "goto.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "groups.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "hangouts.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "history.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "hostedtalkgadget.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "inbox.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "lens.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "login.corp.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "mail-settings.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "meet.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "myaccount.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "myactivity.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "passwords.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "pixel.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "play.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "plus.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "profiles.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "script.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "security.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "sites.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "spreadsheets.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "talkgadget.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "talk.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "wallet.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "payments.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "xn--7xa.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "dns.google.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, // Other Google-related domains that must use HTTPS. { "name": "build.chromium.org", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "bugs.chromium.org", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "cdn.ampproject.org", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "chrome.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "chrome-devtools-frontend.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "chromereporting-pa.googleapis.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "chromiumcodereview.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "codereview.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "codereview.chromium.org", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "crbug.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "crosbug.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "crrev.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "firebaseio.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "g.co", "policy": "google", "mode": "force-https", "pins": "google" }, { "name": "www.g.co", "policy": "google", "mode": "force-https", "pins": "google" }, { "name": "g4w.co", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "gmail.com", "policy": "google", "mode": "force-https", "pins": "google" }, { "name": "goo.gl", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "googlecode.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "googlemail.com", "policy": "google", "mode": "force-https", "pins": "google" }, { "name": "googleplex.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "googlesource.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "gvt2.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "gvt3.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "developer.android.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "market.android.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "oauthaccountmanager.googleapis.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "passwordsleakcheck-pa.googleapis.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "translate.googleapis.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "tunnel.googlezip.net", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "tunnel-staging.googlezip.net", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "withgoogle.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "withyoutube.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "www.gmail.com", "policy": "google", "mode": "force-https", "pins": "google" }, { "name": "www.googlemail.com", "policy": "google", "mode": "force-https", "pins": "google" }, { "name": "google-analytics.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "stats.g.doubleclick.net", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "chromiumbugs.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "youtube.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "ua5v.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "webfilings.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "webfilings-eu.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "webfilings-eu-mirror.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "webfilings-mirror-hrd.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "wf-bigsky-master.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "wf-demo-eu.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "wf-demo-hrd.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "wf-dogfood-hrd.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "wf-pentest.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "wf-staging-hr.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "wf-training-hrd.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "wf-training-master.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "wf-trial-hrd.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "w-spotlight.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, { "name": "xbrlsuccess.appspot.com", "policy": "google", "mode": "force-https", "include_subdomains": true, "pins": "google" }, // Other Google-related domains that must use an acceptable certificate // iff using SSL. { "name": "2mdn.net", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "android.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "appspot.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "blogger.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "blogspot.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "doubleclick.net", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "ggpht.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ac", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ad", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "googleadservices.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ae", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.af", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ag", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.am", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "googleapis.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.as", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.at", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.az", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ba", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.be", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.bf", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.bg", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.bi", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.bj", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.bs", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.by", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ca", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.cat", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.cc", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.cd", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.cf", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.cg", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ch", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ci", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.cl", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.cm", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.cn", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.ao", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.bw", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.ck", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.cr", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.hu", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.id", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.il", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.im", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.in", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.je", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.jp", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.ke", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.kr", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.ls", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.af", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.ag", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.ai", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.ma", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.ar", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.au", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.bd", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.bh", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.bn", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.bo", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.br", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.by", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.bz", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.cn", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.co", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.cu", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.cy", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.do", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.ec", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.eg", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.et", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.fj", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.ge", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.gh", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.gi", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.gr", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.gt", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.hk", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.iq", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.jm", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.jo", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.kh", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.kw", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.lb", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.ly", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "googlecommerce.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.mt", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.mx", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.my", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.na", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.nf", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.ng", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.ni", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.np", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.nr", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.om", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.pa", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.pe", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.ph", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.pk", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.pl", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.pr", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.py", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.qa", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.ru", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.sa", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.sb", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.sg", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.sl", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.sv", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.tj", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.tn", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.tr", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.tw", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.ua", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.uy", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.vc", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.ve", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.com.vn", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.mz", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.nz", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.th", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.tz", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.ug", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.uk", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.uz", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.ve", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.vi", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.za", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.zm", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.co.zw", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.cv", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.cz", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.de", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.dj", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.dk", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.dm", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.dz", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ee", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.es", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.fi", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.fm", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.fr", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ga", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ge", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.gg", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.gl", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.gm", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.gp", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.gr", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "googlegroups.com", "policy": "google", "include_subdomains": true, "pins": "google", "expect_ct": true, "expect_ct_report_uri": "https://clients3.google.com/ct_upload" }, { "name": "google.gy", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.hk", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.hn", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.hr", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ht", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.hu", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ie", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.im", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.info", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.iq", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.is", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.it.ao", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.it", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.je", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.jobs", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.jo", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.jp", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.kg", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ki", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.kz", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.la", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.li", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.lk", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.lt", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.lu", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.lv", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.md", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.me", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.mg", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.mk", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ml", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.mn", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ms", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.mu", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.mv", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.mw", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ne", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ne.jp", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.net", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.nl", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.no", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.nr", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.nu", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.off.ai", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.pk", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.pl", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.pn", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ps", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.pt", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ro", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.rs", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ru", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.rw", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.sc", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.se", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.sh", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.si", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.sk", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.sm", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.sn", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.so", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.st", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "googlesyndication.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "googletagmanager.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "googletagservices.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.td", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.tg", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.tk", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.tl", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.tm", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.tn", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.to", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.tt", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "googleusercontent.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.us", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.uz", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.vg", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "googlevideo.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.vu", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "googleweblight.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "google.ws", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "gstatic.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "gstatic.cn", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "gvt1.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "static.googleadsserving.cn", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "urchin.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "www.googlegroups.com", "policy": "google", "include_subdomains": true, "pins": "google", "expect_ct": true, "expect_ct_report_uri": "https://clients3.google.com/ct_upload" }, { "name": "youtu.be", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "youtube-nocookie.com", "policy": "google", "include_subdomains": true, "pins": "google" }, { "name": "ytimg.com", "policy": "google", "include_subdomains": true, "pins": "google" }, // Enforce HSTS and public key pins for Yahoo domains. { "name": "at.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "au.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "az.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "be.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "bi.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "br.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "ca.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "cd.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "cg.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "chfr.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "chit.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "ch.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "cl.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "cn.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "co.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "cr.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "ct.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "de.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "dk.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "do.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "en-maktoob.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "espanol.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "es.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "fi.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "fj.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "fr.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "gl.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "gm.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "gr.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "hk.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "hn.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "hu.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "id.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "ie.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "in.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "it.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "kr.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "kz.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "li.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "lt.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "lu.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "lv.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "maktoob.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "malaysia.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "mt.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "mu.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "mw.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "mx.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "ni.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "nl.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "no.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "np.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "nz.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "pa.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "pe.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "ph.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "pk.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "pl.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "pr.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "py.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "qc.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "ro.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "ru.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "rw.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "se.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "sg.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "sv.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "th.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "tr.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "tv.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "tw.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "ua.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "uk.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "uy.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "uz.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "ve.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "vn.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "xa.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "za.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "zh.search.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "login.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "yahoo" }, { "name": "mail.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": false, "pins": "yahoo" }, { "name": "edit.yahoo.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "yahoo" }, // Facebook would like to have pinning enforced on (*.)facebook.com and // HSTS enforced on specific names. { "name": "facebook.com", "policy": "custom", "mode": "force-https", "pins": "facebook", "include_subdomains_for_pinning": true }, { "name": "www.facebook.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "facebook" }, { "name": "m.facebook.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "facebook" }, { "name": "tablet.facebook.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "facebook" }, { "name": "secure.facebook.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "facebook" }, { "name": "pixel.facebook.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "facebook" }, { "name": "apps.facebook.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "facebook" }, { "name": "upload.facebook.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "facebook" }, { "name": "developers.facebook.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "facebook" }, { "name": "touch.facebook.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "facebook" }, { "name": "mbasic.facebook.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "facebook" }, { "name": "code.facebook.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "facebook" }, { "name": "t.facebook.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "facebook" }, { "name": "mtouch.facebook.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "facebook" }, { "name": "business.facebook.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "facebook" }, { "name": "research.facebook.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "facebook" }, { "name": "messenger.com", "policy": "custom", "mode": "force-https", "pins": "facebook", "include_subdomains_for_pinning": true }, { "name": "www.messenger.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "facebook" }, // Enforce HSTS and public key pins for Twitter domains. { "name": "twitter.com", "policy": "custom", "mode": "force-https", "pins": "twitterCom" }, { "name": "www.twitter.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "twitterCom" }, { "name": "api.twitter.com", "policy": "custom", "include_subdomains": true, "pins": "twitterCDN" }, { "name": "oauth.twitter.com", "policy": "custom", "include_subdomains": true, "pins": "twitterCom" }, { "name": "mobile.twitter.com", "policy": "custom", "include_subdomains": true, "pins": "twitterCom" }, { "name": "dev.twitter.com", "policy": "custom", "include_subdomains": true, "pins": "twitterCom" }, { "name": "business.twitter.com", "policy": "custom", "include_subdomains": true, "pins": "twitterCom" }, { "name": "platform.twitter.com", "policy": "custom", "include_subdomains": true, "pins": "twitterCDN" }, { "name": "twimg.com", "policy": "custom", "include_subdomains": true, "pins": "twitterCDN" }, // START OF LEGACY MANUAL CUSTOM ENTRIES { "name": "www.paypal.com", "policy": "custom", "mode": "force-https" }, { "name": "paypal.com", "policy": "custom", "mode": "force-https" }, { "name": "www.elanex.biz", "policy": "custom", "mode": "force-https" }, { "name": "www.noisebridge.net", "policy": "custom", "mode": "force-https" }, { "name": "neg9.org", "policy": "custom", "mode": "force-https" }, { "name": "factor.cc", "policy": "custom", "mode": "force-https" }, { "name": "aladdinschools.appspot.com", "policy": "custom", "mode": "force-https" }, { "name": "www.paycheckrecords.com", "policy": "custom", "mode": "force-https" }, { "name": "lastpass.com", "policy": "custom", "mode": "force-https" }, { "name": "www.lastpass.com", "policy": "custom", "mode": "force-https" }, { "name": "entropia.de", "policy": "custom", "mode": "force-https" }, { "name": "www.entropia.de", "policy": "custom", "mode": "force-https" }, { "name": "logentries.com", "policy": "custom", "mode": "force-https" }, { "name": "www.logentries.com", "policy": "custom", "mode": "force-https" }, { "name": "dropcam.com", "policy": "custom", "mode": "force-https" }, { "name": "www.dropcam.com", "policy": "custom", "mode": "force-https" }, { "name": "epoxate.com", "policy": "custom", "mode": "force-https" }, { "name": "torproject.org", "policy": "custom", "mode": "force-https", "pins": "tor" }, { "name": "blog.torproject.org", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "tor" }, { "name": "check.torproject.org", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "tor" }, { "name": "www.torproject.org", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "tor" }, { "name": "dist.torproject.org", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "tor" }, { "name": "ledgerscope.net", "policy": "custom", "mode": "force-https" }, { "name": "www.ledgerscope.net", "policy": "custom", "mode": "force-https" }, { "name": "greplin.com", "policy": "custom", "mode": "force-https" }, { "name": "www.greplin.com", "policy": "custom", "mode": "force-https" }, { "name": "mydigipass.com", "policy": "custom", "mode": "force-https" }, { "name": "www.mydigipass.com", "policy": "custom", "mode": "force-https" }, { "name": "developer.mydigipass.com", "policy": "custom", "mode": "force-https" }, { "name": "www.developer.mydigipass.com", "policy": "custom", "mode": "force-https" }, { "name": "sandbox.mydigipass.com", "policy": "custom", "mode": "force-https" }, { "name": "www.sandbox.mydigipass.com", "policy": "custom", "mode": "force-https" }, { "name": "crypto.cat", "policy": "custom", "mode": "force-https" }, { "name": "braintreepayments.com", "policy": "custom", "mode": "force-https" }, { "name": "www.braintreepayments.com", "policy": "custom", "mode": "force-https" }, { "name": "emailprivacytester.com", "policy": "custom", "mode": "force-https" }, { "name": "jitsi.org", "policy": "custom", "mode": "force-https" }, { "name": "www.jitsi.org", "policy": "custom", "mode": "force-https" }, { "name": "download.jitsi.org", "policy": "custom", "mode": "force-https" }, { "name": "irccloud.com", "policy": "custom", "mode": "force-https" }, { "name": "www.irccloud.com", "policy": "custom", "mode": "force-https" }, { "name": "alpha.irccloud.com", "policy": "custom", "mode": "force-https" }, { "name": "neonisi.com", "policy": "custom", "mode": "force-https" }, { "name": "www.makeyourlaws.org", "policy": "custom", "mode": "force-https" }, { "name": "surfeasy.com", "policy": "custom", "mode": "force-https" }, { "name": "www.surfeasy.com", "policy": "custom", "mode": "force-https" }, { "name": "packagist.org", "policy": "custom", "mode": "force-https" }, { "name": "lookout.com", "policy": "custom", "mode": "force-https" }, { "name": "www.lookout.com", "policy": "custom", "mode": "force-https" }, { "name": "mylookout.com", "policy": "custom", "mode": "force-https" }, { "name": "www.mylookout.com", "policy": "custom", "mode": "force-https" }, { "name": "therapynotes.com", "policy": "custom", "mode": "force-https" }, { "name": "www.therapynotes.com", "policy": "custom", "mode": "force-https" }, { "name": "mega.co.nz", "policy": "custom", "mode": "force-https" }, { "name": "writeapp.me", "policy": "custom", "mode": "force-https" }, { "name": "ssl.panoramio.com", "policy": "custom", "mode": "force-https" }, { "name": "kiwiirc.com", "policy": "custom", "mode": "force-https" }, { "name": "simple.com", "policy": "custom", "mode": "force-https" }, { "name": "www.simple.com", "policy": "custom", "mode": "force-https" }, { "name": "fj.simple.com", "policy": "custom", "mode": "force-https" }, { "name": "api.simple.com", "policy": "custom", "mode": "force-https" }, { "name": "grc.com", "policy": "custom", "mode": "force-https" }, { "name": "www.grc.com", "policy": "custom", "mode": "force-https" }, { "name": "linode.com", "policy": "custom", "mode": "force-https" }, { "name": "www.linode.com", "policy": "custom", "mode": "force-https" }, { "name": "manager.linode.com", "policy": "custom", "mode": "force-https" }, { "name": "blog.linode.com", "policy": "custom", "mode": "force-https" }, { "name": "library.linode.com", "policy": "custom", "mode": "force-https" }, { "name": "forum.linode.com", "policy": "custom", "mode": "force-https" }, { "name": "p.linode.com", "policy": "custom", "mode": "force-https" }, { "name": "paste.linode.com", "policy": "custom", "mode": "force-https" }, { "name": "pastebin.linode.com", "policy": "custom", "mode": "force-https" }, { "name": "carezone.com", "policy": "custom", "mode": "force-https" }, { "name": "bcrook.com", "policy": "custom", "mode": "force-https" }, { "name": "lumi.do", "policy": "custom", "mode": "force-https" }, { "name": "kinsights.com", "policy": "custom", "mode": "force-https" }, { "name": "simbolo.co.uk", "policy": "custom", "mode": "force-https" }, { "name": "www.simbolo.co.uk", "policy": "custom", "mode": "force-https" }, { "name": "zenpayroll.com", "policy": "custom", "mode": "force-https" }, { "name": "www.zenpayroll.com", "policy": "custom", "mode": "force-https" }, { "name": "get.zenpayroll.com", "policy": "custom", "mode": "force-https" }, { "name": "errors.zenpayroll.com", "policy": "custom", "mode": "force-https" }, { "name": "manage.zenpayroll.com", "policy": "custom", "mode": "force-https" }, { "name": "data.qld.gov.au", "policy": "custom", "mode": "force-https" }, { "name": "publications.qld.gov.au", "policy": "custom", "mode": "force-https" }, { "name": "passport.yandex.ru", "policy": "custom", "mode": "force-https" }, { "name": "passport.yandex.com", "policy": "custom", "mode": "force-https" }, { "name": "passport.yandex.ua", "policy": "custom", "mode": "force-https" }, { "name": "passport.yandex.by", "policy": "custom", "mode": "force-https" }, { "name": "passport.yandex.kz", "policy": "custom", "mode": "force-https" }, { "name": "passport.yandex.com.tr", "policy": "custom", "mode": "force-https" }, { "name": "getcloak.com", "policy": "custom", "mode": "force-https" }, { "name": "www.getcloak.com", "policy": "custom", "mode": "force-https" }, { "name": "opsmate.com", "policy": "custom", "mode": "force-https" }, { "name": "www.evernote.com", "policy": "custom", "mode": "force-https" }, { "name": "app.yinxiang.com", "policy": "custom", "mode": "force-https" }, { "name": "neilwynne.com", "policy": "custom", "mode": "force-https" }, { "name": "calyxinstitute.org", "policy": "custom", "mode": "force-https" }, { "name": "www.calyxinstitute.org", "policy": "custom", "mode": "force-https" }, { "name": "aclu.org", "policy": "custom", "mode": "force-https" }, { "name": "www.aclu.org", "policy": "custom", "mode": "force-https" }, { "name": "www.banking.co.at", "policy": "custom", "mode": "force-https" }, { "name": "mbp.banking.co.at", "policy": "custom", "mode": "force-https" }, { "name": "feedbin.com", "policy": "custom", "mode": "force-https" }, { "name": "python.org", "policy": "custom", "mode": "force-https" }, { "name": "activiti.alfresco.com", "policy": "custom", "mode": "force-https" }, { "name": "wepay.com", "policy": "custom", "mode": "force-https" }, { "name": "www.wepay.com", "policy": "custom", "mode": "force-https" }, { "name": "static.wepay.com", "policy": "custom", "mode": "force-https" }, { "name": "stage.wepay.com", "policy": "custom", "mode": "force-https" }, { "name": "vmoagents.com", "policy": "custom", "mode": "force-https" }, { "name": "pult.co", "policy": "custom", "mode": "force-https" }, { "name": "www.eternalgoth.co.uk", "policy": "custom", "mode": "force-https" }, { "name": "usaa.com", "policy": "custom", "mode": "force-https" }, { "name": "www.usaa.com", "policy": "custom", "mode": "force-https" }, { "name": "mobile.usaa.com", "policy": "custom", "mode": "force-https" }, { "name": "detectify.com", "policy": "custom", "mode": "force-https" }, { "name": "tinfoilsecurity.com", "policy": "custom", "mode": "force-https" }, { "name": "www.tinfoilsecurity.com", "policy": "custom", "mode": "force-https" }, { "name": "imouto.my", "policy": "custom", "mode": "force-https" }, { "name": "www.capitainetrain.com", "policy": "custom", "mode": "force-https" }, { "name": "dropbox.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "dropbox", "expect_ct": true, "expect_ct_report_uri": "https://log.getdropbox.com/log/expectct" }, { "name": "www.dropbox.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "dropbox" }, { "name": "dropboxstatic.com", "policy": "custom", "pins": "dropbox", "include_subdomains_for_pinning": true, "expect_ct": true, "expect_ct_report_uri": "https://log.getdropbox.com/log/expectct" }, { "name": "dropboxusercontent.com", "policy": "custom", "pins": "dropbox", "include_subdomains_for_pinning": true }, { "name": "jackyyf.com", "policy": "custom", "mode": "force-https" }, { "name": "gamesdepartment.co.uk", "policy": "custom", "mode": "force-https" }, { "name": "gparent.org", "policy": "custom", "mode": "force-https" }, { "name": "blog.gparent.org", "policy": "custom", "mode": "force-https" }, { "name": "m.gparent.org", "policy": "custom", "mode": "force-https" }, { "name": "ca.gparent.org", "policy": "custom", "mode": "force-https" }, { "name": "daphne.informatik.uni-freiburg.de", "policy": "custom", "mode": "force-https" }, { "name": "honeybadger.io", "policy": "custom", "mode": "force-https" }, { "name": "www.honeybadger.io", "policy": "custom", "mode": "force-https" }, { "name": "rme.li", "policy": "custom", "mode": "force-https" }, { "name": "www.rme.li", "policy": "custom", "mode": "force-https" }, { "name": "viasinc.com", "policy": "custom", "mode": "force-https" }, { "name": "spideroak.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "spideroak" }, { "name": "guidetoiceland.is", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "healthcare.gov", "policy": "custom", "mode": "force-https" }, { "name": "www.healthcare.gov", "policy": "custom", "mode": "force-https" }, { "name": "carbonmade.com", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "branchtrack.com", "policy": "custom", "mode": "force-https" }, { "name": "flipagram.com", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.icann.org", "policy": "custom", "mode": "force-https" }, { "name": "www.vino75.com", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.vino.com", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "fastmail.com", "policy": "custom", "mode": "force-https" }, { "name": "woima.fi", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "segurosocial.gov", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "socialsecurity.gov", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "ssa.gov", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.captaintrain.com", "policy": "custom", "mode": "force-https" }, { "name": "gpo.gov", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "united.com", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "rememberthemilk.com", "policy": "custom", "mode": "force-https" }, // END OF LEGACY MANUAL CUSTOM ENTRIES // START OF LEGACY MANUAL HSTS ENTRIES { "name": "jottit.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "sunshinepress.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "riseup.net", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "members.mayfirst.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "support.mayfirst.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "id.mayfirst.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "lists.mayfirst.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "webmail.mayfirst.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "roundcube.mayfirst.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "ottospora.nl", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "keyerror.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "romab.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "stripe.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "cloudsecurityalliance.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "login.sapo.pt", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "mattmccutchen.net", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "betnet.fr", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "uprotect.it", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "square.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "cert.se", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "simon.butcher.name", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "linx.net", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "www.moneybookers.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "luneta.nearbuysystems.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "ubertt.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "pixi.me", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "grepular.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "bigshinylock.minazo.net", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "crate.io", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "braintreegateway.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "tor2web.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "business.medbank.com.mt", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "arivo.com.br", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "www.apollo-auto.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "www.cueup.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "passwd.io", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "browserid.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "login.persona.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "www.neonisi.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "shops.neonisi.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "piratenlogin.de", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "howrandom.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "fatzebra.com.au", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "csawctf.poly.edu", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "makeyourlaws.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "iop.intuit.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "dm.lookout.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "business.lookout.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "blog.lookout.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "faq.lookout.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "platform.lookout.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "email.lookout.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "app.lookout.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "api.lookout.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "keymaster.lookout.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "mygadgetguardian.lookout.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "discovery.lookout.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "mobilethreat.net", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "mobilethreatnetwork.net", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "itriskltd.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "stocktrade.de", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "openshift.redhat.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "wiz.biz", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "my.onlime.ch", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "webmail.onlime.ch", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "crm.onlime.ch", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "www.gov.uk", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "silentcircle.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "silentcircle.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "serverdensity.io", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "my.alfresco.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "webmail.gigahost.dk", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "paymill.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "paymill.de", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "gocardless.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "espra.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "zoo24.de", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "api.mega.co.nz", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "lockify.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "bugzilla.mozilla.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "members.nearlyfreespeech.net", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "pay.gigahost.dk", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "controlcenter.gigahost.dk", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "bank.simple.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "bassh.net", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "sah3.net", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "inertianetworks.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "conformal.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "cyphertite.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "bccx.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "launchkey.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "carlolly.co.uk", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "www.cyveillance.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "blog.cyveillance.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "whonix.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "shodan.io", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "rapidresearch.me", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "surkatty.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "securityheaders.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "haste.ch", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "mudcrab.us", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "mediacru.sh", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "lolicore.ch", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "cloudns.com.au", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "oplop.appspot.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "wiki.python.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "appseccalifornia.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "crowdcurity.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "saturngames.co.uk", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "strongest-privacy.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "id.atlassian.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "cupcake.io", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "cupcake.is", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "tent.io", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "cybozu.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "davidlyness.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "medium.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "getlantern.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "gernert-server.de", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "skydrive.live.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "lifeguard.aecom.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "go.xero.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "login.xero.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "my.xero.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "payroll.xero.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "in.xero.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "api.xero.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "eff.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "mail.de", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "mnsure.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "www.opsmate.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "f-droid.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "blacklane.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "boxcryptor.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "prodpad.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "mailbox.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "roddis.net", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "fiken.no", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "fairbill.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "nexth.net", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "nexth.us", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "nexth.de", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "souyar.net", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "souyar.de", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "souyar.us", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "heha.co", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "passwordbox.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "pypi.python.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "www.python.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "docs.python.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "encircleapp.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "onedrive.live.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "onedrive.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "keepersecurity.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "keeperapp.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "donmez.ws", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "cloudcert.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "seifried.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "adsfund.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "dillonkorman.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "edmodo.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "app.manilla.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "harvestapp.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "anycoin.me", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "noexpect.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "subrosa.io", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "manageprojects.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "vocaloid.my", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "sakaki.anime.my", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "reviews.anime.my", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "miku.hatsune.my", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "webcollect.org.uk", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "accounts.firefox.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "z.ai", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "wildbee.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "portal.tirol.gv.at", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "code-poets.co.uk", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "flynn.io", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "hackerone.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "hackerone-user-content.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "www.gamesdepartment.co.uk", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "schokokeks.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "mwe.st", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "ub3rk1tten.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "mykolab.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "semenkovich.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "dlc.viasinc.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "www.viasinc.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "www.etsy.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "etsysecure.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "18f.gsa.gov", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "my.usa.gov", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "hg.python.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "doc.python.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "console.python.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "login.ubuntu.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "pay.ubuntu.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "login.launchpad.net", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "fassadenverkleidung24.de", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "uspsoig.gov", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "notalone.gov", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "aids.gov", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "itdashboard.gov", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "paymentaccuracy.gov", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "cao.gov", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "cfo.gov", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "cio.gov", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "earmarks.gov", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "bfelob.gov", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "max.gov", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "save.gov", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "saveaward.gov", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "ustr.gov", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "landscape.canonical.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "auth.mail.ru", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "e.mail.ru", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "touch.mail.ru", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "light.mail.ru", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "m.mail.ru", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "arty.name", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "resources.flowfinity.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "preloaded-hsts.badssl.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "korni22.org", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "hana.ondemand.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "www.fastmail.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "reporturi.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "reporturi.io", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "report-uri.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "thundr.eu", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "www.gpo.gov", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "www.united.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "mobile.united.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "smartphone.continental.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, { "name": "www.rememberthemilk.com", "policy": "bulk-legacy", "mode": "force-https", "include_subdomains": true }, // END OF LEGACY MANUAL HSTS ENTRIES // START OF LEGACY 18-WEEK BULK HSTS ENTRIES { "name": "addvocate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexsexton.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "azprep.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beneathvt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptopartyatx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cybershambles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ed.gs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forewordreviews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giacomopelagatti.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helichat.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostinginnederland.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isitchristmas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "konklone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koop-bremen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kura.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markusueberallassetmanagement.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikewest.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miskatonic.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "optimus.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oversight.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "picksin.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pressfreedomfoundation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "projektzentrisch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rippleunion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robteix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s-c.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "security-carpet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sherbers.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomfisher.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wunderlist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zotero.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adamkostecki.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "archlinux.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auf-feindgebiet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baruch.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bedeta.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benjamins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bl4ckb0x.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bl4ckb0x.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bl4ckb0x.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bl4ckb0x.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bl4ckb0x.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blocksatz-medien.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conrad-kostecki.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cube.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datenkeks.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "derhil.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "energy-drink-magazin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freeshell.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greensolid.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hasilocke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hausverbrauch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helpium.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hex2013.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "honeytracks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ihrlotto.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonas-keidel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonaswitmer.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "k-dev.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kraken.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lagerauftrag.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lavalite.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loenshotel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loftboard.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mondwandler.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "movlib.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musicgamegalaxy.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mynigma.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nachsenden.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netzbit.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pdf.yt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pierre-schmitz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "promecon-gmbh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prowhisky.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pubkey.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qetesh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riccy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scrambl.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tageau.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ukrainians.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viennan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winhistory-forum.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "y-o-w.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "explodie.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baer.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bayrisch-fuer-anfaenger.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beastowner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beastowner.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "best-wedding-quotes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitfactory.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buddhistische-weisheiten.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cartouche24.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cartucce24.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clapping-rhymes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "die-besten-weisheiten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edyou.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forodeespanol.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gemeinfreie-lieder.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getdigitized.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globuli-info.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guphi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guthabenkarten-billiger.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haufschild.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoerbuecher-und-hoerspiele.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iban.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irische-segenswuensche.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "it-schwerin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "janus-engineering.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "julian-kipka.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kardize24.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kernel-error.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinderbuecher-kostenlos.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kitsta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klatschreime.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kleidertauschpartys.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koordinate.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lasst-uns-beten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lb-toner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mandala-ausmalbilder.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "npw.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otakuworld.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pajonzeck.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rad-route.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redports.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reserve-online.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riesenmagnete.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rosenkeller.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secuvera.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siammedia.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplystudio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sprueche-zum-valentinstag.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sprueche-zur-geburt.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sprueche-zur-hochzeit.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sprueche-zur-konfirmation.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studydrive.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supplies24.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supplies24.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tatort-fanpage.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tektoria.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "texte-zur-taufe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tinte24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tintenfix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tipps-fuer-den-haushalt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toner24.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toner24.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toner24.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toner24.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toner24.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toner24.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toner24.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonerdepot.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonerjet.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonerjet.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonerklick.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonerkurier.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonermaus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonermonster.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonex.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonex.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trauertexte.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webandmore.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "welches-kinderfahrrad.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apadvantage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apn-einstellungen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barcodeberlin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "certible.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "data-abundance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dedimax.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostix.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "janoberst.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jelmer.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jelmer.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "munich-rage.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "posteo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stationary-traveller.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thepaymentscompany.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xps2pdf.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ansdell.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ethitter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firemail.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmantra.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mach-politik.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malnex.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mutantmonkey.sexy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ng-security.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "palava.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reedloden.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rws-vertriebsportal.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sdsl-speedtest.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tunebitfm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "websenat.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeropush.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ludwig.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bedreid.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cotonea.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "everhome.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fixingdns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "insouciant.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matatall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "net-safe.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okmx.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "osterkraenzchen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parent5446.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patt.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "room-checkin24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securify.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shaaaaaaaaaaaaa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shopontarget.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siraweb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spdysync.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sylaps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sysctl.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tauchkater.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theshadestore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomvote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toshnix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "warrencreative.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeplin.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "17hats.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdnb.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "github.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "id-co.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ideaweb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "man3s.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meinebo.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nmctest.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "partyvan.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "partyvan.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "partyvan.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "partyvan.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suite73.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wubthecaptain.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1a-diamantscheiben.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1a-vermessung.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1a-werkstattgeraete.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annahmeschluss.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bautied.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codepref.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "encryptallthethings.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "futos.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonnybarnes.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miasarafina.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prefontaine.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redlatam.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schachburg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schreiber-netzwerk.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syss.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "terrax.berlin", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tresorit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vaddder.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xtream-hosting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xtream-hosting.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xtream-hosting.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xtreamhosting.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amigogeek.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aprz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arlen.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitfarm-archiv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitfarm-archiv.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bulktrade.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buzzconcert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chulado.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cimballa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daylightcompany.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "denh.am", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evstatus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filedir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gplintegratedit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "html5.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilikerainbows.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilmconpm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inleaked.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klaxn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "labina.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liebel.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luxus-russen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minikneet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minikneet.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mkcert.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "msc-seereisen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mykreuzfahrt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oscarvk.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plothost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reishunger.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salserocafe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samizdat.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sslmate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steventress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tekshrek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "temehu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobias-kluge.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vortexhobbies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "willnorris.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aiticon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aiticon.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anetaben.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annevankesteren.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annevankesteren.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annevankesteren.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barslecht.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blessnet.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudstoragemaus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comdurav.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitaldaddy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elnutricionista.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "limpid.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minez-nightswatch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pisidia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quuz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sale4ru.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shipard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sro.center", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "standardssuck.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "testsuite.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weggeweest.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whatwg.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "when-release.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--maraa-rta.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otakurepublic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mqas.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "debtkit.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decibelios.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diamante.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domaris.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enorekcah.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fedorapeople.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamercredo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garron.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmcd.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hack.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hexony.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "horosho.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "howsmyssl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "howsmytls.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hpac-portal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jwilsson.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "khmath.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knowledgehook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "md5file.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omitech.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orbograph-hrcm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "password.codes", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prakharprasad.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ravchat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sciencex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shiinko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thorncreek.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tno.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wepay.in.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zixiao.wang", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ahoyconference.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "balcan-underground.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baldwinkoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bigbrownpromotions.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bodo-wolff.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "call.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrisjean.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cujanovic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deadbeef.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esec.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "floobits.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freenetproject.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fundingempire.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heid.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ironfistdesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ljs.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lovelycorral.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "megashur.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minnesotadata.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newstarnootropics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onedot.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "powerplannerapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ru-sprachstudio.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slidebatch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartship.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "southside-crew.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tickopa.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wieninternational.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fleximus.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "animurecs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arendburgers.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitgo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buttercoin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chainmonitor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coinapult.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comssa.org.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coursella.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crowdjuris.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curlybracket.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyanogenmod.xxx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "czbix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dealcruiser.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dzlibs.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "easysimplecrm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glossopnorthendafc.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gtraxapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hansvaneijsden.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "horseboners.xxx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "horza.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iamcarrico.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kartonmodellbau.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keycdn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kryptera.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lukonet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meetfinch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "megaxchange.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moriz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myplaceonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nectarleaf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nos-oignons.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phoenixlogan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redteam-pentesting.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roland.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "servergno.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siriad.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartcoin.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spartantheatre.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spencerbaer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stretchmyan.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taxsquirrel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techhipster.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timtaubert.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tribut.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "triop.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twentymilliseconds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ukdefencejournal.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ukhas.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vpnzoom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "watsonhall.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weblogzwolle.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ypart.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexyang.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beamitapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonigo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "certly.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chontalpa.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cktennis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clintwilson.technology", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cspbuilder.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "destinationbijoux.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dinamoelektrik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ethack.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fabianfischer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fastcomcorp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itshost.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jmedved.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keepclean.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leonardcamacho.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mdfnet.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michalspacek.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mike-bland.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oakslighting.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onsitemassageco.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "propagandism.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slevomat.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sour.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spongepowered.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sunjaydhama.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tls.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vhost.co.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webandwords.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webtiles.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoursecondphone.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zlavomat.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alainwolf.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arguggi.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "azabani.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitmon.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bjornjohansen.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bookingapp.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caremad.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clerkendweller.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyon.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fakturoid.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finn.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fm83.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grandmascookieblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "khanovaskola.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ki-on.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kingmanhall.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kpebetka.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myvirtualserver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neftaly.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nu3.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nu3.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruudkoot.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seomobo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seowarp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "souvik.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topodin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yahvehyireh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anadoluefessporkulubu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ankarakart.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bgneuesheim.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bhatia.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitmex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blockchain.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blubbablasen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chahub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cor-ser.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "electronic-ignition-system.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fabhub.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fant.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "henriknoerr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imaginary.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inb4.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kosho.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lighting-centres.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marshut.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myni.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nameid.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nginxnudes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nouvelle-vague-saint-cast.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opendesk.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pestici.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proximato.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "savetheinternet.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shortdiary.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplia.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tadigitalstore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tapka.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tegelsensanitaironline.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "typingrevolution.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unison.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uptrends.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrobert.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mutantmonkey.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mutantmonkey.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alecvannoten.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atavio.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atavio.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atavio.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "balikonos.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "camolist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatbot.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coffeeetc.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dee.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecdn.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ef.gy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exiahost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freethought.org.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hrackydomino.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hsmr.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "instasex.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jakub-boucek.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koenvdheuvel.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leadbook.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lilpwny.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mirrorx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pentesterlab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pypa.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "r3s1stanc3.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "residentsinsurance.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rlalique.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scribe.systems", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securesuisse.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartlend.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webtrh.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yetii.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "302.nyc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biathloncup.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitpod.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daveoc64.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fewo-thueringer-wald.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "food4health.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johners.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kdyby.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kupschke.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manicode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ouvirmusica.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pharmaboard.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pieperhome.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raspass.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "romans-place.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rudloff.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seyahatsagliksigortalari.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartcleaningcenter.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snakehosting.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "srevilak.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strasweb.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twisto.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webassadors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wundi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2048game.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adorai.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afp548.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atlassian.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atte.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bizon.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cordial-restaurant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curiosity-driven.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "egfl.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firefart.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firstlook.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fonetiq.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gw2treasures.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heartlandrentals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hemlockhillscabinrentals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hstsfail.appspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "i5y.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "innophate-security.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "innophate-security.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iranianlawschool.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jettshome.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karmaspa.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keeleysam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kirkforcongress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kirkforsenate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "les-corsaires.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linux-admin-california.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "makeitdynamic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftvoter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mkw.st", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mujadin.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netztest.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "null-sec.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nutsandboltsmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ooonja.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "personaldatabasen.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phurl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privategiant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "progressiveplanning.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puac.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rafaelcz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rasing.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reliable-mail.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "romulusapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samba.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "savvytime.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sitesten.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skogsbruket.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skogskultur.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sorz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spawn.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spreed.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studienportal.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tc-bonito.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tid.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonywebster.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tucuxi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firebaseio-demo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adlershop.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ahwatukeefoothillsmontessori.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "authentication.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brainfork.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brainvation.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brossmanit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calomel.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chm.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clan-ww.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dixmag.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eduroam.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "egit.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gambitnash.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gavick.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herocentral.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hicoria.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "id-conf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ikkatsu-satei.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jira.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kirei.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuppingercole.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maff.scot", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mpreserver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mvno.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "namepros.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neko.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netera.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nieselregen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pauladamsmith.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pwd.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saintsrobotics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samuelkeeley.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shellsec.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suzukikenichi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tbspace.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "the-sky-of-valkyries.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomastimepieces.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uonstaffhub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whd-guide.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whocalld.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wootton95.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airlea.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benjamin.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptobin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csuw.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dccode.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dreadbyte.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dylanscott.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-kontakti.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecfs.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expatads.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "florianmitrea.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gaytorrent.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getable.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gpsfix.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "happylifestyle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heppler.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "httpswatch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "izdiwho.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jimshaver.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jmdekker.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonathan.ir", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klarmobil-empfehlen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klingeletest.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lancejames.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leonklingele.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magneticanvil.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobilcom-debitel-empfehlen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "morethanadream.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "narodniki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netrider.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niloxy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nowhere.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perfectionis.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phryanjr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polymathematician.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sysdb.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tallshoe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thetomharling.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tracktivity.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twitteroauth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitrado.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webtalis.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wevahoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zentralwolke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhovner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acus.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agrimap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ajouin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atishchenko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bentertain.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bit.voyage", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bzv-fr.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codepx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyprus-company-service.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darkpony.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darom.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "donotcall.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-aut.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecg.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exon.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extendwings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "federalregister.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fedorahosted.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firma-offshore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freesounding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freesounding.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ftccomplaintassistant.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getfedora.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getfittedstore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hatoko.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hda.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helpadmin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hsr.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iniiter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ionas-law.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keepa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knip.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laf.in.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livej.am", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m0wef.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mahamed91.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "massivum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "megaplan.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "megaplan.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miketabor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mineover.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mokote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mr-hosting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "msa-aesch.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mutamatic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nymphetomania.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "offshore-firma.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openacademies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phoenix.dj", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pmg-offshore-company.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pmg-purchase.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pmg-purchase.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polypho.nyc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puiterwijk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redletter.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reg.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "release-monitoring.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rika.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scrambler.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sjoorm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "survivalmonkey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sychov.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "terrty.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebimhub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmtopup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uae-company-service.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wherephoto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wills.co.tt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wondershift.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xplore-dna.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xuntier.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yanovich.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8ack.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "9point6.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andere-gedanken.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andymartin.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auto4trade.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bagelsbakery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beercandle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "billigssl.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonitabrazilian.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brandbuilderwebsites.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "breeswish.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bustimes.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calories.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capitaltg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chartstoffarm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrisirwin.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "classdojo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consumersentinel.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cybozulive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datasnitch.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dn42.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dnsman.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dreamsforabetterworld.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ectora.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elliquiy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "florian-lillpopp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "florianlillpopp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geekandi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heute-kaufen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hushfile.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interasistmen.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kamikano.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kintone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koenrouwhorst.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lillpopp.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lnx.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madeitwor.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mailmag.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miconcinemas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mtau.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myprintcard.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nationalpriorities.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nodari.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuvini.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nwa.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulschreiber.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "philosopherswool.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proofwiki.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rawstorieslondon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reaconverter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robinadr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rodosto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rssr.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rubendv.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scoutdb.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "setuid.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadex.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sockeye.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soulogic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teamnorthgermany.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "terraelectronica.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torquato.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vijos.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webeau.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wifirst.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zapier.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "56ct.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "5apps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abmahnhelfer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adamstas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akselinurmio.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "al-shami.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alanrickmanflipstable.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ankakaak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apps-for-fishing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "athenelive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aurainfosec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aurainfosec.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auraredeye.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auraredshield.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autoledky.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitchan.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinx.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackberrycentral.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bloemendal.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boypoint.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bran.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burtrum.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casa-su.casa", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cbhq.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coinbase.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "commencepayments.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "courtlistener.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptopush.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danskoferie.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daylightpirates.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deliverance.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dubrovskiy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dyeager.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edix.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erotische-aanbiedingen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eva.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evalesc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "froggstack.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fx5.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gallery44.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gnetwork.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gudini.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gugga.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herbert.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imgg.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipmimagazine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isogram.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jbn.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeremyness.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jkb.pics", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jkbuster.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kalmar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kanzashi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaufberatung.community", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kollawat.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lavval.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ledhouse.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lichtspot.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mall.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mall.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mall.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mall.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malwre.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markayapilandirma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mattfin.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mehmetince.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mh-bloemen.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mimovrste.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mittenhacks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "munuc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mustika.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mvsecurity.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nachsendeauftrag.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nan.zone", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbl.org.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nctx.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nemovement.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newkaliningrad.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noemax.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nsboutique.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ohling.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orcahq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pasta-factory.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plzenskybarcamp.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ponythread.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ptn.moscow", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "richiemail.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ricochet.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roman-pavlik.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roots.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "royalacademy.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rubecodeberg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sabahattin-gucukoglu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sagerus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sageth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saulchristie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secretserveronline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securedrop.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sigterm.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sleio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "speedcounter.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stesti.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stevegrav.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stillyarts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svager.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tdrs.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teachforcanada.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techllage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techloaner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theescapistswiki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "therapyportal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tirex.media", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "titties.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomharling.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomharling.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toptexture.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tox.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "traas.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trashnothing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ucfirst.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unitedadmins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unknownphenomena.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uptrends.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utilityapi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "welpy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wesleyharris.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2600hq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "301.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alza.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "armytricka.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bradkovach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crypto.graphics", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptography.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danielalvarez.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danonsecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darknode.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidmcevoy.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diedrich.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emptypath.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eromixx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fa-works.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getmango.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gokmenguresci.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gotspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gra2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hledejpravnika.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilikerainbows.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indiecert.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnmichel.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keeleysam.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lapetition.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maartenvandekamp.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcard.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcnext.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "micropple.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "munki.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netbox.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "olivierlemoal.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petplum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.sx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "red-t-shirt.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siewert-kau.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skeeley.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soia.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suos.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syzygy-tables.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "todoist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twofactorauth.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vox.vg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "widememory.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "withustrading.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wvr-law.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wzyboy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xenesisziarovky.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yksityisyydensuoja.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yokeepo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zravypapir.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acuica.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advanced-online.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arbitrary.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bidon.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boiseonlinemall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cake.care", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdlcenter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coding.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "covenantoftheriver.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danw.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defcon.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digital1st.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dragons-of-highlands.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enskat.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enskatson-sippe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eveshamglass.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firebirdrangecookers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fitkram.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gambit.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gambitnash.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ge3k.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hboeck.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indovinabank.com.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesdoylephoto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jpbike.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaneo-gmbh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kedarastudios.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livekaarten.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masters.black", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medallia.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mijn-email.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mindcoding.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mironet.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miss-inventory.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nayahe.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicolaw.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nopex.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passphrase.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pollpodium.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rid-wan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rusadmin.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scotthel.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smith.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sneezry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "subeesu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tempus-aquilae.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "terraweb.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theamp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theunitedstates.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomrichards.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuitle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuxplace.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vechkasov.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "walnutgaming.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yafuoku.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youdowell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "188trafalgar.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aerolog.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aeyoun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afp548.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afrodigital.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alza.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alza.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alzashop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buiko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdt.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheesetart.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "climateinteractive.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "costablancavoorjou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cracker.in.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dohosting.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "donmez.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecake.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ego4u.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ego4u.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fish-hook.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fniephaus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forgix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuzzing-project.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gameserver-sponsor.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genuxtsg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalittech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gregorytlee.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grocock.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "groszek.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guru-naradi.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gwijaya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "identitylabs.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ieval.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "influxus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iostips.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jwnotifier.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karaoketonight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keeley.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keeley.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keybase.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinganywhere.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ks-watch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leakedminecraft.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leonax.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linorman1997.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minora.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musi.cx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mykontool.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nostraforma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orhideous.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ramsor-gaming.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robertof.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robinsonyu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scrap.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sistemy48.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slack-files.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slse.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starapple.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stirling.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stormhub.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taken.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teamupturn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "technotonic.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thca.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thouni.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timotrans.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timotrans.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tollsjekk.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tom.horse", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tradingcentre.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ts3.consulting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuamoronline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unravel.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wownmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xtrim.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yenniferallulli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yenniferallulli.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yenniferallulli.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yenniferallulli.moda", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yenniferallulli.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akachanikuji.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amaforums.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amdouglas.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anadoluefessk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axka.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canhazip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collinmbarrett.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coloradocomputernetworking.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "copperhead.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csacongress.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "czakey.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "czk.mk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ducohosting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eatsleeprepeat.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ethercalc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ethercalc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "initrd.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "integromat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lookyman.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lore.azurewebsites.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medovea.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ohnemusik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patriksimek.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pcel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "postfinance.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raymii.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "research.md", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rubyshop.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sec.gd", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "servertastic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sh-network.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sufix.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tallr.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thehiddenbay.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tinkertry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voicesuk.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vserver-preis-vergleich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whitestagforge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zalan.do", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zarooba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1000minds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1a-jva.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "300651.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3do3dont.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4g-server.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexgaynor.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allinonecyprus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alphabit-secure.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apple-watch-zubehoer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baff.lu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benchling.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bit-sentinel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitnet.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buildkite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cklie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ckliemann.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ckliemann.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "console.support", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crute.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dash-board.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dekasan.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doridian.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doridian.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doridian.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doridian.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drtroyhendrickson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edelsteincosmetic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ellegaard.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enigmail.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enterdev.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ezimoeko.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eztv.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feedthebot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "festember.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fidelapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "floweslawncare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getcolor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getsello.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gheorghesarcov.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goldendata.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "golfscape.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gothamlimo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grandcapital.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grandcapital.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gurusupe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hash-list.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heavystresser.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hicn.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hobbyspeed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holymoly.lu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imagr.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "j-lsolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jacobparry.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jacuzziprozone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jahliveradio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jh-media.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jondevin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "julianmeyer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kavovary-kava.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kliemann.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kredite24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "labaia.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laukstein.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leanclub.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lence.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lmmtfy.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mafamane.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mercuryamericas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobilux.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musmann.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nanderson.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nerven.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netrelay.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nijm.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noob-box.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "northernmuscle.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ownmovies.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pactf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pap.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phil.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pi-supply.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pijuice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piratedb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piratedot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prontolight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quebecmailbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "refundo.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "refundo.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rischard.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robtex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rotunneling.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rpy.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sello.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sellocdn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slever.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stereo.lu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sticklerjs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "storedsafe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stuartbaxter.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "t23m-navi.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tcgrepublic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "temp.pm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "terrax.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "terrax.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thefrozenfire.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thepiratebay.al", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thumbtack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timmy.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tipsyk.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topshelfguild.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tpbproxy.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twolinepassbrewing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unbanthe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uow.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upitnik.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uscntalk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "venicerealdeal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vomitb.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vyplnto.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webmaniabr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wettertoertchen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "williamsonshore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wtfismyip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xpd.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zifb.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4sqsu.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abecodes.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abiapp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aes256.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akselimedia.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alaninkenya.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alethearose.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anakros.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewimeson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apachehaus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apibot.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aponow.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aranycsillag.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arrayify.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auszeit.bio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "av.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "azirevpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bardiharborow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beach-inspector.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biddl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bigdinosaur.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bownty.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "braineet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brks.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "businesshosting.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bygningsregistrering.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cardoni.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carlosalves.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catnapstudios.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chriswarrick.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chroniclesofgeorge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clevisto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudpebble.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coindam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "completionist.audio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cpvmatch.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d42.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daknob.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darkengine.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dbgamestudio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "desmaakvanplanten.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devklog.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dnmlab.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dropboxer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drumbandesperanto.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "electromc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erisrenee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expoundite.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "f2f.cash", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "falconvintners.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fangs.ink", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fatherhood.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feen.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ffbans.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fiftyshadesofluca.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flushstudios.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foodwise.marketing", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foreignexchangeresource.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fretscha.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fruchthof24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frusky.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frusky.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fteproxy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "g2g.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gambitprint.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genuxation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getnikola.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "github.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "go-zh.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gopay.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goshop.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grigalanzsoftware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "h2check.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haircrazy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "happyteamlabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haveibeenpwned.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heftkaufen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herzbotschaft.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiv.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hs-group.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "impex.com.bd", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "informnapalm.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ix8.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesbywater.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesbywater.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesbywater.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesbywater.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamielinux.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juliansimioni.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justlikethat.hosting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kalevlamps.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "korinar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kpdyer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kredite.sale", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legoutdesplantes.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lellyboi.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leninalbertop.com.ve", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libfte.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linguaquote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luxwatch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lymia.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lyst.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mammaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martijnvhoof.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maximelouet.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "me.net.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mebio.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medtehnika.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meetingmanage.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meetings2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meritz.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mertcangokgoz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mim.properties", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mjanja.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobobe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modeldimension.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moriz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mp3juices.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mthode.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "multigamecard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mygretchen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ndarville.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nella-project.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nellacms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nellacms.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nellafw.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nmd.so", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "null.tips", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ocrami.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oguya.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patechmasters.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "payments-reference.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pbprint.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poedgirl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "posttigo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "presidentials2016.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "projectascension.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prospo.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purewebmasters.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qualityhomesystems.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "railgun.ac", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raydobe.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redlink.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "report-uri.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rmmanfredi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roeper.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roosterpgplus.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roquecenter.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ryan-goldstein.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarahlicity.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schreibnacht.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shanewadleigh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shasso.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shoprose.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sitesko.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sizzle.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slope.haus", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snailing.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snazel.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soccergif.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soci.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solihullcarnival.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solihulllionsclub.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soulfulglamour.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spyroszarzonis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stablelib.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stereochro.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stewartremodelingadvantage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "streamingmagazin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talideon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tdelmas.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techhub.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thecoffeehouse.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theweilai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonytan.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topbargains.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "totem-eshop.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tribaldos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tzappa.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uega.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ulabox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "univz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ust.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vzk.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wearvr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webogram.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webswitch.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wesecom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "when-release.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "williamsapiens.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worldcubeassociation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wurzelzwerg.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xcoop.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xho.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xiaolvmu.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yello.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yunzhu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeitpunkt-kulturmagazin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zentraler-kreditausschuss.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhang-hao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acorns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "access-sofia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ada.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adviespuntklokkenluiders.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abiturma.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alocato.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3473-wiki.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andreasolsson.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2bis10.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abioniere.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4eyes.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adblockextreme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auditmatrix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alex-ross.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akclinics.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aktiv-naturheilmittel.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belairsewvac.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ball.holdings", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artegusto.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "backschues.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brianmwaters.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aktiv-naturheilmittel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aktiv-naturheilmittel.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitvigor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "augustian-life.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atlex.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "animesharp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bochs.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atop.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betaworx.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betaworx.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calgaryconstructionjobs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bjornhelmersson.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canyonshoa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cargobay.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centralvacsunlimited.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chiralsoftware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bouncyball.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrisupjohn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "claimconnect.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ccsys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ass.org.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluetenmeer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codepult.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cesal.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudimag.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dealbanana.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collabornation.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudflareonazure.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrismckee.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dealbanana.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cydia-search.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotsiam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clevertarget.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "derp.army", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "craftbeerbarn.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebaymotorssucks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dymersion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitalskillswap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "discoveringdocker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dedeo.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diablotine.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eckel.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "disorderboutique.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cesidianroot.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exceltobarcode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elvidence.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fightr.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eqorg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elitegameservers.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dorianmuthig.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecrimex.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flra.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fabse.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fotiu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "core.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fidanza.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foro.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getspire.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gtmetrix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hashplex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "footballmapped.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hafniatimes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getdash.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "furkancaliskan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dynamicsnetwork.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "humblefinances.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heh.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "friendica.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imbrian.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoshinplan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heart.ge", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grandlinecsk.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ijsclubtilburg.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homa.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internetbugbounty.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iispeed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "initq.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immoverkauf24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immoverkauf24.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glasgestaltung.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icq-project.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jakenbake.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jn1.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesbywater.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnguant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interviewpipeline.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gaptek.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipv6-handbuch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intim-uslugi-kazan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kingant.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeff393.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jurriaan.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamiemagee.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kau-boys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "junqtion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "affinitysync.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kickass.al", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kantorosobisty.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kdm-online.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "korobi.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gipsamsfashion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinderbasar-luhe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "konsertoversikt.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kbit.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "locktheirphone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kschv-rdeck.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kau-boys.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kick-in.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kreativstrecke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manage.cm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mesvt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mhx.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liverewrite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leerliga.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mc-venture.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lukasztkacz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meta-db.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mblankhorst.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modmountain.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mark-semmler.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "new-black-order.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mp3gratuiti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "millistream.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mega.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "navycs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moula.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mojapraca.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minkondom.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musicwear.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicky.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okonetwork.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noname-ev.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuos.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onewpst.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirxpilot.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "organic-superfood.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirlitu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parsemail.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ontimestamp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "playkh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "portalplatform.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petrachuk.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patterson.mp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pothe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robertglastra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "progg.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pothe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qixxit.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robtex.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "richardwarrender.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "retroarms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rugirlfriend.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rigolitch.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rxbusiness.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "retroarms.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scotthelme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ronvandordt.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radtke.bayern", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securityheaders.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seele.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schorel.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schorelweb.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schoop.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schlarp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socialspirit.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rohlik.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shft.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socialrank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slicketl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "searchbrothers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manfredimatteo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sneakynote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stemsims.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liquorsanthe.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seminariruum.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syncappate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sonafe.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "system.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stolkschepen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themarshallproject.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tbarter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syso.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonytan.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "throwpass.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thom4s.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thorgames.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tpbcdn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techvalue.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vcsjones.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanhoutte.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "varden.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wikidata.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vigo-krankenversicherung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xavierbarroso.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wachter.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vbulletin-russia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vbulletinrussia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webstudio-n.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wonderhost.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winsec.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vbhelp.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xgclan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yetcore.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpmeetup-berlin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--u9jv84l7ea468b.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zcarrot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zcarot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zorntt.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ztan.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asm-x.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ccblog.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smiatek.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "student.andover.edu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agilebits.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alenan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amisharingstuff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amunoz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appuro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "askfit.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axado.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bebesurdoue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burnworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canadalife.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaosdorf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheerflow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrisbrown.id.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chromebooksforwork.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudmigrator365.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudpagesforwork.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clu-in.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmc-versand.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cnlic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colorlib.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corruption-mc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corruption-rsps.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corruption-server.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cthulhuden.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dateno1.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "democracy.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "democracychronicles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "demuzere.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deviltracks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dietrich.cx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dissimulo.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dlscomputers.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dogoodbehappyllc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dreid.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-deca2.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "empowerdb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "entrepreneur.or.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eol34.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eucl3d.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firmapi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freeweibo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamenected.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamenected.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getsport.mobi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmdu.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grafitec.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greatfire.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greenroach.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hablemosdetecnologia.com.ve", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hardh.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haveeruexaminer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helloacm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hyper-text.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idndx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "im-c-shop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inbitcoin.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inspiroinc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "instant-hack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iraqidinar.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itsagadget.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivancacic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "j0s.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joshstroup.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justyy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kasko.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kawaii.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kazandaemon.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kbcequitas.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lehighmathcircle.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lenzw.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leon-jaekel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linuxcommand.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lognot.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maclemon.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maternalsafety.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "max-moeglich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mdek.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meddelare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediawiki.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "milahendri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "msebera.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mypagella.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "necesitodinero.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "obermeiers.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ollning.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omacostudio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ourbank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paysera.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petersmark.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pmnts.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qingxuan.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raah.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "recon-networks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "renlong.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reucon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ristioja.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roberthurlbut.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rugstorene.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowkitsune.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shaundanielz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shellvatore.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shipcloud.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplexsupport.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slainvet.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartlocksmith.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sparklingsparklers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sportifik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tanzhijun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tcao.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teamblueridge.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tecart-cloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tecart-system.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tecartcrm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techandtux.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tehrabbitt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thehiddenbay.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ticketmates.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tinyvpn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tinyvpn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tls1914.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topnewstoday.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "totalcarcheck.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toxme.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trueblueessentials.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tumutanzi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuzaijidi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ubicv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "un-zero-un.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unionstationapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utonia.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vokeapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whitehouse.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wikibooks.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wikimediafoundation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wikinews.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wikiquote.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wikisource.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wikiversity.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wikivoyage.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wiktionary.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worcesterfestival.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x.st", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x64architecture.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--datenrettung-mnchen-jbc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--hfk-allgu-schwaben-stb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mgbbh2a9fub.xn--ngbc5azd", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yippie.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeno-system.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "track.plus", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blog.gov.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clubmini.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codingforspeed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cradlepointecm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dobet.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domainexpress.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ediscomp.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edissecurity.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ewe2.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fluxent.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fruitusers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gpsvideocanada.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gracedays.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inksupply.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jhburton.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "odin.xxx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pagure.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pagure.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sunnyfruit.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tosecure.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uploadbeta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agonswim.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appharbor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "armory.consulting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "armory.supplies", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "b2and.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bryanquigley.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cfcnexus.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clipped4u.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cvsoftub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dailyenglishchallenge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "derreichesack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devnsec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "donateaday.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dragon-chem.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eelsden.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elenag.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emailhunter.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expressvpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "factorygw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flamingkeys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "granth.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "happyfabric.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "happygadget.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "illorenese.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imirhil.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "junethack.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mamaison.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mca2017.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mnd.sc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modemagazines.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panoti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "philosophyguides.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pmctire.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polis.or.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quppa.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rc4.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rot47.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rusl.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "satmep.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simod.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplycharlottemason.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skoda-clever-lead.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skoda-im-dialog.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skoda-nurdiebesten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slix.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "speed-mailer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steelephys.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stick2bike.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swift-devedge.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syntaxnightmare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tbrss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokke.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unapp.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valopv.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "varvy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "videomail.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "welovemail.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whispeer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xd.cm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zaufanatrzeciastrona.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zx6rninja.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alt.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "badcronjob.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bankin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boris.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brakstad.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campus-finance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cao.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cashlink.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloud-project.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudwalk.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coore.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crackingking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidgrudl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davisroi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "didacte.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dirkwolf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotadata.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dronepit.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duckduckstart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-typ.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eleicoes2016.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "engelundlicht.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etaes.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ethicaldata.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "floskelwolke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geekcast.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmta.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "govtrack.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guilde-vindicta.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hisbrucker.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hledejlevne.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hookandloom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hranicka.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hsts.date", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipv6-adresse.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iqboxy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivk.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jacekowski.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "latrine.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lmddgtfy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lmsptfy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madrants.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marktboten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melf.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meteosky.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mirtes.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mitchellrenouf.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "munzee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musikkfondene.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mydeos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myraytech.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nethackwiki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nette.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "only-roses.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openkvk.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phpfashion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "recommended.reviews", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "remoteutilities.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rj.gg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rtcx.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rusl.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sellme.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shopapi.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skimming.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skoleniphp.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smb445.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sobabox.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soply.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thedreamtravelgroup.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thehotfix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiffnix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomli.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vsean.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpserp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "z0rro.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhihua-lai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1017scribes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anfsanchezo.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bcvps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beautykat.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bouncyballs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cafe-scientifique.org.ec", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caveclan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaletmanager.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "changetip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ciscodude.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crysadm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuvva.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "de-spil.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dolphin-cloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dolphin-hosting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dolphin-it.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enquos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gravity-net.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gtanda.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hdc.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "instacart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intarweb.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kirkpatrickdavis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maarten.nyc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mantor.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "motionpicturesolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "motocyklovedily.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parasitologyclub.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phongmay24h.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pilgermaske.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pol.in.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puyblanc.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rantanda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redd.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "respice.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rr.in.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salserototal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "section.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secureradio.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplelearner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tlo.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tlo.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "typewolf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vorlif.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xellos.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--4dbjwf8c.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--4dbjwf8c.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--4dbjwf8c.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--4dbjwf8c.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--lgb3a8bcpn.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--lgb3a8bcpn.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--lgb3a8bcpn.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--lgb3a8bcpn.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ls8hi7a.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yyyy.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhaojin97.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "368mibn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aevpn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andreigec.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arnaudfeld.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beneffy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brrr.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudspace-analytics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comiteshopping.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coreless-stretchfilm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crudysql.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csgokings.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dank.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "demuzere.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "demuzere.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "demuzere.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "docucopies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elmermx.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extreemhost.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fabianasantiago.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "graingert.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greenvines.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hollowrap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostingactive.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immunicity.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kahopoon.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "khetzal.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koerperimpuls.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lostinsecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mailinabox.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masjidtawheed.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newodesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicolaelmer.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ochsundjunior.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onixcco.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pctonic.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "photoblogverona.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pluga.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prefis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prepandgo-euro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "production.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raconconsulting.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rangde.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "remotestance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "renuo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riskmitigation.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanhei.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scaling.solutions", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sifls.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smkn1lengkong.sch.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssldecoder.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sx3.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tech-seminar.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tncnanet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomo.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utilia.tools", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viewmyrecords.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vmrdev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vulnerability.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xiaolan.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xiaoxiao.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3chit.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "777coin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ad-notam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ad-notam.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ad-notam.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ad-notam.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ad-notam.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adhs-chaoten.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alpca.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amoory.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appmobile.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aussiecable.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avarty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aylak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benny003.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bexit.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitminter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blognone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "borchers-media.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bqtoolbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burningcrash.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capriccio.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clycat.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cogumelosmagicos.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "connect.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptobells.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csfs.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cspvalidator.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cubewano.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deepcovelabs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deliciisanatoase.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dienstplan.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drbethanybarnes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eddmixpanel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ehipaa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ehipaadev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emanuelduss.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "envygeeks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "envygeeks.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fayolle.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flirchi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuglede.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gcs-ventures.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gerencianet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gfournier.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gyboche.science", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackenturet.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harmoney.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "istheapplestoredown.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jayblock.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jgid.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juergenhecht.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kpvpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "labrador-retrievers.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logement-saisonnier.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mareklecian.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maximilian-greger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mb-is.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobile.eti.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mosstier.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "namorico.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nekomimi.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "numericacu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oshayr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ourevents.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pantsu.cat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paylike.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pennylane.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirati.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plirt.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qgustavor.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rentinsingapore.com.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rideworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riesenweber.id.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robi-net.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rootservice.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanasport.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "si-benelux.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplednscrypt.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartmessages.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smksi2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snapappointments.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "southernutahinfluencers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "staack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stackptr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stinkytrashhound.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stugb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swapadoodle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syncer.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tannenhof-moelln.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theintercept.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thinklikeanentrepreneur.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ulabox.cat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ulabox.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "umgardi.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upay.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upstats.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usgande.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vat-eu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veblen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viemeister.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wait.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wohnsitz-ausland.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wolfemg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wrldevelopment.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xiaody.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--t8j4aa4nyhxa7duezbl49aqg5546e264d.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xtremegaming.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xunn.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zdrojak.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zera.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0xfc.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abrilect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adduono.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ahmerjamilkhan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akombakom.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alainwolf.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beier.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bentrask.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bryn.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cavac.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coolaj86.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coralproject.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crosscom.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curroapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daplie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darknebula.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datapun.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datsound.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ellsinger.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "excessamerica.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "express-vpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "felixrr.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filippo.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flowlo.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flukethoughts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fraye.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freedom.press", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fresh-hotel.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goaltree.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goldenhillsoftware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greenpeace-magazin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guineapigmustach.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "htaccessbook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaloix.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiano.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krypsys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lainchan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lazurit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lelongbank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lexway.pk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libertyrp.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lustrumxi.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maderwin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mypagella.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mypagella.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mysecretrewards.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nettopower.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicestresser.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nsboston.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onet.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oopsmycase.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opennippon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opennippon.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perishablepress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planboardapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plugin-planet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qionglu.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redb.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rootforum.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sambeso.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarasturdivant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scourt.org.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secure-games.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selecadm.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sirenslove.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smm.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephenandburns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sway-cdn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sway.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thinkindifferent.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tunnelblick.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "typing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ufotable.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "up1.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vermontcareergateway.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "virtualsanity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whatsmychaincert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wp-tao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoloprod.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zzsec.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "33-km.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "42ms.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abeestrada.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adamradocz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aladdin.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alarmsystemreviews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allthingswild.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andreypopp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ankaraprofesyonelnakliyat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aojf.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apachelounge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apstudynotes.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "areatrend.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atgseed.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atgseed.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "authint.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "basnoslovno.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bettrlifeapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "billninja.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bionicspirit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blechschmidt.saarland", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bugginslab.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bwcscorecard.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cesobaly.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "checktype.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chloe.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrst.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comarkinstruments.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consciousandglamorous.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crestoncottage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crl-autos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crossfitblackwater.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csgodicegame.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cvmu.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "de-medici.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decoder.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "depixion.agency", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devopps.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dhautefeuille.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droidwiki.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dubrovskiy.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edakoe.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edgereinvent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elsitar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "espgg.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etherpad.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evomon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expresshosting.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fig.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finkelstein.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flow.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fr33d0m.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getbox.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ggp2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gigacloud.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalexpert.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hawkeyeinsight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hencagon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hilahdih.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hrbatypes.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hroschyk.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ichronos.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idaspis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifleurs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iggprivate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iggsoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iggsoftware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ihsbsd.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "illjinx.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "incparadise.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "institutolancaster.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "integrationinc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipv6cloud.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joelj.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kba-online.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knygos.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koukni.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kpinvest.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kristofferkoch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lagoza.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "latenitefilms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lentri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "litespeed.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loancompare.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lsky.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "makerstuff.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marie-curie.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markusehrlicher.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marumagic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcrn.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meetscompany.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meta.sc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mnium.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moparcraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moparcraft.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moparcraft.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moparisthebest.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moparisthebest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moparisthebest.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moparisthebest.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moparisthebest.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moparscape.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "my-pawnshop.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mygov.scot", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nagb.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nagb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "najedlo.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newmediaone.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nodetemple.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noworrywp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "o6asan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perfektesgewicht.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perfektesgewicht.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perplex.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "please-deny.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pm13.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "postbox.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "postscheduler.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "potbar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "potbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privacy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privacyinternational.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "publicsuffix.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "punchr-kamikazee.rhcloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robtex.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roomhub.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rsajeey.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rubi-ka.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schnell-gold.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selectel.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silver-heart.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slamix.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartpolicingplatform.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "splikity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "square.gs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssl.rip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stellenticket.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "subdimension.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syezd.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tafoma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "takkaaaaa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techcentric.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebreakroom.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thego2swatking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thehackerblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theitsage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topnovini.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trendberry.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ulrik.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utopians.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanetv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vistb.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vyber-odhadce.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webyazilimankara.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whyworldhot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "witae.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "withinsecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wordsmart.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoloboatrentals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoloseo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andreas-kluge.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andreaskluge.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fastaim.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matrip.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "18f.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1co-jp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1password.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ad-notam.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adblock.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "admsel.ec", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alphassl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "altedirect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "altestore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ankaraprofesyonelnakliyat.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ankaraprofesyonelwebtasarim.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ankarauzmanlarnakliyat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anzeiger.ag", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apnakliyat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aryasenna.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "askwhy.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "askwhy.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atisoft.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atisoft.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atisoft.net.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atisoft.web.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "balboa.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bcsytv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beholdthehurricane.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beranovi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betterhelp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "borysek.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "broadsheet.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "broersma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brownfieldstsc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bulmafox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "byrtz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "callsigns.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chimeratool.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "classicspublishing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clickandgo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colognegaming.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compucorner.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "concentrade.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crepererum.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptoparty.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devdoodle.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diasp.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dime-staging.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "docket.news", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "econsumer.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elephpant.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elimdengelen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "entersynapse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epay.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "espci.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ev-zertifikate.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evdenevenakliyatankara.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exfiles.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expxkcd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fandomservices.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fca-tools.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "findmybottleshop.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flamewall.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freelance.boutique", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freifunk-luenen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frtr.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "g-m-w.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamingzoneservers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garbage-juice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getbutterfly.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glws.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmw-ingenieurbuero.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gsm-map.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gyboche.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harristony.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harvester.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haselsteiner.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helgakristoffer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helgakristoffer.wedding", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heutger.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hpkp-faq.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imoni-blog.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "insideaudit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "instela.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interisaudit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intxt.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itsg-faq.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "j3e.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jakubboucek.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jennedebleser.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jhalderm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jirav.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "josefjanosec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klasfauseweh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linux.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linuxgeek.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liquid.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lukasunger.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mac-torrents.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marlen.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maveris.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melted.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "missdream.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moreapp.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "murraycoin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nakliyatsirketi.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbb.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nder.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netwarc.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nikao-tech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nikobradshaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nikolasbradshaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nomial.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "npmcdn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opsbears.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otchecker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "penfold.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pgmann.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pier28.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piligrimname.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poleartschool.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "posterspy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "postn.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "powercloud.technology", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proos.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psw-group.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psw.academy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psw.consulting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psw.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realcapoeira.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ricki-z.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "right-to-love.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robandjanine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robspc.repair", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rodolfo.gs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safematix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanderdorigo.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sdrobs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securedevelop.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shopbakersnook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simonkjellberg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simphony.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snapappts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socialhead.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sogutma.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soporte.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssl-zertifikate.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sslzilla.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steamdb.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taborsky.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teampaddymurphy.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teampoint.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "threelions.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tm-solutions.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomasjacik.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trainex.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trinitycore.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twaka.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twist.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vallis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viscopic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viva-french.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vyberodhadce.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webtasarim.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "welldrake.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werdeeintimo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wo2forum.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wrara.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xetown.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xss.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zgrep.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zortium.report", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0x90.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexwardweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atolm.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avastantivirus.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berst.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bigbluedoor.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "binaryevolved.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinhk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackdragoninc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cabarave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cannyfoxx.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clmde.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codeux.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conversiones.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "converter.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "couragewhispers.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danpiel.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darioturchetti.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datasharesystem.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "david.kitchen", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dden.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deviltraxxx.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diversityflags.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dnscrypt.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "docloh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dolphincorp.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domodedovo.travel", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dziekonski.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "easykonto.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edpubs.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eeqj.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elitefishtank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "englerts.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eugenekay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evasovova.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eyasc.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eydesignguidelines.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fedrtc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fiilr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frillip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gfwsb.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giftservices.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goabonga.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grace-wan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greenteamtwente.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gregmilton.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackcraft.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helix.am", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herpaderp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hlavacek.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hobby-gamerz-community.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hochhaus.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holisticon.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hopewellproperties.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostinghelp.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ikk.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indybay.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itinsight.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaroslavtrsek.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jav-collective.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jlkhosting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juniwalk.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiebel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kynaston.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "larrysalibra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lateralsecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lemp.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "letras.mus.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "librelamp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libsodium.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livedemo.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lukasberan.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lukasunger.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macker.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maco.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "makowitz.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melcher.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mercamaris.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "micro-rain-systems.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mlpepilepsy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mnetworkingsolutions.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mortgagecentersmo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muguayuan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mybudget.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myg21.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nagoya-kyuyo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nametiles.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netbrief.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nevadafiber.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onespiritinc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orderswift.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otoy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "override.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pacoda.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paratlan.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pcloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peytonfarrar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phpdorset.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pimpmymac.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piwko.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polis.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poon.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poon.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pr1sm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "premierheart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pressrush.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ptm.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qlrace.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qualityedgarsolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ramon-c.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realmofespionage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ringh.am", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rngmeme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roeckx.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roombase.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ryanteck.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safar.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samegoal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samegoal.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schwinabart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selfici.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shiroki-k.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skipfault.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spdf.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ss.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stirlingpoon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stirlingpoon.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stomt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talado.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taskulu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tazemama.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "the-paddies.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thepartywarehouse.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thorbis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tidycustoms.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiens-ib.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tucny.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ultros.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unpr.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utdsgda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valordolarblue.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vieclam24h.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vm0.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vnvisa.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "watersb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "watertrails.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "westerhoud.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whatsapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whey-protein.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wiire.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "williamfeely.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "workray.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yobst.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yombo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zking.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secure.advancepayroll.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0x1337.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "206rc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adimaja.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akhilindurti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alcazaar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alfredxing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allcarepharmacy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amdouglas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aniplus.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arnor.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arrakis.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artofwhere.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asset-alive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asset-alive.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avacariu.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "badkamergigant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "badlink.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bajic.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "besthost.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bets.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bigclassaction.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackpayment.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blaise.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonobo.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "borrelioz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brightstarkids.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsidessf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burtrum.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buzzconf.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bytejail.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caesreon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calaborlawnews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carsforbackpackers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cecipu.gob.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chcemvediet.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christiaanconover.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christianbro.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cidbot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cidr.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cirope.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clearviewwealthprojector.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clickclickphish.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clintonbloodworth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloud.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudily.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comparejewelleryprices.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compucorner.com.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cormilu.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cortexitrecruitment.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cqchome.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crazydomains.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crow.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptopartyutah.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptoseb.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ctoforhire.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daemon.xin", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daniel-steuer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dario.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dark-x.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dataretention.solutions", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datatekniikka.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dbmteam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "delfic.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "detector.exposed", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dgeex.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dime.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dinkum.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dise-online.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dmxledlights.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "docemeldoces.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doctorwho.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dopost.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dot.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dyrenesverden.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eagleyecs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eduvance.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elementalrobotics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enteente.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esg-abi2001.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "essoduke.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expressfinance.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fahrenwal.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fahrenwalde.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fatlossguide.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fbox.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firefall.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flamingcow.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fliexer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "floort.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foray-jero.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fordbydesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fotofaerie.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foxdev.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "free.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fsfi.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gehaowu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genshiken.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geschwinder.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gha.st", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gilly.berlin", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalcomix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalperspectivescanada.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gotocloud.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gpfclan.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gregmilton.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gs-net.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hack.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hardfalcon.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "healtheffectsofasbestos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hejsupport.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helpconnect.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "henrock.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoodoo.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoton.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ideation-inc.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idvl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iec.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifcfg.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifoss.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imagescostumes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imrejonk.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inboxen.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infinitusgaming.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infocommsociety.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "instant.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipcfg.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipswitch.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iready.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "istorrent.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itfh.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itpol.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "j-navi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaba.hosting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jackfahnestock.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamonsilva.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonathandowning.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joshi.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jrvar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaplatz.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kbjorklu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kindof.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinnon.enterprises", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kleppe.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "konijntjes.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kraft.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kurtmclester.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "labs.directory", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lambda-complex.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leppis-it.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liceserv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "limpido.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linuxbierwanderung.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lmintlcx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "locomore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lusis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macgeneral.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "machbach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mailgarant.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "management-companie.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masa.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mathiasgarbe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mavensecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maximeferon.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mchristopher.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "media-courses.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "megasslstore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melitopol.co.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meozcraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mfcatalin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michalborka.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mijnkredietpaspoort.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monitman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monitman.solutions", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mpintaamalabanna.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muabannhanh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myiocc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "n2x.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nanogeneinc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naval.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neel.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netlocal.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicoborghuis.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niho.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nodebrewery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nope.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nystart.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "online-casino.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinecensorship.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinelegalmarketing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinelegalmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinewetten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlyshopstation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "open-mesh.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openstreetmap.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "osm.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ossbinaries.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ourcloud.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "owncloud.help", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paku.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "palationtrade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "papayapythons.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parkingplus.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "partirkyoto.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peissen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peterdavehello.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phunehehe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pileofgarbage.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pm13.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pointiswunderland.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pokemori.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "post4me.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "practicallabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prayerrequest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "preisser-it.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pro-bike.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "profundr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.al", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purplemoon.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quotehex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redshield.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "responsibledisclosure.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rewrite3.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rootrelativity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rsi.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safemovescheme.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sandor.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sb-group.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scanpay.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scooshonline.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seo.consulting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sequencing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serized.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seyr.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shaitan.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sheilasdrivingschool.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silkebaekken.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skoda-service-team-cup.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sobie.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "square-gaming.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sqzryang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "srrr.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sslpoint.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stalkerhispano.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "star-citizen.wiki", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "statuscode.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "storycollective.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stricted.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strugee.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sumoscout.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sweetstreats.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tacticalsquare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tazj.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tdelmas.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "technosavvyport.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telekollektiv.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teleogistic.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telescam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "textualapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theater.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thehistory.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thorbiswebsitedesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tlo.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torprojects.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torrent.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "totalchecklist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tpe-edu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trollme.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trufflemonkey.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ttz.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tvtubeflix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twopif.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tyche.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked-networks.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uni-games.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unila.edu.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unitel2000.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unixadm.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unoccupyabq.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uvarov.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valentin-sundermann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vincentcox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vsund.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "walkeryoung.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wartorngalaxy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wealthprojector.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wealthprojector.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weathermyway.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "web4all.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webtorrent.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weeblr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wettbuero.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wetttipps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wetttipps.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whatsupgold.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whocalled.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wodka-division.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wohlgemuth.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wrwg.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xatr0z.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xng.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yawnbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yetzt.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yplanapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zacarias.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ze3kr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zirtue.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zoneminder.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "6969.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aaeblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advancis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anitube-nocookie.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anitube.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appartementhaus-badria.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appson.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arjandejong.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aunali1.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avantmfg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "b3orion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bandrcrafts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bettween.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bike-shack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bildermachr.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bizcms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blmiller.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boxintense.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brightstarkids.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brightstarkids.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brightstarkids.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsklabels.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "btsoft.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "budgetalk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burningflipside.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casperpanel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chic-leather.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chijiokeindustries.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chun.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "citiagent.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmdline.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cojo.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "concord-group.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "culinae.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decafu.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dergeilstestammderwelt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dibiphp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "disruptivelabs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "disruptivelabs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dovetailnow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dukun.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elpo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "englishbulgaria.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eurostrategy.vn.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eveseat.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "familieholme.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fastcomcorp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "felisslovakia.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ff-bad-hoehenstadt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fhcdn.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filoo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flat.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "florian-schlachter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fortress.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freeutopia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gosuland.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guguke.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hacker.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haucke.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hdm.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hds-lan.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "henriksen.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiddenmail.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hohm.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holifestival-freyung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huaxueba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ideadozz.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ikvts.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interaffairs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isitamor.pm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesconroyfinn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kanna.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kilobyte22.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "komoju.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kotonehoko.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kropkait.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kryx.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laserfuchs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lawformt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "levinus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lightme.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "limeyeti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logopaediereinhard.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lottosonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macleod.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masa-yoga.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mathhire.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mattwb65.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mavenclinic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meditek-dv.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "micro-dv.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mind-moves.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minecraft-forum.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minecraft-forum.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minecraft-forum.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minecraft-forum.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minecraft-forums.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minecraft-forums.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minecraft-forums.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftforum.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftforums.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftforums.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftforums.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mittelunsachlich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "multigeist.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "narfation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ne-on.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nettefoundation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "network-notes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neveta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niftiestsoftware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nullpoint.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "open-bs.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oxygaming.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oxymc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulproell.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peerherrmann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pixelcode.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planet-work.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "posobota.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ppmoon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pretix.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privacyrup.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pt-server.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purplemoon.mobi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purplestar.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purplestar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purplestar.mobi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pushapp.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pyplo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rentcarassist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rmstudio.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rotzonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samaritansnet.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sandbagexpress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selfici.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slovakiana.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solsystems.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soondy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spacefish.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stjohnmiami.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "streampanel.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stuartbell.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suche.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sveneckelmann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "texy.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "the-construct.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebrotherswarde.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thelocals.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomas-grobelny.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tifan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobiassattler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomcort.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonburi.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "totch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "untoldstory.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unun.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valmagus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanitas.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vansieleghem.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vfdworld.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viperdns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "w.wiki", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wevolver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wf-hosting.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wfh.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wfh.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wiseloan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wje-online.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wxcafe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xellos.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xett.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yecl.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yolobert.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ys-shop.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zooparadies.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0paste.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2nerds1bit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "403.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acr.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adevel.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adrl.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aishnair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "altesses.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "altonblom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amishsecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andreasfeusi.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anedot.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aniplus.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anshuman-chatterjee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asandu.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aspires.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "augustiner-kantorei-erfurt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "augustiner-kantorei.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avalon-island.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avec-ou-sans-ordonnance.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aviacao.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "babarkata.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "babyfotograf-schweiz.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bacchanallia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "balkonien.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bananabandy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baofengtech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baud.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beachi.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bentley.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bfw-online.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biou.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinworld.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blauwwit.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blendle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluemosh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonapp.restaurant", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonifacius.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boringsecurity.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bougeret.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bowling.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brasalcosmetics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bugcrowd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cadoth.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caffeinatedcode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cais.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caja-pdf.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "camperverzekerd.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canadasmotorcycle.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "car-navi.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carck.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cardrecovery.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cativa.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ccayearbook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cctech.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cementscience.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centralync.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cevrimici.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaoschemnitz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chch.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "choosemypc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chriswells.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clintonbloodworth.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudcy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clouddesktop.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmci.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "co50.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coiffeurschnittstelle.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comitesaustria.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consonare.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "custodyxchange.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyph.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyph.video", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cysec.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d3xt3r01.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daimadi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datorb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decomplify.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deepserve.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dentaldomain.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dentaldomain.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dereferenced.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devh.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devolution.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "die-blahuts.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diegelernten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dmlogic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dmwall.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dutchrank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dynamize.solutions", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dzimejl.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eagletechz.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "echomanchester.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecnetworker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "efficienthealth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elemental.software", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "endlesstone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eriix.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expo-designers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ezmod.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "f-thie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faesser.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faizan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faizan.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "federicomigliavacca.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "file-pdf.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "findtutorsnearme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flawlesscowboy.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flowersandclouds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fmarchal.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frankierprofi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "franzt.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fukushima-web.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fzn.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geek-hub.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geeky.software", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genshiken-itb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genslerwisp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genxnotes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getvdownloader.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glidingshop.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gracesofgrief.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grantedby.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grazetech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grcnode.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gtmasterclub.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "habarisoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackthissite.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "handmadetutorials.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harbor-light.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hduin.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homads.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoodoo.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoshisato.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huffduffer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hund.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iainsimms.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imlonghao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imququ.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imreh.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indust.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inksay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "institutoflordelavida.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interfug.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iocheck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isaacman.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isondo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jacobphono.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jcraft.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jennythebaker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonaskjodt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonathan-apps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonathancarter.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonfor.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jorgemesa.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joyofcookingandbaking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kachlikova2.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kanotijd.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katka.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kd-plus.pp.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keke-shop.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kengilmour.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kikuzuki.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinderwagen-test24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kitsostech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klif1.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kodokushi.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kokenmetaanbiedingen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kreavis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "latus.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legendofkrystal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "levendwater.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lewisjuggins.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "limalama.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "listafirmelor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ltn-tom-morel.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luehne.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lunakit.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m3-gmbh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manoirdecontres.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcoslater.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marktcontact.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxwell-english.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mazz-tech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcc.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcpart.land", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medirich.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medo64.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meizufans.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaelcullen.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaelleibundgut.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michal-kral.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "microme.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "midonet.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "misskey.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mizd.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monnyonle.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mpc-hc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mtasa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "multitheftauto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mushikabu.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myonline.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myzina.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nabytko.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nakedalarmclock.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nanogi.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "narach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nb.zone", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbg-ha.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neko-life.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netfs.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netfxharmonics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netsparker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newcitygas.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nyffo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "obdolbacca.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "obscuredfiles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okane.love", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omifind.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ondrej.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinedemo.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "optmos.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oszri.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otya.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "overclockers.ge", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pan.digital", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "per-pedes.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "performaterm.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peter.org.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phparcade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pierre-denoblens.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "playnation.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plogable.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pretty.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "principaltoolbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "profi-durchgangsmelder.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "profpay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ptgoldensun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quantenteranik.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quantumcourse.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "r811.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "racermaster.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rcpcbd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "relisten.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "retcor.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rhdigital.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ronwo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rootwpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "russmarshall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saveyour.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scienceathome.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "screenresolution.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secpatrol.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securitystreak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serbanpaun.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serverstuff.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seryo.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seryovpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shtorku.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siebens.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sightcure.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silverpvp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sinoscandinavia.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skyminds.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slightfuture.click", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slightfuture.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smares.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sms1.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socomponents.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sosecu.red", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soved.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spark.team", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "speich.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spicymatch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sritest.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sstewartgallus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starcomproj.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stbennett.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steakovercooked.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stkbn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stopwoodfin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stressfreehousehold.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "student-scientist.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studentloans.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studentresearcher.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "styles.pm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sulek.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "susanbpilates.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "susanbpilates.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "synony.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taskstats.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tcl.ath.cx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teamzeus.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techelements.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techpivot.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teddy.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tetsumaki.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "textracer.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thedark1337.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themicrocapital.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theojones.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tls.builders", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmaward.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmpsantos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobiasmathes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobiasmathes.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tommyads.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "touhou.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "treebaglia.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trophee-discount.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tryoneday.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trywesayyes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "typecodes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ukwct.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "undone.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unionplat.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uripura.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "use.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vapordepot.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "varghese.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vgatest.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vikashkumar.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vimeo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "volcrado.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vpnhot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "w4xzr.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wallingford.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "warandpeace.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "warr.ath.cx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wasema.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webseitendesigner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "westeros.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wiimotion.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winclient.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winmodels.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winmodels.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wolfachtal-alpaka.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wolfsden.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wolfwings.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "woodbury.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "woodomat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "workingclassmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpfortify.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpvulndb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xdd.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xiangweiqing.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xkviz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xuexb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xwaretech.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "y-s.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youcontrol.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youyoulemon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yuyu.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yvesx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhanghao.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zorz.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0au.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "692b8c32.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abury.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adam-kostecki.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adjagu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akostecki.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alkami.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alkamitech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "angristan.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "approlys.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aquilaguild.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arabdigitalexpression.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "assdecoeur.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "b-root-force.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bastianstalder.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bbnx.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bettercrypto.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bienici.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biosignalanalytics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blendle.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blumenfeldart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calculator-imt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "certcenter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charmander.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudstorm.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "convert.zone", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cowboyim.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crizk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptoparty.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csohack.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyph.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daniel-ruf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darkdestiny.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidgow.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ddatsh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dicgaming.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitkon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dinube.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dislocated.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domfee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "donner-reuschel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drupal.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dutchrank.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elpo.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "embracethedarkness.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emirabiz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "europop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evrial.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fallenangeldrinks.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fallenangeldrinks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fallenangeldrinks.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fallenangelspirits.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fallenangelspirits.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fallenangelspirits.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fallenspirits.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faspirits.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faspirits.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fdsys.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feezmodo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "floridaescapes.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "florismouwen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fotostudio-schweiz.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freiwurst.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genxbeats.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gm-assicurazioni.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goggs.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grannyshouse.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gurom.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haozi.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "havelland-obstler.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotchillibox.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotchillibox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icusignature.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internethering.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inusasha.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "invictusmc.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ionlabs.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isopres.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jagerman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jean-remy.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonlabelle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jrmd.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kassa.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keganthorrez.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kjarrval.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kurehun.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lafkor.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leob.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loacg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcoececilia.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marie.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markusweimar.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mctherealm.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "memo-linux.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobilemedics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myvpl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nedcdata.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nusatrip-api.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nyantec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "one---line.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "online-bouwmaterialen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oprechtgezegd.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pariga.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paul.reviews", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piconepress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pmponline.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polimat.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prediksisydney.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "press-anime-nenkan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privytime.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "queercinema.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realmic.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rene-schwarz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rhinelander.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rickyromero.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "romainmuller.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "royalpalacenogent.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scs-simulatoren.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sdcardrecovery.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seiko-dojo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selent.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shukatsu-note.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "singul4rity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "speedtest-russia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taxbench.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "temizmama.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "the-gist.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thegoldregister.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thejserver.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tlo.hosting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "treeby.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "truckstop-magazin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ttcf.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuningblog.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuntitili.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "umwandeln-online.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "w4nvu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wanban.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wdbgroup.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webm.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wenjs.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winter.engineering", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wis.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wisweb.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wrightdoumawedding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ww2onlineshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yellowcar.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youcancraft.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yunity.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhangyuhao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a-plus.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "achenar.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adelevie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewsun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anedot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aosus.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "astengox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asun.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atlantichomes.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autokovrik-diskont.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bm-trading.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bodyblog.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bpastudies.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ceopedia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cfetengineering.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cinefilzonen.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cirfi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codabix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codabix.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codabix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creditkarma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptify.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cwagner.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyberpunk.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dadons-laserdiscs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darkag.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dequehablamos.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "discofitta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dragonisles.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eligible.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "englishclub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esclear.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firevap.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gintenreiter-photography.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "graphire.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grossmann.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gurochan.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hastherebeenamassshooting.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heartsucker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hmm.nyc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iamokay.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infilock.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iseulde.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jikken.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klauwd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kle.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kleteckova.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krypteia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kybi.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "levert.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libreboot.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linuxlounge.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "litvideoserver.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liud.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lugbb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mailer-dot.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "make-pizza.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mammothmail.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mammothmail.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mammothmail.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maowtm.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mbweir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mfiles.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mintrak2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobiletraff.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moneromerchant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monitzer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nearby.in.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netsystems.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neuralgic.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nolberg.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openxmpp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "optenhoefel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oversight.garden", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plfgr.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "politic.org.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "potlytics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ppy3.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ptbx.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purplebricks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quchao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raidstone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rawoil.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realgarant-shop.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "remodela.com.ve", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "restchart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rightcapital.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rolemaster.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "room208.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruanmi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saikarra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sailormoonevents.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saltstack.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seatbeltpledge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shv25.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stmbgr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "streams.dyndns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syncserve.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomatenaufdenaugen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitkausk.as", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wander.al", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wapjt.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webdevops.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winpack.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winpack.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wittcher.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wss.com.ve", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wsscompany.com.ve", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ycc.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zefu.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zonglovani.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zooom.azurewebsites.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zzw.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0p.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adams.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anderslind.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chiru.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dealpass.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "driving-lessons.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elbetech.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ernesto.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esquonic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "falkp.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "furry.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gautvedt.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gorilla-gym.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "graph.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gravitation.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grsecurity.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "healthiercompany.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heyguevara.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostgarou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jobbkk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kakao-karten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kitakemon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leinir.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lepont.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luom.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lyx.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martinp.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minpingvin.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omniti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "open-bs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perfect.in.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "postal.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puryearlaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pwnies.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "revolt.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruborr.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sbssoft.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schrodinger.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serfdom.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seryo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sscd.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "terraform.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tinylan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travisf.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tresorsecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urphp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "v0tti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wegner.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wilddog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wlzhiyin.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "womf.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wondermags.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zqhong.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dorianharmans.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inverselink-user-content.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inverselink.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jhburton.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0x52.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0x90.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0xee.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1011100.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1464424382.rsc.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1972969867.rsc.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1whw.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2brokegirls.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2gen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "808.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "911911.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "99511.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abilymp06.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abury.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acabadosboston.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "actserv.co.ke", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adblockextreme.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adboos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adopteunsiteflash.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aether.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afuh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agalaxyfarfaraway.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agevio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aiesecarad.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aivd.lol", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akhras.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "albertopimienta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "albion2.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alecpap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alessandro.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexhaydock.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexhd.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexismeza.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allbenjoy.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "am3.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ambiente.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ancientkarma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andreaboero.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewmichaud.beer", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewmichaud.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anitaalbersen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annuaire-photographe.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anonboards.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anthenor.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anyprime.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aopedeure.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aperturesciencelabs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apolloyl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appart.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "approbo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aprsdroid.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aradulconteaza.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arbu.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "argh.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arima.co.ke", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aristocrates.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "armingrodon.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "articaexports.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arzaroth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asasuou.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asc16.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aserver.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "askmagicconch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atbeckett.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "attimidesigns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aucubin.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auverbox.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axrec.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baalsworld.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "backscattering.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baer.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baiker.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ballotapi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bananium.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barbu.family", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barrut.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bartel.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bartlamboo.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bashcode.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "basnieuwenhuizen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beanjuice.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beardydave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beinad.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bely-mishka.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bendemaree.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bendingtheending.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benk.press", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benno.frl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benschnarr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berr.yt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betaclean.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betulashop.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bezorg.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bieberium.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bildschirmflackern.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "billaud.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biosphere.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "birdfeeder.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "birminghamsunset.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinbitcoin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinprivacy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackphoenix.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blastersklan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blue42.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluescloud.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blurringexistence.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluserv.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bnhlibrary.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bokeyy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bookofraonlinecasinos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bouncourseplanner.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bradbrockmeyer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bran.land", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bratteng.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bregnedalsystems.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brickoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bridholm.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brunoramos.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsalyzer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsdtips.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsquared.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "budskap.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buettgens.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bugtrack.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bund-von-theramore.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "businessfurs.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buyinginvestmentproperty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypro.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c3b.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cabsites.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cacaolalina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calgoty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calibso.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "camconn.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canarymod.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "candratech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capper.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "captchatheprize.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carnaticalifornia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carnildo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casinostest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catsmagic.pp.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cavedroid.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ccja.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "celti.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cerastar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaos.fail", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatear.social", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaz6.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chejianer.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chenapartment.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chireiden.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chocotough.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christiaandruif.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cintdirect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cirrus0.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ciscommerce.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clarkeaward.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "classicday.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cldly.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clsimplex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clywedogmaths.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cocaine.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codeforce.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codelayer.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codewild.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "com.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comhack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comicspines.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compeuphoria.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compiledworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "completionist.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consciousbrand.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "core4system.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cornercircle.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coughlan.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cozmaadrian.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "craftinginredlipstick.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cravelyrics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "critical.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "criticalaim.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptoisnotacrime.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csokolade.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cssu.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cthomas.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cubeserver.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cubua.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuibonobo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curlyroots.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "custe.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daduke.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dalingk.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dallmeier.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danaketh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danielcowie.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danieldk.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danielverlaan.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darkhole.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darkside.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darksideof.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidandersson.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidreinhardt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dc585.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ddhosted.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dedicatutiempo.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "degeberg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deinballon.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dementiapraecox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "denniskoot.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dersoundhunter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "derwolfe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "detoxsinutritie.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deuxsolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devopsconnected.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dighans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitalnonplus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dipconsultants.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "disconformity.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "disinclined.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dj4et.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dkds.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dlemper.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doesmycodehavebugs.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dokuboard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domhaase.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "donzelot.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotbox.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doublefun.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dovecotadmin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "downsouthweddings.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drdevil.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "driesjtuver.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drivenes.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drugagodba.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dumino.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dutchwanderers.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dvbris.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dvbris.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dvorupotocnych.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "easez.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eatlowcarb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eb7.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "echopaper.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecogen.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecogen.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eduif.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "electricant.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektropost.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "element-43.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elite12.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elliriehl.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elnan.do", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emilyhorsman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eminovic.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emnitech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enterprisey.enterprises", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eoldb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epicwalnutcreek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epublibre.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eq8.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eressea.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esko.bar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esocweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ethanfaust.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eulerpi.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "euph.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evilized.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evossd.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eytosh.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fabienbaker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fableforge.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faeriecakes.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "familjenfrodlund.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fashioncare.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fastopen.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fatox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fdj.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fecik.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feel.aero", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feirlane.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feliwyn.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fenno.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fenteo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feragon.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fierman.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "figuurzagers.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fiksel.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fikt.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finfev.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fischers.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flamingkeys.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flocktofedora.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "floridafieros.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flouartistique.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "francevpn.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frangor.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freqlabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fridolinka.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fritzrepair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frly.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frogatto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "funderburg.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "furry.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "futuretechnologi.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gam3rs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamecollector.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamegix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gameink.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamesurferapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamishou.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gampenhof.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garagegoossens.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "generic.cx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genossen.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genuu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geraintwhite.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gereon.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gesiwista.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gethttpsforfree.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getinternet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getmassage.com.ng", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getremembrall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gfm.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gigacog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gijsbertus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gjspunk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glentakahashi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "go.ax", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "go2sh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goalsetup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gofigure.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gorschenin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gps.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gravitechthai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greedbutt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greenpeace.berlin", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "griesser2.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grog.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gropp.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "groth.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "groth.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guillaumeperrin.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guntbert.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guvernalternativa.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gwtest.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackenkunjeleren.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackerpoints.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackest.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hadleighswimmingclub.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hadzic.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haitschi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haitschi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haitschi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haitschi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hallmarkestates.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haman.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hardeman.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hardline.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "has.vision", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hazcod.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hbpowell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hcie.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hdeaves.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heathmanners.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hec.global", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hejahanif.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "henok.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hhhdb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hhmmmm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiisukun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiphopconvention.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hittipps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hodne.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hondart.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "honoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hopps.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostelite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostingfj.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hrobert.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hscorp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hupp.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huskybutt.dog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hydra.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iactu.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iamveto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icebat.dyndns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ictinforensics.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idiopolis.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ies.id.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifconfig.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iflare.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "igforums.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "igrivi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilona.graphics", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iluvscotland.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immaterium.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "informatik.zone", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infosenior.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inios.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "insane.zone", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internetcasinos.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inton.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "investorforms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iodu.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipconsulting.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irazimina.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iridiumflare.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iskaron.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isreedyintheuk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "issuesofconcern.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itludens.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itsatrap.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iwalton.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iwizerunek.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jackdelik.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "james.je", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesbradach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesdoell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamiemagee.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "janario.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaqen.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jasonamorrow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jastoria.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jazzanet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jazzncheese.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jbradaric.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jctf.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jdubya.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeffcasavant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeremiahbenes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jhejderup.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jimas.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jka.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joakimalgroy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johannes.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnrom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnverkerk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonasgroth.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonn.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jopsens.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jrgold.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jstore.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jugendsuenden.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jultube.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jump.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "junaos.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "junkdrome.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jupp0r.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kalami.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kantankye.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karguine.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katericke.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kausch.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kdata.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ke7tlf.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keaysmillwork.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ketosecology.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kevinapease.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kevinbusse.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kirara.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kirschbaum.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kirstin-peters.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klausimas.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kolaykaydet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "konata.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koopjesnel.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koot.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kraiwan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kraiwon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kream.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kriegskindernothilfe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kristikala.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kroetenfuchs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuwago.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "labordata.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "labs.moscow", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lacledeslan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lacledeslan.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lambdafive.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lamboo.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laminine.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "langendries.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "langhun.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "larsklene.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lavine.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lbayer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lenn1.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leolana.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lerner.moscow", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lerp.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lgts.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lhalbert.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lightpaste.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lindberg.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linzgau.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "litchidova.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lithesalar.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "little.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liveforspeed.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livnev.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loafbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "localchum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logicsale.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logicsale.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logicsale.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logicsale.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loginseite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loli.bz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loopstart.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lpm-uk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lubot.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lucielavickova.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lunarift.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luther.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luukklene.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lv0.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lzzr.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macchaberrycream.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maddin.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maelstrom.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mahefa.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malfait.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "managemynetsuite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manowarus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcelpreuss.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcofinke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcohager.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marilsnijders.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matrix.ac", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matt.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mattandyana.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matthiasschwab.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matty.digital", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matze.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maultrom.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcatnnlo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcl.gg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meadowviewfarms.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medusa.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meghudson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meifrench.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "merccorp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mereckas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "merson.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "metapeen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaelfitzpatrickruth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michasfahrschule.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miconware.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "midwestwomenworkers.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikepair.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikewillia.ms", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "milonga.tips", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mirodasilva.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mjec.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mmucha.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modydev.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moen.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mojaknjiznica.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moonraptor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moov.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "morbatex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "morenci.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mornings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "morpork.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "morteruelo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mozoa.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mplusm.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mremallin.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mrettich.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "msiegmund.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mvanmarketing.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mwavuli.co.ke", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mycoted.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mysoundtalks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mytty.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "n0psled.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naminam.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nathanmfarrugia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "navjobs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ncrmnt.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ne1home.dyndns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neap.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nedraconsult.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nerdjokes.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nerdydev.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neris.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netherwind.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netsight.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nettools.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nex.sx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nexlab.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nextproject.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nickloose.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nickrickard.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicoknibbe.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicolaeiotcu.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nightfirec.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nikomo.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nohup.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nojestorget.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nolaviz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nolte.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nomorebytes.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noordsee.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nopol.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "norandom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "norb.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notadd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ntbs.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuxer.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nyan.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "octav.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "octothorpe.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ollie.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omgaanmetidealen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onaboat.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onewebdev.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinekasino.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinespielothek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onthebriteside.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ookjesprookje.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openpriv.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openverse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orbitcom.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oricejoc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oshell.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "osticketawesome.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "othercode.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "othermedia.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otherstuff.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otrsdemo.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "overseamusic.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ozvolvo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "p1984.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "p1c.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paginapolitica.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pakke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paneu.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "papierniak.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paranoxer.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "partijtjevoordevrijheid.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "partyhaus.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passieposse.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pataua.kiwi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulyang.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pekkapikkarainen.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pelanucto.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pengi.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pennergold.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perlwork.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "persson.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petabits.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pgregg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "philphonic.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phoebe.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phperformances.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "picardiascr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pickr.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pippen.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pitfire.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pittonpreschool.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pixelbash.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "playmaker.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pocloud.homelinux.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polynomapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "povitria.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "powerxequality.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "predoiu.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pridoc.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "progreso.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "promhadan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proustmedia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puikheid.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pumpgames.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puppydns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pypt.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "q2.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qingpei.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qinxi1992.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qop.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quantoras.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quranserver.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qwilink.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "r10n.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "r15.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raajheshkannaa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radicaleducation.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rapenroer.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rauros.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raydan.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rbensch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reachr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reactivarte.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "readonly.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rednsx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regionale.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regmyr.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reisyukaku.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rejo.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "renkenlaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "revello.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rgavmf.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rhering.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "richardhering.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ringingliberty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rix.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robertkrueger.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rodehutskors.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rodney.id.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roelf.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rohedaten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rrke.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rsf.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rubberfurs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rubenschulz.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rudeotter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruqu.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rwanderlust.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rxv.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samifar.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanglierhurlant.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sash.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "satrent.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saturne.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sc4le.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scandicom.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schlabbi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schnouki.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schumanandmonnet.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schwinger.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scrion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seattlefabrication.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securiviera.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sehenderson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selcusters.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "semyonov.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "septakkordeon.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seq.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serverco.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sharepic.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shaunwheelhou.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shiona.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shortr.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "showsonar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sidnicio.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silentlink.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silentundo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silverdragonart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silverhome.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silverwind.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simonwessel.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplefraud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sin30.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skilletfood.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skullhouse.nyc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slaps.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slashdesign.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slashem.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sluitkampzeist.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slycurity.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smalldata.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snowcrestdesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sobotkama.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sofabedshop.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soju.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solidus.systems", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "someshit.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soph.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sortaweird.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sown.dyndns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spacedust.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sparsa.army", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spicydog.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "squatldf.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "srna.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stalder.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "standingmist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starsam80.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stderr.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stefanovski.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sternplastic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stoianlawfirm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strobeto.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studenttravel.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studyhub.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stuntmen.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suave.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sudo.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "superbabysitting.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "superbart.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supermarx.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suprlink.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sushifrick.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swedishhost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swedishhost.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syam.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "synatra.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "synchrocube.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sysadmins.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "systemreboot.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "szaszm.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "szongott.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "t7e.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tahf.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tantalos.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tartaros.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taskulu.ir", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taxaroo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tazz.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techcavern.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techtalks.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tecture.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teemperor.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tehotuotanto.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "testbawks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tezcam.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "the-earth-yui.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thehonorguard.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theinvisibletrailer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theodorejones.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thescientists.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thesled.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thetradinghall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thetuxkeeper.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thezero.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thibautcharles.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thinkcoding.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thisisforager.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thisserver.dontexist.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thkb.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thrx.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tianshili.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiendavertigo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tikutiku.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tinastahlschmidt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tlach.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toccoig.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "todo.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomaspialek.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomrei.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonage.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toncusters.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topmarine.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tosteberg.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toucedo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toutart.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "townhousedevelopments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trik.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trollscave.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trustmeimfancy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsumi.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tty.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuvalie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uat-activesg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ukrgadget.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unexpected.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unpossible.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uns.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urban.melbourne", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urbanmelbourne.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usbcraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valkohattu.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vangeluwedeberlaere.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vantru.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vespacascadia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vetinte.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vincentkooijman.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vincentkooijman.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vleij.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voidi.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vop.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vpl.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vztekloun.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "warsentech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "warsh.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wasserspucker.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wassim.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webstory.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "welteneroberer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weltengilde.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weltenhueter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weltmeisterschaft.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werkplaatsoost.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werkruimtebottendaal.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wessner.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "westcountrystalking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wetofu.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wetthost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wifimask.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wiktoriaslife.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "withmy.beer", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "womosale.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpmetadatastandardsproject.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wrgms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wxster.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x2w.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xandocs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xbt.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xichtsbuch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xmppwocky.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xss.ht", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xwalck.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yakmade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yakmoo.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yanaduday.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yanwh.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yaxim.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yhaupenthal.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ymarion.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoramvandevelde.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youkok2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youtous.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ypiresia.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "z1h.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "z4k.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zakmccrac.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zcon.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zdbl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zebrababy.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "znation.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zocken.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zwerimex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0513c.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0x.cx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1022996493.rsc.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "14it.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "24ip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "28spots.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2or3.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "35792.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "365.or.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4project.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "6660111.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "7sons.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "7thheavenrestaurant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aaronkimmig.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abacustech.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abou.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "achromatisch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adayinthelifeof.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advancedstudio.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aikido-linz.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aikido-wels.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aleax.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alela.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexandre.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allinnote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allthethings.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alphalabs.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "altfire.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amri.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anagra.ms", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andisadhdspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewmichaud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewvoce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "androoz.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andyuk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anglictinatabor.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "angrapa.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aniplus.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anomaly.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anyways.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ao2.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aposke.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "armor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arrmaforum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "art2web.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artifex21.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artmoney.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artspac.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arvamus.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "as9178.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "assekuranzjobs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "audisto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ausnah.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "azzag.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "azzorti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "babybee.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "backeby.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barcoderealty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barrelhead.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bcheng.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bedrijvenadministratie.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beinad.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berlinleaks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betonmoney.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betplanning.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bfear.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackdesertsp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blha303.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blindsexdate.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blogreen.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blutroyal.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "borisbesemer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bramvanaken.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "branchzero.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brandred.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bureaubolster.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "busold.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "butchersworkshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buybaby.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bwear4all.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bytesofcode.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c1yd3i.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caesarkabalan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cajunuk.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canadiangamblingchoice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canyoupwn.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catinmay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cerebelo.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaulootz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chazay.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christophheich.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cigarblogs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cimalando.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clanthor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clockcaster.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudapi.vc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudbolin.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudstrike.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clvrwebdesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmsbattle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "code.fm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "code67.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codyevanscomputer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coldfff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comercialtrading.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "continuumgaming.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cool110.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creep.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cruzr.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "customd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyberoptic.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cygnius.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "czlx.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d-designerin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dachb0den.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dakrib.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danieltollot.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danjesensky.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danrl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darrenm.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dash.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dashboard.yt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "data.haus", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidmessenger.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidscherzer.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deepbluecrafting.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deight.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dewalch.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dfranke.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diddens.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "directme.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dittvertshus.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dizorg.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doeswindowssuckforeveryoneorjustme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dominikkulaga.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dougferris.id.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drakeluce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dramaticpeople.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "draw.uy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drawesome.uy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drobniuch.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dvwc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "echosixmonkey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edcphenix.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eelzak.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eery.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eidolonhost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elars.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elearningpilot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elemenx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elgosblanc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eligrey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elsamakhin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "end.pp.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enteente.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enveloppenopmaat.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epanurse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erotalia.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erp-band.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erp.band", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erpband.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "errolz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esteam.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "euanbaines.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eulenleben.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "everylab.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ewie.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expertmile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ezrefurb.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fanvoice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fawkex.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fierman.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fierman.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finanzkontor.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "findyour.diet", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fionamcbride.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firstderm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flags.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flamme-von-anor.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fletchto99.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foodiebox.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "formazioneopen.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "formini.dz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fotowolfy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frankhaala.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freeboson.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freekdevries.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freezion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freshdns.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frob.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fromscratch.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "g-marketing.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gabber.scot", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamajo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garyjones.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gatilagata.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gaussorgues.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gechr.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genehome.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "get-asterisk.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "get-erp.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geterp.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getlolaccount.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getts.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ggx.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gheorghesarcov.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goben.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gogenenglish.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goldpreisfinder.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gordonobrecht.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grafmurr.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gritte.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "groovydisk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guffr.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gussi.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "h-jo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haktec.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "happytiger.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "happyukgo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hardertimes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hauntedfishtank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haurumcraft.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hdwallpapers.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hemdal.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hexicurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hogar123.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holofono.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homeseller.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homeseller.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "housingstudents.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hpisavageforum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hsir.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icarlos.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "id0-rsa.pub", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idolf.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ikwilguidobellen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imim.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "in-depthoutdoors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infcof.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inflation.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "innovaptor.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "insite-feedback.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intel.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ip-life.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ircmett.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isincheck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isletech.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "its-gutachten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "its4living.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iwannarefill.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jagido.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesmorrison.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "janokacer.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaot.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jasonrobinson.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jasperhammink.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "javalestari.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jayschulman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jayscoaching.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jcoscia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jensenbanden.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jetsetcharge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jetsieswerda.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jettlarue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jie.dance", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joerss.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joostrijneveld.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jr5devdoug.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jr5devdouglas.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juliamweber.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justchunks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jvoice.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kackscharf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaileymslusser.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kalender.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kamitech.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kana.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kapseli.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kawaiiku.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kawaiiku.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keops-spine.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keops-spine.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kerksanders.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kg-rating.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kilianvalkhof.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kissart.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kjaermaxi.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kleinerarchitekturfuehrer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klicktojob.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kmkz.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kolmann.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krasota.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krmela.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kumachan.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kumasanda.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kummerlaender.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lacasseroy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "land.nrw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "langatang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "langenbach.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "largescaleforums.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lasercloud.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lask.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laxatus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leedev.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lega-dental.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lesperlesdunet.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "letustravel.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lewis.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lfullerdesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liaillustr.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libbitcoin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lillepuu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linuxbabe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liris-beautywelt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lntu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "localbandz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lokaal.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lolpatrol.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lrhstsa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lukas.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lumiere.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lunix.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madnetwork.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mailchuck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mall.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marikafranke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martelange.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martiert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martineve.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "massdrop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mattandreko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matthewohare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mavisang.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mawe.red", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mce55.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mdscomp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meap.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melnikov.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mentax.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mesmoque.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "microvb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mijcorijneveld.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mintea-noua.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mitzpettel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mlemay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mlp.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobidea.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobilpass.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moelord.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mommel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mommelonline.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monix.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moonloupe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "morningcalculation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "msmails.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nabru.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ncc60205.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "necormansir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nemno.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nerd42.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "network23.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newportpropertygroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ninchat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nobly.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nodelia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noop.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noxlogic.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nsweb.solutions", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nyyu.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oceandns.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oceandns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oceandns.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ocotg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oftn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oiepoie.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okhrana.agency", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okok-rent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okok.rent", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ols.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onepluscamps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oneway.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinepollsph.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opensrd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opus-codium.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oscsdp.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ostendorf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "p3in.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pace.car", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pajuvuo.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "palatin.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pamplona.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panaceallc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panni.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paradoxdesigns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parithy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "payfreez.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pear2pear.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peervpn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pennyapp.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perot.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petchart.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petravdbos.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pgmsource.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "philadelphiadancefoundation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pindanutjes.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinoyonlinetv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pipenny.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pir9.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "placefade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "placehold.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "port80.hamburg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pr2studio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prekladysanca.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privatepokertour.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "protonmail.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "protonmail.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psxtr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pucssa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pygarage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qtpower.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qualityology.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quantumfurball.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "r40.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rainbowbarracuda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "razlaw.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rbhighinc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rcnitrotalk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reallifeforums.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realmofespionage.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "recht-freundlich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reddit2kindle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "renderloop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reprolife.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "richsiciliano.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ring0.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rossen.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rous.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rozalisbengal.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rubbereggs.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruderverein-gelsenkirchen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ryanmcdonough.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safejourney.education", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safeme.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saleaks.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salud.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "santing.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarahbeckettharpist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schmitz.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schneids.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schwarzwaldcon.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scottstorey.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scrapings.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "screencaster.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secandtech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sedoexpert.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sedoexperts.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sephr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serveroffline.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sessionslogning.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shiftins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shulan.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siciliadigitale.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sideshowbarker.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sig6.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sigabrt.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "signere.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simbast.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sincron.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sinneserweiterung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sisv.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sitehost.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sizingservers.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skatn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skhoop.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slauber.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sliceone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartofficesandsmarthomes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smet.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smirkingwhorefromhighgarden.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smoothics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snapworks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socialgrowing.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socialhams.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soldecom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soumikghosh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soundforsound.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sovereignshare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spot-events.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spuffin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spydersec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "srpdb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssworld.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stationaryjourney.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stefanweiser.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stefany.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stigharder.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stnl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strobeltobias.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studlan.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stumf.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stygium.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sudo.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sundayfundayjapan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swansdoor.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swmd5c.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swyn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sxbk.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sylvan.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "systemintegra.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "t0dd.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tankski.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tappublisher.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taranis.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techmatehq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "technoparcepsilon.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teodio.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "testandroid.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "testnode.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tf-network.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tfnapps.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themeaudit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thenocman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thepb.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thestory.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theworldsend.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thezonders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmitchell.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "todobazar.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonsit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonsit.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toptranslation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torahanytime.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transitpoint.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transverify.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "treeschat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trimage.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "triple-mmm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trzepak.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ts2.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ulmo.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "umidev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upboard.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ur-lauber.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usbtypeccompliant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "val-sec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valethound.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valshamar.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanestack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vattulainen.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vdcomp.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vegalitarian.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vglimg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viciousviscosity.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "videomuz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visiontree-beta.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vogt.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vonedelmann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wangqiliang.xn--fiqs8s", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "warekon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "waterfedpole.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weberjulia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webstore.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wer-kommt-her.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whisp.ly", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wikimilk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winecodeavocado.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wittydonut.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "womb.city", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "woording.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpac.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wphostingblog.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wql.zj.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xmr.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--3lqp21gwna.xn--fiqs8s", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--3lqt7ir4md4tzwa.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--3lqt7ir4md4tzwa.xn--fiqs8s", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--qckss0j.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xqin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yamamo10.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yatesun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yjsw.sh.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yusa.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "z33.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zelfstandigemakelaars.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zerocool.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhaofeng.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zima.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zoomingin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zulu7.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zvps.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "020wifi.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0xa.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "21.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2programmers.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "420dongstorm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4ourty2.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "960news.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agroline.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amazing-gaming.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewtebert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arturkohut.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atg.soy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "awg-mode.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "azuxul.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bankcardoffer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barely.sexy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bazarstupava.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benni1.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bexit-hosting.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bexit-security.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bexit-security.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bexithosting.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bible.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bibleonline.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biguixhe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "binaryabstraction.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackhelicopters.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bobiji.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bondskampeerder.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brossman.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brunix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burzmali.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carey.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cfh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ciubotaru.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clubmate.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cnam.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codeplay.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codewiththepros.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compalytics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coursera.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coverduck.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crendontech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptearth.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daolerp.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datascience.cafe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dbx.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deeprecce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "denisjean.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dick.red", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "distinctivephotography.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dnscurve.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dogespeed.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duuu.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "earlybirdsnacks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eauclairecommerce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eichornenterprises.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "einaros.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "electricant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "empleostampico.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enteente.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enteente.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fakeletters.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "familie-sander.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fargtorget.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "farmacialaboratorio.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fierlafijn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finenet.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fortnine.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glittersjabloon.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmw-hannover.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gonzalosanchez.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gripopgriep.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grizzlys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "groseb.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guevener.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haku.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hashru.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "healthfoam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herrsmith.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "highvelocitydesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hikariempire.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hipstercat.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hirake55.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holmesian.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hx53.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ianix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idoc24.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idontplaydarts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imagefu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imjiangtao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inchomatic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intranetsec.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inzdr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isogen5.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itsadog.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itsecurityassurance.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jcaicedo.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jefftickle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kakaravaara.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kantanmt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kesteren.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kesteren.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kjellvn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kostya.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kunstundunrat.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laobox.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "learntube.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lemoine.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leonmahler.consulting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leovanna.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lesdouceursdeliyana.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logopoeia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lvrsystems.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mariaolesen.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markrego.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markri.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martinkus.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaeltroger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michalkral.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikadoe.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moviedollars.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mpetroff.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mtamaki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muriburi.land", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mybeautyjobs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "n4l.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nekosc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nerull7.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netulo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nnya.cat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nottres.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ofcourselanguages.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "olmari.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opentrack.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opq.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "outetc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pbscreens.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pentagram.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perdel.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petsittersservices.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poussinooz.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "professionalboundaries.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "projectblackbook.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "r0t.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rapidthunder.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raulfraile.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reader.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redicabo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rezosup.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rezosup.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rheocube.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rhodri.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ride-up.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rijndael.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robinwinslow.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robohash.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rxprep.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scriptict.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seanholcroft.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "setfix.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sftool.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shannoneichorn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shome.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sighup.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skanvordoff.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skills2services.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slamdjapan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snl.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sowncloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spielcasinos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spiet.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starpeak.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studer.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "subbing.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sublevel.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supereight.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svarovani.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talktwincities.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tcdw.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tenyx.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tescoirelandpayslips.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themostexpensiveworkofart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thinkcoding.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomasnet.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tictactux.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiensnet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tigerchef.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timetab.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tit.systems", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tombrossman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonymanning.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uerdingen.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utumno.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valtoaho.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vipnettikasinoklubi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webdesigneauclaire.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webnosql.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whoclicks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whoisapi.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wipply.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wolfesden.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wxukang.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yagihiro.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zenithmedia.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhendingresources.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zmy.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3s-hosting.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "7kovrikov.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adderall.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agwa.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alanlee.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antocom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atletika.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auto-anleitung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bakaweb.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "breitbild-beamer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bullbits.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cat-box.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cgtx.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chriskyrouac.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chuckame.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clawe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clickforclever.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clickphish.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmacacias.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmlancy.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comodo.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curveweb.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "debank.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dentistglasgow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "denverprophit.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitalehandtekeningen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "docid.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotbigbang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edesseglabor.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edp-collaborative.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emilong.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ensured.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ensured.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geekwu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glasschmuck-millefiori.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goge.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "graavaapi.elasticbeanstalk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gz-architekten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "httpsecurityreport.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibron.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icewoman.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifxor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "innovaptor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interlun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jmk.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jobmob.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joretapo.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kamcvicit.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kintore.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lakhesis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "langguth.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "latitude42technology.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linuxmonitoring.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediawikicn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikeg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nalao-company.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pekoe.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "php-tuning.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prytkov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s13d.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saorsat.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sazuz.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sectia22.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shiftplanning.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shinju.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssbrm.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sslcertificaten.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sslcheck.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strijkshop.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "synackr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "szagun.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techassist.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobiasofficial.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "traffixdevices.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trusteecar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "windscribe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wlaws.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xolphin.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zellari.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "123plons.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1cover.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1xcess.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2carpros.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3r.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abilitynet.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aboutmyproperty.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acheconcursos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acnpacific.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acuve.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "addaxpetroleum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adigitali.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adquisitio.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adquisitio.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adquisitio.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adquisitio.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adquisitio.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aemoria.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "affiliateroyale.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aficotroceni.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ahd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airsoft.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aldes.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexandra-schulze.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "all-subtitles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "all4os.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ama.ne.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amateri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amerigroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anghami.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "animesfusion.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apeasternpower.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "applez.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ausschreibungen-suedtirol.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "babysaying.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bankersonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "banqingdiao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bbdos.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bcdonadio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bedabox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belcompany.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benmatthews.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beryl.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betcafearena.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betpamm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bevinsco.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beyondpricing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bfi.wien", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bhuntr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "billin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biofam.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bip.gov.sa", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "birkman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bismarck.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitshaker.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bittersweetcandybowl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blinkenlight.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blinkenlight.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluechilli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boilesen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bookmein.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boomerang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brd.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cabusar.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cando.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capitalquadatv.org.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cardstream.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centennialrewards.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centerpereezd.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centillien.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centralstatecu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centrobill.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cgbilling.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chamilo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chargejuice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "checkyourmath.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chepaofen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cienbeaute-lidl.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cigarterminal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cittadesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "citya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clickenergy.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clockworksms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmscafe.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coffee-mamenoki.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coinessa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comfortticket.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comparamejor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compareandrecycle.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comparetravelinsurance.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "contarkos.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cookinglife.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cookmedical.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coryadum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "countybankdel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crazydomains.ae", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crazydomains.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crazydomains.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crazydomains.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crazyhotseeds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "criena.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crowdsupply.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptobin.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptocon.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptolab.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cselzer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cutorrent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dalfiume.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dargasia.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darkshop.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datacalle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datacandy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datortipsen.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "detutorial.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "developmentaid.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digminecraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dijkmanmuziek.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diodeled.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "divegearexpress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diybook.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diycc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dndtools.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dpd.com.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drakefortreasurer.sexy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dreamtechie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dreizwosechs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drumbe.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dunea.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dycontrol.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebankcbt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebp2p.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edati.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "educationunlimited.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "educator-one.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "electricianforum.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elenoon.ir", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emaily.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emilyshepherd.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "energiekeurplus.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "englishforums.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ericdiao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "escapees.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eternitylove.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "euroshop.or.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expo-asia.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "factuursturen.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "factuursturen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faktura.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fashion.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feard.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fexco.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fillmysuitca.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finalgear.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firecore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firexarxa.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flaemig42.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flexport.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fly.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fnb-griffinonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forextimes.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "formationseeker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fossewaygardencentre.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freelance.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freesitemapgenerator.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frezbo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fugle.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "functions-online.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "funnyang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "g2a.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamoloco.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gcsepod.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gifzilla.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "godesigner.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "graciousmay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greatnet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grytics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gtlfsonlinepay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gunwatch.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "halo.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harmoney.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harrisonsdirect.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hashnode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haxo.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hdfgroup.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hellenicaward.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helpmebuild.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homehunting.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homeyou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostedbgp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotelmap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "htmlacademy.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huren.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idlekernel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ikeyless.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilrg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immigrationdirect.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imusic.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iprice.co.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iprice.hk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iprice.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iprice.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iprice.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iprice.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipricethailand.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iprim.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "islandhosting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iterror.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivpn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jabber.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jackf.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesburton.london", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jelly.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jennybeaned.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jr5proxdoug.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juhakoho.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaisers.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karmaplatform.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katekligys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kefaloniatoday.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kernl.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kerrfrequencycombs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kgxtech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kornersafe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krachtinverbinding.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kriegt.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krizek.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kynastonwedding.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lacentral.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leatherfurnitureexpo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leopotamgroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifeinitsownway.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linkenheil.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linkmaker.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linkonaut.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linpx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liquidcomm.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loadingdeck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "locomotive.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lpak.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lynkos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madebymagnitude.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madtec.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mail4you.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manueli.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marbogardenlidkoping.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masterhaus.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matthewprenger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxserver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mbilker.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcdonalds.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mealgoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "memberpress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mhertel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mhict.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michel-wein.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miku.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mmonit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monobank.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moveek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mtg-tutor.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mtnz.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mutuelle.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myclientsplus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myconan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mysmelly.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "namacindia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "natuurbehangnederland.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "navstevnik.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nct.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ndbt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netmagik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neuwal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nfo.so", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nohats.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "northcutt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nos-medias.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notjustbitchy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "novatrucking.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "novelfeed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nshost.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nyiad.edu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nyip.edu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oaic.gov.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "olafnorge.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onmarketbookbuilds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ononpay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openvz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "optumrxhealthstore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orcamoney.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "osmosis.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oxynux.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pagewizz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panamaequity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "particonpsplus.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passwordrevelator.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "payment-network.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "payoff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paytm.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "payupay.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pcforum.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pedicureduiven.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pensiunealido.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peoplesbankal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pepperworldhotshop.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "philadelphia.com.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "picoauto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "picotech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "picscare.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinkcasino.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pisexy.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pixelminers.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plainjs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planete-cocoon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plexusmd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "politologos.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polypet.com.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "posylka.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pro-link.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "punknews.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pvcvoordeel.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quera.ir", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quire.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "racius.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reezer.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regenbogenwald.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "renrenche.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rheuma-online.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riaucybersolution.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rk6.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "royzez.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "runtondev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safcstore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sakaserver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salesmachine.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salon.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sampoznay.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sandviks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sardegnatirocini.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schont.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schwarzkopfforyou.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serveradminz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shawnh.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shoplandia.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siriuspup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sitsy.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skyway.capital", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slotboss.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smittix.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smove.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snelwerk.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snoqualmiefiber.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sofort.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sofortueberweisung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sosaka.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soundgasm.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spectrosoftware.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sperrstun.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spiegels.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stalker-shop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephanierxo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stocktrader.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stoffelen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stormyyd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studentskydenik.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sudo.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suneilpatel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supcro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "superbshare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supersalescontest.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svijet-medija.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swimming.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syncmylife.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talentcast.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tasmansecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teachercreatedmaterials.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teamtouring.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "terrastaffinggroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "textburst.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "texter-linz.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebikeinsurer.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thecandidforum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thedisc.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theinitium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theseed.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theseletarmall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomashunter.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomaskliszowski.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "threedpro.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiendschuurstraat.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiplanet.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmprod.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomeara.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "top-stage.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toysperiod.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trabbel.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trackchair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tradedesk.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transformify.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trell.co.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trineco.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trineco.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uangteman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "umassfive.coop", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicef.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicredit.ba", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicredit.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicreditbank.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicreditbank.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicreditbank.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unseen.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unyq.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uplinklabs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uptic.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "us-immigration.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uscitizenship.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "useresponse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "userify.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usimmigration.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usitcolours.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "validbrands.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veggiesbourg.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "velasense.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "verifikatorindonesia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "versia.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veryhax.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viaprinto.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vinilosdecorativos.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitta.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vivaldi.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vizeat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vorodevops.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vpn.ht", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vulners.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wail.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "walkingforhealth.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weather-and-climate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webtobesocial.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webzanem.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weekdone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weekly-residence.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weisse-liste.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wellacapability.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werally.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "westsuburbanbank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wftda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winshiplending.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wizzley.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wkv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "word-grabber.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wunderkarten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ximage.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xmerak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xotika.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xtronics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yufan.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zberger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zizoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zju.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zjubtv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zoe.vc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zoznamrealit.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "10seos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "126ium.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a2nutrition.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aanmpc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ac-town.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "active.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexmerkel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ambiq.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arbitrarion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auth.adult", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baby-click.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bayden.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bckp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bespokestraps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betafive.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bildiri.ci", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bmone.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boeddhashop.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bpadvisors.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bukkenfan.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bytesystems.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campfourpaws.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaoswebs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chiphell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chorpinkpoemps.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christianliebel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmlachapelle.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmplainpalais.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collinsartworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "combatshield.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compareinsurance.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crosssec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crypt.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptolab.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crystalclassics.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dairyshrine.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davevelopment.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dcpower.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "degroetenvanrosaline.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "donthedragonwilson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dragonschool.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drkmtrx.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drpetervoigt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dsol.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dynamicnet.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "easyplane.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enecoshop.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enefan.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "envelope.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etula.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exeria.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exno.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extranetpuc.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finditez.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "formula.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "g5led.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "generali-worldwide.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "golocal-media.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grieg.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "griegshipbrokers.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grimneko.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackit.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hasinase.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hegen.com.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hele.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hennymerkel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herbandpat.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heyfringe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hjw-kunstwerk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hqhost.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hugocollignon.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "husakbau.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibarf.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "identitytheft.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idgsupply.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immortals-co.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "incendiary-arts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "injigo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intimtoy.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irgit.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isqrl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itechgeek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jenjoit.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karateka.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kindleworth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kirkovsky.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "km-net.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krisstarkey.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kroodle.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kwidz.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kwikmed.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linkages.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loveto.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ls-a.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luis-checa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lyness.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ma2t.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maildragon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "majesnix.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mascosolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikaelemilsson.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mironized.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myshirtsize.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netvizura.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neueonlinecasino2016.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nottheonion.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "novafreixo.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oneb4nk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onvori.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onvori.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "papeda.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pauspam.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petplus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ploup.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "portalzine.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qwant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rage4.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regalpalms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reox.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "romaimperator.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rubysecurity.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sapience.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarisonproductions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saunas.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scrayos.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "signtul.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sikatehtaat.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socialnous.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "softwarebetrieb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "somebodycares.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sp.rw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spiritbionic.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stanandjerre.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stjohnin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "storvann.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "storvann.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "structurally.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "takuto.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taniesianie.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tarhauskielto.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tendertool.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theamateurs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thierryhayoz.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomaw.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomudding.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "truserve.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trustedinnovators.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsgoc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuingereedschappen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "typeonejoe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vazue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veil-framework.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vemokin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vfree.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vid-immobilien.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "w4a.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whysuck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wirc.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xbind.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--jp-6l5cs1yf3ivjsglphyv.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yamadaya.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yutabon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zoeller.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gendrin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webmail.xalqbank.az", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winebid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, // END OF LEGACY 18-WEEK BULK HSTS ENTRIES // Entries submitted through hstspreload.appspot.com in Chrome 51 or later. // These entries are subject to the continued requirements documented at // https://hstspreload.org/#continued-requirements // START OF 18-WEEK BULK HSTS ENTRIES { "name": "050media.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0x.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0x44.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1001.best", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1018hosting.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "123test.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "12vpn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "12vpnchina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1750studios.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1cover.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1hourproofreading.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1q365a.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1st-community.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "247healthshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "24ip.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "24ip.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2kgwf.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2nains.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "321live.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "33drugstore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "365beautyworld.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "365healthworld.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "404.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4455software.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4500.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4679.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4d2.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4w-performers.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4winds.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "50millionablaze.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "50plusnet.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "57aromas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "60ych.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "6120.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "69square.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8t8.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "92url.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aa-tour.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aaeblog.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aapp.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aaronsilber.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aatf.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abareplace.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abc.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abearofsoap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aberdeenjudo.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abilitylist.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abthorpe.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acheritage.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acisonline.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acritelli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acrylicwifi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "activateplay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "activeweb.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adamkaminski.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adamricheimer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adastra.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adelaides.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adiponectinsupplement.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adiponectinsupplement.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adme.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "admitcard.co.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adoal.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adquisitio.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adrenaline-gaming.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aduvi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advelty.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adventistdeploy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adventureforest.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adzuna.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adzuna.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adzuna.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adzuna.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adzuna.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adzuna.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adzuna.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adzuna.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adzuna.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adzuna.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adzuna.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afb24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aficionados.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "africatravel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afvallendoeje.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agowa338.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agro-id.gov.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ahabingo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ahmad.works", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airlinecheckins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aisle3.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aiwdirect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akerek.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akropolis-ravensburg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akstudentsfirst.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akutun.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alariel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alasta.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alertwire.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexisabarca.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexmerkel.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexmerkel.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexsergeyev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alienstat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alittlebitcheeky.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "all.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allforyou.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alliedfrozenstorage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allmbw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allstarswithus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allthingssquared.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alphabuild.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alt-three.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alterbaum.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "altopia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amcvega.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "american-truck-simulator.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "american-truck-simulator.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "americanworkwear.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "americkykongres.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amilx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amilx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amitube.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amnesy.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amv-crm.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "analytic-s.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ananke.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anassiriphotography.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anastasiafond.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "and-stuff.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andreastoneman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrepicard.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewthelott.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andsat.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annarokina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annetta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anonukradio.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ant.land", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antoine-roux.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antoinedeschenes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antoniorequena.com.ve", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antscript.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ao-dev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apervita.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apmg-certified.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apmg-cyber.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "app-arena.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appdrinks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appleoosa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appointed.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appraisal-comps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appreciationkards.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appsdash.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aprovpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aramido.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aran.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arlen.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arnesolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arrowgrove.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artistnetwork.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arubasunsetbeach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arvid.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arw.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "as.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ascamso.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ascii.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asdpress.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asmui.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "astromelody.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atchleyjazz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atchleyjazz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atchleylab.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "athensbusinessresources.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "audiovisualdevices.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "augias.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "augiero.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aujapan.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aussiehq.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "authoritynutrition.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auto-serwis.zgorzelec.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "automacity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autotsum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autumnwindsagility.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avenueeyecare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avmemo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avmoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avsox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avtovokzaly.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "awanderlustadventure.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "awxg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axeny.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "azimut.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "babacasino.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "babyhouse.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "babystep.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "back-bone.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "backmountaingas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bacula.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bad.horse", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baiduaccount.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bakabt.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bakkerdesignandbuild.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bankofdenton.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barisi.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bashc.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "basicsolutionsus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baumstark.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bblovess.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bcbsmagentprofile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bcmlu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bcweightlifting.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bebef.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beeznest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "befundonline.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "behere.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beikeil.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belliash.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belly-button-piercings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bemyvictim.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benjaminblack.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benzkosmetik.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bermytraq.bm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestbrakes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestessayhelp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestlashesandbrows.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestorangeseo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betz.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bevinco2020.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bf.am", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bgcparkstad.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bgdaddy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bhtelecom.ba", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bible-maroc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biblerhymes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biblionaut.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bielsa.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bienenblog.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biergaizi.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bikermusic.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "billiger-mietwagen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "billpro.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bingofriends.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bingostars.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biodieseldata.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bioemsan.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitbeans.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitbr.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin-india.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitf.ly", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitfinder.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitfuse.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitheus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bithosting.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitmoe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitref.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitskins.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bivsi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bl4ckb0x.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "black-armada.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "black-armada.com.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "black-armada.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blaudev.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blogarts.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blubberladen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blucas.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blue-leaf81.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blueflare.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blueliv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blueperil.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluepoint.foundation", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluepoint.institute", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blusmurf.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boensou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boernecancerfonden.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonfi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boomersurf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boringsmith.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "botox.bz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bouwbedrijfpurmerend.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brandnewdays.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brejoc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brewtrackr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brianpcurran.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brideandgroomdirect.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brilliantdecisionmaking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "britishscienceweek.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "britzer-toner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "broken-oak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "btcdlc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bubblegumblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buchheld.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "budgetthostels.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buildbox.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "built.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bulletpoint.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bumarkamoda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "busindre.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "businessesdirectory.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "by4cqb.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "byte.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "byteshark.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bytesund.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "byteturtle.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bziaks.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bztech.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c3w.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cachethq.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cadao.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calltrackingreports.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "camaya.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campaign-ad.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campbellsoftware.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campbrainybunch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "camperdays.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "candicontrols.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caphane.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capogna.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "captivatedbytabrett.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capturapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capturethepen.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caputo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carano-service.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caraudio69.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cardloan-manual.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "careerstuds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carigami.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carlandfaith.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carlgo11.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carsten.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carstenfeuls.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casedi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casinolistings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casinoreal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "castlejackpot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdndepo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdnjs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdreporting.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ced-services.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ceilingpac.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "celti.ie.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centrepoint-community.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ceritamalam.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "certnazionale.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cfcproperties.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cfoitplaybook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cg-systems.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cgan.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chabaudparfum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaos-inc.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charityclear.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chartpen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chateau-belvoir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatme.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatup.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chebedara.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheetah85.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cherrywoodtech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chestnut.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chihiro.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chikan-beacon.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chilihosting.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "china-line.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chinternet.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chirgui.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chotu.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chris-web.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrisandsarahinasia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrisfaber.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christadelphiananswers.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christiesantiques.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chua.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cipherboy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ciscohomeanalytics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "citizensbankal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "classicshop.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clcleaningco.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clearc.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clearsettle-admin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clientsecure.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "climatestew.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clochix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudey.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clownish.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloxy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmahy.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cni-certing.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coachingconsultancy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cocolovesdaddy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codeferm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coderhangout.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codesport.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codeyellow.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coi-verify.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coinjar-sandbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collada.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collegepulse.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "commerciallocker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "commoncore4kids.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compareandrecycle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compliance-systeme.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "complymd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "confirm365.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "connected-verhuurservice.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "connectfss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consciousbrand.org.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consciousbranding.org.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consciousbrands.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consumer.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "contactbig.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "containerstatistics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "convocatoriafundacionpepsicomexico.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coolchevy.org.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cooxa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cordlessdog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corepartners.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corpfin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "correctpaardbatterijnietje.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "costreportdata.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coursdeprogrammation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "covenantbank.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "covybrat.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coweo.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cpuvinf.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cracking.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creditproautos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crefelder.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crowd.supply", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptojar.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptonym.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csbs.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csfm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ct-status.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ctpe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cultiv.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curacao-license.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyberwire.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cybozu.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyfly.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cymtech.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyph.audio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "czechamlp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d-20.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d-training.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daallexx.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dadtheimpaler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dag-konsult.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dah5.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dailystormerpodcasts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dammekens.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dancerdates.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danielworthy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danijobs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danilapisarev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dannycrichton.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danscomp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danseressen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darkspacelab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darkwater.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dashnimorad.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "databutlr.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datajapan.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datenreiter.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datenreiter.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datenreiter.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datenreiter.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "david-corry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidgouveia.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dccoffeeproducts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dckd.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dcmt.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dd.art.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ddos-mitigation.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ddos-mitigation.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deathy.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deco.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decor-d.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decoratrix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decoyrouting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dedelta.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deduijventil.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deetzen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "degeberg.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "delta-data.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "delvj.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "demotops.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "denimio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dentallaborgeraeteservice.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "derchris.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "desiccantpackets.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "designgears.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "designthinking.or.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "detest.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devcu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devilshakerz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devincrow.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devmsg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dfekt.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diasdasemana.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dicionariofinanceiro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dienstplan.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dierenkruiden.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dieti.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digidroom.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitallocker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitalquery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "directebanking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "discipul.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "disposable.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dixiediner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dizihocasi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "djlive.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "djxmmx.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "djz4music.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dmeevalumate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dmi.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dnc.org.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dnshallinta.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doctor-locks.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doctorfox.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dogbox.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dogfi.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doku-gilde.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dolarcanadense.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domadillo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dontcageus.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doodledraw.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doordecor.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "downloadsoftwaregratisan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dr2dr.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drainagebuizen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drawingcode.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dreamcreator108.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drhopeson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "driftdude.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droidboss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drrr.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drycreekphoto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dsbrowser.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dshiv.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duijf.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duijfathome.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duncancmt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duo.money", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "durangoenergyllc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dutchweballiance.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dutyfreeonboard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dworzak.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dzyabchenko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-mak.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-teacher.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e3amn2l.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "earga.sm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "easyconstat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "easycosmetic.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eatery.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eatvisor.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebcs-solutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebecs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebermannstadt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecchidreams.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eckro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecorus.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edelblack.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edicct.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edk.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edmundcelis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ego-world.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ehrlichesbier.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ehuber.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eicfood.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eickemeyer.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ejeff.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ekbanden.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ekokontakt.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ekostecki.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elanguest.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elanguest.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elanguest.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eligibleapi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elisabeth-kostecki.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elisabethkostecki.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ella-kwikmed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elternforum-birmensdorf.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eluhome.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "em-biotek.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emailfuermich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emeldi-commerce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emielraaijmakers.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emjainteractive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emprego.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "encfs.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "encnet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "encryptio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enlightenedhr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enloestatebank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enscosupply.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epaygateway.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epicsecure.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epostplus.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "equilibre-yoga-jennifer-will.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "equipsupply.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erepublik-deutschland.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ericwie.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ericyl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erigrid.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "errlytics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erudikum.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erwinwensveen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "escritoriodearte.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esigmbh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esn-ypci.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "essentialoilsimports.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esseriumani.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "essexghosthunters.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "estaleiro.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "estebanborges.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etdonline.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eteesheet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ethicall.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ethosinfo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etrker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ets2mp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etula.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etyd.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evantage.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evantageglobal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evegalaxy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eventaro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "everling.lu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "everymove.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evi.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evin.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evites.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exchangeworks.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exemples-de-stands.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exoscale.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exoticads.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expressemotion.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extremenetworking.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exy.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eyeglassuniverse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ez.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "f-be.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faber.org.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "factorable.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "factys.do", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "factys.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fadilus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faircom.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fairlyoddtreasures.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fakturi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "falsum.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "familie-kupschke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "familie-monka.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fanjoe.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fanyl.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fanyue123.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "farhood.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fasset.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fatgeekflix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fatwin.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fawong.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fcburk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fdt.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feedhq.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fernandes.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "festrip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feuerwehr-oberkotzau.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fexmen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ffmradio.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ficus.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fid.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filhodohomem.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "financieringsportaal.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fingent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finisron.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firehost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firstmall.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fit4medien.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fitiapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fitnesswerk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fitzsim.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fivestarsitters.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fixatom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fixhotsauce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fixmycomputerdude.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flareon.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flawcheck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flexinvesting.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flipneus.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "florence.uk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "florent-tatard.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "florian-thie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "floriankeller.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flyaces.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fnordserver.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fokkusu.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fondanastasia.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "font-converter.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foodievenues.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foraje-profesionale.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forbook.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forex-dan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fortesanshop.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fotocerita.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fotopasja.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foxbnc.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foxdev.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foxley-farm.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foxley-seeds.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foxleyseeds.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foxtrot.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fragnic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fraho.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "franckgirard.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frank.fyi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fransallen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frasys.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frasys.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frasys.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freematthale.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freesoftwaredriver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freetsa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freshfind.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frickelboxx.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frizo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fromlemaytoz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frontisme.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frugro.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fsbpaintrock.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fsbturton.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fsm2016.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ftc.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fundacionhijosdelsol.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fundays.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "funi4u.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "funkyweddingideas.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "furgo.love", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "futbol11.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fx-rk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fxp.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fyn.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fysiohaenraets.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "g-o.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gafachi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gagniard.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gagor.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gakkainavi-epsilon.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gakkainavi-epsilon.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gakkainavi.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gakkainavi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gakkainavi4.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gakkainavi4.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gakkainavi4.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "galactic-crew.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "game7.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamecave.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamedevelopers.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamepader.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamingmedia.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamingreinvented.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ganhonet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gasbarkenora.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gatapro.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gateworld.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gee.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geli-graphics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gemeentemolenwaard.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "georgesonarthurs.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "georgmayer.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geoscan.aero", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "germandarknes.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getcarefirst.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getcarina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getkai.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getlifti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getsetupfile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getwashdaddy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gflclan.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ghcif.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gigawa.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gingali.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gipsic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gistfy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "git.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "givemyanswer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gix.net.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gixtools.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gixtools.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gixtools.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gixtools.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gjcampbell.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glidingshop.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glidingshop.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalgivingtime.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalmusic.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalsites.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goerres2014.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gogold-g.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gohon.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goldpros.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goldsecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "golf18network.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goodmengroup.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gosccs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gosharewood.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gospelvestcination.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "govillemo.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gozel.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gprs.uk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gpstuner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grademypc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gradienthosting.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "graycell.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gretchelizartistry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greysolutions.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gribani.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grieg-gaarden.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grieglogistics.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "griegshipbrokers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gtamodshop.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gtldna.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gts-schulsoftware.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guava.studio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guerrilla.technology", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gugaltika-ipb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gulenbase.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gunnaro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guoqiang.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gurkan.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guts.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gypsycatdreams.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gz-benz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gz-bmw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haarkliniek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackerforever.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackmd.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haeckl.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hahayidu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hamali.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hancc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "handiworker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hansen.hn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hansvaneijsden.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hanu.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "happyandrelaxeddogs.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harmoney.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hartie95.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harvestrenewal.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hashimah.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hashworks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haskovec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haveforeningen-enghaven.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "havellab.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hd-gaming.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hdhoang.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heartmdinstitute.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hebikhiv.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hedgeschool.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hellersgas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hellotandem.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helloworldhost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hennadesigns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hentschke-bau.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hentschke-invest.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herbertmouwen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hermes-net.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herr-webdesign.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hibilog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hicl.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "higgstools.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "higp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hippies.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hitoy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hochzeit-dana-laurens.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homedna.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homeprivate.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homewatt.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "honeybeard.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "honeycome.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hooray.beer", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hopesb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hory.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hosiet.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostam.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostmijnpagina.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotchoc.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotel-pension-sonnalp.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotting.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "houser.lu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "howbehealthy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hr-intranet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "http418.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huarongdao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huersch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huiser.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "humeurs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hup.blue", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hurd.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hxying.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hydrocloud.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hyk.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "i--b.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "i-partners.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iba.community", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibnuwebhost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iceloch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icpc2016.in.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icreative.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ict-concept.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ideasmeetingpoint.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idedr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idexxpublicationportal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ieeespmb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "igiftcards.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ihrnationalrat.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ikon.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ile-kalorii.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "im2net.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imanolbarba.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imjad.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immoprotect.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immunicity.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imolug.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imperialwebsolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imu.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "in-flames.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inbox-group.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inbox.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indoorskiassen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indredouglas.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "industreiler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "informatiebeveiliging.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inkable.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "insightera.co.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inspire-av.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "instantdev.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intelldynamics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intermedinet.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internect.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internetzentrale.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interways.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intimateperrierjouet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intocities.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "invoicefinance.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iolife.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iompost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iomstamps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ionc.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ionx.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iossifovlab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iotsms.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ip6.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipal.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipal.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iplabs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipmotion.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isbengrumpy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ischool.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "israkurort.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "istanbultravelguide.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "istheapplestoredown.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "it-go.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itb-online.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itforge.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itnota.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itos.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "its-v.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itsecguy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iwilcox.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "izolight.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "izoox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "izzzorgconcerten.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ja-publications.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jan27.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "janbrodda.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "janosh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "japan4you.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "japlex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaredfernandez.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jartza.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "javelinsms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaymecd.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jazz-alliance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jazz-alliance.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jazzinutrecht.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jcch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jcyz.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jdh8.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jennifersauer.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jensrex.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeroendeneef.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jesters-court.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jetwhiz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jfmel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jirav.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jobflyapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jobmedic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jokewignand.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonnichols.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jooto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jornadasciberdefensa2016.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "josahrens.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jsanders.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jsg-technologies.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "json-viewer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jthackery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jualssh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "julibear.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "julido.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juliemaurel.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jumba.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jumbox.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jump.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "junge-selbsthilfe.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jungesforumkonstanz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "junjung.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justnaw.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justudin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juwairen.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jym.fit", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jznet.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "k-tube.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaangenc.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaasbijwijn.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kabuabc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kadioglumakina.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kainz.bayern", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kainz.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaizeronion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kall.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kangarooislandholidayaccommodation.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karateka.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karsofsystems.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karting34.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kashdash.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katiaetdavid.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katnunn.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katproxy.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kavik.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kb3.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keeweb.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keisaku.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kempkens.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kenkoelectric.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kentacademiestrust.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kerangalam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keybored.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kgm-irm.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kickerplaza.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kidbacker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiel-media.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "killerrobots.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kimberg.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiocloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kionetworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kirbear.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kirinas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kis-toitoidixi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kisstyle.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kittmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kizil.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kk-neudorf-duissern.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kleertjesvoordelig.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kleine-dingen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klunkergarten.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klustekeningen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knccloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kngk-group.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kngk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knot-store.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koerper-wie-seele.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koezmangal.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koi-sama.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koketteriet.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "komikito.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "komiksbaza.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kompetenzwerft.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kon-sil.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koretech.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kozuch.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kreationnext.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krunut.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ksfh-mail.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kstan.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kucom.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kueulangtahunanak.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kulde.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kupelne-ptacek.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kurofuku.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kurz.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kvalita-1a.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kylelaker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kyosaku.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "l-lab.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laboiteapc.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lagalerievirtuelle.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lanbyte.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lasnaves.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "latinphone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laurel4th.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lbrt.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lcti.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ld-begunjscica.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "le-dev.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "le-hosting.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leadingsalons.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leandre.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "learnfrenchfluently.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "learningorder.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legarage.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leilonorte.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leiyun.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lengzzz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lenovogaming.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leopold.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "letsmultiplayerplay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "letstox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lgiswa.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lgrs.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libertas-tech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liderwalut.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifeskillsdirect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifetimemoneymachine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifi.digital", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifi.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lingros-test.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lingvo-svoboda.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "link2serve.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linno.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linuxeyecandy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linuxhostsupport.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lislan.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "litevault.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liudon.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "llamacuba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lm-pumpen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loadso.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "localbitcoins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logario.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "londonlanguageexchange.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "longboarding-ulm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lost.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lotsencafe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "louiewatch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "love-schna.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lover-bg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lowmagnitude.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lowsidetna.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lucaterzini.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lucidframeworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luke.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lukeng.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lukeng.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luno.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luoxiao.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lustrum.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lwl.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lynero.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lynthium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m-edmondson.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macnemo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maddi.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madebyshore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madin.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madreacqua.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mafiasi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magenx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mahrer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mailfence.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mailhost.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mainlined.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malerversand.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malware.watch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mamaxi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manaboutahor.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "management-ethics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "managewp.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manhattanchoralensemble.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manningbrothers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maosensanguentadasdejesus.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcel-preuss.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcontrol.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mark-a-hydrant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marketingdesignu.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markido.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markt-heiligenstadt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marleyresort.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martensmxservice.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martialc.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martin-smith.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martinkup.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masse.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matchneedle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mathembedded.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matthiasadler.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mausi.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxima.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxr1998.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxtruxa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mbaestlein.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mbsec.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mce.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mce.nyc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mceconferencecentre.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcooperlaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mdewendt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mdkr.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mdpraha.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mdwftw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mechanus.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediaburst.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediaselection.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medm-test.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meedoenzaanstad.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meetingmanager.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "megakiste.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mehrwert.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meincenter-meinemeinung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meine-email-im.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melody-lyrics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melvinlow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mensagemdaluz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "menthix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "menudrivetest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "menuonlineordering.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "merkel.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "metaether.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meteorapp.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "metzgerei-birkenhof.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meuemail.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meyeraviation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mhdsyarif.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mheistermann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "microdots.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "midair.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "midirs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikadesign.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikeburns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mil0.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "milatrans.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mindbodycontinuum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miniskipper.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minobar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mipiaci.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mipiaci.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mireservaonline.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "misakiya.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "missrain.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mixposure.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mizi.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mkes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mkp-deutschland.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mktemp.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mm13.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mma-acareporting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mmgazhomeloans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mmmm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobility-events.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modifiedmind.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moebel-nagel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moegirl.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mona.lu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monasterialis.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mondar.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mondopoint.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moneygo.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "montanacures.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "montenero.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moo.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moonagic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moonvpn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mostwuat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "motherbase.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "motionfreight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mountainadventureseminars.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moviesabout.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "movinglogistics.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mpcompliance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mplant.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mpserver12.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mpsgarage.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mrnonz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mrpopat.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mtg-esport.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mumei.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "murfy.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "murodese.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "murrayrun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muzykaprzeszladoplay.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mx.org.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "my-owncloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myairshop.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mybon.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mycollab.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mydnaresults.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mydocserve.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myip.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myownconference.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myownconference.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myownconference.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myownconference.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myruststats.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mysticplumes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mystudy.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mytc.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mythslegendscollection.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mytripcar.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mytripcar.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mytripcar.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myworth.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nabankco.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nagaya.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nako.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nalifornia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nargileh.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "natalt.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "natanaelys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "natenom.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nathansmetana.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nationalcentereg.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "natural-progesterone.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nauck.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "navigate-it-services.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nb6.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbp.com.pk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ncpw.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ncstep.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nebra.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neftebitum-kngk.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "negativecurvature.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neilgreen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netbank.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netbulls.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "networking4all.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "networkingnexus.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "networkingphoenix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netzwerkwerk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neuronasdigitales.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newedivideo.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newlooknow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newstone-tech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newsyslog.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newtnote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "next176.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "next24.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nextgencel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ng-firewall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nghe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nichteinschalten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niconiconi.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niduxcomercial.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nierenpraxis-dr-merkel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nierenpraxis-merkel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nightfirecat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nightwinds.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nikklassen.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niklaslindblad.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ninespec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nippon-oku.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nirada.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nixien.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nl-ix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nmsnj.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "no17sifangjie.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nodespin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noedidacticos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nolatepayments.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nomesbiblicos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noobunbox.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nord-sud.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "norskpensjon.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nosecretshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nossasenhoradodesterro.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notenoughtime.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notificami.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notoriousdev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notypiesni.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "npol.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nspeaks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nufla.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nukenet.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "null.cat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nurserybook.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nutleyeducationalfoundation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nutleyef.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuttyveg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nwra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nyip.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nzbs.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "o0o.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "obsidianirc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "occentus.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ochaken.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "octanio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oddtime.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oishioffice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okutama.in.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "olcso-vps-szerver.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ollehbizev.co.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omniasl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onefour.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oneweb.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oneworldbank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onguardonline.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oniichan.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "online-wetten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinecompliance.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinedeposit.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinelighting.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onmaps.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onyxwall.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onyxwall.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ooyo.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "open-future.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openblox.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openconnect.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openmtbmap.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opim.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oprbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "optometriepunt.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oracaodocredo.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orbiosales.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ordereat.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orientalart.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orioncustompcs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oroweatorganic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "osaiyuwu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ossan-kobe-gourmet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "osteammate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otpsmart.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "outsider.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ovpn.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "owensmith.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oxygenabsorbers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oznamovacipovinnost.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pacelink.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "packlane.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paestbin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pagetoimage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "painosso.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paisaone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paperturn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paperwork.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paragreen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parentinterview.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parleu2016.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "partnerbeam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pastaenprosecco.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pastaf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paster.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pasteros.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pastie.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patentfamily.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paternitydnatest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patfs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patientinsight.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patrickschneider.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulbdelaat.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulinewesterman.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paxwinkel.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paypaq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "payroll.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "payslipview.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paytwopay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pbapp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pc-nf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pccentral.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pchax.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pdamsidoarjo.co.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peaceandwool.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peakapp.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peername.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pekkarik.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pencepay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pentano.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pentest.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pepperhead.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perfectseourl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "performous.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perspectivum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pet-nsk.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pewboards.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pfarchimedes-pensioen123.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pgpm.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pgtb.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pharynks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "philipkohn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "philipmordue.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phillmoore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phormance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "photo.org.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phpdistribution.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phpsecure.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pickme.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piekacz.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piekacz.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piekacz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pieq.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pieq.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pieterjangeeroms.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piliszek.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinnaclelife.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pisupp.ly", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plaintech.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plaintray.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planpharmacy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plasti-pac.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plhdb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pliosoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plixer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pluff.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plumlocosoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pmt-documenten.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pnona.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pointaction.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pointpro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "policeiwitness.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "politically-incorrect.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "politiewervingshop.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pompompoes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pontualcomp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poolsandstuff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "portosonline.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "portraitsystem.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poshpak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "potatofrom.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "potatoheads.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "power99press.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "powerentertainment.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "powerwellness-korecki.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ppipe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prazynka.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "precedecaritas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prego-shop.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prescotonline.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "preworkout.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prilock.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "princessmargaretlotto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prior-it.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privatestatic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prjktruby.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prnt.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pro-zone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "profidea.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "profivps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prohostonline.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proitconsulting.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "promoscuola.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "propipesystem.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prosocialmachines.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proxyweb.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prtpe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prvikvadrat.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "przemas.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psb1911.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psicologia.co.ve", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pste.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pugliese.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pxx.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pyol.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pysays.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qcmakeupacademy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qcstudentcenter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qcstyleacademy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qctravelschool.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qingpat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qonqa.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qrlending.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qualityofcourse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quantacloud.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "questsandrewards.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quickpayservice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quietapple.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quikpay.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quintessa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quotemaster.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quotev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "r6-team.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "racasdecachorro.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radyn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "railyardurgentcare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rainforest.engineering", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raitza.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "randc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "randomcage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rapido.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ratajczak.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ratd.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ratuseks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ratuseks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ratuseks.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rautermods.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ravindran.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rawet.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rawsec.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rcafox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rcorporation.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rdh.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rdns.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "readr.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "real-it.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realwaycome.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reanimated.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reardenporn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "recapp.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redar.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redballoonsecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redburn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reddingsbrigade-zwolle.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rede-reim.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rede.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redigest.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regaloaks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regalosymuestrasgratis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regendevices.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "register.gov.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reic.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reimers.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reithguard-it.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "relaxhavefun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "remambo.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rent-a-coder.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "renteater.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "republique.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "repustate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reputationweaver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "res42.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "resc.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "resist.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "restrito.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "revamed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "revensoftware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reverie.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "revthefox.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "revtut.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rhodenmanorcattery.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rhynl.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ribs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "righttoknow.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riskmgt.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riversideauto.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riyono.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robodeidentidad.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rocksberg.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rolandreed.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "root.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rootswitch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rotterdamjazz.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rottweil-hilft.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rout0r.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rouvray.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rowancasting.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "royalmarinesassociation.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rring.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rsampaio.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rsync.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "runcarina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "runreport.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruobiyi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rusempire.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s-cubed.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saccani.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salmo23.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salmododia.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salmos91.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salverainha.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saml2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanandreasstories.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanasalud.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanradon.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarah-beckett-harpist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarahlicity.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarahsweetlife.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarindia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saskpension.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "satrent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "satsukii.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saucyfox.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saunasandstuff.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saunasandstuff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "savingsstoreonline.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schooltrends.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schreinerei-jahreis.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schritt4fit.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schroepfglas-versand.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sculpture.support", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secboom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secondary-survivor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secondary-survivor.help", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secondary-survivor.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secondarysurvivor.help", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secondarysurvivorportal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secondarysurvivorportal.help", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secretpanties.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sectun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secure-server-hosting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secure.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securityinet.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securityinet.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securityinet.org.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securityprimes.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securitysoapbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seen.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "segitz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selectruckscalltrackingreports.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "semps-servers.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "semps.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "semyonov.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sendinvoice.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "senedirect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sensibus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serenitycreams.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serverpedia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "servious.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sesha.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "setuid.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sevenmatches.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsocks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsworldonline.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shagi29.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shareimg.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sharepointdrive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sharescope.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shauncrowley.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shazbots.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shellfire.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shenghaiautoparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shep.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shh.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shinnyosangha.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shocksrv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shorebreaksecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shortpath.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "showkeeper.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shu-kin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shyrydan.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sichere-kartenakzeptanz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sieh.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silicagelpackets.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silverbowflyshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvistefi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simobilklub.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simon-hofmann.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simoncommunity.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simongong.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simonkjellberg.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simonreich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simonsreich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplepractice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplixos.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "singleuse.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "singlu10.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sirius-lee.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sistem-maklumat.com.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skaraborgsassistans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skatclub-beratzhausen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ski-insurance.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skigebiete-test.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skilldetector.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skk.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sloancom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slotcar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slowfood.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slxh.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slxh.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smart-ov.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartftp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smarthdd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smarthomedna.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smarthouse.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartrak.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartshiftme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smdavis.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sme-gmbh.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smoo.st", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smow.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smusg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sneakpod.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snfdata.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sniderman.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snow-online.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snow-online.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snughealth.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "so-healthy.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "social-events.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socialbillboard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "softwaredesign.foundation", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sogeek.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sogravatas.net.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sokkenhoek.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sol-3.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solar-ec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solinter.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soll-i.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solutionhoisthire.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solved.tips", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "somethingnew.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sona-gaming.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sondergaard.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sotar.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sotor.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soulema.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sourcely.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "southside-crew.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "southworcestershiregpservices.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spacehq.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spaggel.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spauted.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spaysy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "speculor.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "speidel.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spicydog.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spirit-dev.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spitefultowel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "splitdna.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sqlapius.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sqr-training.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "square-src.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "squeezemetrics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "srchub.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssl247.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssl247.com.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssl247.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssl247.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sss3s.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stabletoken.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stadionmanager.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stadjerspasonline.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stageirites.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stagingjobshq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stahl.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starmusic.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stash.ai", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stateofexception.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "static.or.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stationnementdenuit.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "statuschecks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steidlewirt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steigerplank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stevensononthe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stoffe-monster.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stoick.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "storeden.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stqry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "str0.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strchr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "streamzilla.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strictlysudo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stroeercrm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studenckiemetody.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stuur.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stw-group.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "styleci.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stylenda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "su1ph3r.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "subtitle.rip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suncountrymarine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supastuds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "super-o-blog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "superhome.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "superiorfloridavacation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "superswingtrainer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "superwally.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "surfone-leucate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "surgenet.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "survature.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "susastudentenjobs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sustainability.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sustsol.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svenskacasino.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swaggerdile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swaleacademiestrust.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sycamorememphis.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sydgrabber.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sylvaindurand.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sylvanorder.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "synapticconsulting.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sync-it.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syneic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "synfin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syriatalk.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syriatalk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "szechenyi2020.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "t-hawk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "t-point.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tabla-periodica.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tacomafia.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "takusan.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talsi.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tangiblesecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tante-bugil.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tapfinder.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taquilla.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tastycake.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tatilbus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tavoittaja.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taxspeaker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "team3482.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tech-essential.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techmajesty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techpointed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tedovo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teemo.gg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telefonkonferenz.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tempcraft.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tenenz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tennisadmin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teoskanta.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tepid.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "terracloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teuniz.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "texterseo.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "textoplano.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tgr.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thai.land", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thaicyberpoint.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thaihostcool.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theberkshirescompany.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thecitizens.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theclementinebutchers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theclubjersey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theendofzion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thefarbeyond.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thefootballanalyst.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thegcccoin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thegvoffice.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thehiddenbay.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thelastsurprise.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themillerslive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thenorthschool.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thepiratebay.poker", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theploughharborne.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theseoframework.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thesharepointfarm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theurbanyoga.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thevintagenews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thewindow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thierfreund.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thinktux.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thirdpartytrade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thirty5.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "threatcentral.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "throwaway.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tibbitshall.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ticketoplichting.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tickreport.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tigerdile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timbuktutimber.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "time-river.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timestamp.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timmersgems.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timwittenberg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tippspiel.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tjenestetorvet.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tls.care", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmi-products.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmi-produkter.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmpraider.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tofu.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "togelonlinecommunity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokaido.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokoone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokotimbangandigitalmurah.web.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tommsy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonegidoarchief.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonkinson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topbrakes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topdevbox.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torsten-schmitz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toshkov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "totalbeauty.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "totaltriathlon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "totem-international.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tourispo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tourpeer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tout-art.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "towandalibrary.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tp-iryuubun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tp-kabushiki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tp-kyouyufudousan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tp-law.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trade-smart.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tradeinvent.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trademan.ky", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tradinghope.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trakfusion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transacid.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transmithe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transportal.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travelinsurance.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tretkowski.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trident-online.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trim-a-slab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trinityaffirmations.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trinnes.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tripdelta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tripseats.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "troi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "truckerswereld.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "truejob.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trueteaching.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "truthmessages.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trw-reseller.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsecy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsgbit.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsrstore.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tubepro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "turnik-67.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "turtle.ai", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "turtlementors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuxcloud.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twarog.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twd2.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twd2.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twelve.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twogo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tx041cap.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "txclimbers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "txf.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tyl.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tylerschmidtke.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tylian.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tyroproducts.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tysye.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uber.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uberboxen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ublox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ubuntuhot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "udomain.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ufgaming.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uhc.gg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ukchemicalresearch.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ukdropshipment.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ukdropshipment.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "umie.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "umisonoda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "under30stravelinsurance.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "undo.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unfiltered.nyc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicooo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uniform-agri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unit7jazz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unit7jazz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "universalcarremote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "universalpaymentgateway.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "university4industry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "universogay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unsystem.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uptimed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uptimenotguaranteed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urbanesecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urlchomp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urspringer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usaab.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usbirthcertificate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usercare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usleep.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uttnetgroup.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "v2.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vakuutuskanava.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valkyrja.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valleyridgepta.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vampirism.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vandalfsen.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanitynailworkz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vantien.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vavai.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vbest.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vcientertainment.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vcr.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vdbongard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vdrpro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "venturepro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vetdnacenter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "videogamesartwork.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "videotogel.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vidid.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vidz.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vigilo.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vigilo.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vigo-tarife.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vikasbabyworld.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viktorsvantesson.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vincentpancol.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vincitraining.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vinyculture.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vipmusic.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visioflux-premium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vistaalmar.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vistarait.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitagenda.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitalita.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitapingu.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vlora.city", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vnvisa.center", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voceinveste.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "volkergropp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vonavycukor.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vpn-byen.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vps-szerver-berles.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vratny.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vuosaarenmontessoritalo.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vux.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vxapps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vxstream-sandbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "w4xzr.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "waelti.xxx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wakamiyasumiyosi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wakened.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wallsblog.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wangql.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wangql.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "warhistoryonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "warmservers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "watchium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wave.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wavefrontsystemstech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wavesboardshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "waylaydesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wdt.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wealthcentral.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wealthreport.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wear2work.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wearandcare.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "web4pro.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webchat.domains", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webergrillrestaurant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webhosting4.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weblogic.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webmax.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webperformance.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "websectools.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webseitenserver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webstylemedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webtheapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webwit.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webwork.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weicn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "welcomehelp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wellastore.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wellensteyn.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werbewelt-tv.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werken-bij-inwork.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werkenbijkfc.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "westsussexconnecttosupport.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wetoxic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whatanime.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whatsstalk.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whiskynerd.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whitelabelcashback.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wholikes.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wiedu.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wijnservices.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wikiclash.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "willberg.bayern", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "willcipriano.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "william.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "windrunner.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winghill.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wingumd.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winterschoen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wintodoor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wiretrip.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "witway.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wizzr.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wmcuk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wonderlandmovies.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wondy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wordxtra.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "workfone.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wow-foederation.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wowapi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wphostingspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wsa.poznan.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wth.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wubocong.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wvg.myds.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x3led.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x509.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xa1.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xbb.hk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xbb.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xboxdownloadthat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xdeftor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xg3n1us.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xilef.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xinbiji.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--3lqp21gwna.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--3lqp21gwna.xn--fiqz9s", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--79q87uvkclvgd56ahq5a.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--pbt947am3ab71g.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xrockx.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xsmobile.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xuc.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xxbase.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yacobo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yak.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yameveo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yaoidreams.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yapbreak.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yasinaydin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ydy.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yinlei.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yjsoft.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ynode.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youkaryote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youkaryote.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yourznc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yuhen.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yuko.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yum.beer", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "z-vector.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zaalleatherwear.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zahe.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zamorano.edu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zap.yt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zbigniewgalucki.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zbp.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zebry.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zehdenick-bleibt-bunt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeitzer-turngala.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zenvideocloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zertif.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zerudi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zespia.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeto365.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhangruilin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhh.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zimiao.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zingarastore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zippy-download.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zippy-download.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zjutv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zomerschoen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zvncloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zyf.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4x.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4loc.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "25daysof.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "10hz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "9vx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aaoo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0xn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2ulcceria.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "700.az", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "888azino.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aapas.org.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abtom.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "activatemyiphone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "actorsroom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "83i.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aati.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accounts-p.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "absynthe-inquisition.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "about.ge", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aderal.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acsemb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abeus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adamoutler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acslimited.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ahero4all.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aidanwoods.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3timegear.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aegee-utrecht.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airbly.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adver.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ahri.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adrianajewelry.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adec-emsa.ae", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aiw-thkoeln.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aleksib.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "affilie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aktivist.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adaptivemechanics.edu.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amerimex.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alpencam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aluroof.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alpencams.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amihub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antons.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appchive.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anoneko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andre-ballensiefen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anonyme-spieler.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anonymousstatecollegelulzsec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ansdell.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arawaza.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anduril.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anduril.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antarcti.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ardtrade.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ashutoshmishra.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ars-design.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arrive.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asciitable.tips", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "athul.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "astrolpost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atrinik.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asr.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atisoft.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asr.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aubiosales.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asianodor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "augaware.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atomik.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arzid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avso.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avmo.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avxo.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aufmerksamkeitsstudie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "b64.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autodeploy.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aukaraoke.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ava-creative.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autojuhos.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atnis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aww.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "badbee.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "azino777.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "badoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ballmerpeak.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bangzafran.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barrett.ag", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baffinlee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bcchack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barbate.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belltower.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barunisystems.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beourvictim.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestbeards.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "behoerden-online-dienste.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berlatih.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bendix.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berger.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berlin-kohlefrei.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berrymark.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "binarystud.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beyuna.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biosbits.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beyuna.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beyuna.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitex.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoincore.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bettingbusiness.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blueimp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blingsparkleshine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biurokarier.edu.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackly.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baskettemple.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boltdata.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blauerhunger.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blieque.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bobcopeland.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bobancoamigo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brandonwalker.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "booked.holiday", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bourasse.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bodrumfarm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boxing-austria.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "btio.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brilliantbuilders.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brigidaarie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brefy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boxpirates.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "budaev-shop.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buhler.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "callhub.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "callear.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caasd.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsagan.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caconnect.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brookechase.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burian-server.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campfiretails.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c4k3.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campaignelves.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cadusilva.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bynet.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calyxengineers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bvionline.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bunaken.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canadianchristianity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cablemod.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caps.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casovi.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catarsisvr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdkeykopen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ceyizlikelisleri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capecycles.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ceml.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cfxdesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ceoimon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ch-sc.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cantrack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charitystreet.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charl.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chiropracticwpb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "churchthemes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheapestgamecards.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheapestgamecards.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cjcaron.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheapgoa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christina-quast.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "classicsandexotics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clifflu.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chsterz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cinema5.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chronoshop.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codeco.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheapestgamecards.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "closeli.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clubmix.co.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmlignon.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codeforhakodate.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clicks.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cogitoltd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codefordus.nrw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collins.press", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clouds.webcam", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colengo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "code-well.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coldlostsick.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coimmvest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clickandshoot.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compliancedictionary.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "convergemagazine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creativeartifice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cookiesoft.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comotalk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crumbcontrol.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crtvmgmt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corgicloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crackpfer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crackle.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "currency-strength.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyberspect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyberspect.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cross-view.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuonic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cup.al", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creativephysics.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dad256.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cujba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "craftedge.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crosssellguide.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danielrozenberg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danishenanigans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyclehackluxembourgcity.lu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darrenellis.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collins.kg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d-quantum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "da-ist-kunst.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davimun.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daiweihu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dbldub.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ddmeportal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "denardbrewing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dden.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dealbanana.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dealbanana.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dealbanana.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dealbanana.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dehopre.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "derekkent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dealbanana.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dealbanana.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "desserteagleselvenar.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dethemium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "depicus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dealbanana.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deviant.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitaldeliarchive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "depijl-mz.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "developerfair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dgt-portal.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dmcibulldog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dinepont.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dollemore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doggieholic.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dmz.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dmfd.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dne.lu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drishti.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drew.red", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dollarstore24.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "docbox.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doubleavineyards.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duelysthub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dreamlinehost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doppenpost.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droomhuis-in-friesland-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dredgepress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-lifetechnology.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eames-clayton.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dvotx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eastmontgroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dprd-wonogirikab.go.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "echipstore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "effortlesshr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dwhd.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "easypv.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecole-en-danger.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eipione.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "egg-ortho.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ehrenamt-skpfcw.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edvmesstec.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eintageinzug.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elaintehtaat.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elemprendedor.com.ve", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elonbase.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emi-air-comprime.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "endlessdiy.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eltagroup.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "encoder.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "embroideryexpress.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ender.co.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "encryptedaudience.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enumify.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enfoqueseguro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ensemble-rubato.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "empleosentorreon.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "energy-infra.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ephry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "endohaus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eq-serve.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "espacemontmorency.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erichorstmanshof.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exgaywatch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fadednet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exgravitus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ethil-faer.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "euroshop24.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "estilosapeca.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evolutionlending.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "f-s-u.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faretravel.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fachschaft-informatik.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "experts-en-gestion.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ess-cert.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "familjenm.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fap.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filestar.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fiendishmasterplan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "first-time-offender.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fidel.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "floaternet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firstforex.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flightschoolbooking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fittelo.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "formbetter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fiws.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fnvsecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fluidojobs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flipkey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flow.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foreveralone.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fourchin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flexapplications.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frickenate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fumiware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freebus.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freemyipod.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freemanning.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fusionmate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frforms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "futuresonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frogeye.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frtn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuwafuwa.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamecard-shop.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fusedrops.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gaelleetarnaud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "galenskap.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geeklair.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamerslair.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamepad.vg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gameisbest.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geneau.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gameparade.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gasnews.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giant-powerfit.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ginzadelunch.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "girlsnet.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ggservers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gianttree.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goodenough.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ginja.co.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "go4it.solutions", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gold24.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gratisonlinesex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grassenberg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "groupebaillargeon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grokker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gtchipsi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grieg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gryffin.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gycis.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greenhillantiques.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gurueffect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gsnort.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gryffin.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guinea-pig.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grozip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hallelujahsoftware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hakugin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gold24.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hdrboundless.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hatcherlawgroupnm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hepteract.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hartlep.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heritagedentistry.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hdsmigrationtool.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiexmerida-mailing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hlfh.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helpgoabroad.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holo.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heissluft-fritteuse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holyhiphopdatabase.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "horvathtom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homophoni.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holzheizer-forum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holzheizerforum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holzvergaser-forum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotelvictoriaoax-mailing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotelvillahermosa-mailing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "horstmanshof.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hwag-pb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "htmue.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huang.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huagati.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icfl.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "housemaadiah.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idahoansforliberty.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "i-jp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "humpi.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "i-stats.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idontexist.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ichoosebtec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "illegalpornography.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hussam.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imguploaden.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indicateurs-flash.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ikocik.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "integrityingovernmentidaho.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intellectdynamics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inovatec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hortifarm.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internetpro.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internetofdon.gs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infmed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interim-cto.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipokabu.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intervisteperstrada.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ip2country.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internetdentalalliance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iqcn.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iosmods.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irelandesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iprody.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isdown.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iptel.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iww.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isslshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "istaspirtslietas.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaimechanaga.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ixds.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itis4u.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jabbari.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "j15t98j.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ja-dyck.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jan-and-maaret.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivi-fertility.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jasmineconseil.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jannyrijneveld.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imguoguo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivi.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jan-cermak.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jimgao.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joshuarogers.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jetsetpay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jointoweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joshtriplett.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justinlemay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonarcher.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "junglist.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juch.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jasonroe.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jotpics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jiveiaktivno.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jschumacher.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kandalife.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaliaa.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kajak.land", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karmabaker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karatorian.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keithws.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kabus.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keifel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaniklani.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinkdr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kingqueen.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kindlyfire.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kn007.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kirsch-gestaltung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kevindekoninck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinkenonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knowledgesnap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klares-licht.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kjchernov.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koebbes.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "korsanparti.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kopular.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kolmann.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "korrelzout.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kreb.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krislamoureux.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kroon.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kryptomech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krmeni.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuemmling.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kwbresidential.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kylling.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kylapps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kzsdabas.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "l4n-clan.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lagarderob.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lancork.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laozhu.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lars-ewald.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lavoiepharmd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laventainnhotel-mailing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leadership9.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kravelindo-adventure.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lausitzer-widerstand.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "le-h.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lewislaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liam-w.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leardev.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liamjack.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "littlefreelibrary.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "life-time.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linuxfixed.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lisaco.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lnoldan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logistify.com.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lister-kirchweg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livecards.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livekort.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loli.pet", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livekaarten.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loveisourweapon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livekort.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lovelive.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luxsci.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macinyasha.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lovingearth.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m82labs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luoe.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loveyounastya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magicball.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lzkill.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luohua.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luoh.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mailing-jbgg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luoh.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lukaszdolan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mansfieldplacevt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manifestbin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markom.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mariannematthew.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marriottvetcareers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastellone.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxmilton.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lsp-sports.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masteringtheterminal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marines-shop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maximdeboiserie.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcuong.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcadmin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matthiassteen.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mccrackon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "md5hashing.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maya.mg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meredithkm.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "megadrol.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meetmibaby.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mentz.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meedoenhartvanwestbrabant.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meteosherbrooke.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mersinunivercity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mentiq.az", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medicinesfast.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaelwaite.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miagexport.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "metis.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meteobox.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mgdigital.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meteobox.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michiganunionoptout.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meteobox.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meteobox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaelmorpurgo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meteobox.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meteobox.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meteobox.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meteobox.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mjacobson.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minesouls.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mitrecaasd.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mitremai.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minipainting.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mini2.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftserverz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mm404.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moar.so", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mit-uns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mlsrv.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mindcraft.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobaircon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modelcase.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobilekey.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mnmt.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "montonicms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modernapprenticeships.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mottvd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mor.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mon-partage.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moonraptor.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moritz-baestlein.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "morotech.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monitaure.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muriburiland.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mszaki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nafod.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mypayoffloan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mydnatest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "namegrep.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "namu.wiki", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mybuilderinlondon.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "narada.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nanto.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nav.jobs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nargele.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myphonebox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neer.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nelhage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "natenom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ncpc.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netnodes.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nerdtime.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netsoins.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newantiagingcreams.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "networx-online.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neuhaus-city.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "new-process.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newpathintegratedtherapy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nfrost.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netzzwerg4u.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newtonhaus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicocourts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nikksno.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nitropur.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicolasklotz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nibiisclaim.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nixmag.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nodecompat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niouininon.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nippombashi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "novawave.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nordiccasinocommunity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "norrliden.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niggemeier.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nordseeblicke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nysepho.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nube.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "obsproject.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "numero-aleatorio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ockendenhemming.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ojls.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ons.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onearth.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onarto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openbsd.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ogogoshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ogocare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "optimista.soy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oogami.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onysix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "open.gl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "osp.cx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opstacks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "osmanlitorunu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orleika.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oleksii.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ostr.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "optimuscrime.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otichi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pansu.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paket.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "overalglas.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opensourcehouse.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oxynux.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "papa-webzeit.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pastenib.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "percolate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pdevio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oyste.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petruzz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peterboers.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phantasie.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perroud.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perthdevicelab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pfolta.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "performancesantafe.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parlamento.gub.uy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pims.global", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pluginsloaded.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinkhq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plugcubed.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pokeinthe.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pixi.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pocketsix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poris.web.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "portercup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pornstars.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privacylabs.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "postcodegarant.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "placollection.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "port443.hamburg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "potpourrifestival.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prgslab.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prettytunesapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proslimdiets.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "priolkar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "property-catalogue.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pypi.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prontocleaners.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proteus-tech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proust.media", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prontomovers.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prestburyscouts.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "propershave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pubreviews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "punchkickinteractive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qbeing.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "propactrading.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pulsar.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psncardplus.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "punkapoule.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psncardplus.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psncardplus.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psncardplus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quail.solutions", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radar.sx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qkka.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psncardplus.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qldformulaford.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pwntr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rak-business-service.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raceviewequestrian.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rbxcatalog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raceviewcycles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ramonj.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ray-home.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raymd.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rebootmc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reggae-cdmx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ram-it.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "refreshingserum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rayworks.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "refill-roboter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redra.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "relayawards.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rem.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "res-rheingau.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regionalcoalition.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rentacarcluj.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rex.st", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "revapost.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rex.tc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "revlect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rezept-planer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "remonti.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riscascape.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rithm.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rhapsodhy.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rointe.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "royalhop.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rokort.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rogue-e.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rsauget.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robhorstmanshof.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruffbeatz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruhrmobil-e.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rubbermaidoutlet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "runawebinar.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rr105.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samraskauskas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sagedocumentmanager.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruh-veit.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saleslift.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saba-piserver.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saml-gateway.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sbirecruitment.co.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sansemea.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samsen.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "savekorea.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sat.rent", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sasyabapi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scottgruber.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sbox-archives.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sby.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sauerbrey.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scottdial.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scrollstory.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schnellno.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schurkenstaat.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saruwebshop.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "school.in.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roffe.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "science-texts.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scourt.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sectio-aurea.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sebster.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seasons.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seamless.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "segulink.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sendash.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sedziapilkarski.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selfie-france.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seida.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "semps-2fa.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "semps-threema.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sharepass.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shakes4u.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selfserverx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sharvey.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securitymap.wiki", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowmorph.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shaobin.wang", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shalott.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowguardian507-irl.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "satriyowibowo.my.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shareworx.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sharesplitter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simpan.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skyflix.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sillisalaatti.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skyasker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skillseo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sl1pkn07.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snelxboxlivegold.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snoupon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skyveo.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smallchat.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smatch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smdev.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snod.land", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartit.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solomisael.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snazzie.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sparkforautism.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sonicrainboom.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slicklines.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sprigings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spititout.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sponsortobias.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spyprofit.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sslsurvey.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssmato.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spotifyripper.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stat.ink", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "state-sponsored-actors.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stargatepartners.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stayokhotelscdc-mailing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stevenhumphrey.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stillblackhat.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stardanceacademy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sotiran.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strbt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sunsetwx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stutelage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stigroom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svatba-frantovi.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tails.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sv-turm-hohenlimburg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taravancil.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tangibilizing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "synabi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sysadmin.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tastyyy.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taabe.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "t3rror.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "take1give1.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "szentistvanpt.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talklifestyle.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teasenetwork.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "takk.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sy-anduril.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tantotiempo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syno.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syrocon.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tamasszabo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taxisafmatosinhos.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tech55i.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techorbiter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teabagdesign.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teamsocial.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tesoro.pr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teriiphotography.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "team-bbd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tbitc.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teknologi.or.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "testadren.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tensionup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tf2stadium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tenni.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebigdatacompany.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thecapitalbank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thecharlestonwaldorf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tfl.lu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thelaimlife.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thelinuxspace.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "th-bl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themarble.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thewhitehat.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theeyeopener.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thekingofhate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thewhitneypaige.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thinlyveiledcontempt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themoderate.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timcamara.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theramo.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tfcoms-sp-tracker-client.azurewebsites.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tilikum.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thisisacompletetest.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tillseasyscore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timvivian.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "titanous.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topyx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timbeilby.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thelittlecraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timersuite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "throughthelookingglasslens.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toverland-tickets.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmf.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiacollection.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topfivepercent.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transfers.do", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torv.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonabor.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transfigurewizard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trusitio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trunkjunk.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "truestaradvisors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torrenttop100.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tryfabulousdiet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tryfabulousskincream.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tryfabulousskinserum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trommelwirbel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsumegumi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tranos.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trkpuls.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "touchstonefms.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trondelan.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ueu.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twelve.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tumelum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tyrelius.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblockmy.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblockmy.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twee-onder-een-kap-woning-in-brielle-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "typo3.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ubtce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblockmy.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblockthe.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblockthe.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tvbeugels.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uberwald.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uesociedadlimitada.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unitedcyberdevelopment.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unisyssecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uniq.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ungegamere.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utopiagalaxy.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utopianrealms.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upldr.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usetypo3.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "turniker.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vault21.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unplugg3r.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utopicestudios.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upr.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ubicloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unirenter.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "varicoseveinssolution.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valitron.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valskis.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vilaydin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vgerak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "verifiedinvesting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vieaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vereinscheck.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vgropp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veronique-schmitz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vio.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viphospitality.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vnd.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokyo-powerstation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "volkden.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitalismaatjes.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vleij.family", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visionarymedia.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vispaleistexel.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "volker-gropp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wearegenki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wafa4hw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vkox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voorjou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "virtuallifestyle.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "virginiacrimeanalysisnetwork.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "watchweasel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "warekon.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wbt-solutions.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wayohoo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wbt-solutions.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wefinanceinc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webapps.directory", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weaverhairextensions.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "web-hotel.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webdev.mobi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webmedpharmacy.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werktor.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whiterabbitcakery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whistleb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "widemann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xicreative.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wodice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wirkstoffreich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wy6.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wynterhill.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xboxlivegoldshop.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xfive.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--9pr52k0p5a.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yclan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wsv-grafenau.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yalook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yaucy.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yard-fu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zachpeters.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zaoshanghao-dajia.rhcloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yourself.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ynsn.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoga.is-an-engineer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeytin.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yutangyun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yikzu.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ypcs.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zoommailing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zombiesecured.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeroling.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zbrane-doplnky.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zerolab.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zettaplan.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zicklam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ztcaoll222.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zundapp529.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "01seguridad.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0i0.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0x52.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0xaa55.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0xb612.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "127011-networks.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1atic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "32ph.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3click-loan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "54bf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a9c.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aboutyou-deals.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adalis.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afmchandler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aggr.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aistockcharts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ajmahal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akvorrat.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alecrust.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aljaspod.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aljaspod.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allmystery.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alltubedownload.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alternativet.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amagdic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amagical.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ams.co.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amuq.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amyrussellhair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amzn.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andromedacenter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anglesya.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "animeday.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anohana.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anonymo.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anonymo.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anxietyspace.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apk4fun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apply.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "army24.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "armyprodej.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arne-petersen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ascension.run", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "askme24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asphaltfruehling.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autimatisering.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avdelivers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "azort.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baifubao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "basilisk.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bazos.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bazos.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bazos.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bchep.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "befundup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "besixdouze.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "binderapp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biophysik-ssl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitfasching.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitrage.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitsensor.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bittylicious.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biztera.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blantik.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bleche-onlineshop.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blessedguy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blessedguy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blewebprojects.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blio.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blowjs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blueglobalmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bodybuilding-legends.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bohan.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bookourdjs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brainhub.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bridgeout.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bugtrack.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bw81.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bydisk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cablesandkits.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caim.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "callision.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campus-cybersecurity.team", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canoonic.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casa-due-pur.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casa-due-pur.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casa-due.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ccgn.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cd0.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "certmgr.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chandlerredding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaosfield.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chromebookchart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cisy.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cium.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cj-jackson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cjey.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ck.cx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clanrose.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "closient.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloud.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clustermaze.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmylife.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cocaine-import.agency", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codeit.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colemak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colinchartier.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collectfood.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collinghammethodist.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coloraid.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comff.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "commania.co.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "contessa32experience.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cool-wallpapers.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "copypoison.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corenetworking.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "covershousing.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "craigfrancis.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crazifyngers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crazymeeshu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "create-test-publish.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creative-wave.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creativecaptiv.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cross-x.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crstat.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptopartynewcastle.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crystone.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ctyi.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cvlibrary.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dahlberg.cologne", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daladubbeln.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dan.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daniel-baumann.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danieliancu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danielthompson.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darcymarshall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darth-sonic.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidadrian.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidcrx.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dawson-floridavilla.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daysoftheyear.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dc562.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dcuofriends.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "debtrecycling.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deeprecce.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deltaconcepts.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devtub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dgpot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diasp.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digired.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "directreal.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "djangoproject.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "do-do.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dolice.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "donttrustrobots.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dooku.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doubleyummy.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droidapp.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drrr.wiki", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dullsir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dumbeartech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dustygroove.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "easystore.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edisonlee55.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edited.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "effectiveosgi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ehealthcounselor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eliolita.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emero.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emilstahl.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "encode.uk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enlatte.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enot32.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erico.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "escotour.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esp8285.store", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "estoic.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "et-buchholz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etaxi.tn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "everybooks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "familie-zimmermann.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.hk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fenster-bank.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fenster-bank.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ferrolatino.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ferrolatino.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fi-sanki.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finstererlebnis.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finsterlebnis.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fixel.express", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flexstart.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fonga.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fontein.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foodplantengineering.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forplanetsake.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fortuna-s.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fotografosexpertos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "franke-chemie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frantic1048.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fraudempire.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freevps.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freshlymind.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frosty-gaming.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frothy.coffee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "furiffic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "furnation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "futurestarsusa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "galoisvpn.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gdax.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gedankenbude.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geemo.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gehrke.nrw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genslerapps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "georgioskontaxis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "georgioskontaxis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "georgioskontaxis.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gerritcodereview.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getblys.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getgeek.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getgeek.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getgeek.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gh16.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giacomodrago.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giacomodrago.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gillmanandsoame.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giunchi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gkralik.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glamguru.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goalbookapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "golfburn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goudenharynck.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grandpadusercontent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grasshoppervape.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gravitascreative.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gregorians.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gregorywiest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grey.house", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grid2osm.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gryffin.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gsimagebank.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gsrc.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "habbo.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackerstxt.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "halkyon.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "halo.red", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haozhang.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haydenhill.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hebriff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helioanodyne.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hengelsportdeal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herds.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herringsresidence.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heywoodtown.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiddenrefuge.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiitcentre.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hititgunesi-tr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hmoegirl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "honkhonk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoopsacademyusa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "horning.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostfission.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotplug.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "howtocuremysciatica.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hpbn.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hsts-preload-test.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ime.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immunicity.date", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immunicity.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immunicity.press", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inexpensivecomputers.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infinitude.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infinitude.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infinitudecloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inhaltsangabe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inked-guy.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inkedguy.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "instantkhabar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "instics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "integraelchen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internetcensus.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internetstaff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "invoicefinance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irondaleirregulars.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irukandjilabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isaacpartnership.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isvbscriptdead.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ithenrik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "its-schindler.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaegerlacke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jakobejitblokaci.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamiepeters.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jardins-utopie.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jasonsansone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jcor.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jdav-leipzig.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jedipedia.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeffsanders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jesorsenville.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jessgranger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jobs.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joduska.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnblackbourn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jondarby.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jpaglier.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justinho.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justupdate.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jxm.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karmaflux.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kayon.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keepcoalintheground.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiahoriane.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kialo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiapps.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kielderweather.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinomoto.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kircp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kitk.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kjarni.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kkovacs.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kkzxak47.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koluke.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koluke.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kontaxis.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kontaxis.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kortgebyr.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kraga.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kramsj.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kriptosec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kristinbailey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lafka.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lakatrop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lakewoodcomputerservices.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lavabit.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lavito.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laxiongames.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "le42mars.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leakforums.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lerku.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lfgss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "li-ke.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libnull.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "librechan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liliang13.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linley.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linuxandstuff.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livingworduk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lonasdigital.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "look.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lookastic.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lookastic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lookastic.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lookastic.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lookastic.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lookastic.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lookastic.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loothole.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "louisvillevmug.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loune.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loveable.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lucyparsonslabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lukasberan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luripump.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lyfbits.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macbolo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mafiareturns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magdic.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magenda.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magilio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "makedin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcuskoh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "massotherapeutique.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mathieuguimond.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matthecat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcyukon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medi-link.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medicoresponde.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meganreel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meme.institute", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "microco.sm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mightydicks.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mightydicks.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "milesgeek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minepay.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minhanossasenhora.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mirucon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mission-orange.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mita.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mizque.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mkpef.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mlcnfriends.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mnwt.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moe4sale.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mplicka.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mrinalpurohit.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mvbits.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mygallery.homelinux.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mysignal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nakamastreamingcommunity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nallon.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "namethatbone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naphex.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "narindal.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nasrsolar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neoani.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neswec.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netconnect.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netcoolusers.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netlilo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netloanusa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netsite.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nextcloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nextcloud.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nextend.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nil.gs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ninhs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ninthfloor.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nippler.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nippon.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nipponcareers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nocallaghan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "northwoodsfish.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "null-pointer.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nwwnetwork.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nynex.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okay.coffee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onehourloan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "online.marketing", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinemarketingtraining.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onviga.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "open-infrastructure.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openrtv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panaxis.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panelomix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parodybit.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parpaing-paillette.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pascalleguern.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pcfun.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pentandra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pereuda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pettitcoat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pfa.or.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phi-works.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phocean.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phone-service-center.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "php-bach.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinkfis.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinpointengineer.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirman.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pitchup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pitonarms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plen.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pmalaty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pointsixtyfive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "powermeter.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poweroff.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "powershift.ne.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pozzo-balbi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ppr-truby.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "princesparktouch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privacy-week-vienna.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privacy-week.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privacyweek.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privacyweekvienna.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "productgap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "profection.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "profitopia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "progress-linux.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "progress-technologies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proj.org.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "projectdp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "protoxin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proxyportal.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prxio.date", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puzz.gg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puzz.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pypi-mirrors.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pypi-status.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pzme.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qivonline.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "r-core.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "r-core.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rachaelrussell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rankthespot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raphael.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rastreador.com.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "readism.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "readmeeatmedrinkme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rebekaesgabor.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "refitplanner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rentbrowser.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reuter-shop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reuter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rickweijers.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "right2.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rkkhok.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roguesignal.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rose-prism.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roseitsolutions.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rsmaps.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rustable.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rustyrambles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rusxakep.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s007.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sadhawkict.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saltbythesea.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samenwerkingsportaal.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samwilberforce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanderknape.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sansonehowell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saumon.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "say-hanabi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sayprepay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sbiewald.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scenester.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schulterglatzen-altenwalde.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sea-godzilla.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sebastian.expert", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seconfig.sytes.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secureobscure.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securityglance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sefru.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seoinc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seon.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "server-bg.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "server-daten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "settleapp.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shiawasedo.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shitproductions.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shooshosha.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shopping24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sibrenvasse.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "signere.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silaslova-ekb.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplicitypvp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sistersurprise.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sleep10.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slimspots.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slowb.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smdcn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smoothgesturesplus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snel4u.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snelshops.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snelwebshop.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sng.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snowalerts.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "softanka.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sojingle.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sol24.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solmek.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solmek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sou-co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "southernjamusa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "southside-tuning-day.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "speeddate.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "speeds.vip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spodelime.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spotupload.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spydar007.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "staatschutz.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "staatsschutz.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "staatsschutzgesetz.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stalkthe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "startuponcloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stole-my.bike", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stole-my.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studiostawki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sunstar.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suspiciousdarknet.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swimbee.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "symeda.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "synaptickz.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tadcastercircuit.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tamex.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tanze-jetzt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tavopica.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teamdaylo.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tenta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "testomato.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thalan.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thalhammer.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "the-mystery.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "therevenge.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thermolamina.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thole.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomasschweizer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thriveapproach.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tierarztpraxis-bogenhausen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tjs.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tocaro.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toursandtransfers.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tracetracker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trefpuntdemeent.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsaro.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tubul.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "turtleduckstudios.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tvz-materijali.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tweakers.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twinkseason.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twinkseason.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twinkseason.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twinkseason.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twinkseason.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twinkseason.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twinkseason.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twistapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twistedwave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uadp.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "umenlisam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.date", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unccdesign.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unsuspicious.click", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urbackups.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanmalland.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "varshathacker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "venixplays-stream.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ves.vn.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vibrant-america.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vinasec.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vizzboard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vogler.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vyskocil.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wakatime.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "washingtonviews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "watchinventory.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "watchstyle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webmetering.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weerstatistieken.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wendalyncheng.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weserv.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wetherbymethodist.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wetherbyweather.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wg-tools.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whing.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wikimedia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wilsonovi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winterhillbank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wmfusercontent.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wolfgang-kerschbaumer.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wolfgang-kerschbaumer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wolfgang-kerschbaumer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wonderfall.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "works-ginan.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worldpovertysolutions.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wormholevpn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xenophile.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xiaolvmu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xisa.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--4dbjwf8c.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--7rvz7ku3ppnr.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--jda.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--kda.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xperidia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xpi.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xroot.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yarcom.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yooooex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoyoost.duckdns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "z3liff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "z3liff.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zandcell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zenk-security.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeroday.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zewtie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhaochen.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhengjie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zi0r.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zinenapse.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ziyuanabc.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zning.net.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zorgclustertool.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zyria.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "00f.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0x17.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0xdefaced.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1066.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "112app.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "123.gg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1536.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "16packets.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "174.net.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "188betwarriors.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1px.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1rs.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1ststop.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2-cpu.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2859cc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2cash.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "31tv.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3delivered.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4th-ave-studio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4vf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "540.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8mpay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "922.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "9906753.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "99rst.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a-theme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abloop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abyssproject.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "academialowcost.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accwing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acg.sb", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acgmoon.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "achow101.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acsports.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adamdixon.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adamwk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adblockextreme.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "addtoany.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adfa-1.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adhoc.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advocatenalkmaar.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adxperience.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aerialmediapro.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agileui.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aidanmontare.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aify.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aiois.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airbnbopen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airhelp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexberts.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "algolia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aljaspod.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alldaymonitoring.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alldewall.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allfreelancers.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alliances-faq.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alza.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alza.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alza.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amadvice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amilum.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "analyticsinmotion.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andiplusben.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewregan.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "androide.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annejan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anojan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ansogning-sg.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anthonyavon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anystack.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apis.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aponkralsunucu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appelboomdefilm.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "applelife.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "applian.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appui-de-fenetre.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "archimedicx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ariege-pyrenees.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aritec-la.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "armored.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "armstrongsengineering.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arpr.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arrow-api.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arrow-cloud.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arrowwebprojects.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arthurlaw.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artisphere.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artlogo.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artlogo.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artlogo.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artweby.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asadatec.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ashleymedway.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "assemble-together.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atelier-naruby.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ateliernaruby.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "attogproductions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "au2pb.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auditos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avaaz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avaq.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axolsoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ayesh.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aymerick.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "azlk-team.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "b1c1l1.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "babybic.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bacon-monitoring.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "balist.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ballejaune.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bancacrs.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bankcircle.co.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bankinter.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bannisbierblog.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barclays.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bardiharborow.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baysse.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bb-shiokaze.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beerians.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beetman.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belani.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belgers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belmontgoessolar.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belmontprom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belt.black", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benohead.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benzou-space.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berna.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "besola.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestmotherfucking.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betterbabyshop.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beyond-edge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beyondtrust.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bezprawnik.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bftbradio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bilgo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "billigpoker.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "binimo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bioknowme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "birkhoff.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitbit.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitvest.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitwolk.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biyou-homme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bizzartech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blakerandall.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blankersfamily.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blendr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blenheimchalcot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blissplan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bloglikepro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluefuzz.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bolt.cm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bombsquad.studio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonnyprints.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonnyprints.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bookcelerator.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boonbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bownty.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bownty.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bownty.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bownty.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bownty.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bownty.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bownty.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bownty.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brashear.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brasilmorar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bratislava-airport-taxi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brava.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brettabel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brevboxar.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brinkhu.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brix.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brockmeyer.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brokenhands.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brunoonline.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "btc-e.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "btcarmory.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bucket.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buka.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bulbcompare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bulkcandystore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bunkyo-life.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burrow.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bustimes.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bw.codes", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bwilkinson.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bymike.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.bid", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.date", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.download", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.faith", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.press", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bytema.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bytesatwork.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c-shock.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c-world.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cadmail.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calculator.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caltonnutrition.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calvin.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cambier.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cambridgeanalytica.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cancelmyprofile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "candylion.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canva.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capacent.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capitalcap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "car.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carauctionnetwork.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carauctionsalabama.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carauctionsgeorgia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cardranking.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caretta.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carey.bio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caroli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cashplk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cazes.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cbecrft.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdkeyworld.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cellsites.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cerize.love", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "certspotter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "certspotter.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cgcookiemarkets.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charteroak.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheapticket.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chelseafs.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chennien.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "choiralberta.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chourishi-shigoto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrismcclendon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christophertruncer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chunche.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cianmawhinney.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cigi.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cim2b.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cinartelorgu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cinemaclub.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cinsects.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ciplanutrition.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "circara.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "classicalpilates.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clemovementlaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cleververmarkten.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cleververmarkten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cliniko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudspotterapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "club-is.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clubon.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coin.dance", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coldwatericecream.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colinstark.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collabra.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colmexpro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colo-tech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colorcodedlyrics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comalia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cometcache.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comico.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comparexcloudcenter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "computerhilfe-feucht.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conclave.global", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "connectum.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "constant-rough.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cookiecrook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coolviewthermostat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coralrosado.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "core-networks.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cornodo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "couragefound.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "courses.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "craigrouse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crazy-crawler.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crazypaul.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "critcola.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "criticalsurveys.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crownruler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cs-ubladego.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csgoelemental.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csgohandouts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ctrld.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cubecraftstore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cubecraftstore.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cucc.date", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "culturedcode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuongquach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cupi.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "current.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cybozulive-dev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "czechvirus.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "czerno.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daemen.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dalfsennet.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darktime.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dashburst.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datadit.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dataswamp.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davescomputertips.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidlillo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daytonaseaside.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "db.gy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dbcom.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ddns-anbieter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "debian-vhost.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decosoftware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deeprecce.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "demilitarized.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dengchangdong.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deroo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "designsbyjanith.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "desterman.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "destom.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "developmentsites.melbourne", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devistravaux.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devlogr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devonsawatzky.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dezeregio.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dezmembrariromania.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diagnostix.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dianlujitao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dicionariodenomesproprios.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dietbrand.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diezel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diff2html.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diffnow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digimagical.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digwp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dir2epub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dir2epub.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "discordapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "distinguishedprisoner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "distractionco.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "djangosnippets.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dlaspania.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dmarc.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dn3s.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dns-control.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dokan.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dokuraum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dolevik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dollywiki.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dominationgame.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "donotlink.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dooleytackaberry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doomleika.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doomsworld.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doooonoooob.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doorflow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dot42.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotkod.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotkod.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doujinshi.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "downloadaja.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "downloadgram.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dragonteam.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "draugr.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drewgle.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drivercopilot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dronografia.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dubaieveningsafari.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duch.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dwnld.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e5tv.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "earthrise16.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "easychiller.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eaton-works.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebankingabersicher.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebankingbutsecure.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebankingentoutesecurite.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebankingmasicuro.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebas.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebataw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebonyriddle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecole-maternelle-saint-joseph.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edusantorini.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edwardsnowden.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edzilla.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "egge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eiyoushi-shigoto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ekodevices.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elaxy-online.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elblein.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eldinhadzic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elgacien.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eliott.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elizabethgreenfield.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emkei.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emmable.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "empathy.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "encode.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enlightened.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "entrainr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "equalparts.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "equidam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ericbond.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erichalv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erikhubers.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eriner.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esoko.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esoterikerforum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "espace-gestion.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etmirror.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etmirror.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etproxy.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etv.cx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eureka.archi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eurekaarchi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eurekaarchitecture.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "euren.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "european-agency.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evanhandgraaf.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evlear.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ewex.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ewycena.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "excelgum.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "experteasy.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exploit.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extratorrentlive.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extratorrents.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extreme-gaming.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extreme-gaming.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fabriziorocca.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "facilitrak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "falconfrag.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "familie-sprink.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "farhadexchange.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fashionholic.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fedoramagazine.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fehnladen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feistyduck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "felixsanz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feriahuamantla.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "festivalxdentro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fics-twosigma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "figurasdelinguagem.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "findigo.fish", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "findyourvoice.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flam.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flashback.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fleep.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "florisvdk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fluxforge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flyss.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "focalforest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fondy.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fontlibrary.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foodies.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foorack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forex.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fossilfreeyale.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foto-janvanaefst.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fran.cr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "francoz.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frankwei.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frappant.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frbracch.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fredloya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "free-your-pc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freeflow.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fretworksec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "friends24.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frost-ci.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fsinf.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ftctele.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ftrsecure.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuckgfw233.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fumblers.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "funktionel.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuseos.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuyu.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fveevaete.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fxopen.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fxopen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fxopen.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fxopen.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fxopen.com.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fxopen.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gaestehaus-monika.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamberorosso.menu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gambetti.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gambitcloud.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "game-gentle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "game.yt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamechasm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gameguardian.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gameofbay.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gapdirect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gartenplanung-brendes.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gazee.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gdegem.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gecem.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geeknik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geluidsstudio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genesiseureka.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genie-seiner-generation.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gerwinvanderkamp.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ges-bo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getbooks.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getgeek.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getmondo.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ggmmontascale.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ggss.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ggss.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gianproperties.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ginkel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gis3m.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmbh-kiekin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gnetion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gnunet.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gong8.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goolok.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goozz.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gopokego.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gospelofmark.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goto.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gracethrufaith.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grademymac.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grandwailea.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greenaddress.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greg.red", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "groenaquasolutions.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grunwasser.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guillaume-leduc.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gw2reload.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gxlrx.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "h-og.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "h11.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haavard.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "habbotalk.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackerone-ext-adroll.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hacksnack.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hail2u.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hantse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hao-zhang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hardenize.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harrisonswebsites.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hartmancpa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hasdf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hatethe.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hcs-company.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "healthjoy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "healtious.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heartyme.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heavensattic.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hebaus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hegenshop.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heidilein.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hesaplama.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hexacon.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "highsurf-miyazaki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hilaolu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hlyue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoe.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hollyforrest.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hollyforrestphotography.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homehuntertoronto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hongzhaxiaofendui.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoodtrader.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoovism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hord.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotelvue.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotornot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "houkago-step.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "howbigismybuilding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "howlongtobeatsteam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hsivonen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hsivonen.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hsivonen.iki.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hszhyy120.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "html-lab.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "httpstatuscode418.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hugofs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huihui.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huutonauru.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hyper-matrix.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hypotecnicentrum.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "i1314.gdn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ic3.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ice.yt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ich-tanke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ichnichtskaufmann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icloud.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icntorrent.download", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idconsult.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idmobile.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idsafe.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifad.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifsac.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "igule.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ikachalife.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ikwilthepiratebay.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilamparas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imakepoems.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imed.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imgaa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immunicity.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immunicity.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immunicity.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "impact.health.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imppac.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "in10tion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "incubos.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "info-beamer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ingalls.run", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ins1gn1a.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "insertcoins.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intafe.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "integraxor.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intencje.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interleucina.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inthepicture.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inthouse.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intranetsec-regionra.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "investpay.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "invitescene.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ioiart.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipawind.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipcareers.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iron-guard.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ironcarnival.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isbc-telecom.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isdf.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "istgame.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "istherrienstillcoach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "it-rotter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itactiq.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itskayla.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itsok.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itspersonaltraining.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itsryan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itu2015.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivi-fertilite.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivi-fruchtbarkeit.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivi.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivi.com.pa", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivi.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivi.net.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivi.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivinet.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivitalia.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ixio.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jadopado.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jakereynolds.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesf.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesgreenfield.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamourtney.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "janverlaan.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaredbates.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jasperhuttenmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jayxu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jccrew.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jedwarddurrett.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeffersonregan.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeffersonregan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeffersonregan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeffersonregan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jellow.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jennifercherniack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jessevictors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jetlagphotography.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jfx.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jhermsmeier.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jing.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jncde.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jncip.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joehenry.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johannes-sprink.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnmh.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnnybet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnroach.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonferwerda.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonoalderson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonsno.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joran.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jproxx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jubileum.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juchit.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "judoprodeti.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juliangonggrijp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juliekoubova.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "junaos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justice4assange.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justpaste.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jysperm.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "k2mts.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kabeuchi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kadmec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kanar.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kartec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kashmirobserver.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kateduggan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kati-raumplaner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katproxy.al", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katproxy.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katproxy.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katproxy.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kellyandantony.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kenguntokku.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kennedy.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kentec.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kerforhome.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kfbrussels.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiadoapartman.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kickass-proxies.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiedys.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiekin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kilogram.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kimpost.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kingbird.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kintawifi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kionetworks.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kirstenbos.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kisskiss.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kjaer.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kkyy.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klamathrestoration.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kncg.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koethen-markt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "komidoc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kommune42.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "konkurs.ba", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krang.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krayx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kreditkacs.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kshlm.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuemmerlin.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kundenerreichen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kundenerreichen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuschku.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kwok.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kyliehunt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kzjnet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "l2guru.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "la-cave-a-nodo.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "labourreedevergheas.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lacaverne.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lacyc3.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laextra.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lamapoll.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lancehoteis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lancehoteis.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "landofelves.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "langworth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lastchancetraveler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lattyware.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lattyware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lauftrainer-ausbildung.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lavita.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lawrencemurgatroyd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lazerus.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lebanesearmy.gov.lb", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lebarmy.gov.lb", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leertipp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legaltip.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leighneithardt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leisure-blog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lerasenglish.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lesscloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lew.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liaoshuma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lichess.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lightarmory.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lightcloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "likeablehub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "likeabox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lintmx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "listminut.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liveregistratie.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loadlow.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lofttravel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loganmarchione.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lolicon.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lolkot.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loopower.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lovelivewiki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lowhangingfruitgrabber.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loxis.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lrhsclubs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ltba.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ltbytes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lunchbunch.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luuppi.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lynx.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lynxbroker.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lyonl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m-ali.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m2epro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m2tc.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maartenterpstra.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mac1.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macchedil.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macdj.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madeglobal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madokami.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maisgasolina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "majaweb.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "makeuplove.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malinheadview.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malkaso.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manage4all.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manageall.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manageforall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manageforall.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maniadeprazer.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mansion-note.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marble.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marinazarza.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mariviolin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markepps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markorszulak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martinmuc.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martinreed.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masiniunelte.store.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "master-net.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masterdigitale.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maupiknik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maur.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcb-bank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcdonalds.design", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mchopkins.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mckinley.school", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mckinley1.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mdmed.clinic", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediamag.am", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medicinia.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mehostdd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meikan.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melted.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "memeblast.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mensmaximus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "metagrader.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meusigno.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mexbt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mhealthdemocamp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "micbase.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaelscrivo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michalwiglasz.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikii.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miknight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikonmaa.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikroskeem.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "milang.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "milcoresonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mind.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minux.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mipla.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "missoy.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mivcon.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mixtape.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mkuznets.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mnt-tech.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobilcom-debitel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modecaso.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "model9.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moe.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monarca.systems", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moneycrownmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monika-sokol.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monolithapps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monolithinteractive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moonless.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mor.gl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "morfitronik.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "morninglory.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mountainactivitysection.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "movabletype.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "movepin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "movie4kto.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moylen.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mrdani.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mrizzio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "multiworldsoftware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "museminder2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mustard.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mutuals.cool", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muusikoiden.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myadself.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myfrenchtattoo.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mygpsite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myimmitracker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mypaperwriter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.co.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myschoolphoto.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mythengay.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nakliyatsirketi.biz.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "namaho.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "namu.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nanokamo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naralogics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "natalia-fadeeva.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naudles.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "navdeep.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "near.st", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nefertitis.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neillans.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neillans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neons.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neoxcrf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nercp.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netzfrauen.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neuflizeobc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neurogroove.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newtonwarp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nframe.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nfsec.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nglr.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niagarafalls.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicolas-simond.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nidro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nien.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nien.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nien.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nien.taipei", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nigelwakefield.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nightsnack.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nimeshjm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ninchisho-online.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ninjan.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nitrix.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nkadvertising.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nootropicsource.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noreply.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notjustvacs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notnl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "novaco.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nozoe.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nrechn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ntotten.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nubu.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuvechtdal.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nwerc.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nyxi.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "o2careers.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ocg-card.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "octod.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oe8.bet", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "olegon.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ominto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omniverse.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omquote.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oneazcu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinebiller.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onmuvo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oogartsennet.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oparl.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openquery.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openssl.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orangefinanse.com.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ordr.mobi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "origami.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "originalmockups.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ostan-collections.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "osusume-houhou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otvaracie-hodiny.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "outgress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "outlookonthedesktop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paintingat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "papermasters.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paraborsa.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parser.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pasadenapooch.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passionatefoodie.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passumpsicbank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulov.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulwatabe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "payme.uz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paystack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pbraunschdash.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pciconcursos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pedrosluiter.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peliculasaudiolatinoonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "periscope.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "periscopeliveweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "personalinjurylist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petersontoscano.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petitsfrenchies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petrasestakova.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pexieapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pgnetwork.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phenomeno-porto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phenomeno.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phenomenoporto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phenomenoporto.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "philsturgeon.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phonenumberinfo.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "photographyforchange.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phpmyadmin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phpprime.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "physicaltherapist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "picotronic.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pillowandpepper.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pimhaarsma.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pimhaarsmamedia.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pimspage.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pin.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinkinked.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirate.trade", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piratebayproxy.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piratebit.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.red", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "placker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plattner.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "playsharp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plur.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pmp-art.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "podemos.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "points4unitedway.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pole.net.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polycrypt.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ponteencima.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pontokay.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pornbay.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "porybox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "potsky.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poupatempo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ppuu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "praguepsychology.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "praguepsychology.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "praxis-research.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "preezzie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prespanok.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prinice.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "printerest.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prnav.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prodct.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "producto8.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proefteksten.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prok.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "propertygroup.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prospanek.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prosperident.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prot.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "protecciondelconsumidor.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prt.in.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prxio.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pstrozniak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ptonet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "publiccarauctionscalifornia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "publicintegrity.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pucchi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puhe.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "push.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pwolk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pypi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qccqld.org.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qldconservation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qldconservation.org.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qm-marzahnnordwest.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qqq.gg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qr-city.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qtpass.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qtpower.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qtpower.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quanglepro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "queminventou.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quemmeliga.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quikchange.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qwaser.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qwikdash.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ra4wvpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raissarobles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ralfs-zusizone.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ranzbak.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raspberry.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rationalops.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rbqcloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "react-db.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "readouble.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realloc.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reapdrive.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redable.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redirectman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rediske.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redstoner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redy.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reganclassics.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reganclassics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reganparty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regio-salland.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regiobeveland.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regiosalland.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rehabili-shigoto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reikiqueen.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reinencaressa.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rema.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "renewablefreedom.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "renrenss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rentasweb.gob.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rentbrowsertrain.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "replacemychina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "responer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "respostas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "revealdata.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rewardingexcellence.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rezexpert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riceglue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "richardlangworth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "richmtdriver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rideaudiscount.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rideforwade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rideforwade.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rideforwade.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rileyevans.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rmf.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roadfeast.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robin.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rockeyscrivo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rondommen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roslynpad.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rosslug.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roughgrain.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rpgmaker.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rsblake.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rtfpessoa.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rudd-o.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "runvs.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rustfanatic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rva-asbestgroep.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rynekpierwotny.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s-mainte.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s16e.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safegroup.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safing.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safire.ac.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sail-nyc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saiputra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sakurabuff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sapporobeer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarahvictor.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarindia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sas-snowboarding.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saturn.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sauvagebridge.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "savannahtasteexperience.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sb.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schawe.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schd.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schizoids.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schlechtewitze.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schnellsuche.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schopenhauer-institut.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schrauger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schrauger.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schrauger.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schrauger.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schrauger.run", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schreibers.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schrikdraad.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sclgroup.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "screensaversplanet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scrumstack.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sealbaker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sebastian-bair.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sebastianblade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secnews.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secure.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securitybsides.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seedalpha.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seedboxers.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "senorcontento.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "senshudo.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sensiblemn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seo-linz.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seokay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seppelec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serathius.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serf.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "servdiscount.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "servecrypt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "servecrypt.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "servecrypt.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "servepublic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "servepublic.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serverfrog.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sethcaplan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "settberg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seyr.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sfsltd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowplus.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowrocket.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsocks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shanetully.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shansing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shansing.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shansing.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shemissed.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shirtsofholland.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shotbow.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shrinkhub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shrub.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shwongacc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siamojo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "signaltransmitter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "signix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "signosquecombinam.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siliconchip.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simonwoodside.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplecontacts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplerses.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simpte.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sinful.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sistem-maklumat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skepticalsports.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skillproxy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skillproxy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skillproxy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skontakt.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skontorp-enterprise.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sky-aroma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slimmerbouwen.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartest-trading.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartrade.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sokolkarvina.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sol-computers.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solus-project.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solvops.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "somanao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sonarqube.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sonerezh.bzh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "songzhuolun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sophiakligys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sor.so", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soucorneteiro.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "space-it.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spacehost.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spenglerei-shop.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sperohub.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sperohub.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spilsbury.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "splitreflection.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sponc.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spookbook.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sporthit.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sportstraineradvisor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spr.id.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spricknet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sproutconnections.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sptk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stalschermer.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starfm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starina.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starkbim.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starttraffic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starttraffic.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "startupum.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steemit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steenackers.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephanieschreiber.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephenhaunts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephenschrauger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephenschrauger.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephenschrauger.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephenschrauger.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stitchfiddle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stopfraud.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "storiesofhealth.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strangemusicinc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "streetspotr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studiomarcella.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suborbital.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sudoschool.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suitocracy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "superpase.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "superuser.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suwalls.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svendubbeld.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swat4stats.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swiggy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sykl.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sys.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sysert.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "t-complex.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taiwantour.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talentos.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taler.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tatt.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tcp.expert", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teachpeople.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teamhood.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teamnetsol.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techademy.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techcultivation.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techcultivation.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techcultivation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techmasters.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techwords.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telefonnummer.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tendermaster.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tenkofx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tenpolab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tensei-slime.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "testosterone-complex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tffans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tflite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tgbyte.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tgbyte.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thatgudstuff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thatpodcast.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thechunk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thediaryofadam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thegreenfields.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theidiotboard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thelanscape.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thenanfang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thenexwork.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thepiratebay.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thermity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theseosystem.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thesplit.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thestack.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thewhiterabbit.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thewoodkid.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thinkcash.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomaswoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thompsonfamily.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiernanx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tilkah.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tillcraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "time2060.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "time22.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timetotrade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tintencenter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tipbox.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tipoftheday.tips", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tism.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "titanleaf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "todamateria.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokenloan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokotamz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toleressea.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toles-sur-mesure.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomlankhorst.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomssl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torrentdownloads.bid", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torrentz.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torservers.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "touchpointidg.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toutmonexam.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tpblist.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tpbunblocked.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trade.gov.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "traindb.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transfile.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transparentcorp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travality.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travisforte.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travisfranck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travler.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tributh.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tripcombi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsuyuzakihiroyuki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ttt.tt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tumedico.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "turnoffthelights.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twun.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twuni.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tyler.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tyleromeara.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "udruga-point.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uhrenlux.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uicchy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ukpirate.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblockall.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblockat.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.faith", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.live", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblockedall.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblockedbay.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblockerproxy.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblockerproxy.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblockmyproxy.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblockweb.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "underskatten.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unitlabs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unlocken.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unmanaged.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unseen.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unser-gartenforum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upaknship.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upplevelse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "url.rw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "used-in.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usedesk.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utvbloggen.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uzmandroid.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uzmandroid.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "v2ex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "va-reitartikel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "validator.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanwunnik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vcelin-na-doliku.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vecozo.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veii.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "verdeandco.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "verein-kiekin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "verfassungsklage.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "verifyos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veterinaire-cazeres-foucault.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veto.fish", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vetofish.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vidbuchanan.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "videosqr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vietnamhost.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vigrey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vinciconps4.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visibox.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitastic.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voter-info.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "votoot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vpip.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vpn.black", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrijgezellen-feest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vubey.yt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wakapp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wallethub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "walls.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wandervoll.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wangqiliang.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "watchface.watch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "web-industry.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "web2033.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webcamtoy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webdosh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webeconomia.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weblate.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webmandesign.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webtropia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wegenaer.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wellproducedwines.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wereldkoffie.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "westendzone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wettbonus.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wh-guide.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whatismyipaddress.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whats.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "where2trip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whisker.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wigle.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wikileaks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wikileaks.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wikisports.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winaes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winged.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wint.global", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winterbergwebcams.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wircon-int.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wireshark.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wirhabenspass.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wishcert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "witzemaschine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wochenentwicklung.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wodinaz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "woodmafia.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "woodsidepottery.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wowhelp.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wp-mix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "writeoff.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wuhengmin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x-ripped-hd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xbtce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xfix.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xjoin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xmedius.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xmr.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--7v8h.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xombra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xpj.sx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xrippedhd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xscapers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yachts-magazine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yarogneva.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yesdevnull.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ylk.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yntongji.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoga-school.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoitsu.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yolocelebs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yourbapp.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yout.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ytcuber.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yunpan.blue", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zachgibbens.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zelfrijdendeautos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zemlova.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zenlogic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zerossl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zilore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zk.gd", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zkillboard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zonemaster.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zoom.earth", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zubel.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zundappachterhoek.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zup.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alberguecimballa.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "albuic.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acoffeeshops.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airvuz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1pw.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agilebits.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "500p.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4cclothing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alaundeil.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airproto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexpavel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akboy.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "24hourpaint.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alcorao.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a200k.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "20hs.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "12vpn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acelpb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2ss.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alinasmusicstudio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2cv-fahrer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "al-f.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1k8b.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alicestudio.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4-it.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aigcev.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adventureally.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abnarnro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anfsanchezo.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "achtzehn.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3sreporting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adnot.am", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ad-notam.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ad-notam.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0x539.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3bigking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alecpapierniak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accelight.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alphachat.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alextsang.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alphagamers.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ad-notam.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "analyzemyfriends.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aaeblog.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abuse.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abe-elektro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "all-connect.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "attic118.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1three1.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anytonetech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "applemon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adapt-elektronik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autoauctionsohio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "86metro.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autoauctionsvirginia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adapt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anniversary-cruise.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alvicom.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anthonygaidot.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artroot.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1item.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "404404.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "banbanchs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anna.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aplpackaging.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andreaskrasa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "albersdruck.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apperio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adapti.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agdalieso.com.ba", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arokha.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexanderschimpf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1on1on1.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bddemir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atelierdesflammesnoires.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1on1on1.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auxetek.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "audio-detector.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1001kerstpakketten.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appsbystudio.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aqqrate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arrow-analytics.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aovcentrum.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "araseifudousan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auxiliumincrementum.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ablogagency.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asbito.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aperture-laboratories.science", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alwaysmine.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ballarin.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8pecxstudios.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asato-jewelry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alisonlitchfield.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "athlin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benchmarkmonument.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aquavitaedayspa.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "armadaquadrat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alspolska.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bartelt.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apothes.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bagheera.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "analyticum.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atom-china.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bartula.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "analyticum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aureus.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arsenal.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "analyticum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "balloonphp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "analyticum.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asahikoji.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1years.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "analyticum.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beyondweb.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bffm.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baggy.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aviodeals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avanovum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baleares.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bars.kh.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "author24.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "badf00d.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "binfind.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "batten.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bair.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baywatch.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackcatinformatics.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blendlecdn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aosc.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avarty.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bbb1991.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "argekultur.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "becoast.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "babypibu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "americansportsinstitute.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "batschu.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitskrieg.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beerradar.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackcat.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "batfoundry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biogeniq.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beerradar.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackscytheconsulting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackcatinformatics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beastlog.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belwederczykow.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berasavocate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anastasia-shamara.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bettertest.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "borderlinegroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "awaremi-tai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bewerbungsfibel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bemsoft.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beyondalderaan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "awk.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bilke.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blissjoe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackunicorn.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boosterlearnpro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsdug.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biboumail.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitraum.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestlashesandbrows.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boxview.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackonion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blacknova.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beijinglug.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blichmann.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackbag.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brid.gy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beulahtabernacle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluex.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluepoint.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitmessage.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluex.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluex.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bulario.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blogcuaviet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bosun.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "africa.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afghan.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carauctionscarolina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bpol-forum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bralnik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canva-dev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brainlag.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bountyfactory.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluex.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bravz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brb.city", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bowntycdn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bru6.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brivadois.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biznpro.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bristebein.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buddlycrafts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bretz-hufer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "building-cost-estimators.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caitcs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centralvoice.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bx-n.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "byte-time.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bmet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cat.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsw-solution.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catmoose.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bytesatwork.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brownlawoffice.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "byrko.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "britishgroupsg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charlesbwise.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christophersole.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "byrko.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "budger.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buffaloautomation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bueltge.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "businessimmigration-eu.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexismeza.com.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexismeza.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ameza.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "builditsolutions.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bws16.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campaign.gov.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c-webdesign.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "captianseb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beehive42.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beehive42.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casbuijs.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "captured-symphonies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "childreninadversity.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ciphrex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chicolawfirm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cbamo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carlosjeurissen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cardurl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beehive42.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cafe-murr.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beehive42.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "condosforcash.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaoslab.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collectosaurus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beehive42.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centrojovencuenca.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chint.ai", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudpipes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centrumhodinek.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coalpointcottage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "childno.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatbelgie.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catcontent.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "confiancefoundation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheez.systems", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codingrobots.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chat-porc.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comdotgame.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudapps.digital", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatnederland.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "confucio.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "citizen-cam.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collaction.hk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptodash.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casioshop.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cookicons.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "classpoint.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csgotwister.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codymoniz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "claudio4.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cowbird.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codelove.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bbw.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cariocacooking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuddlecomfort.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chamathellawala.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheddarpayments.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cortisolsupplement.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chensir.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cocktailfuture.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clowde.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "condesaelectronics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cnc-lehrgang.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "contrabass.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudlink.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "confiwall.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codepoet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beijing.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "complexart.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "craftcommerce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuvva.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "copytrack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuvva.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuvva.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuvva.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuvva.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuvva.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuvva.insure", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuvva.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuvva.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "convert.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuvva.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curtis-smith.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crvv.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "demuzere.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "db-sanity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burtrum.family", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burtrum.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burtrum.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuvva.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "designed-cybersecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cookingreporter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dejandayoff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cormactagging.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d0xq.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clara-baumert.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dcepler.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darkishgreen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyberlab.kiev.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptophobia.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestperfumebrands.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "craftmine.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datascomemorativas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "damienoreilly.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danieljamesscott.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daiwai.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corniche.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darkcores.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danielkoster.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cvtparking.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conflux.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brain-e.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danielhochleitner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dfctaiwan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devops-survey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deliciousmedia.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "directinsure.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danielmostertman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devcu.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danielmostertman.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domenic.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "designville.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "designville.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defendas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dlld.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dedietrich-asia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "delayrefunds.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dmix.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cumshots-video.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decloverly.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dermapuur.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dothebangthingsalon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doobydude.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dickieslife.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "das-mediale-haus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canadian.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deusu.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deusu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "djlnetworks.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "designhotel-kronjuwel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "der-stein-fluesterer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "die-speisekammer-reutlingen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dimanss47.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "different.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "delphine.dance", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deepzz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caribbean.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drjoe.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "djul.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diva-ey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "die-gruenen-teufel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diemogebhardt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dlouwrink.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dieumfrage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dipulse.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dmtry.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dounats.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dieb.photo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dxgl.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drweissbrot.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digimedia.cd", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dyn.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eaglesecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotrox.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dm7ds.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "donsbach-edv.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "do67.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitalbank.kz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "do67.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dobrisan.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drdim.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektronring.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecorp.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christians.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droncentrum.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dyktig.as", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dopesoft.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dune.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emilvarga.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elenagherta.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dyn-nserve.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eitler.cx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deamuseum.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dukan-recepty.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e7d.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "energyatlas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dukegat.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edd-miles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ds-christiansen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edwards.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emanatepixels.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dutchessuganda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enum.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dingss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elite-porno.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eddmil.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ealev.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eighty-aid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "denabot.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-tresor.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eam-gmbh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "connect.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecos-ev.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dhome.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ericisaweso.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "entourneebeetle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elenorsmadness.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cougar.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dirk-weise.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enriquepiraces.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deux.solutions", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eggplant.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eduardnikolenko.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elisabeth-strunz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ethanlew.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elefantevoador.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eshtapay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dreaming.solutions", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "endeal.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emjimadhu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deuxsol.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epicenter.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecompen.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deaf.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edv-lehrgang.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erwanlepape.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enaia.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "facebook-atom.appspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firewallconsultants.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eucollegetours.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fabulouslyyouthfulskin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fabulouslyyouthfulskineyeserum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ethan.pm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erikseth.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "facerepo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epizentrum.works", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erdethamburgeronsdag.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faxreader.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fanz.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ernest.ly", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faithwatch.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doctor.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "energydrinkblog.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fm.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fiix.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fach-journalist.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epizentrum.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "escargotbistro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epicenter.works", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epicentre.works", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firmale.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flox.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evapp.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flixtor.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eseth.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feastr.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fabianfranke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flana.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finiteheap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fspphoto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firstdogonthemoon.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "everywhere.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feudalisten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "es-geenen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "email2rss.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ergo-open.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fixforce.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fooster.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "f00.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fobc-usa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "estateczech-eu.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "endohaus.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "endohaus.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elan-organics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freethetv.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eyedarts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frasesparaface.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exousiakaidunamis.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "endohaus.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuvpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ff-obersunzing-niedersunzing.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fnzc.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "galardi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garden.trade", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fwei.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ezhik-din.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ferien-netzwerk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gearset.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foodblogger.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garden-life.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "futureyouhealth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fernseher-kauf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fsf.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "franken-lehrmittel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freejasongoudlock.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fehngarten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuxwerk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gdutnic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getmdl.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fleisch.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getlittleapps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fragmentspuren.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fjruiz.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forsakringsarkivet.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fs-gamenet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goat.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gablaxian.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giogadesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gabi.uno", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gabi.com.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gheorghe-sarcov.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "granary-demo.appspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garciamartin.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gatorsa.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fandler.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "galena.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ghrelinblocker.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gov.ax", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamehacks.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gorf.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garderobche.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geekabit.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getcolq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ethiopian.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fraurichter.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fossewayflowers.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gchq.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goldminer.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fossewayflowers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getgeek.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getgeek.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gokhankesici.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fromix.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greencircleplantnursery.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geder.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hacker1.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glasen-hardt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gillet-cros.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gta-arabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giga.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blitzprog.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gorgiaxx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamepad.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glasner.photo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harambe.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gehsicht.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "g01.in.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "global-adult-webcams.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guhenry3.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goetemp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hash-archive.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glotter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greensdictofslang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gogoodyear.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hake.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glyph.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greencircleplantnursery.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "godsofhell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fraesentest.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalado.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greencardtalent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hawthornharpist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gremots.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gruelang.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homeyantra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grossell.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greywizard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gtech.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hcfhomelottery.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iandouglasscott.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hstspreload.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gv-neumann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heiland.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glitzmirror.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hanimalis.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hokieprivacy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gyu-raku.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hans-natur.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "graliv.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helenkellersimulator.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hautarztzentrum.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haribosupermix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hacker.parts", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hdy.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gurmel.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gyas.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guardian360.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fling.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gummibande.noip.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guenthereder.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firefighters.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idcrane.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuckav.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hrfhomelottery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hintergrundbewegung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "httpswatch.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hdrsource.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudteam.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "instagram-atom.appspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hethely.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hakatabijin-mind.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "honkion.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hexagon-e.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiqhub.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hacktivis.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "happix.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiqonline.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "home-v.ind.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homebodyalberta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hasselbach-dellwig.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "invoiced.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hudingyuan.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hilnu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isntall.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immunicity.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "issforum.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imforza.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hynek.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isitcoffeetime.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "despora.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idemo.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helles-koepfchen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ixquick-proxy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immersivewebportal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gveh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hyper69.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "illicitart.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ixquick.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ixquick.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immunicity.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ixquick.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hraesvelg.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icity.ly", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ixquick.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inditip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jameshale.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ignatisd.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iuscommunity.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "instagrammernews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibox.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ir-saitama.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ixquick.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inspired-lua.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotel-kronjuwel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imbushuo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifsr.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "invite24.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotelident.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itochan.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ixquick.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "impyus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imedi.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infura.co.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imoto.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imgencrypt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "info-screw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "is-a-furry.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intheater.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inconcerts.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iwader.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grusig-geil.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ikzoekjeugdhulp.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "insane-bullets.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ierna.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ishangirdhar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "izevg.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ixnext.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ihkk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jayxon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gulenet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hispanic.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "handenafvanhetmedischdossier.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jackalworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ixquick.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jabberfr.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jpeg.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idubaj.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "italia-store.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karmainsurance.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jovic.hamburg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jayf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kcluster.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "j2ee.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "items.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jtslay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jdcgroup.com.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keaneokelley.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnmcintosh.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonirrings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ispweb.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jpeaches.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jetkittens.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ignace72.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itilo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamessmith.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justmy.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karmaassurance.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jiyuu-ni.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joe-pagan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kakaomilchkuh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ihostup.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kalian.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jesseerbach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaylen.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juzgalo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ka-clan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kapo.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jichi.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kazenojiyu.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "k-netz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itds-consulting.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kleinholding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itds-consulting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kab-s.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karamna.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jurassicbarkharrogate.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ignitedmindz.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kevinbowers.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kipira.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kein-design.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kintrip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jsteward.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kovnsk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kamikatse.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kpumuk.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kisa.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kennethaasan.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaela.design", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kannchen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lafillepolyvalente.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaufkraftkiel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jodlajodla.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kokensupport.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnbrownphotography.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kigmbh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kwmr.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "julienc.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klaver.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kswriter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lafillepolyvalente.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imanudin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lathamlabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kepkonyvtar.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lathamlabs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lacasa.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiffmarks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuehndel.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "largeviewer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinderly.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jollausers.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koho.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kyochon.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lathamlabs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kintzingerfilm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kennethlim.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kotovstyle.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kki.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krasovsky.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lagier.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kykoonn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koertner-muth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koertner-muth.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kukal.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "komicloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kompetenzkurs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iww.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "learnedovo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kumalog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonas-thelemann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "larptreff.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itfix.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krony.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "italian.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kurswahl-online.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jia1hao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kriechel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laguinguette.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jakecurtis.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lefebvristes.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lefebvristes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leseditionsbraquage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livi.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "listahu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laussat.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lawly.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leakreporter.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jva-wuerzburg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "komischkeszeug.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "layer8.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lca-pv.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klebetape.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leblanc.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lenders.direct", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "limiteddata.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lim-light.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lirion.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leanplando.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lacicloud.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "librends.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linux.army", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lidong.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kruu.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libskia.so", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lessing.consulting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "locchat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klinikac.co.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lernorteuropa.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karachi.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lernorteuropa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livedesign.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macosxfilerecovery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lernorteuropa.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "latetrain.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linqhost.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "letsgame.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loveandadoreboutique.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lanuovariviera.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magia360.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livnev.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linvx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lightworx.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lookasik.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lettori.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maltes.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luxvacuos.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lunarrift.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lixingcong.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mailpenny.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luce.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lunarlog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lemarcheelagrandeguerra.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logicaladvertising.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "korea.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malibubeachrecoverycenter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loansonline.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ludwiggrill.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "litfin.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logicio.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loanstreet.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lunapps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lucidlogs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luoe.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "localblock.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luzat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "localdrive.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jualautoclave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifekiss.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loanstreet.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lucidlight.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lostg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laos.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madusecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jyoti-fairworks.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mentorithm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markcp.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medifi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "latino.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mafiaforum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lobosdomain.no-ip.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mdxn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manuel-herrmann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "microtalk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lbs-logics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mdx.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mawidaca.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mawidabp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "makkusu.photo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ls-alarm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loteks.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "menzel-motors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matrixcheats.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logicio.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcea-hld.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mercadobitcoin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "machtweb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marketnsight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikecb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "menzietti.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meter.md", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lovizaim.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manyue.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mightymillionsraffle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mattcoles.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mainzelmaennchen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcelsiegert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mannsolutions.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mdcloudps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marc-schlagenhauf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mechmk1.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "microlog.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobio.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "map4erfurt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediamarkt.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magnets.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miegl.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logicio.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lwl12.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mockmyapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matsuz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mind-hochschul-netzwerk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobilewikiserver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mijnstembureau.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mariemiramont.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meedoennoordkop.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mensagemaniversario.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mirkofranz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikeology.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moddedark.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "morganestes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moneyhouse.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medic-world.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mail-rotter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mingram.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mstiles92.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "migeeks.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "map4jena.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mistreaded.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "msh100.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "megamisja.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muspla.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mkoppmann.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manage4all.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mainframeserver.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miyoshi-kikaku.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikek.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miyatore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mols.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "london.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mybb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "molb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "msuna.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mojzis.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mojzis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maomaofuli.vip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mscc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miui-germany.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manuth.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mmalisz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malaysian.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nathan.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "memdoc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mypension.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myresearchapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "momozeit.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mncloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "natsumihoshino.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobifinans.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mitarbeiter-pc.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mitsukabose.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meronberry.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mostlyharmless.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ndmath.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mihnea.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "megumico.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nanch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muonium.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naviteq.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "murgi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mini-piraten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "networth.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muk-kobetsu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ndtblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myrealestatemate.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nien.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nien.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nienfun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "members-only-shopping.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "longhorn.id.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myms.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nico.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mytraiteurs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "n0paste.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newfacialbeautycream.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "munkiepus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nebulousenhanced.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nationalcrimecheck.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minoris.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ndtmarket.place", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neglecteddiseases.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mystery-science-theater-3000.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notify.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nabu-bad-nauheim.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nitropur.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nossasenhoradaconceicao.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "montand.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oauth-dropins.appspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "northpole.dance", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moulinaparoles.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nassi.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "n-soft.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nettia.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nivi.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nerdpol.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "net2o.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ni-mate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nemecl.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "net2o.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nhome.ba", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mssys.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nerds-gegen-stephan.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oddnumber.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nsworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nickstories.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noma-film.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notnize.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nsa.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moparscape.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oppaiti.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musicchris.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nfe-elektro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "novelshouse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ohayosoro.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "o3wallet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oddsandevens.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nossasenhora.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "northumbriagames.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "net2o.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nextcairn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nothing.net.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nrkn.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niederohmig.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niedersetz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oddsandevensbookkeeping.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "outreachbuddy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nijiero-ch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nullpro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nemo.run", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musician.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nq7.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oliveraiedelabastideblanche.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "odinoffice.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muslim.singles", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marktissink.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notabug.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nestone.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patrickaudley.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "octofox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openas.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paudley.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onecycling.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paudley.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patrickaudley.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nsm.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "occupymedia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paudley.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ouaibe.qc.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oeh.ac.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "organicae.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onewaymail.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nextgen.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "obtima.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orrs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onecycling.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nsa.lol", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "payclixpayments.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pandymic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oslfoundation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "percy.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nvr.bz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "payload.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nycroth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pepsicoemployeepreferencesurvey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nnote.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "open-mx.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "partyvan.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opensource-cms.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parckwart.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pa-w.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plusstreamfeed.appspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paw.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "osacrypt.studio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "partou.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parcon.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oneononeonone.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oneononeonone.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piratelist.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ocd2016.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulewen.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otrm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pants-off.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passvau.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pe-kyousai.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "papygeek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "photoancestry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "npm.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perezdecastro.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pe-bank.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paul-kerebel.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pnut.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulshir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pfo.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "penz.media", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pasternok.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pavelrebrov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "positivesobrietyinstitute.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "promisesaplus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pegas-studio.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "picturingjordan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petit.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pretzelx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pixiv.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "picster.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pi-control.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinkladyapples.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prattpokemon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otakubox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plass.hamburg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "playsoundevents.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polycoise.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pmklaassen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "picone.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pizala.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prowise.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petmall.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perfumeaz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phalconist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "r3bl.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quizogames.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prstatic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pompefunebrilariviera.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "punitsheth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pet-hotel-mura.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privea.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polaire.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phra.gs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pincodeit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "porschen.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prielwurmjaeger.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poneytelecom.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ps-provider.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "put.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pocketfullofapps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pvpcraft.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quaedam.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "projektik.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proust.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "publicspeakingcamps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prado.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qbin.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ptbi.org.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ps-w.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "numero-di-telefono.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pcnotdienst-oldenburg-rastede.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ps-x.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "punikonta.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rejuvemedspa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pakistani.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "randomcloud.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "r2d2pc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radreisetraumtreibstoff.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "randomkoalafacts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rapidshit.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "randomprecision.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quantum-cloud.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pretzlaff.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rechenknaecht.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rbtvshitstorm.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radiopolarniki.spb.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rasebo.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radfieldhomecare.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "re-customer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rodrigocarvalho.blog.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ravse.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "resama.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "porno-gif.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noodlesandwich.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rohitagr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qtvr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "restrealitaet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reinhardtsgrimma.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reed-sensor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reaper.rip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ravensbuch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "razzolini.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riceadvice.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rezun.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redable.hosting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rate-esport.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rheinneckarmetal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reth.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proweser.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reichl-online.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ristorantefattoamano.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rivastation.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prometheanfire.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prometheanfire.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rolandszabo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raven.lipetsk.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ricozienke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ridingboutique.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rgservers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plombirator.kz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rift.pictures", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saorviewconnect.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rundumcolumn.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rylin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rightbrain.training", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rocssti.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rxbn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarahsweger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sd.af", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rx-contact.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ngt-service.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rhodosdreef.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruja.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rq-labo.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rleh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sber.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scriptjunkie.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s.how", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rokudenashi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rowlog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schadegarant.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securetheorem.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "royal-rangers.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "runnergrapher.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scanleasing.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sapk.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schnapke.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seewhatididhere.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sec.ec", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rivermendhealthcenters.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rdl.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "satmd.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sagemontchurch.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schlagma.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "satoshicrypt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secondspace.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schul-bar.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sbm.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruiming.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reulitz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rosewoodranch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "romanpavlodar.kz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sebastian-lutsch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roberto-webhosting.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scholierenvervoerzeeland.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schildbach.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scivillage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sdmoscow.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sentry.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sech.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sidepodcastdaily.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sandalj.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seoarchive.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "signoracle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shitsta.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sepalandseed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sequiturs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "significados.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shux.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selectary.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sciencesolutions.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanguoxiu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salsa-straubing.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "senmendai-reform.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sebi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shentengtu.idv.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silqueskineyeserum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sep23.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serafin.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sidepodcast.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shelfordsandstaplefordscouts.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sicken.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sharevari.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serviettenhaus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seitenwaelzer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schlossereieder.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safer-networking.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "semox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rome.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skyline.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "russia.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sking.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sexy-store.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sorcix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "senzaparole.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soobi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scannabi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sketchmyroom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shuro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "somethingsimilar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secure.co.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scottainslie.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smalldogbreeds.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "severntrentinsuranceportal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smalltalkconsulting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sgtcodfish.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slneighbors.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplycloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shinobi-fansub.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "splunk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slash-dev.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siconnect.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socialworkout.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socialworkout.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scandinavia.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socialworkout.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socialworkout.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "satinn.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simoncook.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spacelabs.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sphereblur.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smipty.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sinquin.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spicywombat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slapen17.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sitc.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slevermann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spedplus.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sobaya-gohei.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smipty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "staffjoystaging.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "startpage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "startpage.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spamwc.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sm.ms", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssl.md", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sourcecode.love", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smart-mirror.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sneedit.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sneedit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sneed.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stirlingpoon.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "staffjoy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soundhunter.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simumiehet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stammtisch.domains", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "storyland.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stevensheffey.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sobieray.dyndns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snip.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sperohub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soe-server.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seemeagain.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spydar007.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solidtuesday.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seoul.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soboleva-pr.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stylle.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stuco.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strahlende-augen.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sourcitec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supersecurefancydomain.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "softwerk-edv.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starplatinum.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stageirites.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solit.systems", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spom.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spikeykc.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssdax.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sportflash.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stilartmoebel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "streetview.wien", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steklein.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "straubis.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strictlynormal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spartaconsulting.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ss.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "superbike.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tdude.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stern-freunde.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spree.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stuermer.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swordfeng.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stonemain.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stageirites.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tammy.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sps-lehrgang.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stichtingscholierenvervoerzeeland.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telehealthventures.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tamchunho.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sur-v.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supersonnigfestival.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taglioepiega.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studinf.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strife.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tchebb.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taglioepiega.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sw-servers.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stair.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tcby45.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "testadron.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supersonnig-festival.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sweep-me.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tbuchloh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studybay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tetrarch.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studio-panic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solariiknight.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suckmyan.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talun.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tidmore.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thegreens.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sturbi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thedutchmarketers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studiostudio.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taglioepiega.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thaedal.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "szamitogepdepo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tenderstem.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tege-elektronik.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "terragni-sarasin.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "streetdancecenter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teracloud.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tildebot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tightlineproductions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thegreenmanpottery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thaihomecooking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thingies.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tkat.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tel-dithmarschen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theseedbox.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suburban-landscape.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teampaddymurphy.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thexme.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thegreatplains.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thorstenschaefer.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tindewen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thynx.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timroes.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timnash.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thues.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ti-pla.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tolboe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomandshirley.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tinyssh.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmm.cx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "summitbankofkc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobiasconradi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sturbock.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "southamerican.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tenshoku-hanashi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "the-delta.net.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travelpricecheck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securetronic.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tooti.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokage.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "totalworkout.fitness", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tracetracker.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "todoescine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topaxi.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trafficquality.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomasvochten.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thedarkartsandcrafts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taxsnaps.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "touchtable.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thinkdo.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobias-bielefeld.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twillionmas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "true.ink", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toymania.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taiwan.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tunnelwatch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vdemuzere.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vashel.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "traeningsprojekt.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topaxi.codes", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sydney.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transferserver.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travelogue.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unikitty-on-tour.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "touchbasemail.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsv-1894.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "typehub.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuxie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomasharvey.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "url.cab", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "txi.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timvandekamp.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trixies-wish.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unrealircd.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ticfleet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toool.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuja.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomend.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.vip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "traut.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vh.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tattoo.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "typeria.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veryapt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uiop.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "troianet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valokuva-albumi.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vostronet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telefoonnummerinfo.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thai.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unpkg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tunefish-entertainment.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ugcdn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ushare.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vdownloader.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicorncloud.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unixattic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "van11y.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stonefusion.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voxographe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vloeck.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vcdove.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upandclear.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visitbroadstairs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokyo.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "udo-luetkemeier.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ufindme.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vocab.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vinner.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "v4veedu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uberwald.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "w7k.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wawak.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travellers.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vehent.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wowjs.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visalogy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "waterforlife.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wowjs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vlogge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitsoft.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vician.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whatwebcando.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wowjs.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webthings.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wait.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "waits.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whoownsmyavailability.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wachtwoordencheck.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wanybug.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whitworth.nyc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "volcain.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "udbhav.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wybmabiity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--detrkl13b9sbv53j.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--detrkl13b9sbv53j.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "waixingrenfuli7.vip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viewsea.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitalthings.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wellspringcamps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valbonne-consulting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vaur.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--xdtx3pfzbiw3ar8e7yedqrhui.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wein.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokaido-kun.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xuyh0120.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urbpic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wernerschaeffer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "woffs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "willi-graf-os.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weissman.agency", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "world-in-my-eyes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xmonk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uscurrency.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wearepapermill.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wobblylang.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sitennisclub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wobble.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wollwerk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--v-wfa35g.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vosjesweb.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weiterbildung-vdz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xfrag-networks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zakcutner.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yuushou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xivpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xclirion-support.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worshapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worldofbelia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yaup.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zten.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "willi-graf-gymnasium.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yuka.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--rt-cja.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xight.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wod-stavby.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youtubedownloader.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www.sb", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "variag-group.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yestees.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zanthra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wselektro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--8mr166hf6s.xn--fiqs8s", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yhori.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xmlbeam.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpdublin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zcr.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weddingibiza.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "work-and-jockel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ypid.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zvxr.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xo.tc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xmedius.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unrelated.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weizenke.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yeswehack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yurikirin.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--werner-schffer-fib.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ylinternal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yourgame.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ytuquelees.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youlend.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanderziel.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vmc.co.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpzhiku.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viadeux.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zakr.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xobox.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zigcore.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zbyga.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youpark.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zafirus.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zockenbiszumumfallen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wsgvet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zomiac.pp.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vietnamese.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zary.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zund-app.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ximens.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xp2.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yunjishou.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zymbit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zulu.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ameego.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ameego.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "123djdrop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alyoung.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airhart.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adventure-inn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adr.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ada.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionist-society.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ahoynetwork.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ameego.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agrias.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acessoeducacao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abilma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amineptine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexmak.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4azino777.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ahelos.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akr.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "9449-27a1-22a1-e0d9-4237-dd99-e75e-ac85-2f47-9d34.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1se2or3.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accelight.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "123test.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alinode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ameego.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ameego.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "123test.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "123test.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allthings.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aegrel.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3dmedium.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "123test.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "altahrim.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0x65.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "10tacle.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aimeeandalec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "addeekt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alertboxx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "32h.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anthropoid.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acara-yoga.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4miners.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "007-preisvergleich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alumni-kusa.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ablak-nyilaszaro.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "99599.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "90smthng.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "99599.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asmui.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baka.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "actualite-videos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3c-d.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "american.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bandgap.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benhaney.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afyou.co.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "365maya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abc-rz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arrowfunction.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auroratownshipfd.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4-1-where.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "best-wallpaper.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andre-otto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ardao.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "41where.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "australiancattle.dog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alisync.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andbraiz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestgiftever.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "41-where.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "balonmano.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "basyspro.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "astrath.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aykutcevik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artioml.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antonellabb.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autoskola.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adoptionlink.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arminpech.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "birzan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beulen.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "491mhz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bakingstone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrea-kiaora.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blockmetry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barkerjr.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "babycs.house", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atombase.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antiled.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bryankaplan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autoskole.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2smart4food.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benhavenarchives.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baum.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitconcepts.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewin.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestseries.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beekbier.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bennink.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asphyxia.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bde-epitech.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "binarization.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "assindia.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "btrb.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antonchen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "7x24servis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bobobox.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amsterdamian.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burgers.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bradler.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bieser.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bianinapiccanovias.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biz4x.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bangkok.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "be-ka-tec.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "borowski.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asuhe.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brooke-fan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blog-ritaline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bulbgenie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calcularpagerank.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "britton-photography.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bqp.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitstorm.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "backpacker.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluepostbox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "black-khat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "callabs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buonventosbt.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calendarr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "builtwith.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bijuteriicualint.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonnyprints.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitstorm.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "borscheid-wenig.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beyours.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bxdev.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bloggingwithchildren.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bourdon.fr.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bredvid.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carto.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bymark.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chinaspaceflight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buildci.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bul3seas.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "athaliasoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bruckner.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bxp40.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charr.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chopperforums.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caringladies.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrisebert.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codemonkeyrawks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "butterfieldstraining.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c0rn3j.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buzzdeck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clr3.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cekaja.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bandiga.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chxdf.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "breckle.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clickclock.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christensenplace.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cavaleria.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cancerdata.nhs.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cafe-service.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charliehr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chinawhale.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bytema.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consumerfiles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bythisverse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chosenplaintext.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consumidor.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comerford.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cganx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "console.rest", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cnwarn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cohesive.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biltullen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chriscarey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corbinhesse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conjugacao.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carriedin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coccolebenessere.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avus-automobile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "channelcards.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crackstation.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comfy.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comfortdom.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charlenevondell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cavzodiaco.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cwage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coincoin.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cosmundi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuetoems.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "commune-preuilly.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cybersmart.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "couponcodeq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carif-idf.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buderus-family.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codera.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cooldan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carif-idf.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cshopify.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cvv.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudcaprice.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crmdemo.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csabg.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dadrian.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datedeposit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corvus.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptract.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chinacdn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clubeohara.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curtissmith.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curtis-smith.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cleanmta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bityes.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "correct.horse", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curtissmith.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "databutlr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "databionix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deezeno.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidpearce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creditclear.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dchest.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dan.org.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dden.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corgi.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidnadaski.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "customshort.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cultureroll.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curveprotect.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devafterdark.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "customfilmworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cytadel.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crossborderreturns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cybersins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csru.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darktree.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cosmeticasimple.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "demdis.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defuse.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "credential.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dataisme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dalek.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deepearth.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "debatch.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devdesco.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datenschutz-individuell.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "develux.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidglidden.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaska.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitalero.rip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "debiton.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defiler.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitaldeli.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dlitz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bergenhave.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doculus.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dormiu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheapdns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deetz.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitaldeli.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dim.lighting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dexalo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "derechosdigitales.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dailybits.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doak.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotphoto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capeyorkfire.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "derivativeshub.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitaldeli.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dormiu.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dark-vision.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devisnow.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dzndk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drsturgeonfreitas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drinkvabeer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "downloadgamemods.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dynamic-innovations.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danarozmarin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-biografias.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dent.uy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digihyp.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elliotgluck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebiografia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dinmtb.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebiografias.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dronexpertos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doyoulyft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dwtm.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eduard-dopler.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eglek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dintillat.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domain001.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eden-noel.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eclipse.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dragon-aspect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eenhoorn.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "disabled.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droomhuis-in-delfzijl-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-learningbs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecomparemo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emyr.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droomhuis-in-laren-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droomhuis-in-veendam-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enlightenment.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "en-booster.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ds67.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defi-metiers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elpado.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eason-yang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "engg.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "estaciona.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ericoc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ee-terminals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "effex.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elohna.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elmar-kraamzorg.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dyrkar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "especificosba.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ehito.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enersec.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "connect-ed.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "engaugetools.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eth9.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "easyfiles.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eridanus.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defi-metier.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defimetier.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defi-metier.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "encontrebarato.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "escyr.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ernaehrungsberatung-zurich.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ernaehrungsberatung-rapperswil.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defimetier.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defimetiers.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exceptionalservers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "estonoentraenelexamen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ever.sale", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evolutionexpeditions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etidni.help", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "financier.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epichouse.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esample.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "europapier.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "europapier.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etheria-software.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fastconfirm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exactlyinfinite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "felixseele.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "f1minute.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "factbytefactbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ewuchuan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eve0s.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defi-metiers.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "f1bigpicture.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extrapagetab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "festivaljapon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defi-metier.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finkenberger.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defimetiers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filmatiporno.xxx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exhibityour.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eynio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exactphilosophy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foxontheinter.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dobrev.family", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foia.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fara.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flagburningworld.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dintrafic.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "futurenda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fixate.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "farmer.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "famcloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feuerwehr-illmensee.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fluxoid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fabian-koeppen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csgogamers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cybersecurity.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fluffycloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "florian-bachelet.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "futurefundapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fukuko.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuckbilibili.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "florispoort.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foundsounds.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "el-cell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fukuko.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gameofpwnz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freelancehunt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "focanamoda.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "five.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "friet.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esln.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getfirepress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forus.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "friends-of-naz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garageon.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "g2pla.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "funtime.kiev.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gilroywestwood.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gene-drive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getidmcc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faq.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frenzel.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geiser.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "followthatpage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genomequestlive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geertswei.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forcewave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flurrybridge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "godrive.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geofox.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuechschen.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamingwithcromulent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "echoactive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gasser-daniel.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frostbytes.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grafcaps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grillinfools.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getronics.care", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gus.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gglks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grimcalc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greyskymedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "groupme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glasfaser-im-hanseviertel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greger.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fwww7.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "espanova.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getsecure.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grupopgn.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "graf.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hapivm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getgeek.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "groben-itsolutions.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goshawkdb.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "green-attitude.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gothic.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hashiconf.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greek.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greyline.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hapvm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gnom.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.ink", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hang333.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hayai.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gulch.in.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guffrits.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hapijs.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guildgearscore.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heeler.red", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hazyrom.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "get-on.bid", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harrysmallbones.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackerspace-ntnu.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guentherhouse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gpcsolutions.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herebedragons.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hectorj.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "everyarti.st", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heeler.blue", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gip-carif-idf.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haf.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helden-spielen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hapissl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hkdobrev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gip-carif-idf.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "happist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hdcenter.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hedweb.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haoyugao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hedweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hentschke-betonfertigteilwerk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hanfu.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hedweb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hm1ch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gwerder.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hisnet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "headjapan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herbweb.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hexe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herbweb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hbdesign.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hunter.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hilnu.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "howardtyson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hospitalhomelottery.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holowaty.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hsts.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hsts.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hjortland.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helsinki.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haens.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiqfranchise.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "howsecureismypassword.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiqfleet.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huxley.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hvtuananh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hogl.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "igglabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hitchunion.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helixflight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "horizonhomes-samui.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "invasion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icodeconnect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ihopeit.works", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hegen.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "havenswift-hosting.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idid.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hyperreal.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ihsbsd.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "innoloop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inquisitive.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infinether.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "innermostparts.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ich-find-den-g.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesbillingham.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hycken.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipv6vpn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipv6.watch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indigosakura.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inoa8.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ila.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jarondl.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intrp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoiku-map.tokyo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jarrettgraham.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iruca.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hosted-oswa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "invis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "institut-confucius-montpellier.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaksi.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inline-sport.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipsilon-project.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infovae-idf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnvanhese.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joshharmon.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homecoming.city", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ioover.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jinja.ai", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jerryyu.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "israelbizreg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itneeds.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jani.media", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ishillaryclintoninprisonyet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivo.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itsanicedoor.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jhuang.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "javachip.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jap-nope.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itchy.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isocom.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iris-insa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesandpame.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jarl.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jiyuu-ni.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipty.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "igiftcards.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jakarta.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iora.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karhm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jasonian-photo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaffeekrone.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kenny-peck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kcsordparticipation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeroenvanderwal.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilmiobusinessonline.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jisaku-homepage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jongbloed.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keysupport.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isef-eg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "instantsubs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiragameforum.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justanothercompany.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kvhile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinsmenhomelottery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kcptun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaaxypro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kayleen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kualo.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kfz-hantschel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kualo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kevinmeijer.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kualo.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laguiadelvaron.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kongar.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kanal-tv-haensch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kawaiii.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kubusadvocaten.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kleineanfragen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legalrobot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karabijnhaken.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infosec.rip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lbihrhelpdesk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kymo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kitestar.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knightsbridgegroup.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kydara.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krutka.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kepler-seminar.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeproteste.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kngk-azs.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lafeemam.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuoruan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lep.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kwondratsch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lennier.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "labfox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lg21.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "landhuisverkopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lasereyess.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kanaete-uranai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kpx1.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "larsmerke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "layoutsatzunddruck.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lauriuc.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leondenard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libanco.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lereporter.ma", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legalrobot-uat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "latour-managedcare.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jesuisformidable.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leiming.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lenuagebauche.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libreduca.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leola.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "le-bar.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lightpics.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linklocker.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libraryextension.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krizevci.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leaks.directory", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "link-sanitizer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linksanitizer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leola.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kultmobil.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lincolnwayflorist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lily-inn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linuxforyou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "levelum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loqu8.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lennyobez.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lebihan.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lindeskar.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lianye4.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lianye1.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "litz.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "litzenberger.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lianye5.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logaldeveloper.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lrssystems.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-tour.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lantian.pub", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luisv.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lianye3.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livolett.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "machbach.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "littleswitch.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lingotaxi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lona.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lumd.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-selection.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "localspot.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lockpick.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lustin.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m2os.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masterapi.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lianyexiuchang.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lustige-zitate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "living-space.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ludikovsky.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lowsec.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lianye2.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "look-at-my.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lianye6.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luxusnivoucher.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maru-life.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manja-und-martin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lydia-und-simon.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maozedong.red", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marianatherapy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "margaretrosefashions.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luxusnyvoucher.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jkchocolate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luody.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mae-berlinistanbul.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcush.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "managementboek.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malena.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcschlagenhauf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marketespace.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mariushubatschek.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mdcloudpracticesolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marsatapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mattwservices.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lesformations.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mariehane.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mdma.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matthewkenny.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marksouthall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martins.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marmotte.love", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liuboznaiko.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meow.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mayerbrownllz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melhoresdominios.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lockpicks.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melhoresdominios.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maljaars-fotografie.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxfox.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matterconcern.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melaniegruber.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minimvc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "metasyntactic.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediadex.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mitsign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kondou-butsudan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaeltruskowski.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homeexx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maximilian-graf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melodrom.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "momentumdash.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minitruckin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meincloudspeicher.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mimemo.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medialab.nrw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miguelmoura.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maruhoi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miraidenshi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "momoka.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modx.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "menielias.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mlcdn.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miemie.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minami.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maljaars-media.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mynetblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mundodasmensagens.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "misiondelosangeles-mailing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "midlandgate.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modistry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "migueldemoura.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muspla.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moonshyne.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mypillcard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "misconfigured.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mynetworkingbuddy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mtr.md", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mozzilla.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myki.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muenzubi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mojzisova.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mythlogic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myoukochou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikalikes.men", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moefi.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muling.lu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moevenpick-cafe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "momut.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbrown.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nien.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melangebrasil.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myandroidtools.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "misupport.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nien.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mattli.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myeberspaecher.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "natalieandjoshua.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netba.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ncaq.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nephy.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neuroethics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nullroute.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "navenlle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nikandcara.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neels.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neophilus.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "missip.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nachtmuziek.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nrizzio.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ocf.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicolas-hoizey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "napisynapomniky.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "natenom.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neo2shyalien.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nysifclaimcentral.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musketonhaken.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "new-process.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ndeoffshore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nedim-accueil.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nieuwsoverijssel.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notarvysocina.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "new-process.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ms-alternativ.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nscnet.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlyzero.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicolas-dumermuth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "new-process.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "new-ms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "olanderflorist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noclegi-online.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "norrkemi.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oldoakflorist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opic.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "novavoidhowl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nwork.media", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nationwidevehiclecontracts.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oslinux.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onovlena.dn.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "numatic.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "originpc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "outline.ski", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "obg-global.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ourchoice2016.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nursejj.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pandoraflora.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oliverfaircliff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oeko-jahr-jubilaeum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "people-mozilla.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nou.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "odifi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nemunai.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nubella.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "one-pe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paw.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pensacolawinterfest.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onstud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "papercrunch.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orwell1984.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parolu.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peekier.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nettx.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okusiassociates.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nosfermiers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "odtu.lu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phil-phillies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "packaware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peterkshultz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "photoartelle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pebbles.net.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pebblesdemo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noctinus.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pjili.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pfudor.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ntse.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.vip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "partecipa.tn.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onyxwall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paint-it.pink", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nunomoura.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "papalytics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pittaya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "obfuscate.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pension-waldesruh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patrz.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poinsot.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phget.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "optoutday.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pietz.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pagefulloflies.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pclaeuft.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "persson.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "postmatescode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oref-idf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pratinav.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "picallo.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pissblau.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oref-idf.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "payzang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kngk-transavto.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pycrypto.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pierrejeansuau.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "officeclub.com.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "preisser.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oref-idf.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "potterscraftcider.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pokefarm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poitiers-ttacc-86.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "platten-nach-mass.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "python-hyper.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qotw.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poles4pilots.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petrovsky.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinklecfest.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "playanka.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qianalysis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "principia-online.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "presbee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "praeparation-keppner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planete-lira.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qipp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realwoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pemagrid.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purpleplains.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rationalism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pattuka.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reilly.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oticasvisao.net.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "publicidadnovagrass.com.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "q-inn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "q-inn.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pokeduel.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "printexpress.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rafting-japan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qubyte.codes", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qwant.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "recreoviral.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "president.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raytron.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rte.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "project-sparks.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pyspace.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rc-rp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reinaertvandecruys.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pythia.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rbose.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radfieldhomecarefranchising.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rpherbig.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robjager-fotografie.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reqrut.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roguetechhub.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rapenroer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salesflare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "renideo.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quickboysvrouwen2.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarangsemutbandung.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roesemann.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rip-sport.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sairai.bid", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruig.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redwoodpaddle.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rosset.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rocketr.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saorviewconnected.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rosemariefloydballet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rosset.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rio-weimar.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "publimepa.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samenwerkingsportaal.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saharmassachi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "renkhosting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phishingusertraining.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scramble.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proposalonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sb.sb", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ryanbritton.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sahar.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rtechservices.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saferedirectlink.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "savingrecipe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qul.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "science360.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schweizerbolzonello.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saferpost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scooterservis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schuler.st", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schlagenhauf.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schunako.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rtho.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seb-mgl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saltra.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scottgthomas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sampcup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sexpay.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schutzwerk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secondpay.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schultzflorists.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sametovymesic.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schamlosharmlos.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seeks.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rowankaag.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securai.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qochealth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pleasure.forsale", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shevronpatriot.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securitywithoutborders.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shatorin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sinonimosonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "retube.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schwabenhaus-ka.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sedrubal.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smallcdn.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shav.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seyfarth.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secureesolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siterip.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shareoine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shazzlepro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silverback.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "si.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socialhub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smallhadroncollider.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smimea.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "railjob.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplyhelen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simonlyabonnement.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siqi.wang", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sixtwentyten.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smskeywords.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sorenstudios.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartbuyelectric.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simonhirscher.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sedussa.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sml.lc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smileawei.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smeetsengraas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sportsmanadvisor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sinfulforums.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sevsey.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simnovo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skyasker.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ristoarea.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "semmlers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spotlightsrule.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smallpath.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spamloco.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slimk1nd.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "standards.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssky.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sunyanzi.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starandshield.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "squareonebgc.com.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rvsa4bevestigingen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sochi-sochno.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smoothics.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smoothics.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stargazer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smorgasblog.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supercentenarian.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "startrek.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sublimebits.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soulmate.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "technosorcery.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "streamchan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sport-potreby.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sport-potreby.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rvsa2bevestigingen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "succ.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stening.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shazzlemd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slangbellor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stav.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starquake.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strategie-zone.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socketize.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sudosu.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sparkbase.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sokche.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thecondobuyers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sotavasara.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suki.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sylvangarden.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syncrise.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tasta.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "t-stonegroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "surveymill.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "status-sprueche.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "takumi-s.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supernt.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thepasteb.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studiodewit.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thedocumentrefinery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teahut.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theciderlink.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syntheticmotoroil.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tcptun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theflowerbasketonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "team-pancake.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stilmobil.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thesaturdaypaper.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telling.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telefoonabonnement.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tianeptine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tenisservis.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tarsan.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thaianthro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themonthly.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tadu.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starwatches.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomberek.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiredofeating.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebigfail.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "team-teasers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syncaddict.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trackmeet.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sonyunlock.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suevia-ka.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tkn.tokyo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sectest.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themanufacturingmarketingagency.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trees.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trenta.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tom-geiger.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teloo.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thewebfellas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syt3.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timewasters.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studentrightsadvocate.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "triadwars.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thewebsitemarketingagency.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ticktock.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tinyssh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tee-idf.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trynowrinkleseyeserum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tragmi.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thijsvanderveen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transcricentro.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobi-mayer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theschool.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transitownplaza.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torrentpier.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toshub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tzwe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upgauged.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomm.yt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tylerfreedman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sonja-daniels.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uptogood.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.uno", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trior.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "v2ex.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unfuddle.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utilitarian.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utilitarianism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tursiae.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transcendmotor.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tutorialinux.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vcf.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twee-onder-een-kap-woning-in-delfzijl-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ulmer-schneesport.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unxicdellum.cat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vestacp.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "truckersmp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twolivelife.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usportsgo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vadik.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uli-eckhardt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wangqr.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uswitch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vetmgmt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "velen.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ureka.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ukk.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vd42.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thefreebirds.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokototech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "warmestwishes.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uscloud.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slaughterhouse.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webhackspro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "v0rtex.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unclegen.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weibomiaopai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voltotc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vedatkamer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vets.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thesehighsandlows.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spron.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wienergyjobs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vapehour.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "warlions.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vipi.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrandopulo.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whitehat.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "waschpark-hantschel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whipnic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webgarten.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vissersgrootboek.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vlastimilburian.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "violin4fun.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "varunpriolkar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrijstaandhuis-in-zeeland-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "west-wind.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wingos.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vksportphoto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrijstaandhuis-in-zwartewaterland-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wormdisk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ukrigging.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vscale.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wsdcapital.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "villasenor.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wooviet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trainut.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "verliefde-jongens.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whitkirkartsguild.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "woohooyeah.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wg3k.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voidpay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vmis.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vdhco.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weekly.fyi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yawen.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wyday.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yabrt.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webtechgadgetry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--dmonenjger-q5ag.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xiamuzi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--pq1a637b.xn--6qq986b3xl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xom.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yux.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wmfinanz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--3px.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wuji.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yourciso.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aocgsfei.xn--p1ai", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xtarget.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "z99944x.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veg-leiden.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ruanmller-u9a.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vodpay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yhrd.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yesiammaisey.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zenhaiku.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zbchen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yuanben.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xynta.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yotilab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xat.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yotilabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wundtherapie-schulung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yuki.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yukiminami.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mentaltraining-fr-musiker-uwc.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wumbo.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wantshow.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--yoamomisuasbcn-ynb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yuzu.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zlc1994.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "woufbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worldsbeststory.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zefiris.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zkrypt.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zittingskalender.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thisbrownman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zaidan.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zqjs.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zaidan.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zuckerfloh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zuviel.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zavca.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theposhfudgecompany.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unart.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zypgr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "treker.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xia100.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpruby.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rijk-catering.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rvsbevestigingen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yhb.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accudraftpaintbooths.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afinadoronline.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acrossgw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advanced-scribes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "21lg.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "439191.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adequatetechnology.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afva.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accelerateyourworld.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "21stnc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1600esplanade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airpbx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "9yw.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a-rickroll-n.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airedaleterrier.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aging.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0100dev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0100dev.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "10000v.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionistsociety.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a2c-co.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accordiondoor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adelinlydia-coach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agfmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abulanov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alertaenlinea.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "39sihu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2600edinburgh.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1kando.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2pay.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0ik.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0xda.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adhesivelaundry.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abbruch-star.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "040fit.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aduedu.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adindexr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a-allard.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acwcerts.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aidikofflaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abenteuer-ahnenforschung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "11urss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "246060.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2acbi-asso.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accessmy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aamwa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aitosoftware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agenda21senden.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alboweb.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adrinet.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aimotive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adhosting.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "algarmatic-automatismos.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "15-10.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abborsjo.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "actu-medias.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amcfirst.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amphetamines.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amartinz.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewdaws.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2intermediate.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amazingfloridagulfhomes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alternative.bike", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "analyticsinmotion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "androticsdirect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alfa-tech.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alfa24.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anotherfatgeek.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alisonisrealestate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "animal-rights.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexdaniel.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ankiweb.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alluvion.studio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apple.ax", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "af-fotografie.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alt33c3.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "100onrainkajino.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andymoore.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anivar.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amphibo.ly", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "armandsdiscount.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alrait.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agatheetraphael.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arawaza.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arigato-java.download", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abstraction21.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "als-hardware.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrezadnik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allo-symo.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anotherchef.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "altkremsmuensterer.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0o0.ooo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agentseeker.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artiming.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asuhe.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ami-de-bastanes.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apbox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anecuni-rec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anti-radar.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "approvedtreecare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amandaonishi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aranel.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andreasfritz-fotografie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arawaza.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allrealty.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexey-shamara.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arbeitslosenverwaltung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alupferd.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amyharrisonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anecuni-club.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ans-delft.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aov.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anita-mukorom.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arewedubstepyet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arados.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artlifeisgood.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aschaefer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aluminium-scaffolding.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asafilm.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aparaatti.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ariacreations.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "askkaren.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asuhe.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0day.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arab.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atom86.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anchorgrounds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arnaudb.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atlseccon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autoparts.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artisense.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ascgathering.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "24sihu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axg.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "architectdirect.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arkaic.dyndns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "astrea-voetbal-groningen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artofeyes.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afiru.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avepol.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asia.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "architecte-interieur.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aubio.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autoparts.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "awccanadianpharmacy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auricblue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "athi.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autoparts.wf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bdd.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bedlingtonterrier.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ashlane-cottages.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atraining.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atelier-rk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autoentrepreneurinfo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bankbranchlocator.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auditsquare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axiomer.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apretatuercas.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avepol.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auriko-games.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "babymasaze.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axiomer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "audiblox.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "b-rickroll-e.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benary.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "australian.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axiomer.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atypicom.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atypicom.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beetleroadstories.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axiomer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bigskymontanalandforsale.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bingcheung.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atypicom.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aromaclub.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avotoma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autosiero.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barans2239.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aviationstrategy.aero", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bichonmaltes.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestgifts4you.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "befoodsafe.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bicha.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axiomer.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "be-webdesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bacgrouppublishing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barburas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bbwcs.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "b-landia.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asr.solar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bibliaon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atypicom.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betobaccofree.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "azun.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bastiv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bettolinokitchen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autoosijek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bgenlisted.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autodalmacija.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boiadeirodeberna.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestcellular.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belge.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beauty24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belanglos.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexismeza.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexismeza.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biointelligence-explosion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ameza.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluemoonroleplaying.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ameza.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biopsychiatry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ameza.com.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baudairenergyservices.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "be2cloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "block-this.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "borzoi.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brandongomez.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bracoitaliano.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bltc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "badenhard.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bltc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "b2bmuzikbank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brooklynrealestateblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benjamin-suess.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "btorrent.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berlin.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "black-octopus.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonqoeur.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brettcornwall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackphantom.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bencorby.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brandons.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brianalaway.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bohaishibei.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "backschues.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brockmeyer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brickftp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackdown.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bugsmashed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brandtrapselfie.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brianalawayconsulting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bornandgrazed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackpapermoon.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biker.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bullterrier.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brmsalescommunity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "braunsteinpc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bep362.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buldogueingles.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bgkoleda.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "black.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bulmastife.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "birdymanbestreviews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bubblespetspa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonnyprints.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buenosairesestetica.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burr.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autoepc.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "birgit-rydlewski.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bool.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boudah.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ca-key.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "binsp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biscuits-rec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biscuits-shop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "braintensive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brightfuturemadebyme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brege.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "byte.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brie.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "booth.in.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brauingenieur.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "camp.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cairnterrier.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caodesantohumberto.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bynumlaw.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canterberry.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brazilian.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bugwie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carbon12.software", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cacao-chocolate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burpsuite.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "batonger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carolcappelletti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bukatv.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsuess.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buergerhaushalt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c-rickroll-v.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caylercapital.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bn1digital.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cannabis-marijuana.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.works", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bvexplained.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bunbomenu.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c-path.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aoku3d.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biospeak.solutions", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "camperlist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bundespolizei-forum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carbon12.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cesipagano.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "card-toka.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "achterstieg.dedyn.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cee.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cetamol.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carroarmato0.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charcoalvenice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buben.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charlottesvillegolfcommunities.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "businessimmigration-eu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bogner.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bisterfeldt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ca-terminal-multiservices.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chenzhekl.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c4539.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caputodesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "camerweb.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c4.hk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campfire.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cesdb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatxp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centrationgame.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canifis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cambodian.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carusorealestate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calixte-concept.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ceciliacolombara.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "car24portal.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casc.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chonghe.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caletka.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ciderclub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cbintermountainrealty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "citrusui.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cfan.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrisopperwall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carterorland.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chesterbrass.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "champicreuse.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catholics.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cgan.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cegfw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buytheway.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chlouis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adawolfa.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cerstvekorenie.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cerstve-korenie.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chromaryu.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudoptimus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdepot.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caulong-ao.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centrallead.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chua.family", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cockerspanielingles.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christianscholz.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudbasedsite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christophkreileder.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cockerspanielamericano.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "citationgurus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "castagnonavocats.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chorkley.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clinicaltrials.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codewiz.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ahwah.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chirpstory.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ciuciucadou.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cncn.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chewey.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chicorycom.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codenode.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clipclip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chewey.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chokladfantasi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "celina-reads.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chenky.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clickgram.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "computer-acquisti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christophercolumbusfoundation.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "claimit.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cleanexperts.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corecodec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catenacondos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coreyjmahler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clicn.bio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cluster.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compibus.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cda-aigle.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colearnr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corecdn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corex.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "classifiedssa.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "congineer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheetahwerx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clicnbio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "computerbase.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cookie4.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cognitivecomputingconsortium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creepypastas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csmainframe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptoshot.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codedump.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "countryoutlaws.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chorkley.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coresolutions.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crockett.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ahmedabadflowermall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cine-music.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cosmeticappraisal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crustytoothpaste.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consumeractionlawgroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "computerslotopschool.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "criminal.enterprises", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collectdocs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bierbringer.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colombian.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cooink.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comchezmeme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "combron.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corona-academy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crisp.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cocodemy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "content-design.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "countryattire.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cubekrowd.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dalingk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crescent.gr.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuntflaps.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cubecraft.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "css.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidandkailey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csgo.help", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codecontrollers.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d-rickroll-e.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "braemer-it-consulting.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crimewatch.net.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "croome.no-ip.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cosmeticos-naturales.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cunha.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dakerealestate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cranems.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "david-pearce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cube-cloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cubecart-demo.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuni-cuni-club.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defero.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decesus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuni-rec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dakl-shop.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cubecart-hosting.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "debigare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datenlast.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cybertorsk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "das-sommercamp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyber-konzept.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuppycakes.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "de-rwa.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "derpumpkinfuhrer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darisni.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deltava.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diceduels.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dbas.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dede.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bstoked.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "damedrogy.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dehydrated.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dcl.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davepage.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daku.gdn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datenschutztag.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "de-servers.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "db-works.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "direnv.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyberxpert.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dhhs.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diferenca.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "develux.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darkstance.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dicionariodesimbolos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dgby.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "detskysad.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cubecart.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devzero.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deitti.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dewin.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "discotek.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "der-bank-blog.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diewebstube.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dhpiggott.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deutsch-vietnamesisch-dolmetscher.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dhpcs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "delta-smart.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deltasmart.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "derre.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dicionario.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloud-crowd.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "destinattorneyjohngreene.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adajwells.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digioccumss.ddns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danieljireh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decoboutique.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "desu.ne.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotacni-parazit.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dimonb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drivinghorror.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dominioanimal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dnsknowledge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dbox.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dominioanimal.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digiarc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dooleylabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "directlinkfunding.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dlzz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "docset.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deurenfabriek.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dogmap.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ditrutoancau.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitalrights.fund", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "distrilogservices.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dress-cons.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "directnews.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitalbitbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drummondframing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diehl.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dulei.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dontbubble.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deuxsol.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diare-na-miru.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deuxvia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dokelio-idf.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doked.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dopply.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doma.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drighes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotplex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dinotv.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drinkplanet.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "educourse.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dragonstower.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dzndk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dzndk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buildingclouds.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dynamictostatic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dopfer-fenstertechnik.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-rickroll-r.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebraph.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dragfiles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-standardstore.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotplex.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecomlane.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duncanwinfrey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droni.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "egbert.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droomhuis-in-de-friese-meren-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droomhuisophetplattelandverkopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-isfa.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droomhuis-in-brielle-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dragonfly.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elsemanario.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drgn.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droomhuis-in-rijnwaarden-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elementalsoftware.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droomhuis-in-zuid-holland-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droomhuis-in-zeeland-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droomhuisindestadverkopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "echo-security.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "earth-people.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eeb98.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elementalsoftware.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epicpages.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duoluodeyu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emesolutions.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dreamcatcherblog.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecc-kaufbeuren.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecotruck-pooling.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buildingclouds.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eqim.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "electricoperaduo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devpsy.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diversity-spielzeug.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dom-medicina.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "egumenita.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "entabe.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eengezinswoning-in-sudwest-fryslan-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eengezinswoning-in-alphen-aan-den-rijn-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eengezinswoning-in-de-friese-meren-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eagle-yard.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "energyaupair.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eengezinswoning-in-zuid-holland-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enuchi.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eengezinswoning-in-friesland-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "embellir-kyujin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eengezinswoning-in-rijnwaarden-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eengezinswoning-in-leeuwarden-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "einfachmaldiefressehalten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eengezinswoning-in-zeeland-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etaoinwu.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ennori.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "egw-ceramica.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eengezinswoning-in-zuidplas-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eengezinswoning-in-zwartewaterland-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emavok.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "et180.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "especificosba.com.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eengezinswoningverkopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enginepit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buildingclouds.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erick.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epsilon.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dupree.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "entheogens.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "entactogens.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "encode.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektro-koehl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "euclideanpostulates.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exploit-db.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extensiblewebmanifesto.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expancio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "engineowning.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "events12.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extensiblewebreportcard.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "espacetheosophie.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ericairwin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extensiblewebsummit.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erythroxylum-coca.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exhalespa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "estcequonmetenprodaujourdhui.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "facebook.ax", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eganassociates.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "escapeplaza.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evafojtova.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "escolaengenharia.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ekedc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evankurniawan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "endlessvideo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "f-rickroll-g.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enginx.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ficlab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exs.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feaden.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fieldclockapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exploited.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "equitee.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filesense.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eventmake.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fedjobs.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "europastudien.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "farmacia.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "federaljobs.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "farfetchos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fantopia.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flooringnightmares.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "earticleblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buyaccessible.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eupho.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fixthetimeline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erstehilfeprodukte.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fix-the-timeline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fix-the-timeline.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fixthetimeline.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fbijobs.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "europapier.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "easyocm.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "europapier.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fitness.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "famdouma.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firesofheaven.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etath.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fancy-bridge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feyermedia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flyawayantennas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "europapier.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foxhound.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "europapier.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foodsafety.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "europapier.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "europapier.ba", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "europapier.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foxterrier.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feld.saarland", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foo.fo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fachschaftslisten.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fotella.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fojtova.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flauschig.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "felixhefner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ehomusicgear.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fojtovi.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "central4.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frostwarning.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foolip.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fitsw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feedkovacs.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "floseed.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exehack.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frolova.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firebounty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foo.hamburg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frolov.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fushee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "folioapp.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gaireg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fotogiraffe.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freeben666.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fleurette.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freecloud.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forstbetrieb-hennecke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "galgoingles.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fzslm.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "galgopersa.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "floth.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fhfaoig.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gaite.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gabi.soy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "galgoafegao.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamingexodus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foej-aktiv.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fullbundle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geekwhack.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flymns.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forafifty.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "friedhelm-wolf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "friendlyfiregameshow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fresh.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freshempire.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freelanced.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gbcsummercamps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "g3rv4.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "footlegende.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gametium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gebn.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gameclue.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foto.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gametium.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fortuna-loessnitz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamek.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gene-drives.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "general-anaesthesia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garagemhermetica.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giri.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geekchimp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geti2p.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "farmkazuto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gebruikershandleiding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ghostcir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garystallman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "graphene.software", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getpake.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datamatic.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getfestify.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalhealth.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "g-rickroll-o.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "graphsearchengine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geschmacksache.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gradients.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gramati.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gracetini.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goverage.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gincher.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackerone.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geboortestoeltje.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "furnitureconcept.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gibraltar.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glamguru.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "global-lights.ma", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grow-shop.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuzoku-sodan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamefund.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gus.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "google.ax", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geoport.al", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gospelfollower.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gj-bochum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gesunde-smoothies.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hallucinogen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gratis-lovecheck.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "h-rickroll-n.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "groupe-cassous.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geekwithabudget.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ginnegappen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hammer-corp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giddyaunt.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "git-stuff.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "golfhausmallorca.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guso.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gza.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guso.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "henry.gg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gruenes-wp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hannah.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hac30.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hakugin.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getpublii.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiltonhyland.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "habtium.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gruene-wattenscheid.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "group4layers.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "governmentjobs.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grumpy.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "green-care.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helencrump.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goanalyse.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hedonistic-imperative.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hamacho-kyudo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmod.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "habtium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "handysex.live", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "habbos.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hhs.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guso.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "halongbaybackpackertour.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heimprofis.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "honeypot.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gsi-network.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goombi.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hipercultura.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gsmkungen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goodtech.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gnylf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "halcyonsbastion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "head-shop.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grieg.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feuerwerksmanufaktur.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hardtfrieden.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "howsyourhealth.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herecsrymy.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "head-shop.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "https.jetzt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "headshotharp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guenthernoack.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "http2.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hirzaconsult.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hr98.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hidbo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hilchenba.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fxpig-ib.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hydronium.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hydronium.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hydronium.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hydronium.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hofiprojekt.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hintermeier-rae.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herculex.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heartgames.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hump.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harlentimberproducts.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gabriele-kluge.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hwinfo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huwcbjones.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hydronium.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huwjones.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiyacar.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "htmue.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hideftv.deals", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "i-rickroll-n.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "httptest.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hybridworx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gotirupati.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hybridworx.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huguesblanchard.paris", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibase.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huangh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoekwoningverkopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotpoint-training.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hybridworx.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hp-work.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heptner24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hybridworx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huchet.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fws.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilgi.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huodongweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "honovere.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hudhaifahgoga.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immunicity.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hszemi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grabi.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "home-coaching.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hanzubon.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifengge.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guso.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hybridworx.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "identifyme.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "i28s.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotelflow.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immersionwealth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immunicity.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hypnoresults.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hvh.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostma.ma", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immunicity.works", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibenchu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iamreubin.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifx.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilhansubasi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inforichjapan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ict-radar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ict-radar.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ictradar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inviosolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iiong.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ignat.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internetovehazardnihry.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intercom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "informatik-handwerk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "instruktor.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interchanges.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intvonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hypa.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huendeleskopfhuette.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "info-screen.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inima.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indusap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infinity-freedom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ihrhost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inme.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interhosts.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interessiert-uns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ikzoekeengoedkopeauto.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ikarate.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipfs.ink", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipuservicedesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internetcom.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isthefieldcontrolsystemdown.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "integralblue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jackrusselterrier.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internaldh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ikulist.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "it-fernau.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipv6.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "installgentoo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inuyasha-petition.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ixec2.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamhost.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internaut.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interracial.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ingesol.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isitdoneyet.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infinity-freedom.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ithakama.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipv4.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infinity-lifestyle.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huroji.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipfp.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "invisionita.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifengge.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ip.or.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iservicio.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "j-rickroll-a.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itooky.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jabbas.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ijoda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "istschonsolangeinrente.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itfaq.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ja.md", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inebula.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ithakama.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irish.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edition-sonblom.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jangho.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "injertoshorticolas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "horeizai.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indesit-training.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idisplay.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivaoru.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ishome.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "josecage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "julio.jamil.nom.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isoface33.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jdtic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iphoneunlock.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jps-selection.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justinharrison.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jcf-office.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jjj.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jetbbs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irmgard-woelfle.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaohub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jd-group.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jetzt-elektromobil.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jdcdirectsales.com.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jobshq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itpro.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jps-selection.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jps-selection.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnsegovia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jabberzac.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jimmehcai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jordans.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keksi.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kerijacoby.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jiripudil.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jinancy.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iteli.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keyserver.sexy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "k-wallet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jungaa.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jcwodan.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jiaidu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jinshuju.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joscares.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jiangzm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jakobssystems.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klickstdu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jm-bea.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "k-rickroll-g.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "just-a-clanpage.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "k-scr.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jvwdev.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jameswarp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jingyuesi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karlis-kavacis.id.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jd1.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jurko.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jmcleaning.services", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karit.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kavinvin.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kerem.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kingtecservices.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeannelucienne.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jessicah.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kkaefer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kafoom.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keinefilterblase.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kourpe.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katja-nikolic-design.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kalterersee.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kokumoto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kottur.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kls-agency.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiss-register.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klimapartner.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kozmik.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kirchengemeinde-markt-erlbach.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "janssenwigman.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knowledgesnapsites.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kappit.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klosko.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kledingrekken.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "institutulcultural.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kostuumstore.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "it-sysoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jobseekeritalia.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freedomrealtyoftexas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kralik.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krc.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knaake.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kgnk.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knapp.noip.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kohlistkool.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klempnershop.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kprog.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kraftfleisch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lanzainc.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "l-rickroll-i.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kotelezobiztositas.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuketz-security.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuketz-blog.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kub.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kotitesti.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kap-genial.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lafr4nc3.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaksel.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laniakean.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lanyang.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lansechensilu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leaodarodesia.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kotilinkki.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kyujin-office.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laureltv.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lampegiganten.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lapolla.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gorf.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krizevackapajdasija.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kontakthuman.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laughinggrapepublishing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laserpc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lanboll.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legible.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kitchenchaos.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laquack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lazowik.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lhasaapso.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jan-roenspies.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lampenwelt.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jjf.org.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laubacher.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lampenwelt.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lampen24.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "la-flora-negra.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lampegiganten.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leetsaber.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kodak-ism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lets.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kxind.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifanov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lemuslimpost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lel.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lijero.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lexicography.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "languageterminal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laplanetebleue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leftclick.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lafosseobservatoire.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "latelierdekathy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lars-mense.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lexico.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "landgoedverkopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legends-game.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "la-grande-jaugue.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "letsencrypt-for-cpanel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liukang.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "levans.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kvetinymilt.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liquidhost.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lichttraeumer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linuxmint.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lajijonencadebarbera.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linux-florida.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-shop.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libble.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liftie.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-shop.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lianye.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "localnetwork.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lecourtier.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livejasmin.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luludapomerania.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grandchamproofing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loforo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lionlyrics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "looktothestars.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linux-mint.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "librervac.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lidow.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linguamilla.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lights.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liquid.solutions", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klugemedia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifebetweenlives.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lunarsoft.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malamutedoalasca.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kofler.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "losless.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loongsg.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lebal.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "limawi.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lidlovajogurteka.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lostserver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lukas-schauer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lsc-dillingen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lukas2511.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lolpatrol.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marksill.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marsanvet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magnacumlaude.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loveph.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m-rickroll-v.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lmtm.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastimtibetano.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mapletime.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luzfaltex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lizhi.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastiffingles.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maskt.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ltecode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lucysan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lvmoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maldiverna.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mammooc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mansdell.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maillady-susume.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matthi.coffee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m132.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lesliekearney.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masterdemolitioninc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macoun.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matrict.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mbrooks.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laufseminare-laufreisen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mailing-femprendedores.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marco-polo-reisen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lila.pink", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mapresidentielle.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcsniper.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "materialism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcjackk77.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "megaplonk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxwellflynn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magicbroccoli.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marine.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marriage-shrine.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediaarea.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maservant.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "margagriesser.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matthias-muenzner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lorenadumitrascu.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lovelyblogacademy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laurelblack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melhorproduto.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "metsasta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mackey7.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matanz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mescaline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martine.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mega-feeling.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "locauxrama.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "med-otzyv.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mhjuma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martiestrimsalon.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcga.media", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markuskeppeler.no-ip.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mclist.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxhoechtl.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "menchez.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martonmihaly.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maskinkultur.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaeleichorn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mecenat-cassous.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medy-me.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mathieui.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medpics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mimocad.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meldcode-assistent.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mine.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "massot.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medienservice-fritz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miraheze.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "massoni.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "metadatawiki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "media-instance.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modded-minecraft-server-list.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meteenonline.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mattressinsider.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melbourne.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mexior.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mika.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moho.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "milldyke.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobileread.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaelpfrommer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "molinero.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modafinil.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meanevo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minitrucktalk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mexican.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaelsulzer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minenash.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikori.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "limpens.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mahfouzadedimeji.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malwarekillers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luxe-it.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mailon.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moodfoods.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "multiplexcy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "montarfotoaki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mushroomandfern.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klva.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "it-schamans.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "it-shamans.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moobo.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moovablestorage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musewearflipflops.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michelledonelan.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mokadev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mhermans.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mondedie.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mticareportal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mxihan.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moefactory.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moobo.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mooselook.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monautoneuve.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mybicc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mode-individuell.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikes.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mona-dress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobisaar-cloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mundschenk.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "murdercube.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moechel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mt2414.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mist.ink", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mozart-game.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moehrke.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nadia.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mozartgame.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "msv-limpezas.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "multiplayernow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobix5.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mysterysear.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "misoji-resist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobilesector.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "music-project.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mople71.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mlrslateroofing.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "munduch.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mybboard.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myanimelist.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martinec.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbaimg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mvp-stars.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mygalgame.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mydreamlifelab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moscow.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naughty.audio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinmunity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newday.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ncands.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "n8ch.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mosfet.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "my-cdn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mycard.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mrmoregame.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newtrackon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neurobiology.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nalinux.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nashira.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nedlinin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moyoo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mush-room.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neuropharmacology.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nf9q.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mycompanion.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nemumu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "n6a.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mrserge.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mysqldump-secure.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nadyaolcer.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "namereel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myepass.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neatous.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mydebian.in.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neatous.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muslimbanter.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ndy.sex", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niklas.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mywari.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nakuro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "no-ip.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nll.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nietzsche.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "novascan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newind.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "note7forever.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "megablogging.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "numberzero.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nohttps.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nephos.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neuronfactor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noticiasdehumor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nextpages.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netwarc.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notinglife.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nifpnet.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muehlemann.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nootropic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neartothesky.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "normaculta.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mystown.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mutuelle-obligatoire-pme.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nexusconnectinternational.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nsure.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noisyfox.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oheila.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "octolopagon.games", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nup.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "numista.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "motorbiketourhanoi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oldenglishsheepdog.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okchicas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nickdekruijk.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nyphox.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nys-hk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ofggolf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "o-rickroll-y.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nkp-media.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nzmk.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "not-a.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "olygazoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nohm.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notesforpebble.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "njpjanssen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ocapic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oflow.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noodplan.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nordwaldzendo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neofelhz.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nurses.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "osburn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "olswangtrainees.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "new.travel.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pagiamtzis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "octopus-agents.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orchidspaper.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "offenedialoge.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "office-ruru.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otmns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parkwithark.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "olivierpieters.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oxytocin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oeko-bundesfreiwilligendienst-sh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newhdmovies.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "numm.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ocad.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pastordocaucaso.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pastorbelgagroenendael.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pastorcanadense.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oeko-jahr.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onioncloud.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ning.so", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paino.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "p-rickroll-o.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onrr.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pastormaremanoabruzes.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oeko-bundesfreiwilligendienst.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panpsychism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "outerlimitsdigital.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notcompletelycorrect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paradise-engineering.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onfarma.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ordernow.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nutikell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passthepopcorn.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oskuro.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nn.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "palmer.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panoranordic.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ownspec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okaz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oppejoud.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okad.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orkestar-krizevci.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "partridge.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nutricuerpo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "participatorybudgeting.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinscher.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pentest.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pixelcubed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phurl.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phpkari.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peyote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peromsik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phcorner.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "osborneinn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pidomex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "osxentwicklerforum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pic2map.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "personalcommunicationsecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paio2-rec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "participatorybudgeting.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paio2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piratesforums.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulswartz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paypod.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orro.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pavelfojt.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pdfresizer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peirong.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opsafewinter.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pointeringles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perzeidi.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paterno-gaming.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phoxmeh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patikabiztositas.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pehapkari.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patriaco.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ourai.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parabhairavayoga.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulrotter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "physicalism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinpayments.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulrobertlloyd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pi-eng.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piem.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "physicalist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phototag.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peterhuetz.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "procrastinationland.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phillippi.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piggott.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulerhof.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oldchaphome.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proxyowl.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "practodev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prideindomination.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pstudio.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "primates.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puli.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "power-coonies.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peterhuetz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pm-partners-management-dev.azurewebsites.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "povareschka.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "politik-bei-uns.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pm13-media.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "principia-journal.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "practicepanther.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pozytywnyplan.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "personalizedtouch.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "picsandtours.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pm-onboarding-external-dev.azurewebsites.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "q-rickroll-u.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ravage.fm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "posaunenchor-senden.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pmsf.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psychedelics.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rainbowbay.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "principia-magazin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "presscenter.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psychedelia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qe2homelottery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psychoactive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "r-rickroll-u.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rally-base.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "novurania.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rasagiline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "questsocial.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rathorian.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quarterfull.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qkmortgage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peplog.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pyrotechnologie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "randomhero.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redheeler.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regolithmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pixdigital.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proggersession.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puneflowermall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regain.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "progarm.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prolan.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raymondelooff.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "probiv.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "relaybox.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "recurly.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rhodesianridgeback.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pwfrance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rei.ki", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pugovka72.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reptrax.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purplepr.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "repugnant-conclusion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reproductive-revolution.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reaganlibrary.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rc-offi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "remedica.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "professors.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pruikshop.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robototes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "questionable.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "printeknologies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reinout.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rechenwerk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ripple.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "renearends.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "richterphilipp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "respon.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rencaijia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ridwan.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rca.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rehabthailand.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rtejr.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "real-compare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rogerriendeau.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quality1.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roelof.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rivlo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redprice.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robust.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rro.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rootusers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sa.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proteapower.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rememberthis.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sadbox.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sadbox.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rickrongen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rubyist.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "relatic.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rayiris.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rhees.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roo.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rem0te.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roerstaafjes.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openkim.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "righettod.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redoakmedia.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "runtl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roflcopter.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riverbanktearooms.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safetyrisk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roketix.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "restoruns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruska-modra.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roleplayhome.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruskamodra.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "room3b.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s-rickroll-p.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "repair.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nzquakes.maori.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muckingabout.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safetext.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruhrnalist.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rullzer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rrom.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roxtri.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schsrch.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saotn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scryfall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saxoncreative.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rugby.video", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scepticism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "savageorgiev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selegiline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "semianalog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safelist.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schauer.so", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sendthisfile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safeex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sandrolittke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rw-solutions.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "science-questions.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sandmarc.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psicologoforensebarcelona.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sensualism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sensebridge.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securejabber.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "setterirlandes.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safewings-nh.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rubyquincunx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "self-evident.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secitem.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ronomon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanderkoenders.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secitem.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scootfleet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selfhosters.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sendonce.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shiftj.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scottferguson.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shibainu.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securitywithnick.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shenghaiautoparts.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schoolotzyv.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sensepixel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "royalsignaturecruise.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serversuit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "senseofnumber.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanderkoenders.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shinonome-lab.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "satai.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sansdev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "senarius.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schwarztrade.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sciencemonster.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pchospital.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serverlauget.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "security-thoughts.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sendway.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sellservs.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seniors.singles", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sgroup-rec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "server-essentials.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simeonoff.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selfdestruct.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shota.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sgroup-hitoduma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silverlinkz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sims4hub.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sidepodcastextra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sit.ec", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ravkr.duckdns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simonsmh.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sirtaptap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "servermonkey.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slovoice.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shymeck.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shipard.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sinonimosonline.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shm-forum.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shansing.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sinonimos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skory.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shang-yu.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shiftdevices.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snekchat.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seobot.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartcheck.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shaken110.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowguardian507.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skidstresser.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simsnieuws.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seccomp.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solymar.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smart-cp.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slo-tech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snarf.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socialprize.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sikevux.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sh-heppelmann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seogeek.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sijmenschoon.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sokietech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skynetz.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silentexplosion.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shopherbal.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slashand.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sitecuatui.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soruly.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sozon.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sostacancun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "southernmost.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shamara.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sodacore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skolem.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sinktank.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spitfireuav.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spacedirectory.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slink.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "statementinsertsforless.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "squaddraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scrisulfacebine.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smablo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soul-source.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shiftnrg.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "software.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soundeo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simon-pokorny.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "show-saratov.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spiritfanfics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soundeo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solidshield.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strauser.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "storysift.news", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssl.do", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sparta-trade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "srandom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skydragoness.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scribbleserver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smoothics.mobi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sokolka.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shapesedinburgh.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "streamingeverywhere.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "squids.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "srcc.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "southafrican.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stadt-apotheke-muensingen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stopbullying.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spresso.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spornkuller.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "surasak.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starka.st", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "statgram.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "summa.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssldev.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssls.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sonic.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spiritual.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solutive.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "st-kilian-markt-erlbach.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sumthing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spatzenwerkstatt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stamboommuller.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sports.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sport-in-sundern.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siamsnus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swineson.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spacountryexplorer.org.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "surasak.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sysrq.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syy.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "synotna.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stelleninserate.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "squarelab.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "superhappiness.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studentrdh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stamboomvanderwal.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "subdev.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "surgeongeneral.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sternen-sitzberg.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sorincocorada.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "technologysi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "st-news.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "star-killer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stravers.shoes", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ta-65.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talldude.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "t-ken.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ta65.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teachmeplease.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teachmeplease.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strangeplace.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teacherph.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teacherph.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suempresa.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sysadminstory.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shereallyheals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teencounseling.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "texus.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssbkk.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tahakomat.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tassup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supersu.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studenttenant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "texby.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephan-matthiesen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "superschnappchen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thedronechart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stellmacher.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sysgeek.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sweetvanilla.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stcable.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telepass.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swiftqueue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tadata.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "southgale.condos", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stmsolutions.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tequilazor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thetruthhurvitz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "technoscoots.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "therealcost.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sutas.market", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tcacademy.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swisslinux.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svetjakonadlani.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tarantul.org.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theoutline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theoscure.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "subzerolosangeles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ticketsourcebeta.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stamonicatourandtravel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teeworlds-friends.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theprincegame.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thalskarth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timdoug.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sylvangarden.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sweetlegs.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobacco.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taqun.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thailandpropertylistings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "todapolitica.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techreview.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thisfreelife.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thecrochetcottage.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thehighersideclothing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tampabaybusinesslistings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebrightons.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thephp.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "threecrownsllp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thetrendspotter.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tofilmhub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tloxygen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thriveta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tosainu.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokoyo.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ti-planet.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomas-gibertie.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thagki9.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tlthings.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokio.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "traininglist.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmberg.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thehiddenbay.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmberg.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torchl.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themilanlife.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torrentz2.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torretzalam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomli.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theocharis.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tourismwithme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toretame.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tjc.wiki", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmberg.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmberg.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trafarm.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themecraft.studio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmberg.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "togetter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmdb.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theworkingeye.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomnatt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "troo.ly", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobias-haenel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timowi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ttchan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tubex.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tnb-plattform.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "totallylegitimatehosting.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toretfaction.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "traista.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tink.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tom-kunze.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toonpool.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timowi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thrivewellnesshub.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomabrafix.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toool.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomaskavalek.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuxlife.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "treino.blog.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topdesk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topdeskdev.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techtoy.store", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twitter.ax", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thejacksoninstitute.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "truetrophies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simccorp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "togech.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torproject.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "udp.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsurimap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tochi-urikata.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twolanedesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "truesteamachievements.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tm.id.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ttsoft.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transfer.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unli.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.ink", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ugisgutless.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "turkrock.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topnotepad.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "totalprint.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uefeng.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "touchoflife.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "v2bv.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twelverocks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twodadsgames.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usajobs.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ttuwiki.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonyw.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ttuwiki.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vavel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "traderjoe-cloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.works", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upmchealthsecurity.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tumagiri.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uctarna.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utilitarianism.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twee-onder-een-kap-woning-in-leeuwarden-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twee-onder-een-kap-woning-in-zwartewaterland-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twee-onder-een-kap-woning-in-sudwest-fryslan-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trixexpressweb.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twee-onder-een-kap-woning-in-zuidplas-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twee-onder-een-kap-woning-in-veendam-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tweeondereenkapwoningverkopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tussengelegenwoningverkopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usmint.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twee-onder-een-kap-woning-in-alphen-aan-den-rijn-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twee-onder-een-kap-woning-in-de-friese-meren-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twotube.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tkappertjedemetamorfose.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tweeondereenkapverkopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twee-onder-een-kap-woning-in-pekela-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twee-onder-een-kap-woning-in-rijnwaarden-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travelinsightswriter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twojfaktum.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uevan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thedrop.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tentins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tpidg.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unitrade-425.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unmonito.red", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uk.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unixforum.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vinesauce.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tanto259.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vega.dyndns.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vintagetrailerbuyers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "v-u-z.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vaccines.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "victordiaz.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voidpay.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vicianovi.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vineright.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unlax.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urban-garden.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urban-garden.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vdesc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vegane-proteine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrzl.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upr-info.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanhove.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voidpay.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unwomen.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valeriansaliou.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viosey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vorangerie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visikom.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vicenage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vodpay.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "volkswurst.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vmug.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "villenavedornon.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wallace-group.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upnext.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "waxdramatic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ventesprivees-fr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teehaus-shila.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "volto.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vokativy.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ursuslibris.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ve3oat.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vpsmojo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "violenceinterrupted.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voyageforum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vietnamwomenveterans.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "verberne.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "virtualstrongbox.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vonavy-cukor.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "villa-romantica-zillertal.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voidserv.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vinagro.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "watersportmarkt.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "websecurity.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webproject.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "willfarrell.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weiji.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winsufi.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webstationservice.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "willstamper.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vodpay.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wahlman.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vivocloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "w3ctag.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weimaraner.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "westhighlandwhiteterrier.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ujob.com.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whistleblower.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vjeff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voodoochile.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webcontentspinning.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vbazile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wecanfindit.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whmcs.hosting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrijstaandhuis-in-leeuwarden-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrijstaandhuisverkopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrijstaandhuis-in-zuidplas-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wane.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thegrape.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vulnscan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wireheading.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vereinlandwege.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wangjun.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wendigo.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x509.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veganism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x509.pub", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whatsyouroffer.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wusx.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xiqi.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wyam.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "w3n.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wahrnehmungswelten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wrp.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wallabag.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrijstaandhuis-in-brielle-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "widsl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wiegedaten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wigggle.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrijstaandhuis-in-veendam-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wiedmeyer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "web-insider.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werktor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrijstaandhuis-in-delfzijl-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weltentreff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "w-w-auto.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrijstaandhuis-in-laren-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrijstaandhuis-in-zuid-holland-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vuljespaarpot.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "warumsuchen.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wbvb.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xbtmusic.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wnmm.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xsyds.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xing.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vietnamchevrolet.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wesell.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wp-fastsearch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yardbird.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yahoo.ax", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--thorme-6uaf.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wild-emotion-events.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webreport.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "workpermit.com.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yorkshireterrier.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vietnamphotographytours.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--aviao-dra1a.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wewlad.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wereldplanner.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worldeventscalendars.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wmawri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wiz.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zao.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--rdiger-kuhlmann-zvb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wt-server3.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeronet.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wevenues.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zenmate.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xlange.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x-iweb.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xsz.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xmv.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--allgu-biker-o8a.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wr.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yizhu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yuwei.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yingatech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ywei.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanacht.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zohar.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zh1.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zabszk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--spenijmazania-yhc.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--fischereiverein-mnsterhausen-i7c.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--lsupp-mra.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yourcopywriter.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yame2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youon.tokyo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpcarer.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uygindir.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zen-ume.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yobai28.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpsono.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yourcomputer.expert", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yatorie.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youngdogs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zigzagmart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "woontegelwinkel.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yii2.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zupago.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zivy-ruzenec.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zivyruzenec.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yobai-grouprec.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zwollemag.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zonky.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yotubaiotona.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wypemagazine.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zwollemagazine.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zingjerijk.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yasutomonodokoiko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zojadravai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zonecb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "z-konzept-nutrition.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yuricarlenzoli.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wibuw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zybbo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yarchives.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zunftmarke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhangge.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zaidanfood.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zoowiki.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zoigl.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpyecom.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zmsastro.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--lsaupp-iua.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanderstraeten.dynv6.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zaidanfood.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zaidanlebensmittelhandel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xscancun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zorasvobodova.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "52neptune.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8560.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0xabe.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acg18.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acbc.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1para.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advaithnikhi.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advaithnikhi.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adamwilcox.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "724go.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0g.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "7261696e626f77.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3drenaline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adorewe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1041263497.rsc.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acevik.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1cover.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "academicenterprise.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3v4l.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afterstack.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adelebeals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adurra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ahmadly.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afri.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0x7fffffff.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1644091933.rsc.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "163pwd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acemobileforce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0x90.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aalalbayt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "101sauna.kz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adunanza.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "300mbmovies4u.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aextron.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1359826938.rsc.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adorecricket.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aextron.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aalalbayt.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aextron.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "after.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ad-disruptio.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "101sauna.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allladyboys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aljweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "360woodworking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3hl0.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acidbin.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0c.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "admody.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "al3xpro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adrienkohlbecker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "altporn.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "42day.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akgundemirbas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1e9.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "analangelsteen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1panorama.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aicial.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3d-bastler.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "analteengirls.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allcloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allshousedesigns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "analpantyhose.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aliacraft.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aicial.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a-little-linux-box.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8ackprotect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alicialab.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4u2ore.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akalashnikov.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advokat-romanov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a-ix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alibip.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akkadia.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aolabs.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ampersandnbspsemicolon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allemobieleproviders.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anchev.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aberdeenalmeras.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agroyard.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anitklib.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alloffice.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andycrockett.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acgaudio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "animorphsfanforum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4decor.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anantshri.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anshumanbiswas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrehansen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apartmentregister.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "actilove.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andersonshatch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ameza.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "androidtamer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andarpersassi.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andro4all.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aqualife.com.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apcube.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apartment-natik.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allinone-ranking150.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ansibeast.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arcbit.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apoly.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alpineplanet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "applesencia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appuals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "120dayweightloss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "altunbas.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ansas.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appdb.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aocast.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aidhan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appartement-andrea.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andruvision.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ashleyfoley.photography", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2krueger.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "247quickbooks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "archlinux.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "applewatch.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ativapsicologia.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arjweb.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aquila.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ardorlabs.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "altailife.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a1-autopartsglasgow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artlantis.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aponkral.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agate.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "async.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aurugs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aquahomo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anders.hamburg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artyland.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atlascultural.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ares-trading.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "archivesdelavieordinaire.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arcusnova.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abeontech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asinetasima.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aristilabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "araleeniken.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "azrazalea.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "attilavandervelde.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ato4sound.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arthur.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ballbusting-cbt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "b422edu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avdagic.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auerbach-verlag.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axem.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ave.zone", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "backterris.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "awan.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amlvfs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "azamra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ayahuascaadvisor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asseenfromthesidecar.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bankstownapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artimpact.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baselang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "app-at.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bbw-wrestling.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autoeet.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auplidespages.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bangkok-dark-night.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atomic.menu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atlantis-kh.noip.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "babyboom.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alloinformatique.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beanworks.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bearden.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autoverzekeringafsluiten.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baseballsavings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beasel.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aquaron.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barss.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beergazetteer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bbwdom.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "attitudes-bureaux.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bbwfacesitting.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aikenorganics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bangkokcity.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "awksolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bdsmxxxpics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "awaro.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arqueo-ecuatoriana.ec", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bashstreetband.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2048-spiel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avi9526.pp.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bandito.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aquilalab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "automobiles5.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bbwfight.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "au-pair24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beautyconcept.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bendigoland.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agridir.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asepms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bbwteens.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "begabungsfoerderung.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betseybuckheit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bebeefy.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biggreenexchange.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bennythink.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bhodisoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baymard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bbwfacesitting.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "balinese.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bikebay.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benjamin-horvath.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benjamindietrich.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bgeo.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benjamindietrich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitsafe.com.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "black-gay-porn.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestbestbitcoin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bebetrotteur.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biswas.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitplay.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitbucket.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bey.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitbucket.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackl.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betwalker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ajetaci.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bassblog.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestellipticalmachinereview.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "all4hardware4u.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bjs.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biopreferred.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bblove.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "batook.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belgien.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bergland-seefeld.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bernat.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blinking.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bina.az", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bodygearguide.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestbridal.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bltc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bnb-buddy.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bikeshopitalia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "166166.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bien-etre-sante.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestwebsite.gallery", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bkb-skandal.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ballothero.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blockxit.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berdu.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blechinger.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "battle-game.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boldmediagroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betterscience.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bremensaki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bolwerk.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blacknetwork.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bazziergraphik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bienoubien.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brando753.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bruun.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bichines.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bottineauneighborhood.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brendanscherer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bibuch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestfitnesswatchreview.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blogaid.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burke.services", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "board-buy.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blumen-garage.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benjakesjohnson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blogconcours.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "black.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blogabout.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boss.az", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biovalue.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "britneyclause.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asia-gazette.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin-class.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boomshelf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bolektro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beehosting.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beginner.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bytebucket.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blechpirat.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buzz.tools", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinjpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boardgamegeeks.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blog.coffee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boomshelf.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "candyout.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brainfork.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buch-angucken.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calendarsnow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bratvanov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsdfreak.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brahmstaedt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonta.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bumshow.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buzzprint.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capitolpathways.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boxvergelijker.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arrivedconsulting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonnsustainabilityportal.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caulfieldeastapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin-daijin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caulfieldracecourseapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bizedge.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capitalibre.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brecht.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "business-garden.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buricloud.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cadooz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdmhp.org.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsktweetup.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canalsidehouse.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caipai.fm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buyshoe.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capitalp.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bruck.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cbdev.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caroli.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caroli.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caroli.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campcanada.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "britishbookmakers.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caroli.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "budntod.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carredejardin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "celebrityscope.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chbs.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bwwb.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chadstoneapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centsforchange.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdmon.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casefall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "camaradivisas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "car-shop.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capellidipremoli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christopherl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "certcenter.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cakestart.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cavern.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrisb.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdasiaonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chima.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrisb.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chronogram.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chisago-isantidfl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benwattie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chat-libera.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatitaly.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centos.tips", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beersandco.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatxtutti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chriswbarry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chocolatesandhealth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canlidoviz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatt-gratis.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackedbyte.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cermak.photos", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chib.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christopherburg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christopherpritchard.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chat-senza-registrazione.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chikory.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluketing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buildify.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canarianlegalalliance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "citizing.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "citizensleague.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cocoamexico.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudbleed.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatxsingle.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "closetemail.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudoptimizedsmb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinrealestate.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charlotte-touati.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudservice.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cocinoyo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chytraauta.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "backintomotionphysiotherapy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cirrohost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cles.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codealkemy.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrisnekarda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avadatravel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coinmewallet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chanz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chiaraiuola.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chenfengyi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collbox.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colincampbell.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carwashvapeur.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clintonlibrary.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cashmyphone.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cerpa.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cioconference.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cherekerry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chuchote-moi.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coach-sportif.paris", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "businessamongus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "copyright-watch.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compsmag.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bush41.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "channellife.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "channellife.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baitulongbaycruises.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "co-yutaka.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coding.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "channellife.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codelitmus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "craigwfox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cnbs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coreum.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "confuddledpenguin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudbased.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corderoscleaning.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmso-cal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cernega.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coolrc.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "common.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crashsec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "commoncode.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "childrendeservebetter.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "citylights.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cpy.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crge.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crackslut.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ctrl.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clubempleos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "croydonapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cozycloud.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cssaunion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptojourney.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ciurcasdan.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cozy.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cupom.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conpins.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d0g.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cypherpunk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crapouill.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creativecommonscatpictures.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d8.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "customerbox.ir", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cashfortulsahouses.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crazycraftland.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cybbh.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "concerto.amsterdam", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coolgifs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crazycraftland.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corporateencryption.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cralarm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dandenongroadapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cranioschule.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "byurudraw.pics", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datememe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creativeweb.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cynoshair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crecket.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csgf.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dearfcc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conkret.mobi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "data.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "criminal-attorney.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defendinnovation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danielmoch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dcrdev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dachdecker-ranzenberger.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curio-shiki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dbaron.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clic-music.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deaf.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decoraid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dachdeckermeister-egon-weiss.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clevelandokla.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyberstatus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dawnson.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrisdecairos.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "desplats.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "completesportperformance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "desertsounds.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "demonwolfdev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dee.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "demonwav.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casino-cashflow.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danmaby.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devyn.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daryl.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cong5.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "depo.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daropia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digcit.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "closingholding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deanpearce.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deprecate.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dflcares.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "denimtoday.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darkeststar.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diccionariodedudas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dieser.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "das-tyrol.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dareyou.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datenreiter.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "desarrollowp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datacenternews.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defi-metiers.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devel.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deskture.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cms-weble.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "directhskincream.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "demfloro.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danla.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dnmaze.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "difoosion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "designandmore.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datenwerkstatt.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitalcuko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "derwaldschrat.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dearfcc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "despertadoronline.com.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datacenternews.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "die-sinlosen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diedrich.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doggroomingcourse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitalimpostor.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dearfcc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "docloudu.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diyvideoeditor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "descartes-finance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "discoveryrom.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "desgenst.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crena.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dogcratereview.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "der-rudi.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dennispotter.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "directorinegocis.cat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diz.in.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dipling.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dewebwerf.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creditos-rapidos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codercross.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diversityflags.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drewsilcock.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dldl.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digikol.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dns-manager.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datacentrenews.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "driverless.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dreamlighteyeserum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dtub.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dochitaceahlau.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diversityflags.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domprojects.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dfviana.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d2s.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatnbook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ducalendars.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drawvesly.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "douzer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dreamlandmagic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drafton.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drtti.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dohanews.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dorfbaeck.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dreamaholic.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dopravni-modely.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drabbin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duckbase.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doska.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csgoshifter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dracisvet.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "educationevolving.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dprb.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doli.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doclassworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebooki.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eickhofcolumbaria.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eagle-aluminum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domaxpoker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eleicoes2014.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "echatta.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eloxt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "echatta.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebrowz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eilhan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edenmal.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eiga-movie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droomhuis-in-pekela-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dkniss.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diymediahome.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elizabethbuitrago.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droomhuis-in-sudwest-fryslan-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "egablo.black", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eigpropertyauctions.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drevo-door.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektro-diehm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektro-pfeiffer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektro-hornetz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deadmann.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "effdocs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ehazi.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ec-baran.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eddesign.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dirips.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektro-kahlen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektro-liebeskind.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "endingthedocumentgame.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotspaperie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektrofinke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektro-hammes.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektro-collee.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "egiftcards.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "empty-r.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "embraceni.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitalarchitecture.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drupal-expert.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektro-hofmann-gmbh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elhall.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektro-rossbach.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dungeon-bbs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektro-woerdehoff.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "energyled.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ericjohnltd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erwinvanlonden.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erinn.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esphigmenou.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eengezinswoning-in-pekela-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elhall.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektrokarges.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eichel.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eprofitacademy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epickitty.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emanga.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etk2000.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "escavador.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ellemental.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evades.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "envant.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erudicia.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ejdv-anmeldung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektro-stock.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erudicia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erudicia.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "escxtra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ensons.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erudicia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evangelosm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "educators.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erudicia.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erethon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "embellir-aroma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erudicia.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erudicia.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eat-the-world.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erudicia.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "facepalmsecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consideredgifts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exit9wineandliquor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektrometz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "f5movies.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e30gruppe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "explodingcamera.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epsorting.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "facialexercising.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exponentialnews.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erwin.saarland", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "europapier.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ewanm89.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esoterik.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "everfine.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eurocamping.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "europapier.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ewout.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "europeantransportmanagement.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fabianackle.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eurora.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ewanm89.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eupay.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "europapier.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eutram.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ewanm89.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esquisse.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "euroscot.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fearghus.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fefore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "europeancupinline.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enterprisechannel.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "femdombbw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expokohler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "femaledom.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "felicifia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erasmusplusrooms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faehler.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "egweb.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faber.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fernandobarata.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "f43.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fcsic.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fairedeseconomies.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centralfor.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fiareapp.red", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fastforwardthemes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fairkey.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fishermansbendtownhouses.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "familie-remke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feac.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fivezerocreative.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feminina.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fishermansbendcorporation.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eurospecautowerks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fettbrot.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drjacquesmalan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firenza.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flinch.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firegoby.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filme-online.eu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fliptable.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filebox.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fight215.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fight215.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fiuxy.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "florafiora.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "florinapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fkcovering.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foljeton.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fleetssl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fireportal.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "follandviolins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freesolitaire.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fidhouriet.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flowreader.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fresh-networks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filey.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frattaroli.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "employeestore.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foodsafetyworkinggroup.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foxmay.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "famio.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freelifer.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extrathemeshowcase.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foodev.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elepover.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frau-sucht-bauer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fnof.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fischer-kundendienst.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fondationwiggli.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "financniexperti.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fruition.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fixtectools.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frankenlehrmittel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freedomvote.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fpersona.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fedo.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forellenpark.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foodsafetyjobs.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "funideas.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "froggitt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fritteli.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "furnfurs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freebetoffers.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fstfy.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "for.care", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gadgethacks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frigolit.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fucklife.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forologikidilosi.com.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gay-sissies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ftpi.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gaysfisting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gandgliquors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gayxsite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frp-roleplay.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ettebiz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garageenginuity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ftang.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuchsy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freelo.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fegans.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gayforgenji.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forestraven.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geekpad.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fwest.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gaichanh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foliekonsulenten.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feisbed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gaygeeks.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gdz-otvety.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feitobrasilcosmeticos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gdz-spishy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "g1.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gdz.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forento.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gdevpenze.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fsradio.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "funatic.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filhomes.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "funken-networks.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esibun.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gardikagigih.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garcinia--cambogia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ghrelinblocker.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genesischangelog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gatemoves.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geeks.lgbt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getsubs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getresilience.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gflame.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geiser-family.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foodbuddy.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geneve.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geotab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gogrow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goingreen.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "felsing.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gear-acquisition-syndrome.community", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goproallaccess.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "germansoldiers.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fcapartsdb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geosphereservices.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gittr.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frasesdeamizade.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "futureoceans.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glazedmag.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fundort.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "girvas.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "friendlysiberia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glueckskindter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goonersworld.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goguel.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gensonline.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gorn.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greysky.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gridle.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalvisions-events.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gravity-inc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haiboxu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gpsarena.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gierds.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greatlakeside.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grouchysysadmin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "halta.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gunhunter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getpuck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goto.msk.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "girlsgonesporty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guiltypleasuresroleplaying.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fideleslaici.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grondius.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grekland.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grapholio.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guyot-tech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guge.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gotoxy.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "halyul.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grian-bam.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guus-thijssen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gtalife.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grana.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getitpeople.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hanxv.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gtaforum.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "headmates.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gypsyreel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haehnlein.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grachtenpandverkopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gutscheingeiz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hayfordoleary.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "havefunbiking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hash.works", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hashiura.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackbubble.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hawk-la.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grieg.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hearttruth.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heisenberg.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "friendship-quotes.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gymkirchenfeld.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hadouk.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ekuatorial.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hartlep.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hampl.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gootlijsten.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hike.pics", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heavenlysmokenc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hilaolu.studio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hammamsayad.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hexieshe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goedverzekerd.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greatsong.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helpmij.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holoxplor.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haus-garten-test.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hardyboyplant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heckelektro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hitterfamily.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hgbet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hitter-lauzon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hentaimaster.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gutuia.blue", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hmksq.ae", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "handicapindeles.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hosts.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "higilopocht.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hitter.family", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotartup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heello.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gers-authentique.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hebergeurssd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heldenhalde.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostadvice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herdserv.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heliosnet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heptafrogs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hinkel-sohn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hreflang.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hornyforhanzo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heckerundknopp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "houstonapartmentinsiders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "httpsnow.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "httpsnow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herni-kupony.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "httphacker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hgw168.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helikon.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "howtogeek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hilinemerchandising.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "howfargames.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iamtheib.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hyperion.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hinterhofbu.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "horsehunter.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoelty.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmpartsdb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "htmlyse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibacktraced.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifightsurveillance.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifightsurveillance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifightsurveillance.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotelaustria-wien.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "htaps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "http2.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotel-rosner.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifastuniversity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "horackova.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hrdns.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hloe0xff.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huirongis.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoowhen.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ic-lighting.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hosyaku.gr.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idealmykonos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hugi.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotel-huberhof.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ih8sn0w.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goblins.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imoner.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imokuri123.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imacs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homezhi.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "identity-hash.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ichbinkeinreh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hyphen.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "handmadegobelin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grossmisconduct.news", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "impotsimple.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifamily.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gsoc.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoken-wakaru.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idol-bikes.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "info-sys.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilard.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifxnet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iltec.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "i496.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hypothecairelening.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hyphenpda.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "illich.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imaginarymakings.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifsclist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infosoph.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "insping.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harbourweb.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imagine-programming.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inschrijfformulier.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "incontrixsingle.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imed.com.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iltec-prom.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "invenio.software", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iodice.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "industrialstarter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "incommon.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infoduv.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infotune.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "influo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hwcine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "initramfs.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "index-mp3.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inkontriamoci.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ikiler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inet.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iqsmn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "igsmgmt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipintel.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immobilier92.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "integrogroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inesta.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internetoffensive.fail", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jackdoan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iriomote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itsstefan.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isolta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isolta.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isolta.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intoparking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isolta.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaalits.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jake.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jake.nom.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "igm-be.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isolta.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iplife.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jake.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iteke.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iteke.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "javascriptlab.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeff.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jdoi.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iroise.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inhive.group", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "houseinvestor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jazzysumi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ist-intim.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeremycrews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jessekaufman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "invisiverse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icmp2018.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intelbet.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inplacers.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeremycantu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fmi.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joeysmith.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huangjingjing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jazzy.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jimbraaten.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivklombard.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jfr.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intelbet.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iscert.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jcaicedo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jasl.works", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "higherpress.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joostvanderlaan.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jpgangbang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jinbowiki.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "josericaurte.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jphandjob.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jplesbian.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ftcefile.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idinby.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "how2fsbo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joshuajohnson.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jomo.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jncie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonscaife.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juni.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jakincode.army", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itbrief.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joyfulexpressions.gallery", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joyful.house", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itbrief.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "journeytomastery.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jumping-duck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joto.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imrunner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joelfries.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "julianvmodesto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jakubvrba.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inspirationalquotesuk.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "julientartarin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jarroba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jigsawdevelopments.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jwjwjw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kamalame.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keypersonins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaketalk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frodriguez.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kayscs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johncardell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joseetesser.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "josef-lotz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jenolson.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kanagawachuo-hospital.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jmb.lc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jorrit.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jreb.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kankimaru.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kabinapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kapverde.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kidsforsavingearth.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kanada.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itemton.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imrunner.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kearney.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "killaraapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jutlander-netbank.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kathardt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keyihao.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kettner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kehlenbach.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juku-info.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jasonwindholz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaika-hms.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keepassa.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaika-facilitymanagement.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kodden.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kluck.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hm1ch.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knightsbridge.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kimsufi-jordi.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kodexplorer.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kajlovo.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "k9swx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kfv-kiel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klaw.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kidsmark.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kidtoyshop.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kidkat.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kodiaklabs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiddyboom.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jutlander.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "julian-witusch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knutur.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koik.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jet-code.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kobezda.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kotois.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinohled.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koelnmafia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "groovygoldfish.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "k-pan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kola-entertainments.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuro346.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiraboshi.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiyo.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koez-mangal.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kubiwa.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kylejohnson.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kungerkueken.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kupiec.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klarika.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kulivps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kleinreich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karpanhellas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kubkprf.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laurakashiwase.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kimotodental.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kueche-co.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "l18.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knowdebt.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knigadel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koha.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jichi.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laredsemanario.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuponydoher.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "learnedhacker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kowalmik.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laborie.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lesbiansslaves.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesheald.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koenigsbrunner-tafel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lauzon-hitter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lesbofight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lez-cuties.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ktbnetbank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laraeph.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "latestdeals.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lezdomsm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kupferstichshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lickmypussy.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kreuzpfadfinder.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kurrietv.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "letemps.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kretschmann.consulting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laserplaza.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "la-retraite-info.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leerkotte.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lerlivros.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laboxfaitsoncinema.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kevinkla.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legioniv.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laserplaza.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leddruckalarm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "library-quest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leet2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legitaxi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lidavidm.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "landscapingmedic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kurashino-mall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "latamarissiere.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kruin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lacetsroses.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lehtinen.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lemondrops.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lisamortimore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legalcontrol.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "le-controle-parental.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leigh.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laboutiquemarocaineduconvoyeur.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krestanskydarek.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "letstalkcounseling.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logcat.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "locais.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lisieuxarquitetura.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laboutiquemarocaineduconvoyeur.ma", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "letterdance.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifecoach.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lonesomecosmonaut.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kyoto-tomikawa.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-gewinnspiel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loganparkneighborhood.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laskas.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "locatorplus.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lowson.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lostwithdan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lilapmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isognattori.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lilyfarmfreshskincare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "likegeeks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leilautourdumon.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojj.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojamagicalx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liveflightapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lucascodes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lknw.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linhaoyi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinepolis-studio.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lirnberger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "longstride.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logitel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kingpincages.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linux-mint-czech.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifeqa.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "locksport.org.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "likemovies.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lovelyfriends.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lothuytinhsi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liv3ly.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "litebits.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "majid.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "likehifi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malesbdsm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laplaceduvillage.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maintainerheaven.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifecoachproviders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lucas-garte.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mamadea.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loyaltech.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "load-ev.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lyngvaer.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koelbli.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leadbox.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magictable.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lotw.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maceinturecuir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "majahoidja.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madoka.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "langkahteduh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malya.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lisbongold.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lydiagorstein.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marrickvilleapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcosteixeira.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lewisllewellyn.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manueldopheide.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "main-street-seo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macht-elektro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matlss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manitasicily.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcelmarnitz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masty.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koriyoukai.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luxinmo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcideas.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mangazuki.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mademoiselledemargaux.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matthewemes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m-generator.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcynews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "makinen.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "limousineservicezurich.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "memory-plus-180.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medlineplus.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matthew-carson.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matillat.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinderopvangengeltjes.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mi80.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediumraw.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maurus-automation.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marilynstreats.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manjaro.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mensagensdeconforto.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maple5.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcgoertz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melpomene.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "midwestbloggers.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxicore.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marocmail.ma", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maths.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linkycat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mexicanbusinessweb.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaelkuchta.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mannschafft.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikusinec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mensagensperfeitas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mileme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikk.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mimobile.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mdosch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mendy.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "menaraannonces.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "memoryex.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meshotes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifenexto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lessis.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meine-immofinanzierung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikegerwitz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luftbild-siegerland.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minnesotamathcorps.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meinezwangsversteigerung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minnesotareadingcorps.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michalspacek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meteosmit.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mitior.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mijnsite.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minnesotakinkyyouth.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "milenaria.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lolidunno.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "menkyo-blog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mmogah.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mekongeye.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michalvasicek.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mnedc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcoherten.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "milldyke.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mjhsc.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michael-steinhauer.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaelsulzer.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mht-travel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moniquemunhoz.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miklcct.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "millefleurs.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modafinil.wiki", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mivzakim.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mjlaurindo.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "military-portal.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monitori.ng", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minimoo.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mitchellhandymanservices.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modeportaal.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mktdigital.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monique.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modehaus-marionk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moosemanstudios.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mkfs.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mofohome.dyndns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miya.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "misericordiasegrate.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meine-plancha.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lucasem.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muwatenraqamy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "morpheusxaut.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "morpheusx.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mrd.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mygrotto.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mode-marine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macsandcheesedreams.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "msx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moskva.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mozilla.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "morchstore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muchohentai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myeffect.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melodic.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobsender.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "murakami-sah.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "memoire-resistance-ariege.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mychocolateweightloss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nailsalon-aztplus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "motoryachtclub-radolfzell.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mozzez.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myusagepayments.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moitur.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "multrier.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mpkossen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mygooder.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mbconsultancy.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "n0099.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mxp.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muzi.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marie-en-provence.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "n-rickroll-e.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbari.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "necessaryandproportionate.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "necessaryandproportionate.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikkelvej.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mycr.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mystic-welten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "named.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mysteriouscode.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myulog.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myhealthreviews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muj-svet.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mybusiness.cm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mkse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nasarawanewsonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neocities.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "my-voice.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "metachris.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mumolabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mysocrat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neuro-plus-100.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "namrs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nastysclaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nankiseamansclub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neave.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monpermismoto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "navitime.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nalepky-na-zed.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mytripcar.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nagios.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nesolabs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nextmbta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myepass.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monpermisvoiture.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nalepte.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newbieboss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neko-nyan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nautsch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nadejeproninu.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mariannenan.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "narodsovety.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "my-plancha.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mytripcar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myfappening.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nedcf.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nevoxo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moeloli.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netdex.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "murz.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neoclick.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nidsuber.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noncombatant.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nellen.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nobleparkapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nlm.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nmueller.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "northbrisbaneapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moonmelo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noagendahr.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "movingoklahoma.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netapps.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nginxyii.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "numbercult.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nyanpasu.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neolaudia.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nja.id.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nettplusultra-rhone.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nohup.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nikolaichik.photo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicolaszambetti.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "night2stay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nordlicht.photography", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netbears.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ntzwrk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noexec.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nstd.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ngvf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netguide.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nitrokey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ngasembaru.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oc-minecraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nu3tion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuquery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oglen.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newgenerationplus.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noodles.net.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leftclick.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netresourcedesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "odinkapital.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "northeastcdc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mardelcupon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nu3tion.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oceanvisuals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newcityinfo.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "olback.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "one-tab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naturline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oldandyounglesbians.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onionsburg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "odysseyandco.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nst-maroc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "odysseyconservationtrust.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oblikdom.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openwireless.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "offgames.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musehelix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ohyooo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nstremsdoerfer.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "optimalsetup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openrealestate.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onthecheap.store", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "online24.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oblikdom.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oelsner.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nchristo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oemwolf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oncodedesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ocolere.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onhub1.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "olivernaraki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liaronce.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orionrebellion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naniki.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neyer-lorenz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openconcept.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "olightstore.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuiguru.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nosbenevolesontdutalent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "open-letters.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinefashion.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "password.consulting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nova-elearning.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "outsideconnections.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "optik-trosdorff.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orimex-mebel.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pagalworld.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oktime.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mystickphysick.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pastebin.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oxanababy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orion-universe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onetech.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oulunjujutsu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okad-center.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okad.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "order.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pandemicflu.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pakitow.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "payfazz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panama-gbs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "open-sauce-recipes.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pbytes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otellio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "overstappen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orderlounge.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "padianda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oriongames.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noticia.do", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "os-s.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openpictures.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perfect-radiant-wrinkles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "penrithapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulov.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opentexon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinepokerspelen.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oscreen.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omsdieppe.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "overstap.deals", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paveljanda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuevaimagenpublicidad.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pctrouble.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pcgamingfreaks.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pengui.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parvaneh.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinkbike.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peercraft.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perecraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "percraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorfurniture.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "playhappywheelsunblocked.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "philippkeschl.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piatanoua.md", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pomfe.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plutokorea.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinkyf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peperiot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pony.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "popkins.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peliseries24.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "popkins.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "popkins.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "placeralplato.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "popkins.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pharmaboard.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piercraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "popkins.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pmac.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plzh4x.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "platomania.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perm4.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pmoreau.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poweredbypurdy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "platomania.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privacybadger.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlineschadestaat.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polit.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "preciscx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polen.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ppy.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phuket-idc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poshsecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phelx.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proclib.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polytarian.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prepaidgirl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "projectsecretidentity.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "progressive.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pondof.fish", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pmemanager.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pojer.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planktonholland.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "premiership-predictors.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pikeitservices.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "projectte.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pseudo.coffee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pourlesenfants.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paymon.tj", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pregunteleakaren.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prc.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polarityschule.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "obscur.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prokop.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "projectnom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "queryplayground.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "project-rune.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pollet-ghys.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quantumwebs.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "projectsecretidentity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pkov.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pianetaottica.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pianetaottica.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pianetaottica.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privasphere.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proteus-eretes.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "promocao.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pizzadoc.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qetic.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pianetaottica.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "r3nt3r.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "profinetz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prostohobby.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radiomodem.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "progressivecfo.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pianetaottica.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "readingandmath.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ravengergaming.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rbti.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pfeuffer-elektro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ps4all.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rachelreagan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qrpth.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "providerlijst.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raulrivero.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rainville.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psychiatrie-betreuung.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "providerlijst.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redhorsemountainranch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phototravel.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rennfire.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "printersonline.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rescms-secure.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quelleformation.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reporturl.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rany.duckdns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "report-url.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "report-url.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "report-to.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "printerleasing.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "publanda.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "report-to.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redcorus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reporturl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "receitas-de-bolos.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "receitasdebacalhau.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "researchgate.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reagir43.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reha-honpo.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quentinchevre.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rcvd.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rasty.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "retogroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rany.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "precisionaeroimaging.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ranktopay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "revivingtheredeemed.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "remoteham.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "richonrails.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "respectmyprivacy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "remonttitekniikka.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proteinnuts.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rechtsanwalt-koeppen-feucht.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qirinus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "respectmyprivacy.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pastdream.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "resortohshima.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perd.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rlove.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "readityourself.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phood.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "restaurantmangal.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riesheating.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "respectmyprivacy.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "restaurant-mangal.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "revivalinhisword.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rehabthailand.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rockpesado.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robertattfield.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ripa.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rough.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rockbankland.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "recolic.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robinlinden.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quikrmovies.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robertreiser.photography", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reykjavik.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ridingoklahoma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "romantic-quotes.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "randomdysfunctions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rodzina-kupiec.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rootear.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reichelt-cloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rockz.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robotham.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reto.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reality.news", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rolroer.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saferedirect.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rpasafrica.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "portaluniversalista.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roger101.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "royal-mangal.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pwe.vision", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pryspry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rust.mn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roelhollander.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safe.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "romarin.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reinaldudrasfamily.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rugs.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rodevlaggen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robert-flynn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riverweb.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanatorionosti.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roelsworld.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rozeapp.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "restaurant-rosengarten.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rotex1840.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rumtaste.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rumtaste.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psicologoforensemadrid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saltedskies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarumtechnologies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "racunovodstvo-prina.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruwhof.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saudenoclique.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saigonstar.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sbit.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "santojuken.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rudolph.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rany.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rsm-liga.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sammyjohnson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rondoniatec.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanvitolocapobus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scottynordstrom.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safedevice.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rushball.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schmidthomes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sdhmanagementgroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pencillab.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saunahats.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scottnicol.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scenicbyways.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sciencebase.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salon-minipli.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rooneytours.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "security.love", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seattle-life.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sbytes.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scholl.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rob.uk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sdho.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securechat4.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securitytalk.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarink.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seolib.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sashaokun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sdns.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seoscribe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "servemnaction.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sastd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secundity.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schtiehve.duckdns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sectelligence.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secanje.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sevenhillsapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saz.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sengokulife.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rondreis-planner.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shardsoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schatzibaers.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secwall.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rue-de-la-vieille.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sebastianhampl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shanekoster.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shareoffice.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sergeyreznikov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seriousclimbing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shareeri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "semaf.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sfirat-haomer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securitywatch.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shitbeast.institute", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sapac.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seefunk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scriptenforcer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsocks.com.hk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schadevergoedingen.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securita.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shootpooloklahoma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "security.xn--q9jyb4c", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rezultant.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selfmade4u.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shindorei.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shimi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shaun.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sesslerimmo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shooter.dog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skifairview.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shirakaba-cc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shag-shag.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shipmile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shitposts.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saumondefrance.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shirosaki.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saumon-france.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securitybrief.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shurita.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sijimi.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saumonfrance.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sign.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simukti.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shopcoupon.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selco-himejiminami.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saumon-de-france.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shorten.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smplix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slaws.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skingames.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skinmarket.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sivyerge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rozhodce.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securitybrief.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shervik.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skincases.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slanterns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solosmusic.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rodneybrooksjr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simbeton.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shoppeno5.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shu-fu.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplyenak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "softballsavings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shower.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shopatkei.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "somuchbetterwithage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shikinobi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "southmorangtownhouses.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siegemund-frankfurt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "southbankregister.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skylightcreative.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siroop.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "squirtlesbians.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sopher.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "srmaximo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skylinertech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skocia.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sportsmansblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siterencontre.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sole-erdwaermetauscher.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skandiabanken.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "standagainstspying.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socialnitro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sol.works", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sorensen-online.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shemsconseils.ma", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartmeal.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securitybrief.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smart-wohnen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sspanda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snippet.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solomo.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "static.hosting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sorex.photo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steveborba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "somweyr.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stickies.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephanos.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sitesforward.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "srroddy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sotoasobi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "social-journey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spesys-services.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simpel.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spiritualife.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shirt2go.shop", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smoothics.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephenjvoiceovers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stopakwardhandshakes.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ss-free.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "streets.mn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sit-brn.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spoofhaus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stream.pub", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stockrow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stockseyeserum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stationcharlie.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "souravsaha.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "streamlineautogroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stickswag.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spykedigital.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sugarshin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "static-myfxee-808795.c.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sporter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "static-myfxoau-808795.c.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sqetsa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sudokian.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ss.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sporcard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "static-myfxouk-808795.c.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stadtplan-ilmenau.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stuetzredli.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stonystratford.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sponsorowani.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poed.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stuff-fibre.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "super-garciniaslim.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "struxureon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stin.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studiograou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "super-radiant-skin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "super-ripped-power.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "super-slim-coffee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stern.koeln", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "streklhof.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "systemd.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "t2000laserpointers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sush.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supportme123.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strobotti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tallcraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sunfox.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stellarium-gornergrat.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sweharris.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stampederadon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "superlandnetwork.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seouniversity.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stonecutterscommunity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephenskory.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "subhacker.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svenjaundchristian.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swdatlantico.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studium.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teachingcopyright.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "t4c-rebirth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teachingcopyright.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svm-it.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teachingcopyright.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svetandroida.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stopthethyroidmadness.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supplementler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stkeverneparishcouncil.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teaser-trailer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teacherpowered.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "susanna-komischke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tango-cats.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sunfulong.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "targaryen.house", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supertramp-dafonseca.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tales-of-interia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techjoe.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tangel.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tarik.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tcwebvn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "super-erotica.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "statistikian.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tecnimotos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "takinet.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taozj.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tentabrowser.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tecnoarea.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tgw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tesche.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thedystance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "technologie-innovation.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebuffalotavern.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techtraveller.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "team-azerty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studiokicca.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tech-finder.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tecnodritte.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tech-director.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tempo.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thcpbees.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "testbirds.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thefutureharrills.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teknogeek.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "t4x.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thailandpropertylisting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tacklog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thewp.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teknotes.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "technotonic.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tefl.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tcpweb.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theyear199x.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "throttlerz.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thejobauction.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techday.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thairehabassociation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sportchirp-internal.azurewebsites.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techday.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techday.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiliaze.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiliaze.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiliaze.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stepbystep3d.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theclimbingunit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supersahnetorten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theoldbrewhouse.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techday.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tatara.ne.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telecamera.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sobinski.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiki-god.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thistleandleaves.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomiler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobiassachs.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teulon.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tolud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tlcdn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thesignalco.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talheim-records.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timmy.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thenextstep.events", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thepiratesociety.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svarnyjunak.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trailforks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tinchbear.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tn0.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomascloud.ddns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobyx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobiashorvath.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tinker.career", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transformaniatime.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torlock.download", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobyx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobiashorvath.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobyx.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobyx.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tom-maxwell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timhjalpen.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tjeckien.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tovare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transsexualpantyhose.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trio.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tradingrooms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teletechnology.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "towaway.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "triddi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomi.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taxiindenbosch.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tie-online.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "townhouseregister.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trinary.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmtradingmorocco.ma", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "too.gy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trafficmanager.xxx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "top10mountainbikes.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thedailyupvote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tretail.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tlsbv.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toyotamotala.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "treatprostatewithhifu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tulsameetingroom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ugo.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tremoureux.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topanlage.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ultimate-garcinia-plus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tykoon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "susosudon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsdom.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toutenmusic.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tranglenull.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ucrdatatool.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "todaymeow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tubanten.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trewe.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomalaudan.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utox.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unixtime.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "technifocal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ubalert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "turpinpesage.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "troyfawkes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ushandbookapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "turn-sticks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiremoni.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ublaboo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uborcare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ultimate-memoryplus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ubi.gg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "training4girls.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ultimate-neuroplus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ukooku.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utopianconcept.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuning-werkstatt-nuernberg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ueberwachungspaket.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veryyounglesbians.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsukhani.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "user-new.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vacationality.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viacdn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "turkish.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urlscan.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vinetalk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ultimate-glow-skin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trafficologyblueprint.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vaeplatform.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vagmour.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ukozliku.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urban-culture.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valhallamovement.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "venicecomputerrepair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utw.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicorn.melbourne", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vagpartsdb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uyym.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "venalytics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tkonstantopoulos.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "v7.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ventizo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serverangels.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trisportas.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vaaddress.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vaclavambroz.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vimeosucks.nyc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voxml.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veggiefasting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urbanstylestaging.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "touray-enterprise.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viktor-machnik.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usafuelservice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vintazh.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vintageportgifts.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wabifoggynuts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voidptr.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "violetraven.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wasatchconstables.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vavouchers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vallei-veluwe.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "waslh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vagabond.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vakantienet.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vermogeninkaart.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webgears.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "villasforsale-bali.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "watsonwork.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weils.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vinarstvimodryhrozen.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thesocialmediacentral.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vasileruscior.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitaminler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webpublica.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "web404.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whereiszakir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wholesalecbd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wabatam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webais.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vyvybean.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vehicleuplift.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vegis.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tipiakers.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "walterlynnmosley.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wifipineapple.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voipsun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wahrnehmungswelt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "welkers.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrijstaandhuis-in-friesland-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whiteink.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "we-run-linux.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webuni.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "we-use-linux.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winbuzzer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "windholz.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "windwoodmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wemakeonlinereviews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webhelyesarcu.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werner-ema.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wispsuperfoods.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrijstaandhuis-in-alphen-aan-den-rijn-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "treasuredinheritanceministry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whoneedstobeprimaried.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "walkhighlandsandislands.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wifimapa.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ts-publishers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wonderhowto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winphonemetro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whisky-circle.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wenz.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "westlights.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tpolemis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wimbo.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wilhelm-nathan.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worldsgreatestazuredemo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wheatley.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wellness-gutschein.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x69x.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x-power-detox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wiretime.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xerblade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visaop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xkcd.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "willeminfo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpblog.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wissl.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wilane.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wirelesswatch.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x378.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xgusto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x69.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winter-elektro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wsyy.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xgn.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wsb-immo.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xhadius.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worldwhisperer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--brneruhr-0za.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vmgirls.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpldn.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xxx3dbdsm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--cck4ax91r.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xxxladyboysporn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--rtter-kva.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wokeai.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "web-wave.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vpsdream.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--srenpind-54a.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--seelenwchter-mcb.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vaalmarketplace.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wuyue.photo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "writeandedit-for-you.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xombitmusic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn----8hcdn2ankm1bfq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpandup.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wtpmj.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--berwachungspaket-izb.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--90accgba6bldkcbb7a.xn--p1acf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xninja.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youdungoofd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yukonrefugees.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeds-official.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wildcard.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xor-a.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yohanesmario.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yuxingxin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yagi2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhangsir.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhen-chen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xxiz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xombitgames.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yd.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xvt-blog.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webdesignplay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zamis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yomepre.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "woi.vision", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xehoivn.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zwartendijkstalling.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zawo-electric.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zrt.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoimise.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yama.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zuzumba.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yourgames.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zootime.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoiyado.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zbetcheck.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--t8j2a3042d.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ziroh.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zootime.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zwalcz-cellulit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ziegler-heizung-frankfurt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wine-importer.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--v6q426ishax2a.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhangfangzhou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xynex.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "willemsjort.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worldsoccerclips.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webhostplan.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yveshield.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zivava.ge", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zymmm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yourhair.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--6cv66l79sp0n0ibo7s9ne.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xpenology-fr.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yin.roma.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xperiacodes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zenwears.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "watermonitor.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yugege.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zenfusion.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0x00ff00ff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "100kredite.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1091.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "112hz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "123share.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1kmi.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1s.tn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "281180.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2bizi.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2fraud.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3ags.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3chat.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3dproteinimaging.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "9651678.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a3workshop.swiss", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abdullah.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abhisharma.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abnehmen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "absinthium.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abundent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acaonegocios.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adoge.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adrianbechtold.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adrianmejias.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agowa.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aktivace.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aktivierungscenter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alauda-home.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alghanimcatering.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alix-board.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allamericatrans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allcapa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allods-zone.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alpe-d-or.dyn-o-saur.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alpha-assistant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alphapengu.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alpharotary.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alphasall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "altaide.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alteqnia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amazili-communication.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amethystcards.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anankecosmetics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ancient-gates.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewyg.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "androidprosmart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anendlesssupply.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anglertanke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ankarayilmaznakliyat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ankarayucelnakliyat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annasvapor.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ansas.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anthony-rouanet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antipa.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antragsgruen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apartmanicg.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apila.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aposke.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aposke.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "applesana.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apu-board.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aqilacademy.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "archii.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "armsday.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arod.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aroundme.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artforum.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artisavotins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arturrossa.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arvindhariharan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arvindhariharan.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ask.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "askv6.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aspiescentral.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aspisdata.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asr.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asucrews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aus-ryugaku.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autobedarf.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autoshinka72.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aux-arts-de-la-table.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bacimg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "badseacoffee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bagiobella.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bakkerinjebuurt.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baldur.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barnabycolby.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baugeldspezi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bayer-stefan.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bayerhazard.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bbwf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beauty-italy.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beccajoshwedding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beelen.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beersconf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belarto.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belarto.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belarto.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belarto.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belarto.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belarto.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belarto.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belegit.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belua.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benabrams.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beoordelingen.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bernd-leitner-fotodesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bernd-leitner-fotodesign.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bernd-leitner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestleftwild.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betformular.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bets.gg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betsyshilling.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bettflaschen.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bfd.vodka", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biester.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bigbbqbrush.bid", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biilo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "billrusling.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin-india.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinindia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitmainwarranty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackmirror.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bloomzoomy.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boatme.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bocamo.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "booq.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boozinyan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bottaerisposta.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bracho.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brambogaerts.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brandonhubbard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brio-shop.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brn.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brookframework.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsg-aok-muenchen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "budolfs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buildbytes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buildingclouds.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buildingclouds.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buildingclouds.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bulkbuy.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burcevo.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buzztelco.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "by77.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "by777.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypass.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cafelandia.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cafeobscura.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caketoindia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calaad.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calcworkshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campertrailerfinance.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "camsanalytics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canalsidehouse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carddreams.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carddreams.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carddreams.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carddreams.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cardxl.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cardxl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cardxl.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cardxl.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "careeroptionscoach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cartesentreprises-unicef.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cartesunicef.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cathosa.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdburnerxp.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "censurfridns.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "censurfridns.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "certificatedetails.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cf-ide.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chancat.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chartsy.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chat40.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatfacile.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatt-gratis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chiaseeds24.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chorkley.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chorkley.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "choruscrowd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chriskirchner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christian-host.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christianforums.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christianhospitaltank.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christmascard.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christoph-conrads.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "churchux.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "churchwebsupport.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cinq-elements.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cinq-elements.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "circu.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "citywalkr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ckennelly.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "classics.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "click-licht.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmweller.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coconutoil24.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "code.taxi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colaborativa.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colibris.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comfypc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "controlbooth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cooko.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coole-meister.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corkyoga.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corporateinfluencers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cpaneltips.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cphpvb.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "craftmain.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crawcial.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creativebites.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creativecommons.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creativeink.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creators-design.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creerunsitepro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cristarta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryoit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csvalpha.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyberdos.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d-toys.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d4rkdeagle.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "damasexpress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daniel-mosquera.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danielsblog.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danielstach.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danoz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daracokorilo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dart-tanke.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dart-tanke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidschadlich.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidschlachter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dbdc.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dclaisse.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deadc0de.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decstasy.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deidee.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deleidscheflesch.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "der-gardinenmann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "derbyshiredotnet.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "derstulle.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "design-tooning.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "destinationsofnewyorkstate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "develop.fitness", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devpgsv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dicando.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diegorbaquero.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diemattels.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digdata.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digired.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dingcc.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "disco-crazy-world.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "discoveryballoon.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "docline.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "does.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dominomatrix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dooby.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dosenbierrepublik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dosenkiwi.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doska.kz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doska.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doublethink.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doxcelerate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drabben.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dragon-hearts.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dragonsmoke.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dreiweiden.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drheibel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drostschocolates.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dugunedavet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duongpho.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dylankatz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-hon.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ead-italia.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "earlyyearshub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eattherich.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edisonnissanparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "einheft.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "einsatzstiefel.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ekedp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "electionsdatabase.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emmagraystore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emmaliddell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emperor.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "englishyamal.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enjoymayfield.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ensage.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erad.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "escael.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "essplusmed.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eurocomcompany.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eurotime.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evtripping.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ewus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exousiakaidunamis.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ezgif.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faderweb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faldoria.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "famvangelder.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fantasyspectrum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "farwat.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fashionweekweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fastworx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fckd.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feastr.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feedstringer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "felixkauer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ffprofile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "figura.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "film-tutorial.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filterlists.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finform.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firmenverzeichnis.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "first.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firstfinca.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flagfic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flavr.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "floffi.media", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foej.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forexchef.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forstprodukte.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forty-two.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forumvoordemocratie.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foto-leitner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foto-leitner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fotoleitner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fotoleitner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fotostudio-leitner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fotostudio-leitner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "found.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fragstore.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "franckyz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freddythechick.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freeinoutboard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freesms-online.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fruchtikus.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuckcf.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fullytrained.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuorifuocogenova.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "futurope.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "g10e.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gaasuper6.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gabemack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gaku-architect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "galinas-blog.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamerz-point.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garda-see.mobi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gargazon.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gearev.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geekzone.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gelb-computer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gfk-kunststoff-luebben.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ghislainphu.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giduv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giochi-online.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "girlan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glamour4you.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalhorses.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalinsights.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gnwp.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goapunks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goededoelkerstkaarten.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gohongi-katakori.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goldegg-training.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gradsm-ci.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gratis-app.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grettogeek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grow-shop.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grusenmeyer.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gtcprojects.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guesthouse-namaste.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guim.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guineafruitcorp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gulleyperformancecenter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gylauto.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackercat.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "handleidingkwijt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "handmade-workshop.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "happyagain.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hashi.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haxdroid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haxon.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hayashi-rin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heartycraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hechamano.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heimonen.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hennecke-forstbetrieb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "highspeed-arnsberg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hobby-drechselei.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoesnelwasik.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoffens.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holzspielzeug-shop.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homeclouding.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homeofjones.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoto.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hrabogados.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hs-arbeitsschutz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hukkatavara.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hypothes.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibcmed.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iclinic.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iconomi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icpc.pp.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "id7.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idtheft.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imga.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immobilien-badlippspringe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "impactfestival.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inceptionradionetwork.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infinitioflynnwoodparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infopagina.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inglesnarede.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inobun.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internetaanbieders.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intl-webs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iojo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iostream.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipfirebox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irenekauer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irugs.com.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isonet.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "istheinternetdown.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isthnew.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "it-cave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jacobi-server.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jahanaisamu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamberrynails.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jan-bucher.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jan-rieger.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jan-von.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "janjoris.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "je2050.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeil-makes.co.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jekhar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeweet.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jewellerydesignstore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jhcommunitysports.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jimmynelson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jko.works", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jnm-art.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joa-ebert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnkastler.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnroberts.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jongha.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joshua-kuepper.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justgalak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justinellingwood.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jwatt.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jwe.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "k258059.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaiyuewu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kangooroule.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karabas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karjala-ski.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karneid.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kasei.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kastankaoffice.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kastelruth.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katalogbutikker.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katedra.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kc-holzfaeller.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keeperklan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kenvix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kerstkaart.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kerus.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kf7joz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kieranjones.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiesuwkerstkaart.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "killerit.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kipin.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kniga.market", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kolkataflowermall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kowarschick.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ktube.yt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kucnibudzet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kurschies.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kusdaryanto.web.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "l0re.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lambauer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lanna.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lastrada-minden.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "law-peters.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lawrence-institute.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leafandseed.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leaseit24.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leaseit24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leasit.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leasit.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lebrun.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legiscontabilidade.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legland.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "les-voitures-electriques.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "letteringinstitute.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leveredge.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libre.university", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lickthesalt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lihaul.dnsalias.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "litcomphonors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "litemind.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liveperformersmeeting.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livesure.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lixiang.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "log2n.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logfile.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "low-diets.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lpgram.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ltransferts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ludwig.click", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lupinencyclopedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luxuryweddingsindonesia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lzahq.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macha.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mader.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magazin3513.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mainechiro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "makeit-so.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malmstroms-co.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mapblender.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maplanetebeaute.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcus-scheffler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "margan.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marienschule-sundern.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mariposah.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marlosoft.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martin-mattel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matchatea24.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "material-world-fuyouhin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxbruckner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxbruckner.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxibanki.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maximdens.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maximiliankaul.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxkaul.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "may24.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mbs-journey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcneill.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meany.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediafinancelab.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediawin.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meduza.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meerutcake.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "megagifs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mehrleben.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melchizedek-forum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melvinlammerts.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meme-photostudio.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "memorytrace.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meransuedtirol.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "messer24.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "messymom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "metasquare.nyc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mhalfter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaeldemuth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michal-spacek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michal-spacek.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mijnkerstkaarten.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mimeo.digital", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mimithedog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mimoderoupa.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minacssas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mipapo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "missualready.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mistybox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miyako-kyoto.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mk89.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mo.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobilebay.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobileritelushi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobiwalk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modelservis.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moellers.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moellers.systems", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monalisa.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "motohell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "movie-cross.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mpsoundcraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mrawe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mredsanders.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mrsk.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mtcq.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mts-energia.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mts-server.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mtsolar.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "multitek.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "my-demo.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "my-dns.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myimds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mythicdelirium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myvacompany.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naam.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nadelholzkulturen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nagel-dentaltechnik.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nakama.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nanpuyue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nasmocopati.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nasralmabrooka.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naturecoaster.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naturheilpraxis-p-grote.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naude.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nearbiwa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nediyor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nekowa.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neonnuke.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nepovolenainternetovahazardnihra.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "net-navi.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newspsychology.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niagara.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicic.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ninaundandre.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nirudo.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nodum.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nolimitsbook.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nordic-survival.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nostraspace.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notar-glagowski.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notar-glagowski.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notar-peikert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notarankastojkovic.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notarobot.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notrecourrier.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nudel.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nullday.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nweb.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nyloc.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nyored.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "o3.wf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "object.earth", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oklahomamoversassociation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onee3.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ontheten.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ooooush.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opendataincubator.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "operad.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orchidsforum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oreshinya.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orovillelaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oscloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "osereso.tn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ospree.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otellio.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otellio.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "outka.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ozoz.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pablocamino.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pagina.com.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "painefamily.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pantallasled.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paradiesgirls.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paratxt.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "payboy.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pbbr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pecker-johnson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "penaugustin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pet-life.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pflegedienst-gratia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phuket-idc.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pic.sr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piclect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.cat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pires.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plainmark.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planmemberpartners.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plassmann.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plugboard.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pluslink.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plymouthglassgallery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pocatellonissanparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pokl.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "portalm.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "portofacil.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "powdersnow.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "power-tools24.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poweredbyiris.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "preciouslife.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "premaritalsex.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prenatalgeboortekaartjes.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prepaidkredietkaart.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pressenews.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "printf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "promedicalapplications.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proxydesk.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proxydesk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pson.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ptrbrs.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purplewindows.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "put.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puzzle-welt.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pwnsdx.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quinoa24.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quizmemes.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rafey.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raiblockscommunity.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rc-shop.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rchrdsn.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "receptionsbook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reeson.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reeson.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reeson.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reeson.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "registrar.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regnr.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "religiousforums.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reqognize.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "residence-simoncelli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "restoran-radovce.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "restoreresearchstudy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rf.tn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "richardrblocker.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robertg.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robomonkey.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roten.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rounda.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "royal-forest.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rublacklist.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruerte.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruht.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ryazan-region.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ryuu.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rzegroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saabwa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sackmesser.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saier.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salde.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salzamt.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sam-football.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sand-islets.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sauerland-schnittgruen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saxojoe.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scheinlichter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scherfke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schlachter.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schmitt-max.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schreinerei-wortmann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schroeder-immobilien-sundern.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schwetz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scitopia.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "score-savers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scriptgates.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sebastian-janich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secondbyte.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "section-31.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sellajoch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sendai-sisters.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "senmonsyoku.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seoagentur2go.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sergije-stanic.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sexgarage.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sexmobil.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sfashion.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadesofgrayadr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadesofgraylaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sheaf.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sheehyinfinitioftysonsparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shellday.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shift-to.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shishamania.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shop-s.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shopcoupons.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shopcoupons.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shypp.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sianimacion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siggerudklatreklubb.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siku-shop.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silashes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "singaporemint.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sitecloudify.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sk-net.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skiinstructor.services", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skischule-wildewiese.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skommettiamo.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skpdev.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skyrunners.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skyvault.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snafu.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sofa-rockers.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solar-aydinlatma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solipym.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soljem.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sonja-kowa.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soumya92.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soundabout.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "southlakenissanparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spackova.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spam.lol", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spielland.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spirella-shop.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "springerundpartner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sslping.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stalkerteam.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stamparmakarije.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starcafe.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stargarder-jungs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "startlab.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "state-of-body-and-mind.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steem.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stefan-bayer.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stefanbayer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stem.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stenzhorn-cloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stepanvanek.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steuerkanzlei-edel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strefapi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studport.rv.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stuka-art.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stuvel.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svennd.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swd.agency", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swu.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syleam.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "symphonos.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syncclinicalstudy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syspen.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sysystems.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "t2000headphones.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talentuar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talktodarcy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tangoalpha.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tdfbfoundation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teamcombat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teammathics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tech-blog.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telefon.report", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "testbirds.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tfle.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tgod.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theavenuegallery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thecodeninja.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thehoopsarchive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thelinuxtree.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themoneyconverter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thepcweb.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theresa-mayer.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thinkingandcomputing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thundercampaign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thunraz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thw-bernburg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tierrarp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tijden.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiledailyshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiliaze.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiliaze.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timebox.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timoxbrow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tinkerboard.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tittarpuls.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmhlive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobiassachs.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tofa-koeln.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tofe.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomdudfield.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tortugalife.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "totobetty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "totot.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "touchscreen-handy.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tpms4u.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trabajarenperu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tracalada.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transl8.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travel-kuban.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trendisland.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trigular.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trileg.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tripinsider.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsironis-olivenoel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsundere.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tube.tools", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tudorproject.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tupizm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tver-msk.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tweakersbadge.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twlan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ucangiller.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.bet", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.blue", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uncensoreddns.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uncensoreddns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicef-karten.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicefcards.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicefcards.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicefcards.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicefcards.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicefcards.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicefcestitke.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicefkaarten.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicefkaarten.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicefkartkidlafirm.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicefkepeslapok.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicefkort.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicefvoscilnice.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unix.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urbanietz-immobilien.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urbexdk.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "url0.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urlaub-leitner.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "useyourloaf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uwstartups.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "v1sit0r.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vackerbetong.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vacuumpump.co.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vadodesign.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vandeput.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vaphone.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vawebsite.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "villek.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vow.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wadidi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "waelisch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wapt.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "warezaddict.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wasil.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webdeflect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webexp.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webninja.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webreslist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weddingfantasy.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weideheuvel.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wekibe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wenger-shop.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werbefotograf-leitner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werbefotografie-leitner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werkstattkinder.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wheresben.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whiteshadowimperium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wieckiewicz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "windelnkaufen24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wineworksonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "witneywaterpolo.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wlci.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wmkowa.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wolfram.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wollekorb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpsharks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wstx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wxh.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xd.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xenoworld.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xeonlab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xeonlab.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--cck7f515h.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--cctsgy36bnvprwpekc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--jbs-tna.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--love-un4c7e0d4a.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--manuela-stsser-psb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mllers-wxa.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--tda.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xr.cx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xzclip.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yangjingwen.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yinglinda.love", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yomena.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoru.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youcanmakeit.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youhavewords.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yu7.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubiking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yyc.city", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zamos.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zby.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zdenekspacek.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zdravotnickasluzba.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhang.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhikin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zillertaleralpen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zircode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zobraz.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zolokar.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zone39.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zudomc.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zxtcode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zync.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "00wbf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0222.mg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "023838.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "040fitvitality.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "046569.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "048.ag", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0day.agency", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0f.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0w0.vc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0x4b0c131e.pub", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0x539.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0yen.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "10x.ooo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "11loc.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1212873467.rsc.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "125m125.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "130.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "132kv.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "13826145000.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "14x3.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "16164f.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "16deza.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "173vpn.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "195gm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1981612088.rsc.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1it.click", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1scope.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "21x9.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "24-7.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "256k.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2c-b.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2c-d.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2c-e.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2c-t-2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2c-t-7.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2c-t-8.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2fm.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2mb.solutions", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "31klabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "341.mg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3555aa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3778vip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "379700.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3circlefunding.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3dcart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3dprintsondemand.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3haeuserprojekt.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3haueserprojekt.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3phase.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3trees.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "404forest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "404notfound.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "49889.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4freepress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4hvac.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4plebs.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "5c1fd0f31022cbc40af9f785847baaf9.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "64616e.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "6541166.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "6542277.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "6548855.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "6548877.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "660011.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "6t-montjoye.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "771122.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "7careconnect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "7nw.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "7trade8.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "89955.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8svn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "91-freedom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "9uelle.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a-1indianawaterproofing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a2a.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a2it.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aa7733.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aandeautobody.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aariefhaafiz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aaronhorler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abasky.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abi-fvs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abigisp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolicionistas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolition.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolition.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionism.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionism.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionism.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionism.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionism.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionist-project.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionist.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionist.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionist.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionist.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionist.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionistparty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionistproject.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionniste.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abolizionista.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abouthrm.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aboutict.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aboutlegal.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aboutmedia.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aboutspice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "absoluterush.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "absolutewaterproofingsolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ac-admin.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "academytv.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accentthailand.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accesloges.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acecerts.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acerislaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "achterhoekseveiligheidsbeurs.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acrepairdrippingsprings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acs-chantal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "actiontowingroundrock.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "active-escape.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "addicional.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adlerweb.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "admongo.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adrafinil.wiki", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adriancohea.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advantagehomeexteriors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aegisalarm.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aegisalarm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aegisalarms.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aegisalarms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aerandir.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aertel.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aesym.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aetherc0r3.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afdkompakt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "affiliatetest.azurewebsites.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "affordableracingparts.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ag-websolutions.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agenciadeempregosdourados.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agent6.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agiley.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agtv.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agung-furniture.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aheng.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ahlaejaba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aicial.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aikido-club-limburg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aiponne.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airdur.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airicy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airplayradio.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airpurifierproductsonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aixxe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ajarope.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ajces.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aka.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akamon.ac.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akihito.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akita-boutique.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akita-stream.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akoya.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alamgir.works", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alb-flirt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alcnutrition.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aldous-huxley.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aleksejjocic.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexcoman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexdodge.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexkidd.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexkott.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexpotter.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alibangash.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alicetone.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aljammaz.holdings", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aljmz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allamericanmuslim.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allcovered.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allensun.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allesrocknroll.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alliance-compacts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allmebel.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allthingsblogging.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aloalabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alpenjuice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alphabrock.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "altamarea.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "altbinaries.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "altercpa.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alternativedev.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alterspalter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alunjam.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alunonaescola.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alvosec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alwayslookingyourbest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "am8888.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amadoraslindas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ambiancestudio.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "americanfoundationbr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "americasbasementcontractor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amf.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amo-entreprise-et-commerce.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amorim.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "analgesia.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ancientcraft.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrerose.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrespaz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andreundnina.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewrgoss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "androidhry.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "androidkatalog.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "androidnovinky.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "androidtelefony.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "androidzone.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "androled.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andyclark.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andzia.art.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anedot-sandbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anginf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "angry.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "angrydragonproductions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "animacurse.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "animal-liberation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "animal-nature-human.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anime1.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "animeai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annemakeslovelycandles.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annicascakes.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annuaire-jcb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anothermilan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ansgar-sonntag.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ansgarsonntag.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anti-bible.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anticopyright.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antispeciesism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antispeciesist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anxiolytics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anymetrix.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anyon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apila.care", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aplikaceproandroid.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aplu.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apoil.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appninjas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apptomics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appzoojoo.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aprr.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apv-ollon.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aqsiq.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aqualifeprojects.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aquaundine.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "araratour.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arboleda-hurtado.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arcadiaeng.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arcaik.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arckr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "area536.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "argb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "argennon.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "argot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arijitdg.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arkbyte.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arlatools.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arsk1.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artbytik.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artesupra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aryan-nation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asana.studio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ashleakunowski.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ashleyadum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "astenretail.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "astronomie-fulda.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "at-one.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "athena-bartholdi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atkdesign.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atlantareroof.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atlantaspringroll.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atlantiswaterproofing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atomism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atviras.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "audialbuquerqueparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "augen-seite.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auri.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aurora-terraria.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aurorarecordings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "austinmobilemechanics.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "authinfo-bestellen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "author24.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "averen.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avonlearningcampus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avtoforex.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "awei.pub", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "awningsaboveus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axialsports.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axiomer.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axtux.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ayothemes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ayuru.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "b-b-law.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "b-space.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "babyliss-pro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "backenmachtgluecklich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "backgroundz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "backyardbbqbash.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bad.show", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "badam.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bakaproxy.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bakim.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "balnearionaturaspa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "banburybid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "banchethai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "banri.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baptistboard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bariller.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baropkamp.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barracuda.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barracuda.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "basculasconfiables.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "basementdoctornorthwest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "basilm.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bauunternehmen-herr.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bayer-stefan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bayer-stefan.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bayerstefan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bayerstefan.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bayerstefan.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bayherbalist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bazisszoftver.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bbimarketing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bbkworldwide.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bbrinck.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bcpc-ccgpfcheminots.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beadare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beagreenbean.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bee.clothing", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bee.supply", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bee.tools", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beekeeper.supply", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beekeeper.tools", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beekeeping.clothing", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beekeeping.tools", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beeswax-orgone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "begbie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belacapa.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belastingmiddeling.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belhopro.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belize-firmengruendung.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benbozsa.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benchcast.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beneri.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benjaminjurke.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benleemd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benscobie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bertholdsson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bertoliniodontoiatria.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "best10websitebuilders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestmodels.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestof1001.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betakah.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bethanyduke.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betshoot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beulen.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bevedo.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beveiligingscamerawestland.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beyond-rational.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bezoomnyville.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bezpecnostsiti.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bg-sexologia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bglsingles.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bharath-g.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biapinheiro.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biegner-technik.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biensenvue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bierochs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bike-kurse.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "billgoldstein.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "billionkiaparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bimmerlabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "binding-problem.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bingo-wear.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "binkconsulting.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biohappiness.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biomax-mep.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biometrics.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bioshine.com.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "birbaumer.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "birkengarten.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "birthdaytip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bissalama.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcantor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinec.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcointhefts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitmain.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitmaincare.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitmaincare.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitmainwarranty.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitmainwarranty.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitrush.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bixservice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bizniskatalog.mk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bizzi.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackdiam.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackdotbrewery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackgamelp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackys-chamber.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blazeit.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blink-security.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blinkspeed.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blogbooker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bloodsports.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bloomnbud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bltc.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bltc.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bltc.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluefrag.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blues-and-pictures.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bnty.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bobep.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boboates.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bogdanepureanu.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boldt-metallbau.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bollywood.uno", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bondagefetishstore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bondoer.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boneko.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonnebouffe.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonus-flexi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "book-in-hotel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "book-of-ra.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bookshopofindia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bookwitty.social", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "booox.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bootikexpress.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "borahan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "borg.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "born-to-learn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bornhack.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bosworthdental.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bottke.berlin", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bouah.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bouchard-mathieux.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bounceboxspc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boutiqueguenaelleverdin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boxdevigneron.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boyhost.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bpo.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bradlinder.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brahmins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "braiampeguero.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brain-force.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brainvoyagermusic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brasal.ma", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brasserie-mino.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brasspipedreams.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "breda.computer", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "breest.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "breeyn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brentnewbury.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brgins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brianroadifer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brisbanelogistics.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "britishbeef.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "britishmeat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brodowski.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brompton-cocktail.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bruna-cdn.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bs-network.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsdracing.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bslim-e-boutique.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsociabl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "btcpop.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "btnissanparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "btsow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buckypaper.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buildingcostestimators.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bulkingtime.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bullettags.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bullterrier.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bunadarbankinn.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bunny-rabbits.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bupropion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bureaugravity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burntfish.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burrowingsec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buryat-mongol.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bushbaby.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buyerdocs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "byronr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bytes.fyi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "byteshift.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bytesizedalex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c-rtx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cacao.supply", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cadman.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cafechesscourt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calculatoaresecondhand.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calltoar.ms", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "camp-pleinsoleil.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campeonatoalemao.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campingcarlovers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campula.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campuswire.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campwabashi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "canadiantouristboard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "candidasa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "candygirl.shop", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cannarobotics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caprichosdevicky.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capsogusto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "captalize.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capture-app.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "car24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carauctionsillinois.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carbon-designz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carck.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carisenda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carlife-at.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carlingfordapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carlovanwyk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carnet-du-voyageur.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carpliyz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cartoonhd.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casburggraaf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cashless.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casinolegal.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "castlecms.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catalin.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catbold.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catharinesomerville.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catnmeow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cav.ac", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cave-reynard.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cavedevs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cbd.supply", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ccu.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdn6.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ce-pimkie.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cebz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ceebee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cefak.org.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centerpoint.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centruvechisv.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cerber.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cgsshelper.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaisystems.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chalker.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "champ.dog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "champions.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chandr1000.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "changesfor.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chanoyu-gakkai.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaos.run", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaospott.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charbonnel.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charles-darwin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charlestonfacialplastic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charlipopkids.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charp.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaseganey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chateau-de-lisle.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatint.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatu.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatu.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatucomputers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatzimanolis.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "checkui.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "checkyourprivilege.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chez-janine.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chhory.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chiemgauflirt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "childcounseling.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chima.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chimpanzee.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chmsoft.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chodobien.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chook.as", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrisburnell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrismathys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christadelphians.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christiansayswords.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christophsackl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "churchwebcanada.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chziyue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cigar-cartel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ciicutini.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cima-idf.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cimfax.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cinemysticism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cioscloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cira.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "circ-logic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "citymoobel.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cityworksonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "civillines.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cjtkfan.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "claimconnect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "classteaching.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "claytoncondon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clearblueday.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clearchatsandbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cliftons.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clnet.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clojurescript.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "closelinksecurity.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "closelinksecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudpengu.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudwarez.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clounix.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clouz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clsimage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clubdeslecteurs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clusterfuck.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmcressy.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmskeyholding.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmskeyholding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmskh.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cnetw.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "co-factor.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cobrax.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "code-digsite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "code-golf.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codeeclipse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codeine.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codeit.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codesplain.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codestudies.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cogilog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cogniflex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coindatabase.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coinflux.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "col.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collabora-office.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collabora.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collaboracloudsuite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collaboraoffice.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collaboraoffice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colleencornez.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collision.fyi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coloppe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comeoncolleen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comestoarra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comiq.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comiteaintriathlon.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comm.cx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "commercialplanet.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "communitycodeofconduct.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "communote.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compassdirectportal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compassionate-biology.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "completefloorcoverings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "completesecurityessex.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "completesecurityessex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "complt.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "computerassistance.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "computertal.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conception.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "congz.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conservatoriesincornwall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consilium-vitae.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consiliumvitae.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consill.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "constructive.men", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "contextplatform.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "controltickets.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "convergnce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cookingbazart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coolerssr.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coramcdaniel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coribi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corinnanese.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corisu.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corozanu.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corrupted.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corsa-b.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cosplayer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "costow.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "countrybrewer.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "course.pp.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "courseworkbank.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "covermytrip.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cpbanq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cpbapremiocaduceo.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cplusplus.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cppan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cpqcol.gov.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crackorsquad.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "craftandbuild.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "craftination.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crandall.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crdmendoza.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creadstudy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creations-edita.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creativesurvey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creators.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "credex.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creepycraft.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crisissurvivalspecialists.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cristianhares.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crizin.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "croco.vision", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crop-alert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "croquette.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cruzeiropedia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryothanasia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crypted.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cs-colorscreed-betongulve.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cscau.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csgo77.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cstp-marketing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cubela.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cubia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cubia3.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuddlingyaks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuoc.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curacao-firma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curveprotect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curveprotect.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curveprotect.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "customwritings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cutimbo.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cvninja.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cwrcoding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyber-computer.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cybercecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyberwars.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyoda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyph.healthcare", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyph.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyph.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cypherpunk.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d00d.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d4x.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dabbot.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daciaforum.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dag-hebergement.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dai-rin.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dailyblogged.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dailyhealthguard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dailytopix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daiyuu.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dallinbryce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daltonedwards.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "damicris.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "damip.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danchen.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daniel-du.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daniel-kulbe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dankeblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dankredues.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danmark.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darkengine.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dartsdon.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datovyaudit.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dave-pearce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davecardwell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davepearce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davidpearce.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davros.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davros.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davy-server.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dawnbringer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dawnsonb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "day-peak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dblx.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dbpkg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dcaracing.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dccraft.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deanosplace.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "debtprotectionreporting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decidetreatment.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decodeanddestroy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decormiernissanparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deepvision.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defrax.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defrax.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deftnerd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "degen-elektrotechnik.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deinewebsite.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deinserverhost.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dejan.media", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "delhionlinegifts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "demilletech.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "demo.sb", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "denvercybersecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deontology.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "derive.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "desagaz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "design-fu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "designer-drug.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "desmo.gg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "despotika.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "det-te.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "detroit-english.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dev-aegon.azurewebsites.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "develop.cool", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devisonline.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dezintranet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "df1paw.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dgx.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dhlinux.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diagnosia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diamorphine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dicelab.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dicionariodegirias.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dicionariodelatim.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dicionarioetimologico.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "didierlaumen.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dierenartsdeconinck.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "differenta.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitalcloud.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dilichen.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dillewijnzwapak.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dimez.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dionysus.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "directorioz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "disciples.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "discover-mercure.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "discoverrsv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ditch.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diti.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diveidc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "divinegames.studio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dj-x.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "djc.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "djt-vom-chausseehaus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dlrsp.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dmarketer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dnstwister.report", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dobsnet.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "docabo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doclot.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "docxtemplater.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dolorism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domain-ermittlung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domenicocatelli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domesticcleaners.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domodeco.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "don.yokohama", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "donateway.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dorquelle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dostavkakurierom.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotconnor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotkniseandroida.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doubleup.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dr-www.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drach.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dragoncityhack.tips", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dragonkin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dragonwork.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drakfot.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drillion.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drinknaturespower.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "driven2shine.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drkhsh.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drms.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dropshare.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drunkscifi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drybasement.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drycleancoalition.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drycreekapiary.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dsm5.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dtk-vom-chausseehaus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dualias.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dubik.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duerls.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dukesatqueens.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dumbomove.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dunashoes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dunmanelectric.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duskopy.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dwworld.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dxm.no-ip.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dycem-ns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dylanknoll.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dynamicyou.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dynastic.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dynorphin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dynorphins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dysthymia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dyz.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-tune-mt.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-vau.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-wishlist.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e11even.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "earl.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eastarm.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "easyproperty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebayinc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebooksgratuits.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecelembrou.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecodigital.social", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecolala.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "econativa.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "economy.st", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eden-mobility.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "educatio.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eductf.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edumundo.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edwar.do", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edwardspeyer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eer.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eerstejaarsweekend.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eez.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ef-georgia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "effective-altruist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eigo.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "einfachbahn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "einhorn.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eintragsservice24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eisaev.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ejgconsultancy.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ekonbenefits.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eldritchfiction.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektro-adam.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektro-metz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektrobusch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elements.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elephants.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eletesstilus.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elite-box.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elitecovering.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eltair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eltransportquevolem.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elytronsecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "embroidered-stuff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emi.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emirichardson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emmehair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "empathogen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "empathogens.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emperor-penguin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emperor-penguins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emw3.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "endoftennancycleaning.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "energyelephant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enfantsdelarue.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enfield-kitchens.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enfu.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "englishcast.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enjoystudio.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "entactogen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "entryboss.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "entrypoint.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eocservices.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epicmc.games", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epolitiker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "equalcloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "er.tl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erinaceinae.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eriser.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erotic4me.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ershiwo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esball888.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "escortmantra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esdenera.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esdiscuss.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esh.ink", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eskdale.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "espo.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etenendrinken.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etherpad.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etys.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etzi.myds.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "euchre.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eugenetech.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.com.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eujuicers.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "europeanwineresource.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eurovision.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evasioncreole.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evecalm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eventsafrica.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "everyday.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eveshaiwu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evok.com.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evosyn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exampleessays.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expert-korovin.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exploit.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expo-europe.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "express-shina.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expressmarket.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eyecandy.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eyeglasses.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "f42.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "f5nu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fabriko.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "facciadastile.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "facesnf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fairviewmotel-simcoe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "falkus.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fame-agency.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "familyreal.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fantasticgardenersmelbourne.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fantastichandymanmelbourne.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fantasticpestcontrolmelbourne.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faroes.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faroes.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "farsil.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fastbackmbg.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fbcopy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fbi.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fdlibre.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "featherweightlabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fedn.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feelgood-workouts.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "femtomind.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fence-stlouis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feras-alhajjaji.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ferticare.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fertila.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feschiyan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ff-getzersdorf.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fhsseniormens.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ficklenote.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fickweiler.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fifichachnil.paris", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "figura.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "file-cloud.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fileio.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fillitupchallenge.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fillo.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filmesubtitrate2017.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filmreviewonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finalvpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finelovedolls.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fintechnics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firebugmusic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "first-house.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fishbattle.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fishbattle.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fishserver.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fishtacos.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fitchannel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fitea.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fivestepfunnels.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fixmyalarmpanel.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flairbros.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flaretechnologies.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flashgot.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flatbellyreview.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flatpackmates.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flightdeckfriend.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flirt-norden.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flood.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "floriankarmen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "floridaderi.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "floriswesterman.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fluidmeterusa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fluoxetine.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flux.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flybunnyfly.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flyingrub.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fmapplication.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fminsight.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "focusministries1.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fokan.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fol.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forcamp.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forces.army", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foregroundweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foreverssl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "formation-assureur.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "formersessalaries.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forrestheller.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forsyththeatre.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fortress.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forty8creates.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foryourhealthybody.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fosdem.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fossgruppen.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fotostravestisbr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fourwheelpartloanssimple.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fragilesolar.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "franchini.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "franchini.engineer", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "francois-vidit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "francoiscarrier.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frandor.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "franksiler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frasesaniversarios.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frasesytarjetas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frau-inge.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fraudmarc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fredtec.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freeasyshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freedev.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freegutters.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freifahrt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freifunk-in-solingen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freifunk-lindlar.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freifunk-remscheid.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freshdesigns.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freshmaza.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "friedrich-foto-art.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "friedsamphotography.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frinkiac.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "front-end.dog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frontline6.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frugalmechanic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frumious.fyi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fsckd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fudanshi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fukuoka-cityliner.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fulilingyu.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuliwang.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "funfunmstdn.tokyo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fungame.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "funspins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "furkot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "furkot.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "furkot.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "furkot.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "furkot.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "furkot.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "furnishedproperty.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "furtivelook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "futbolvivo.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "g1jeu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gaflooring.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gagnerplusdargent.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gainesvillegoneaustin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gajas18.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "galileanhome.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gameconservation.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gameparagon.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamestats.gg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamhealth.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gandalfthefeline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garage-meynard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garanteasy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gardencarezone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garycarmell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garywhittington.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gastauftritt.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gauche.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geborgen-wachsen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geeks.berlin", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gem-info.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gemuplay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "general-anaesthetics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "general-anesthesia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "generationgoat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genetargetsolutions.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genetidyne.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genoog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genosse-einhorn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geoffdev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geoffmyers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geoponika.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "george-orwell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "georgiaglassrepair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gerardobsd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gereja.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "get-cctv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geta.pub", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getfuturama.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getnib.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getsilknow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getspeaker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getwarden.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gfast.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ggdcpt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ggs.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giant-panda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giant-tortoise.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gibraltar-firma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gigantism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gigawattz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gina-architektur.design", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giraffes.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "girsa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gistr.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "git.market", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gitstuff.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "given2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giverang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gizmo.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gjengset.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glasslikes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glenhuntlyapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalbridge-japan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalchokepoints.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globaltennis.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalvisions-events.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glueck-im-norden.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glyxins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gocleanerslondon.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "godrealms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "godsofhell.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goedeke.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gofoiayourself.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goldendawnapersonalaffair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gondawa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gongjianwei.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gongjuhao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "good-tips.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goodfurday.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "googleandroid.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gopher.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gorillow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gorky.media", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gouldcooksey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gourmettia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gouv.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "graeber.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grapeintentions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greditsoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greenesting.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greenesting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greenglam.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greengoblindev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greenvpn.ltd", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gregmartyn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gregorykelleher.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grevesgarten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grillteller42.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "groenewoud.run", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grow-shop.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gruenprint.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gsmsecurity.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gt-mp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gt-network.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gufen.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guge.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guid2steamid.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guildofmusicsupervisors.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guillaumecote.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guillaumematheron.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gulfcoast-sandbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guusvandewal.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gymhero.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gympap.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gzitech.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gzpblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "h2u.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "h3x.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "h3z.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackademix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackanders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackbarth.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hacker.deals", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackgins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackingdh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackroyale.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackyourfaceoff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hadrons.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haefligermedia.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "halacs.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "halligladen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hallucinogens.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "halyul.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hammer-sms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hamsters-uk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hamu.blue", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "handcraft.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "handgelenkbandage-test.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "handsandall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "handymanlondonplease.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hangtenseo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hanksservice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "happycarb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hapsfordmill.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hardesec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hardforum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hardrain980.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harrymclaren.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hasabig.wang", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hasalittle.wang", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hashcat.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hashish.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hauntedhouserecords.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "havenmoon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haz.cat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hcbj.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hd-only.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hd-outillage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hdf.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hdserver.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "health.graphics", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "healthyandnaturalliving.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "healthyfitfood.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hedonism.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hedonistic.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hedonium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hedweb.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hefengautoparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heidisheroes.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hellofilters.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hellothought.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helsingfors.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hendyisaac.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hentai.design", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "here.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hermes-servizi.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heroin.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heroku.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hessen-liebe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hetmeisjeachterpauw.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hex.bz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hexobind.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hideallip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hieu.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "highgrove.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hightechbasementsystems.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "highwaytohoell.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hijoan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hikagestudios.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hikingguy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiphop.ren", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hipnos.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hippomovers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hippopotamuses.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hire-a-coder.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hirefitness.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hirokilog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiwiki.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hjartasmarta.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hjf-immobilien.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hknet.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hkustmbajp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hobaugh.social", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hochoukikikiraku.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hochzeitshelferlein.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hodamakade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hodgephotography.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoeft-autolackierung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holebedeljek.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holymolycasinos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holywhite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homeandyarddetailing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homecarpetcleaning.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hongyd.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoppyx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostgigz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostmodern.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostserv.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hottaro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "houdremont-la-courneuve.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "house-sparrow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "houseboydesigns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "how2play.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "howtofreelance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "howtolaser.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hpepub.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hppub.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hppub.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hppub.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hrk.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hrtraining.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "httpsecured.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huangguancq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huduser.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hulsoft.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "human-clone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "humanenrich.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "humanzee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.foundation", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "humblebeeshop.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hummy.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "humortuga.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hundter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huntingdonlifesciences.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huwcbjones.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hylians.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hyperalgesia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hypersomnia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hyperthymia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hysg.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iadttaveras.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ialis.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iamsoareyou.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibexcore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibnw.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icanhasht.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ich-mach-druck.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ictpro.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iddconnect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iddconnect.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idealmoto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idealwhite.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idmanagement.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iemas.azurewebsites.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ignatovich.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ignatovich.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ikkoku.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilamparas.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilamparas.com.ve", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilazycat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "illuminationis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilya.pp.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "im-design.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "im66.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imadalin.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imaginair.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imanhearts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immanuel60.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immo-vk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immobilien-wallat.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immortal.run", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "impulse-clan.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "incowrimo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indarceky.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "index-games.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indian-elephant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indiawise.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indiemods.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indien.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "industreiler.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inficom.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infinitiofaugustaparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infinityengine.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "info-bay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infranix.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infrapirtis.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ingeeibach.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inishbofin.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inmaps.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inmusrv.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "innerfence.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "innsalzachsingles.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inscript.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "int-ma.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "integralkk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intelligence-explosion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interiordesignsconcept.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interlocal.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "international-arbitration-attorney.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internationalfashionjobs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internethealthreport.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internshipandwork.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internshipandwork.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intersectraven.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interseller.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intracom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inventionsteps.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "investingtrader.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipal.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipbill.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipvsec.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iranianholiday.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irc-results.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irf2.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irinkeby.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irisdina.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irland-firma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irritant.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isaacpartnership.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isaacphysics.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isecrets.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ishadowsocks.ltd", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ishiharaken.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isil.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isisfighters.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isitnuclearwaryet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "islam.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "islazia.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isliada.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ismat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ismetroonfiretoday.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isn.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isoroc-nidzica.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isowosi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "issue.watch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "istsi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isv.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itactiq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itamservices.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itchimes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iteecafe.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itmanie.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itnews-bg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itproject.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itshka.rv.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itsupport-luzern.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivvl.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iz8mbw.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "j8y.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaakkohannikainen.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaan.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jability.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jacobdevans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamanji.com.ng", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "james-bell.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesaimonetti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesevans.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jammucake.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamyeprice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jan-daniels.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "janiat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jann.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jardiniersduminotaure.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaredfraser.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "java-board.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "javan.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "javfree.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaxageto.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaycouture.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jbelien.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jbelien.photography", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jccars-occasions.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jdoiron.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeannecalment.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeffri.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jefrydco.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jelewa.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jellybeanbooks.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jens.hk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeremybentham.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jerrypau.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jesuisadmin.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jgke.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jgwb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jgwb.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jhollandtranslations.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jiogo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jiyue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jiyusu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jjvanoorschot.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jmpmotorsport.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jmvbmx.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jmvdigital.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "job-offer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jodel.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joecod.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joedinardo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joerg-wellpott.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johannaojanen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johannes-bauer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johannes-zinke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jomp16.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonandnoraswedding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonathansanchez.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonilar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jordankmportal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jordanscorporatelaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jordanstrustcompany.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joshharkema.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joshplant.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joshschmelzle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jovani.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jpshop.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jreinert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jrtapsell.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jslidong.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juan23.edu.uy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juergen-elbert.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juka.pp.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "julegoerke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "julian-weigle.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "julianweigle.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "julie-and-stevens-wedding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jumbster.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "junglegoat.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justboom.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justiceforfathers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justwood.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juvenex.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaboom.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kabu-abc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kack.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaigojj.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kalastus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kallies-net.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kangaroos.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karamomo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karanjthakkar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karenledger.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karlbowden.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karloskontana.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karn.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karuneshjohri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katiechai.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katrinjanke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kattenfun.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kattenfun.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaweus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kayipmurekkep.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kazumi.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kbb-ev.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kbfl.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kela.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kellygrenard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kemptown.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kemptown.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kemptown.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kermadec.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kernelpanics.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ketamine.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kevinhill.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kevinlocke.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kewego.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keyholdingservices.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keyinfo.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "khaganat.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kheshtar.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kibibit.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kibriscicek.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kickasscanadians.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiekko.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiel-kind.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kikbb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kineto.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kingclass.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kingdomcrc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kintoandar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kirainmoe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kisallatorvos.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kisstube.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kjg-bachrain.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kjoglum.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klanggut.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klean-ritekc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kleaning.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kleinfein.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klocker-ausserlechner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knab-networks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knowlevillagecc.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koalas.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koboldcraft.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koifish.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "konventseliten.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "konyalian.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kooponline.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kori.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "korono.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kotomei.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kovaldo.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kovals.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kpn-dnssec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kraft.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kraigwalker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krambeutel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krampus-fischamend.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kreza.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krinetzki.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kronaw.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kryglik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ksero.center", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kucheryavenkovn.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuechenplan.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuhn-elektrotechnik.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuroisalva.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kurona.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kutinsoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kvalitnitesneni.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kvn.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kvt.berlin", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kwipi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kyonagashima.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kyoto-tomoshibi.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kyunyuki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "labande-annonce.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lacarpesaintaubinoise.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lachlan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lacledelareussite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laltroweb.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lamakat.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lanauzedesigns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lanzamientovirtual.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lanzarote-online.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laranara.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lariscus.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lasertechsolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lateliercantaldeco.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lathen-wahn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lauchundei.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laufpix.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laurasplacefamilysupport.org.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lawnuk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ldcraft.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "le-palantir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "le23.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lebourgeo.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lechaudrondupertuis.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leebiblestudycenter.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leebiblestudycenter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leebiblestudycentre.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leebiblestudycentre.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leebiblestudycentre.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leebiblestudycentre.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leflibustier.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legit.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legymnase.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leipzig.photo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lelubre.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lenagroben.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lennarth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lenspirations.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lepenetapeti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "les-pingouins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lesancheslibres.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lespecialiste-pradelexcellence.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lessets-graphiques.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lets.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lettland-firma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "level-10.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "levermann.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lfaz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lgbt.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lgsg.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libremail.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libreoffice-from-collabora.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libreofficefromcollabora.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libstock.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liebestarot.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lied8.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liemen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifequotes-uk.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lignoma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lincdavis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lindo.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lindon.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lindskogen.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linux.sb", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linux3.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linuxforum.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linuxproperties.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liqd.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lisamccorrie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liskgdt.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "listage.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "littlewatcher.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livedesign24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liyin.date", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ljason.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lkp111138.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "llamasweet.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ln.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loandolphin.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lobivia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logic8.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loli.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lolicon.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "londongynaecologist.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "londonkeyholdingcompany.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lonelytweets.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loovto.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loss.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lostkeys.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lou.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "louisvillecarguys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loveandloyalty.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lovelive-anime.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loverepublic.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lowcostwire.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lowtherpavilion.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lra-cloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lsquo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lszj.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ltls.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ltu.social", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lubomirkazakov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lucasgymnastics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lucy.science", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lukeistschuld.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lumi.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lunartail.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luolikong.vip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lutoma.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lylares.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lyricfm.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lyuba.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m-22.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m-kleinert.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m0t0k1ch1.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m4570.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m4rcus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maartenderaedemaeker.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macandtonic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macaws.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maconnerie-dcs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madebyfalcon.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madeintucson.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mademoiselle-emma.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mademoiselle-emma.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madesoftware.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madmar.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maff.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mafia.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magasinsalledebains.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magasinsalledebains.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magi.systems", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magiclen.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magicspaceninjapirates.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magneticattraction.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magnettracker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magwin.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mahjong.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maiebanatulfruncea.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malenyflorist.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mallach.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malta-firma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mammals.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mammut.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mamot.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mamout.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manatees.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mandpress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maniorpedi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manns-solutions.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manns-solutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manns-solutions.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manojsharan.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manshop24.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manutd.org.np", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manutrol.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manwithavan.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manyetikboya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manyiu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maone.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maorseo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcbuehlmann.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marceau.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcelinofranchini.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marco01809.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcusstafford.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mare92.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marix.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marketing-advertising.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markitzeroday.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markow.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markspres.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markusabraham.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markusueberallconsulting.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marl.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marqperso.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marquepersonnelle.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marrai.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martinestyle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martinrogalla.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masa-hou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mashek.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mashnew.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masshiro.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastah.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastd.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastd.onl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masterpc.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masto.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastod.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastodon.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastodon.blue", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastodon.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastodon.direct", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastodon.engineering", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastodon.expert", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastodon.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastodon.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastodon.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastodon.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastodon.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastodones.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matatabimix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "match.audio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maternum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mateusmeyer.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mathspace.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matomeplus.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matrixmedia.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mattcarr.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mattferderer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matthey.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matthiasweiler.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mattonline.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matze.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mauldincookfence.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxchan.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxhamon.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxwaellenergie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maypolevilla.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mbr-net.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mccordworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcdanieldevelopmentservices.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcgavocknissanwichitaparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcsa-usa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcsnovatamabayan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meadowfen.farm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "measuretwice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "measureyourpenis.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meat-education.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meat.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meathealth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mecanicadom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediweed.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meeko.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meinstartinsleben.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meinstartinsleben.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meinv.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melenchatsmelenchiens.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meme.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "menden.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mephedrone.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mercedes-ig.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mercury-studio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mescaline.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mesh.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meshlab.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "metacode.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meterhost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "methamphetamine.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "methylone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mevo.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mflodin.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mgknet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mgrt.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mhmfoundationrepair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mi-beratung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mianfei-vpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miaowo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michu.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "microsoftaffiliates.azurewebsites.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "midnight-visions.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "midnightmechanism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "midweststructuralrepair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miffy.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miguelgfierro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miguelmenendez.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miketheuer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miki.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikro-inwestycje.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikropixel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "milesapart.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "milkingit.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "min-sky.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minakov.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minaprine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minecraft-forum.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minecraft-server.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftforum.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minepod.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mingyueli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minigolf-reisinger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minikidz.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mintosherbs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minube.co.cr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mipymesenlinea.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "missguidedus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "missionsgemeinde.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "misssex.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "missycosmeticos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mister-cooks.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mk-dizajn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mkaciuba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mkakh.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mlcambiental.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mlpvc-rr.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mmilog.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mmt.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mnec.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mnt9.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobilecoach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mochoko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mocsuite.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modafo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modalogi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moderatoren.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moderatortv.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moe-max.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mohs.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moin.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mon-a-lisa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moneychangersoftware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "montagne-tendance.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "montsaintaignan.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mopsuite.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "morbotron.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mordrum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mosin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mosos.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "motorcheck.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moumaobuchiyu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moviepilot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "movingtohttps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mpe.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mpg.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mpy.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mr-anderson.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mscenter.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mshemailmarketer.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mstdn-tech.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mstdn.blue", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mstdn.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mstdn.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mstdn.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mtb.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mtd.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mtdn.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muga.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mulaccosmetics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mulaisehat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mulheres18.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "munrabi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mursu.directory", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muses-success.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musicalive.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musickhouseleveling.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musicschoolonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mv-wohnen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mware-staging.azurewebsites.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mwohlfarth.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mxawei.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "my-floor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mycreativeartsconsulting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mycrypnet.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mydaywebapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mydevolo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mydevolo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mydjsongbook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mydriversedge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myfantasysportstalk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mygeotrip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mygreatjob.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mygymer.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mylocalsearch.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mymed.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mymed.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mymp3singer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mymp3singer.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myonlinedating.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myperfumecollection.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myrig.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myrig.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myrig.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myrsa.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mysocialporn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mywebinar.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "n3twork.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nacyklo.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naggie.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nah.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nalexandru.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nanami.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nanotechnologist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nanubo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nanubo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "napolinissanctparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naroska.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nastoletni.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nataliedawnhanson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "natatorium.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nationalmap.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "natur-udvar.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naturesorganichaven.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nazevfirmy.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nebuluxcapital.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neecist.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neeerd.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neemzy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neet-investor.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nemez.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neobits.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neokobe.city", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neosdesignstudio.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nerdmind.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nesterov.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nestor.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netamia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netfabb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nethunter.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netsparkercloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "networkersdiary.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neurochip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neurotransmitter.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "never.pet", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neverwetturkey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newfiepedia.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newknd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "news47ell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newserumforskin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nextads.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nextgenthemes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nextnowagency.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nexuscorporation.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ngndn.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ngxpkg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nhccnews.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nichijou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicholaspruss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicholasquigley.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nissanofbismarckparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nitropanel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nitrous-networks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niva.synology.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nmadda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nmnd.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nodejs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noellabo.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noisebridge.social", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nokono.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nomifensine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noref.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "norge.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "norman-preusser-gmbh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "normanbauer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "north.supply", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noscript.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nospoint.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noswap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nota.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "novilaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "novtest.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nowloading.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nso.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nsp.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nu-pogodi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuacht.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuclear-crimes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuclearcat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuclearcrimes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuclearcrimes1.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nulltime.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "numerossanos.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "numis.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuriacamaras.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nurture.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nusku.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nussadoclub.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nutri-spec.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nutripedia.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nyazeeland.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nzstudy.ac.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oasis-conference.org.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oberhof.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oberhofdrinks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oberhofjuice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "observatory.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "obyvateleceska.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ocelot.help", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ocsigroup.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ofcss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "off-the-clock.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "offroadeq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "offshore-unternehmen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "offshorefirma-gruenden.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "offtherails.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ohai.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okburrito.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oldnews.news", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "olegs.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "olympic-research.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ometepeislandinfo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omf.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omi-news.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ommahpost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omniatv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omorashi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oncf.asso.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oneclickonejob.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onemid.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onetwentyseven001.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onionscan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "online-consulting-corp.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinecasinobluebook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onmyoji.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onsennuie.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ontheboard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onwie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onwie.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ooeste.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oopsorup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opcenter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "open-desk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openevic.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openfir.st", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openings.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openitforum.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openrainbow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openrainbow.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openrainbow.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openspace.xxx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opiates.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opin.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opioids.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opioids.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opp.ag", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opportunis.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "optimist.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "optisure.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orang-utans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orangenbaum.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oreka.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "organix.ma", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orgasmium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "os-chrome.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oscamp.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oscloud.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oscreen.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "osha-kimi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oshanko.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oshinagaki.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oshrc.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oswaldsmillaudio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otr.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ouimoove.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ourwedding.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ovuscloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ownc.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ozonitron.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ozonitron.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ozonitron.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ozonytron.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ozonytron.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ozonytron.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "p-pc.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "p3ter.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "packetapp.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "packetcrash.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pactf-flag-4boxdpa21ogonzkcrs9p.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pactocore.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paleosquawk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "palletflow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pammbook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pan.tips", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paneldewelopera.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panpsychist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panzer72.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "papakatsu-life.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paradise-engineer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paradise-engineers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paragon.edu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parakranov.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parchcraftaustralia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parentsintouch.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parisfranceparking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parisfranceparking.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parisfranceparking.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parisfranceparking.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parisvox.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parthkolekar.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "partner.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "partsestore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passpilot.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passwd.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulbramhall.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulbunyanmls.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulus-foto.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pautadiaria.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pawsr.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pback.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pbcknd.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pcat.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pcmr.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pdthings.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pearbloom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peep.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peerless.ae", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peippo.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pepwaterproofing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pernatie.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "personal-genome.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petangen.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petcarvers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peuf.shop", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peyote.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pferdeeinstreu-kaufen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ph-blog.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pharmapolitics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phasme-2016.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phdsupply.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "philippa.cool", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phillipgoldfarb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "philosoftware.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "photomodelcasting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "photon.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phpliteadmin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "picture.team", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pidatacenters.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pidjipi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinemountainnursery.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinemountbaptistchurch.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinimg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piranil.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pitsstop.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pizzafest.ddns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pjbet.mg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pkschat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plan-immobilier.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planeteroliste.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planeteroliste.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planktonforhealth.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "platschi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "play.cash", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "playdreamcraft.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "playmfe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "playpirates.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "playsnake.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "playsource.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "playtictactoe.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pldx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pleasure-science.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plexi.dyndns.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plinc.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plsboop.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plustech.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pluta.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pocketmemories.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "podcast.style", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "podiumsdiskussion.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poe.digital", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poinsot.beer", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pokemondb.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pol-expo.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polyfill.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polytechecosystem.vc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pommedepain.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ponychan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ponyfoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poopjournal.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "popcornpalacefundraising.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "popmagz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poppetsphere.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "population-ethics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "porg.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pork.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "porn77.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pornblog.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "port443.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "portalcentric.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "portalisapres.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "portugalsko.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "positionus.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "positive.com.cy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "post-darwinian.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "post-darwinism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "postal3.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "postcardpayment.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "postdarwinian.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "postdarwinism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "potatiz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pouets.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pourmesloisirs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "power-flowengineer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pozyczka-bez-zaswiadczen.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "preexport.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prefix.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "preludes.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prepare-job-hunting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pretachique.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prettygrouse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prifo.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prinbanat.ngo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "princeagency.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "printmet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prioritynissannewportnewsparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prism-communication.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "priv.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privateimarketing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privatfrei.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pro-mile.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "procode.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prodigia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prodsim.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "profhome-shop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "profile.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "progolfjourney.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "projekt-umbriel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proobec.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "propagationtools.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "propertyone.mk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "propr.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prostye-recepty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "protegetudescanso.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proxyrox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proymaganadera.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prtimes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ps-qa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pschierl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pseta.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psicoexpansao.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psm.org.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psono.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psychintervention.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psylab.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psylab.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psylab.vip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pub-online.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "publiq.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puetter.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pulledporkheaven.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purevapeofficial.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "putney.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puxlit.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puyallupnissanparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pyopenssl.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pythonic.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qbik.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qcloud.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qionouu.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qixi.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qredo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quackerswaterproofing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quakerlens.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qualitypropertycare.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quantum-ethics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quantum-mechanics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qubes-os.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quelmandataire.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "r-rwebdesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rachelchen.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rachida-dati.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rackblue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radaravia.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raddavarden.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radio1.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radiom.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radiomontebianco.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radis-adopt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rafaelmagalhaesweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rahamasin.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raiffeisen-kosovo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rainbowstore.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rainway.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rally-base.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rally-base.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rally-results.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rally-vysledky.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rallybase.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rallybase.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ramarka.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ramblingrf.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "randomquotesapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "randomwinpicker.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ranegroup.hosting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ranking-deli.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ranos.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rapidstone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rareative.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rastreie.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rattenkot.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ravis.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raxion.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raymcbride.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "razeencheng.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rc7.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rcx.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "re-wilding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reachrss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reades.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "readtldr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realhorsegirls.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "really-simple-ssl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realwildart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reancos.report", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reboxetine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rechtschreibpruefung24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "recruitsecuritytraining.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "recruitsecuritytraining.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rectoraudiparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redner.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redneragenturen.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rednertv.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reevoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "referenten.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "refood-cascaiscpr.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regalcapitalwi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regalpaintingfdl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regionalbasementandcrawlspacerepair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reichel-steinmetz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reinhard.codes", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reinierjonker.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reinoldus.ddns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rejahrehim.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "relax.hn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "relaxdom.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "relsak.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "relvan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "remedium.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rengarenkblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rens.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rentex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "repaper.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reproductiverevolution.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reprogramming-predators.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reprogrammingpredators.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "repugnantconclusion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "request-trent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reservar-un-hotel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "resl20.servehttp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ressl.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "restaurantesimonetti.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "revelaciones.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "review.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reviewjust.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rewopit.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rhein-liebe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rhetthenckel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rhinoceroses.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ribopierre.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ricardo.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ricaud.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "richardjgreen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "richardlugten.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riddims.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rijnmondeg.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rile5.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rimcountrymuseum.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "risingsun.red", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rivaforum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riversideradio.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rj-onderneemt.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rkc-hygrotherm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rm-it.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rnag.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robertabittle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robertlysik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robin.co.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robu.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rocketnet.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rodichi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rodomonte.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rogagym.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rogerhub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rogersvilleumc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roguefinancial.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roofingomaha.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roofsandbasements.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "room2d.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "root.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rootbsd.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rootcamp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rosbass.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rosenheimsingles.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roseofyork.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roseofyorkbooking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rospa100.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rothnater.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "royalnissanparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "royalty-market.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rozalynne-dawn.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rrudnik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rs-devdemo.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rsgcard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rstraining.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rstsecuritygroup.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rsttraining.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rte2fm.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rteaertel.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rteinternational.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rteone.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rubyquincunx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rudelune.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruk.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rulu.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "run-forrest.run", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rushpoppershop.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rusi-ns.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rutiger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rvolve.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rxt.social", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s-on.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s4db.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s4ur0n.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s95.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saengsook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saengsuk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safebasementsnorthdakota.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safebuyerscheme.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saifoundation.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saigonflowers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saikouji.tokushima.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sainetworks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saipariwar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saiyasu-search.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sajdowski.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sakib.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sallydowns.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salmonella.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salutethepig.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samatva-yogalaya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samgrayson.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samp.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanasport.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanik.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanmuding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanpham-balea.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "santmark.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "santodomingocg.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "santouri.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saorsat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saorview.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sapereaude.com.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sapien-ci.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saposute-s.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarkisozleri.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarndipity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "satanichia.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saurel.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "savecashindia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sawyerroofing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sblum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sbo-dresden.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scalesbiolab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schaafenstrasse.koeln", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schau-rein.co.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schermreparatierotterdam.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schier.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schmelzle.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schmitt.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schsrch.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schwarzwald-flirt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scintilla.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scintillating.stream", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scionasset.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scorocode.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scredible.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "screen64.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sctrainingllc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scubadiving-phuket.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scw.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scwilliams.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scwilliams.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sdia.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sdvx.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seaholmwines.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sealtitebasement.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seans.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sec-mails.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secnet.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secomo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secretofanah.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sectionw2s.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secure-automotive-cloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secure-automotive-cloud.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "security.gives", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "security201.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "security201.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securitykey.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seefirm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sehnenweh.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seiler-bad.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seiryokuzai-ch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sektor.team", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selfdefenserx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selfishness.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selfloath.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "semantheme.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sementes.gratis", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seohochschule.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seosanantonioinc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seosof.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serenaden.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sergiosantoro.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serigraphs.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "server-eye.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "server.pk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "servu.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seryox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sex-education.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sexaki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sexocomgravidas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadiku.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadow-socks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadow-socks.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadow-socks.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowlurker.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowroket.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowshocks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsocks.gift", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsocks.wiki", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsocksvpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsoks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shamka.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sharanyamunsi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sharejoy.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shareselecttools.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sharu.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shavingks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shh-listen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shijing.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shintoism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shishlik.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shitposting.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shlemenkov.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shockercityservices.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shoemuse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shoestringeventing.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sigmalux.sarl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sigsegv.run", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silv.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.co.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.com.mt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.cr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.gd", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.ge", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.gl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.gt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.ky", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.ma", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.mk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.qa", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.tj", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.tn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.uy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.uz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silverseen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silverstartup.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sim-karten.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simam.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simon.lc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simonschmitt.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplidesigns.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simtin-net.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "singapurfirma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "singel.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "singles-aus-hamburg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sinterama.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sirtuins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sistemasespecializados.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sitedrive.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sitemaxiphilippe.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sixpackholubice.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sjsc.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skarox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skarox.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skarox.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skarox.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skarox.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skazka.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skincontracts.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sklepsamsung.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sklotechnik.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sktan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skyris.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slash64.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slash64.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slash64.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sleepmap.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sloths.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slovenskycestovatel.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slowgames.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slvh.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slwilde.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smime.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smksultanismail2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sneak.berlin", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sneeuwhoogtes.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snight.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snowalerts.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soapitup.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socialcs.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sociobiology.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sociopathy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sockscap64.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "softprayog.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solidwebnetworks.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solvemethod.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "somali-derp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "somaliagenda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "something-else.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "songsthatsavedyourlife.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sosiolog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sotadb.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soubriquet.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soukodou.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soundsecurity.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "southcoastkitesurf.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "southwestrda.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spangehlassociates.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sparmedo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "speciesism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spedition-transport-umzug.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spellcheck24.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spha.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sphinx.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spidermail.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spiders.org.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spoketwist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spokonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sprk.fitness", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sputnik1net.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "srv.so", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ss.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ss64.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ss64.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssh-keys.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssh-vault.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssn1.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssrvpn.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stackfiles.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stadtpapa.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stairfallgames.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stalkr.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starfeeling.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stastka.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "static-692b8c32.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "std-home-test.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steef389.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steelbea.ms", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stella-artis-ensemble.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steph-autoecole.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stetspa.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steve.kiwi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stevechekblain.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stevedoggett.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stevengoodpaster.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stift-kremsmuenster.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stikic.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stockpile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stonedworms.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stony.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "storbritannien.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stormwatcher.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "streamdesk.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stringtoolbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stroginohelp.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stt.wiki", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studiodentisticosanmarco.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studioriehl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studiotheatrestains.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studyabroadstation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stypr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "subrain.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suburbaninfinitioftroyparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suchmaschinen-werkstatt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sugarcitycon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sumguy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supa.sexy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supercalorias.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "support4server.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supportericking.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "surasak.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sushikatze.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suspension-shop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svc-sitec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svdb.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svetlilo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sviz.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svjvn.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swarlys-server.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swfloshatraining.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swipetv.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swissxperts.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syllogi.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "system.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "system12.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "szyndler.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tagesmutter-in-bilm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taishon.nagoya", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taiyouko-hatuden.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "takemoto-ped.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talkitup.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talkitup.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tangyue.date", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tarasecurity.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tarasecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tarasevich.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tardis.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tarek.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "targimieszkaniowe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tateesq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tatsidou.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tdsb.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tdsb.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tdsb.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tdsb.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teamnissannorthparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tech-blogger.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techbrown.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techendeavors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techfactslive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techiehall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techinet.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "technicalforensic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techproud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techunit.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techwayz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tedsdivingsystem.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tedxkmitl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tefek.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tehplace.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teixobactin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tekiro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teknik.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tekuteku.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telefonni-ustredna.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telly.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tenable.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tengu.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tenthousandcoffees.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teranacreative.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "terminalvelocity.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "terralimno.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "terralimno.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "terraluna.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teschenhausen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tessai.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "testgeomed.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teufelsystem.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "texterseo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teysens.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tgui.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "th3nd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thanatoid.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thatquiz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thatvizsla.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theankhlife.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebestsavingsplan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theblackknightsings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebte.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thecarolingconnection.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thedrinks.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theeducationdirectory.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theelitebuzz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thefnafarchive.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thegarrowcompany.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thegioinano.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thegreenvpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theinternationalgeekconspiracy.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themadmechanic.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themusicinnoise.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theofleck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theokonst.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theokouzelis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theoriginalbit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thepeninsulaires.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thepiabo.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theprivacysolution.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thequillmagazine.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theroyalmarinescharity.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thesearchnerds.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theyearinpictures.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thiscloudiscrap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thiswasalreadymyusername.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thm.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomas-bertran.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomas-suchon.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomasbeckers.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomsonscleaning.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thot.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "threebrothersbrewing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "threv.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thuviensoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thuviensoft.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiagonunes.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiaki.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tianxing.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tianxingvpn.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tier-1-entrepreneur.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "till.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timeserver0.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timeserver1.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timeserver2.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timeserver3.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timtelfer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tinfoleak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tinyhousefinance.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tipaki.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiste.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tjandpals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tkacz.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tkts.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tkusano.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tlshost.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobiasbergius.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobiemilford.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobisworld.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "todon.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tojeto.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokainafb.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokainakurasi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokkee.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomevans.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomkunze.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomschlick.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomudding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomwassenberg.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonkinwilsonvillenissanparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonyarcieri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toobug.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "top-solar-info.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "top9.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toptenthebest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torresygutierrez.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tortoises-turtles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tostu.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "totalhomecareinc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "totalsystemcare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tourtransferitaly.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "touslesdrivers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tousproducteurs.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toxicip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tpp.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tractorpumps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trailerparty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trainiac.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tran.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trance-heal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trance-heal.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trance-heal.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tranceheal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tranceheal.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tranceheal.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transhumanism.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transhumanist.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transhumanist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transhumanist.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transhumanist.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "traumhuetten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travaux-toiture-idf.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travelarmenia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "traveling-thailand.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travelling.expert", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trbanka.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trek-planet.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trendingpulse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trentmaydew.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trialcentralnet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tridentflood.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trigardon-rg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trinitytechdev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "troedel-trolle.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "truerizm.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "truestor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trybabyschoice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tryhard.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsicons.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsigaradiko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tstrubberstamp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsugi.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsutsumi-kogyo.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ttcaarberg.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ttsweb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tu6.pm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tubejack.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tueche.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuincentersnaet.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tunca.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuner.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "turncircles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuto-craft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tutoragency.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tutorio.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuxpeliculas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuxtimo.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tvc.red", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tvcal.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tvcmarketing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tverskaya-outlet.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tw2-tools.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tweetify.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twisata.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twit-guide.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "txdivorce.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "txm.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tylerdavies.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "u.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "u2fsecuritykeys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uchargeapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uclanmasterplan.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uex.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ufplanets.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ukhillwalking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ukkeyholdingcompany.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ukrnet.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.cam", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unga.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unhu.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unite-ka.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unitedpsychological.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "universal-happiness.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unx.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upbeatrobot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uporoops.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urbannewsservice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urcentral.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urist1011.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usaestaonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usajobs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utdscanner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utilitarian.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utilitarismo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utilitronium-shockwave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utilitronium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utopian-surgery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uwimonacs.org.jm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vacationscostarica.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vaew.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valenhub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valenhub.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valenscaelum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "validatis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanajahosting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanderkrieken.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanessabalibridal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vapor.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "varta.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vaskulitis-info.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vasyharan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vatelecom.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vayaport.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vcam.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veganism.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veglog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vendigital.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vendorconnect.nyc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "venmos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "verliebt-in-bw.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "verliebt-in-niedersachsen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "versagercloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vertebrates.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vfn-nrw.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vhummel.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "videorullen.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vider.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viekelis.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vierpluseins.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vieux.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vigenebio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viikko.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "villainsclothing.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vilog.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vinolli.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vintagecaskandbarrel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vintagejeeps.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viral8.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "virtubox.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visanhigia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visiongamestudios.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visualvotes.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitalamin.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitalamin.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitalamin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitalamin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vk4wip.org.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vm-0.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voice-of-design.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "void-zero.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "volcanconcretos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vonniehudson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vorderklier.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vorkbaard.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vorlicek.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vpc-display.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vpsboard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vsesrazu-raiffeisen.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vstehn.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vuakhuyenmai.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vulpine.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vuvanhon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vwittich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vxml.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vyzner.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "w-p-k.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "w4eg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "w9rld.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wahhoi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "waigel.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wak.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "walksedona.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wallabag.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wallabies.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "walruses.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wanashi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wangjiatun.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wangyue.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wargameexclusive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wassibauer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wattechweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weare1inspirit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "web-kouza.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "web-mail.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "web-redacteuren.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "web2screen.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webart-factory.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webbson.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webcrm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webdesign-st.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webinnovation.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webmel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "websitedesign.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "websiteservice.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webspotter.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wedos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weeknummers.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weerstationgiethoorn.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wegvielfalt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weiler.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weinhandel-preissler.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weirdserver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weller.pm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wellness.so", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wenode.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werkkrew.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wewillgo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wheatgra.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wheelwright.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whitehathackers.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whiterabbit.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wiapply.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wiebetaaltdat.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wificafehosting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wifree.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wilddogdesign.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wildewood.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wildnisfamilie.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "willbarnesphotography.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "williamboundsltd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "williamjohngauthier.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wimachtendienk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "windowcleaningexperts.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "windows10insider.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "windowsnerd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winds.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "windycitydubfest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winnersports.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wireframesoftware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wkennington.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wmustore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wodboss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wolfgang-ziegler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wolfy1339.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wolkenspeicher.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wombats.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wonderbooks.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "woodlandwindows.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "woof.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "workgrouptech.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "workingmachine.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "workraw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worldofterra.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wort-suchen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wow-travel.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wowinvasion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wp-rescue.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wp-stack.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wptotal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wrc-results.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wrfu.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "writereditor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wsdcap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wug.news", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wwgc2011.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-507.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-746.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-771122.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-jinshavip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wygibanki.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wygluszanie.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wygodnie.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x0r.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x1616.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xbc.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xenosphere.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xfd3.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xiangwenquan.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xiaomi.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xirion.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn----7sbmucgqdbgwwc5e9b.xn--p1ai", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--bstlinser-v2a.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ekr87w7se89ay98ezcs.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--internetlnen-1cb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--jp8hx8f.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--milchaufschumer-test-lzb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--rt-cja.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--uort9oqoaj00bv04d.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--wmq.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xnaas.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xs2a.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xtu2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xupeng.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xxffo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xyngular-health.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yaccin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yalla.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yatsuenpoon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ybti.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ych.art", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ychon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ycm2.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yeesker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yemekbaz.az", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yepbitcoin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yfengs.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yffengshi.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yikeyong.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yin8888.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yinhe12.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yiz96.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yob.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yogananda-roma.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yolo.jetzt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yolops.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoshibaworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yospos.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoticonnections.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youlog.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youms.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youngfree.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yslbeauty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubicloud.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.ae", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.ae", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yude.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yummyfamilyrecipes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yuriykuzmin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yvonnehaeusser.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zajazd.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zakladam.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zaneweb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zavetaji.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zcgram.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zdorovayasimya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zelfmoord.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zero-x-baadf00d.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zerofy.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeroml.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zertitude.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeryn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zetamode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zian.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ziegler-family.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zinniamay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zinoui.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zip.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zixo.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zoners.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zooish.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zoological-gardens.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zsoltsandor.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zughilfen-test.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zukix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zwb3.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zxity.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zxity.ltd", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zxity.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zypern-firma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1100.so", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1921958389.rsc.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0cdn.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "49dollaridahoregisteredagent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "5gb.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "247a.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3133780x.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "5432.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "7777av.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3james.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "6543399.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "5piecesofadvice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1218641649.rsc.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4x4.lk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "41199.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "29227.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0-1.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "555xl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1453914078.rsc.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "987987.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "10gbit.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "87577.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "888lu.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "100-downloads.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "5533445.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8888av.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0xdc.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "023sec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "33scc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "6633445.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8.net.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "11scc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "776573.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a7m2.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "5w5.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "605508.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "7f-wgg.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "7733445.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "44scc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "5kraceforals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "22scc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "55scc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "605508.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "9ss6.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "6w6.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8833445.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3xx.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1nian.vip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "academicexperts.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "64bitgaming.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "123midterm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "721av.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "9933445.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4web-hosting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "500k.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4sics.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "517vpn.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aceinstituteonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "99buffets.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "888msc.vip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advancedoneroofing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0005aa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "03-09-2016.wedding", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adamfontenot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accelerate.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0573wk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accuritpresence.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acsihostingsolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advancedwriters.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0222aa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aeradesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0005pay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adoriasoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adzie.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adinariversloveschool.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acg.mn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adzuna.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adzuna.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adventureswithlillie.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adzuna.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abn-consultants.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0005.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adprospb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "affordablepapers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "africantourer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3778xl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8003pay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "9118.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adzuna.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1116pay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abosav.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aikenpromotions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adminforge.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "44957.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adzuna.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adamwallington.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "af-internet.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acpinformatique.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abrakidabra.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accolade.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "after.digital", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afonso.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "admino.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aimgroup.co.tz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aestore.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aim-consultants.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ak-varazdin.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abox-kb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afrikarl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ahiru3.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adamas-magicus.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8azino777.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adentalsolution.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agreor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afavre.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allscammers.exposed", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abi-2017.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aholic.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abbas.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "africanexponent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abobuch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allsearch.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aip-marine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akul.co.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexander-beck.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allplayer.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aintevenmad.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akoch.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amerhd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alfaponny.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3dmusiclab.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewdavidwong.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "americanmediainstitute.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anime1video.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anime1.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ampledesigners.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alarmcomplete.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "almatinki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anedot.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allangirvan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexandre-blond.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "angusmak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alleskomtgoed.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accuritconsulting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexandermuetzel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allthingsfpl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anacreon.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrei-coman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anypeer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anfenglish.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrefaber.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anabol.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alilialili.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aflfreebets.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allinagency.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agroglass.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apiary.store", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apiary.shop", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apiary.clothing", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apiary.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apiary.supplies", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apiary.supply", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apis.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "altstipendiaten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amicsdelbus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "angeloroberto.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aaronmcguire.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apisyouwonthate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apadrinaunolivo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appscloudplus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "animefluxxx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aminafrance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apience.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apartmentkroatien.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "archsec.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antoinemary.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alpinepubliclibrary.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "albanien.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andreasanti.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ankwanoma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amoozesh98.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antimine.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agenciafiscal.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aquireceitas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aide-valais.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "argovpay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amb.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ankenbrand.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abilitycaresoftware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arent.kz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aquatechnologygroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arg.zone", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "armenians.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annetaan.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arifp.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aooobo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appartementmarsum.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arkacrao.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alarme-gps.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annaenemma.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arabsexi.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alarmegps.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arresttracker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ajnasz.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anipassion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antama.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apm.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amelandadventure.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aquitroc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alphie.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anthonyaires.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atl-paas.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atlassian.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amesvacuumrepair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asisee.photography", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "animalstropic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annangela.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artleading.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "austinsutphin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alertonline.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apptoutou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asisee.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asuka.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artansoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "au2pb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appel-aide.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asialeonding.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airportlimototoronto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arnaudminable.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aussieservicedown.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "astaninki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "armil.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "au-be.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asra.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atease-salon.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arikar.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "automationpro.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apps.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aristocratps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "armarinhovirtual.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "armazemdaminiatura.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appleranch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "awsmdev.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aspatrimoine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "australianfreebets.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avspot.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrea-m.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "audiolibri.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autos-retro-plaisir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "360live.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "b-boom.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atk.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avanet.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avnet.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "assistance-personnes-agees.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "azu-l.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autoxy.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bandarifamily.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bad.pet", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arturszalak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autoecoledumontblanc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "badrequest.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atelier-viennois-cannes.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "authorsguild.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "azu-l.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atracaosexshop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avtogara-isperih.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alter-news.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "babycamapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "austromorph.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aveapps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avedesk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bangdream.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autostop-occasions.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bakongcondo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "babai.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antoinemary.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ax25.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barnrats.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bananensap.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "b-ticket.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bandar303.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "balcaonet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "b4z.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "avid.blue", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barlotta.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "audiorental.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "azso.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "answers-online.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baumannfabrice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "battleboxx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bearingworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bdenzer.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beekeeper.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beekeeper.clothing", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beekeeper.supplies", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barta.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barshout.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baseballrampage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baseballwarehouse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autocmall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baosuckhoedoisong.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beckerantiques.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belfastlocks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benburwell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aurora-multimedia.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "balidesignshop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "around-the-blog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "averam.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beautyevent.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aqua-fotowelt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bc-diffusion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestessaycheap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bfam.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "batistareisfloresonline.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beulen.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andreamcnett.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bearded.sexy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bernhard-seidenspinner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bedandbreakfast.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bedandbreakfasteuropa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belewpictures.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bichonfrise.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bghost.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beichtgenerator.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amitse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berlin-flirt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berthelier.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bentphotos.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biaggeo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beraru.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "birdbrowser.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestwarezone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biletua.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bedouille.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biletru.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bikkelbroeders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "binaryappdev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bikkelbroeders.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "binaryapparatus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beraten-entwickeln-steuern.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beacinsight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestbyte.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bernhardkau.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bison.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blenderrecipereviews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biblioblog.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bladesmith.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bestschools.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blizhost.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bijoux.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biotechware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitpoll.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackkeg.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitsum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bernexskiclub.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitpoll.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackhillsinfosec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bakersafari.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bilalkilic.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitsync.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baugemeinschaftbernstein.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackberryforums.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boincstats.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bistrocean.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bobkoetsier.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bjtxl.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bookmakersfreebets.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitwrought.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bnin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bohyn.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bodyconshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boekenlegger.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bjgongyi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "batolis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bradypatterson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blumenwiese.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "booox.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boschee.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bornfiber.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blue17.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bouw.live", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brentacampbell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bloginbeeld.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "briansmith.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boukoubengo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bou.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "braintm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blakecoin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bondarenko.dn.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brettelliff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aprpullmanportermuseum.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brianfoshee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "braeunlich-gmbh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bress.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bls-fiduciaire.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsidesf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biologis.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "breathingblanket.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsidesf.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "booktracker-org.appspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boutiquedecanetas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brrd.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bubhub.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brainfpv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "btserv.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "broerweb.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsc01.dyndns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buckmulligans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bs.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brianlanders.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burnerfitness.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burlapsac.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bulgarien.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bubba.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buergerdialog.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "britelocate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buydissertations.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "by1896.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bug.blue", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "by1899.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buypapercheap.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burroughsid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buyessay.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "byji.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buyessays.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "byatte.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c2o-library.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burckardtnet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bronetb2b.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "by1898.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boyan.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buttercupstraining.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "butarque.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ca5.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caliderumba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bronwynlewis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capekeen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cake-time.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "billdestler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cancreate.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campistry.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "camda.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "butian518.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bupu.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caferagazzi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bytecode.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bodyworkbymichael.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calleveryday.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "camelservers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caerostris.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brother-printsmart.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "candicecity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cashati.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cardelmar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buronwater.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cashmaxtexas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catchersgear.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cata.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carre-lutz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cardelmar.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "byken.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bragaweb.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "careyshop.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cat-blum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ceres-corp.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caughtredhanded.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carson-aviation-adventures.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdns.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casasuleletrodomesticos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ccv.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carringtonrealtygroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "careplasticsurgery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cevo.com.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chad.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boomsaki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boomsakis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ccv.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ccv.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cafefresco.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cfneia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "celigo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ccv-deutschland.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cc-brantomois.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaurocks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charmingsaul.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatbots.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "celebphotos.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "challengeskins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaoticlaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cgerstner.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "channeladam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheapwritinghelp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheapwritingservice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "checkmateshoes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ceres1.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campingdreams.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "checkmatewebsolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaplain.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheapessay.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catalogoreina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheah.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chordso.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charitylog.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "celuliteonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c3-compose.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chronic101.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "churchlinkpro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catharisme.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catharisme.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chemicalguys-ruhrpott.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chinwag.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheapestgamecards.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrispstreet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chesspoint.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cityoftitans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chmurakotori.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chunk.science", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christiangehring.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "championnat-romand-cuisiniers-amateurs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cityoftitansmmo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ciner.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ciss.ltd", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chainedunion.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chiamata-aiuto.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chabaojia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrstn.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cipri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloud.fail", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clearsky.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cianmawhinney.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carinsurance.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clashersrepublic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaldeen.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cip.md", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chocodecor.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cinafilm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "claimnote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cocalc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clingout.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codes.pk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chmsoft.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collablynk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ci5.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudtskr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codercy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cogala.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "citcuit.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloveros.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codeux.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codesyncro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codeux.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clubfamily.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collegepaperworld.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colorsbycarin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clorik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmpr.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cobaltlp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chronoproject.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cobaltgp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "computehealth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coincealed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudfren.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cncbazar365.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conservados.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chsh.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comparesoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloppenburg-automobil.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clubscannan.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloppenburg-autmobil.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conmedapps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colasjourdain.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coolbutbroken.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "collard.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloud2go.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "continuation.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloud.bugatti", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coastline.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "copycrafter.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coorpacademy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "computernetwerkwestland.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corpkitnw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coreapm.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coreapm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corksoncolumbus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudtropia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codenlife.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudopt.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compubench.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "couponcodesme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "controleer-maar-een-ander.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cosmofunnel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cptoon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cestunmetier.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaifeng.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conceptatelier.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corlinde.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comunidadmontepinar.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cpcheats.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cometonovascotia.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consejosdenutricion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conkret.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "connectmy.car", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ctj.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coptic-treasures.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crossfunctional.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curiouscat.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cosmiatria.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conkret.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colarelli.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conformist.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conkret.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crisp.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conkret.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cross-led-sign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creeks-coworking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "costa-rica-reisen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crunchy.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "currynissanmaparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "customwritingservice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chasafilli.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cour4g3.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cygnatus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creativefreedom.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "craftyphotons.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coup-dun-soir.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "costa-rica-reisen.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cydetec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curvesandwords.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coroasdefloresonline.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crox.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptofan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d3njjcbhbojbot.cloudfront.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cypressinheritancesaga.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ctnguyen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ctnguyen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d3x.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "correiodovale.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "da8.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "damaged.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "data.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dashnearby.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cssai.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crystalmate.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "culture-school.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crazyker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cubile.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cubia4.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d4wson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptography.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "create-ls.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptology.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daisuki.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davetempleton.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d1ves.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danwin1210.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyberspace.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darookee.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crawl.report", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daktarisys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cspeti.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datacubed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cursuri-de-actorie.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darkfire.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyberspace.community", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darkanzali.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darylcumbo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cutner.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyumus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dallaslu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cs2016.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defender-pro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dailykos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dalb.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daw.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "contraspin.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ddocu.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deflumeri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davie3.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "delahrzolder.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cutelariafiveladeouro.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dcw.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danotage.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dbyz.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deniszczuk.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cypherpunk.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davewardle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dawnbringer.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "demo-server.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dermot.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d-academia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deepsouthsounds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d-parts24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dennisvandenbos.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deepvalley.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danskringsporta.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defxing.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "depaddestoeltjes.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diamondpkg.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dental-misaki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dhaynes.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "demotivatorbi.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diabolic.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "desila.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "destileria.net.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dalmatiersheusden.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devalps.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deliandiver.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "desktopfx.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "developersclub.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "depth-co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diccionarioabierto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitaldatacenter.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dicionariopopular.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datumou-osusume.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dillynbarber.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diwei.vip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitaldeli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dissertationhelp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dhl-smart.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitalewelten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitaltechnologies.ltd.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diskbit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "discha.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dieselanimals.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dnsbird.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "detalhecomercio.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dojin.nagoya", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dimes.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dnsbird.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "docs.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doc8643.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domynetwork.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domycasestudy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domyassignments.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domyessays.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domycoursework.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domypapers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diodo.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domycreativewritings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diamondcare.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domainsilk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domydissertations.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domyessay.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domyhomeworks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dirtycat.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domscripting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domyreview.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotneko.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domyspeech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "disc.uz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domyresearchpaper.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dominikanskarepubliken.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domytermpaper.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domythesis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "djangogolf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dewapress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dm4productions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drdipilla.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doujin.nagoya", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "disinisharing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dog-blum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "disadattamentolavorativo.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doomoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doop.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dperson.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dfmn.berlin", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diadorafitness.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dogoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diadorafitness.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diagonale-deco.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dmdre.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmn-group.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domyzitrka.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danandrum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drybasementkansas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dpg.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dugnet.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dr-becarelli-philippe.chirurgiens-dentistes.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyberprey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "driver.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dkcomputers.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dopsi.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-tech-solution.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dgitup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dont.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dorkfarm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drakenson.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dundalkdonnie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "easelforart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dovro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ea2drocks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eat-sleep-code.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drupal123.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "donabeneko.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "driverprofiler.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "donttrust.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dreamithost.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droidhere.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deepspace.dedyn.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "echosim.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duelsow.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dsancomics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dormebebe.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dullapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droidwave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebertek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "echofoxtrot.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drageeparadise.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drabim.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edtechwebb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drybjed.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "echoanalytics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dejw.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drastosasports.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "durdle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "divvymonkey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eesistumine2017.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dracon.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "effectivepapers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dynx.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duh.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitalcraftmarketing.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dtdsh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eeetrust.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elite-box.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elhamadimi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "divvyradio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dynamic-networks.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecoskif.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elifesciences.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "efaas.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emeraldonion.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "encouragemarketing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "electragirl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dtx.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eljef.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "effectivecoffee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emergencyessay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eladgames.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "east-line.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emcspotlight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dikshant.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dssale.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devlatron.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ehandel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "effizienta.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "envescent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "die-borts.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elliff.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dovenzorgmalawi.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "efa-football.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elektro-roth.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eolme.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drlazarina.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "embox.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elinvention.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eleusis-zur-verschwiegenheit.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "efflam.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eled.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eickhof.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "envoyglobal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eickhof.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epiphyte.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eigenbubi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elternverein-utzenstorf.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elpay.kz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erikheemskerk.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drivingtestpro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dubrovnik-dental.clinic", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "essaypro.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esagente.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "essaylib.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "essaywriting.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "escortdisplay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emeliefalk.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erwinschmaeh.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "efeen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enet-navigator.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "essayhave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "entreprise-toiture-clement.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "estafallando.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epmcentroitalia.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "estafallando.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "engarde.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elodieclerc.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "essenceofvitalitydetox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "essayforsale.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eltern-verein.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dynts.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etaoinwu.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epic-vistas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ersa-shop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epic-vistas.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epistas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epicvistas.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evanfiddes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "embassycargo.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "estland.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "everain.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epicvistas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebop.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exeintel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "example.wf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evilarmy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epistas.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etienne.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epossystems.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ethiobaba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evertonarentwe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evrica.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expowerhps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eron.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "essentiel-physique.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ergovitanet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esteticanorte.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etangs-magazine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "famousbirthdays.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extensiontree.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "example.sc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exaplac.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exmoe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exploravacations.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exembit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eth-faucet.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "falconwiz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faberusa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extradesktops.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eteapparel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ewallet-optimizer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "facilitiessurvey.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evidencebased.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ezwritingservice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "efag.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exceed.global", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fantasticcleaners.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecococon.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evidenceusa.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esp-berlin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feldhousen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fernandomiguel.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ethicaltek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faulty.equipment", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "farm24.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "euroalter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fads-center.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faxite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fabienne-roux.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faluninfo.ba", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "felixbarta.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fermanacuratampaparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fireboxfood.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "findthatnude.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fiam.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fakeapple.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ferienwohnungen-lastminute.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fireinthedeep.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feilen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fam-weyer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "farrel-f.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fcforum.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fjharcu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fensdorf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fixmyglitch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fishermailbox.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "farkas.bz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faszienrollen-info.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filme-onlines.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fliino.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emilyjohnson.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "farmaciaformula.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "environment.ai", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flapoverspeed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fefelovalex.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firmament.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fastbackmbm.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filoitoupediou.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finvantage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "followback.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faraslot8.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fassi-sport.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faraslot8.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feisim.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fetclips.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "florentynadawn.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "followersya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fieldtalk.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flumble.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fornoreason.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flyssh.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fougner.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eswap.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filo.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flagshop.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fonseguin.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fidelis-it.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fidelis-it.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fiodental.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frankyan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fourdesignstudio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fine-services.paris", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "first4it.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foscamcanada.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freelance.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exploodo.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foxyslut.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foto-roma.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fraselab.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flyt.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freaksites.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frsis2017.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ennea-mediation.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eqib.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "formula-ot.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foodsouvenirs.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foto-robitsch.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forty2.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freshmaza.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fromthesoutherncross.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freebookmakerbets.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freegame-mugen.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "funny-joke-pictures.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freimeldungen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flokinet.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eccux.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freifunk-nrw.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "franklinhua.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "friller.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fs-fitness.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freergform.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fussell.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gafunds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "futrou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gadabit.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "funniestclip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fsck.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "g77.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fundchan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gabriel.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gagne.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "funkes-ferien.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frino.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gdb-tutorial.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "friezy.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "funnybikini.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fukakukeiba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fid-elite.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freedomflotilla.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gala.kiev.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gatewaybridal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fokan.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fsck.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foerster-kunststoff.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ftgho.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fwest98.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geh.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "espigol.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "g-i-s.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freifamily.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geopals.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gebn.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fusa-miyamoto.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gdgrzeszow.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fussball-xxl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gemsoftheworld.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geekles.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geass.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamenerd.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genesismachina.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gginin.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geekzone.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gethow.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gestormensajeria.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erf-neuilly.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getyourphix.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "georgebrighton.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "george-brighton.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gallun-shop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gero.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "galeriadobimba.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genusshotel-riegersburg.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geldimblick.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getmerch.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamblersgaming.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalelite.black", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gleanview.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flemingtonaudiparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gerald-zojer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "girlsforum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getyou.onl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalnomadvintage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmc.uy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gnucashtoqif.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gnosticjade.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gevaulug.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geld-im-blick.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glahcks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goemail.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genealorand.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glob-coin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmx.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geektopia.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmx.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ginniemae.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gelis.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gottfridsberg.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fysiovdberg.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glutenfreelife.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmx.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "er-music.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goffrie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grande.coffee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gigin.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grayhatter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "festival.house", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gfxbench.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goldfelt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "givastar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gpalabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goup.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grayson.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "global.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gigtroll.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmanukyan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gronau-it-cloud-computing.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goup.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freesourcestl.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmat.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gioielleriamolena.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gregoryrealestategroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gilmoreid.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "govtjobs.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmx.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmx.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "groentefruitzeep.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guardiansoftheearth.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmx.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grasmark.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gst.priv.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "groentefruitzeep.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackerone-ext-content.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gwrtech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grayclub.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gruwa.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frontline.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gst.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gmx.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hacker8.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greuel.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gw2oracle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fcprovadia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gruebebraeu.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glbg.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grawe-blog.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guniram.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greatideahub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gwsec.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guidechecking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harukakikuchi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gratitudeabundancepassion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gvchannel.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "habeo.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guichet-qualifications.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gritte.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haze.sucks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goatcloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greggsfoundation.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gloomyspark.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gugert.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harveyauzorst.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hammer-schnaps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "handyglas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gynaecology.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haruue.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guichet-entreprises.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalnewsdaily.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hdguru.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "healthlabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haschrebellen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harmfarm.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heavenlyseals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hen.ne.ke", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackingand.coffee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hadaly.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goranrango.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haemmerle.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hellomouse.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gvpt.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hanashi.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hexapt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heroicpixel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helenaknowledge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heartbeat24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "henneke.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "growingmetrics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "healththoroughfare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guelo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hanakaraku.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "healthycod.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herzig.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hansmund.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heribe-maruo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "headlinepublishing.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heimatverein-eitensheim.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helber-it-services.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hickorywinecellar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hermanbrouwer.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hingle.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hg71839.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herrderzeit.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hitrek.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiraku.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holytransaction.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goiaspropaganda.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hightower.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hatarisecurity.co.ke", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "highland-webcams.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "houraiteahouse.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holodeck.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hokify.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "happyagain.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hokify.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hokify.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "highlegshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hollo.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hygo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hopglass.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hopglass.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hizzacked.xxx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "howtogeekpro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostingfirst.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoiku-navi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "humanity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hockeyapp.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostingpunt.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hydronyx.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibin.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hg881.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hillsboroccpa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hqq.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotelmadhuwanvihar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huahinpropertylisting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "humpen.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibsglobal.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "i-red.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibsafrica.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hype.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hypnos.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoikuen-now.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hyperbolic-mayonnaise-interceptor.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hte.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icebound.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holgerlehner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holydragoon.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hyderabadonlinegifts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hydrodipcenter.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "home-cloud.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "horodance.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "i-geld.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icebound.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibps.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iemb.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "i4m1k0su.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ict-crew.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idrycleaningi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idrinktoomuch.coffee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ideaplus.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hottheme.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helvella.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "i-stuff.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imperial-legrand.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idranktoomuch.coffee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imagebin.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imperdin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imperdintechnologies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huongquynh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huitaodang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iaeste.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imawhale.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imperiumnova.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inderagamono.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hannes-speelgoedencadeautjes.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ingber.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hik-cloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "implicitdenial.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imkerverein-moenchswald.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infinitegroup.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indiegame.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hypotheques24.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilektronika-farmakeia-online.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inmateintake.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iga-semi.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indogermanstartup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "igamingforums.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immersion-pictures.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icabanken.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ievgenialehner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "insidethefirewall.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ileat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icaforsakring.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "informationrx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "henrikwelk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "innovativeideaz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immobiza.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "innovativebuildingsolutions.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holidayincotswolds.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icsadviseurs.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ingalabs.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internetbugbounty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indecipherable.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indogermantrade.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "industrybazar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "investigazionimoretti.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infocity-tech.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irmgardkoch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imanageproducts.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inoxio.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infinity.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intradayseasonals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intellar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irugs.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "instagramtweet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "int-ext-design.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "innolabfribourg.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inventtheworld.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irugs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ingresscode.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inlink.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "invinsec.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "istheservicedown.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "istheservicedowncanada.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "istheservicedown.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "image.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itsdcdn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hydroagro.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itsmejohn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itis.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iskai.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ichasco.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "islief.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipal.tel", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intimici.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intermax.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jackyliao123.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jackingramnissanparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iris-design.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holz.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "james-loewen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iwpbk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isdn.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivi-co.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "j-eck.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internetinhetbuitengebied.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jabergrutschi.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "it-labor.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "insolent.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaberg-rutschi.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "innwan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iteha.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jhaveri.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ixh.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jdsf.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jbt-stl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iruarts.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jhwestover.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "janking.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "javilacat.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesforman.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jakobkrigovsky.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itpro-mg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jimenacocina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jediweb.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iwex.swiss", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "improklinikken.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaion.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "italianshoemanufacturers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeffreymagee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jenprace.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jmarciniak.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnrockefeller.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jasonmili.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jardinderline.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jardin-exotique-rennes.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeremy.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "innoventure.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joelmunch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "josefottosson.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jobsuchmaschine.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jelena-adeli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jobs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joelleandpeter.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joelcoustrain.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "josc.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joelle.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jet-stream.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juegosycodigos.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jrxpress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnmorganpartnership.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jkng.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joelgonewild.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joblife.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jnjdj.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jixun.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jumpinchat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jordikroon.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jsbentertainment.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jongcs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jasonradin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jvn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jungleducks.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "julianickel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juliawebber.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jornalalerta.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jorovik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnfulgenzi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "just-pools.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jskoelliken.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kakolightingmuseum.or.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kasnoffskinclinic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jyggen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaydan.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keb.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "k1cp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jonathanmassacand.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostfuture.co.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keb.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kerebro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jbrowndesign.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kayakabovegroundswimmingpools.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jptun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keepaa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kai-ratzeburg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "issasfrissa.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaltenbrunner.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaamoscreations.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kieranweightman.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kickedmycat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justgalak.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jstelecom.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kevinmorssink.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kenalsworld.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaka.farm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kelmarsafety.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiraku.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kickasstorrents.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiapartsdepartment.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juridoc.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kazuhirohigashi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karlic.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kanscooking.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jsjyhzy.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jouetspetitechanson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keishiando.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kanganer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kimana.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jwschuepfheim.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kina.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keepiteasy.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kingofshooting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ko.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaanduman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiehls.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kelm.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keezin.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kolin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kanuvu.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knegten-agilis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kleinsys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kissgyms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kosaki.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kevyn.lu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kogak.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katata-kango.ac.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "konosuke.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karlzotter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kplasticsurgery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jemangeducheval.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kominfo.go.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jief.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johnnybsecure.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kleinserienproduktion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiteschoolzandvoort.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koptev.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kode-it.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kitashop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiteadventure.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kangkai.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuruppa.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kolizaskrap.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kovspace.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kpop.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "labrasaq8.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ksukelife.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kirrie.pe.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laflash.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koningskwartiertje.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kwat.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuba.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kolja-engelmann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lancelafontaine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiteschooledam.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuma.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiteschoolamsterdam.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lakefrontlittleelm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kursprogramisty.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiteschoolijmuiden.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kteen.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "la-serendipite.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lafayette-rushford.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ladylucks.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuko-crews.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krag.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kruegerrand-wert.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laurelspaandlash.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lanceyip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jordanstrustcompany.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "la-ganiere.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lasarmas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laracode.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "learningis1.st", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kobieta.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lastharo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "latremebunda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lavenderx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lat.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leetcode.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kyoto-mic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kpmgpublications.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lamiaposta.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "latemodern.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lazyclock.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lelehei.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lenkunz.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leowkahman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lanroamer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lazyboston.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koscielniak-nieruchomosci.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lawn-seeds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiwipayment.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiwi.global", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lenyip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "launchpad-app2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lernerspersonalinjury.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "labella-umbrella.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lenyip.works", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "latabledebry.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiwiplace.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klaim.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "le0.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lejardindesmesanges.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laruga.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legal.farm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lensual.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lanbroa.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lilaccakeboutique.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiwipayments.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lexiphanic.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "levelcheat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lewisdatasecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lilismartinis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "josepbel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lheinrich.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "letsgetchecked.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liquidinternet.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "khlee.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lets-ktai.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lesquatredauphins.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "limeburst.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lilygreen.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linky.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lichess4545.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lichess4545.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "likenosis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lingeriesilhouette.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lightning-ashe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-holidays.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leponton-lorient.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "librairie-asie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jordanstrustcompany.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "locker3.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-shop.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "locker.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lithianissaneugeneparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livepaperhelp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livekort.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laforetenchantee.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lezard-com.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lexxyn.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leavesofchangeweekly.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jwolt-lx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libdeer.so", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lbgconsultores.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lescomptoirsdepierrot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kominki-sauny.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "line.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linuxdays.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loli.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "locapos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lacigf.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "longhaircareforum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kotausaha.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linuxiuvat.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linearaudio.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lostarq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linearaudio.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lipex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "local360.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lolibrary.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livingforreal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "llvm.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kidsinwoods-interfacesouth.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "little-cake.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ls-rp.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liaozheqi.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luk.photo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "littledisney.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lotuscloud.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lensdoctor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lachainedesentrepreneurs.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luffyhair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "littleqiu.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livrariahugodesaovitor.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojadocristaozinho.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logopedistalanni.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logbook.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loritaboegl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livekort.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livekortti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luk.earth", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lovetravel360.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loyaleco.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lodgesdureynou.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lucid-light.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojasviavento.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojamascate.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luisgf.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "londonkan.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lookatmysco.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luclu7.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "limoairporttoronto.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojamulticapmais.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lesmontagne.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mahatmayoga.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lukatz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liebach.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maisretorno.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lysergion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lisgade.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loanmatch.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magentaize.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mail.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malikussa.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magebankin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manavgabhawala.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madirc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maomihz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lzh.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madae.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "josephv.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ludwigpro.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mailflank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "makeshiftco.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malasuk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maedchenflohmarkt.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manipulatedtme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "le-blog.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m-orthodontic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maedchenflohmarkt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcianoandtopazio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marakovits.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maliar.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marketgot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastersthesiswriting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "massagecupping.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marshmallow.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madbin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mastichor.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markus-ullmann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maroc-bivouac.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markllego.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marqueswines.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "main-unit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mckinleytk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manav-it.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maleexcel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcelparra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "massage-vitalite.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mattisam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marykshoup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magazinedabeleza.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mannheimbloggt.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "makenaiyo-fx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mckenry.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcgovernance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcmillanskiclub.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matthijssen.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ma-plancha.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "me-center.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martingansler.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "me-groups.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mazda626.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melnessgroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxims-travel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mathers.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mapasmundi.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mazurlabs.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mariusschulte.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marjoleindens.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediaexpert.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medyotan.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mensagensaniversario.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melhoresmarcasdenotebook.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lynxpro.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medicocompetente.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mekatrotekno.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "margotlondon.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mbdrogenbos-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mbwemmel-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mgsisk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mercanix.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mhatlaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mein-muehlhausen.bayern", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcdona1d.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxdev72.freeboxos.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "midtowndentistry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediterenopmaandag.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meilleur.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mertarauh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mertak.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "midterm.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miamicityballet.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mestazitrka.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mentaltraining-fuer-musiker.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mercedes-benz-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "millhousenchurch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "metrans-spedition.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikedugan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "microblading.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikegarnett.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minebier.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mgiay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mfrsgb45.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mf-fischer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "metrix-money-ptc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matviet.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mallhonda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mmmarco.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miruc.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meridianstore.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "misura.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mizumax.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "looka.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "memepasmal.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "memepasmal.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lydudlejning.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mensch-peter.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meskdeals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "metroairvirtual.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modistryusercontent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luxescreenprotector.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mkfs.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "molunerfinn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mohanmekap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miguel.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobil-bei-uns.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lookart.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "millionairessecrets.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mixnshake.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "montychristie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monloyer.quebec", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mirch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meremeti-online.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moresw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mattbsg.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mamastore.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mostlyinfinite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "module.market", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mireillewendling.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moojp.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "momstableonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monteurzimmerfrei.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moneytoday.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moonrhythm.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mojoco.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moppeleinhorn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mojefilmy.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mosaique-lachenaie.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modcasts.video", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "multipleservers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moritztremmel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "motionless.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mizipack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mindbodytherapymn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mstd.tokyo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mindercasso.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mrstat.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meganandmarc.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mowalls.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "multicomhost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mft.global", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "movio.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mortis.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mountain-rock.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moviedeposit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mulej.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minamo.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mundodapoesia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mumbaionlinegifts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mtrock.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "movienang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myfreemp3.click", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "munkibuilds.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "motransportinfo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "munchcorp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "my-static-live-808795.c.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mosscade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myandroid.tools", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myon.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muahahahaha.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myandroidtools.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myamity.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "msz-fotografie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moveisfit.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "my-static-demo-808795.c.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musik-mentaltraining.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muzeumkomiksu.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myriadof.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mycamda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "music-is-my-life.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myrent.quebec", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "munirajiwa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mariage-photo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myoptumhealthparentsteps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nailchiodo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muenchberger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mystorymonster.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mtfgnettoyage.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nahura.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moderatorenpool.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "my-ebook.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mycontrolmonitor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "my-ip.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mydarkstar.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mynext.events", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mycloud-system.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "munpanel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nayanaas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myssl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mingy.ddns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meadowfenfarm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nekodex.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myself5.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nanfangstone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "namikawatetsuji.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myrig.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mzorn.photography", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbtparse.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moudicat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "napcae.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myrig.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nakanishi-paint.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nedwave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newbownerton.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mysteryblog.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nacin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newsquantified.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nalukfitness.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nextshutter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nevolution.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newcreamforface.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nehoupat.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netde.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nesolabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musikverein-elten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ndcpolipak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neostralis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nella.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nickcraver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newaccess.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicolasiung.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "night2stay.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nebulae.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "night2stay.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "net4it.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "night2stay.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "night2stay.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mydigitalweek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newgrowbook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "negativzinsen.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicoleoquendo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaeln.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nishisbma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nexus-exit.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nifume.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nodariweb.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nigger.racing", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nhimf.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nodefoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "node-core-app.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nishikino-maki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nanrenba.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicul.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ninja-galerie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nexus-vienna.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myspicer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nodeselect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nirvanashop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nihon-no-sake.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ngtoys.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "normalady.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nodepanel.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nicesco.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nomsy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nirna.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nna774.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nikkila.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niyawe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noeatnosleep.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nodelab-it.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nerdoutstudios.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myblockchain.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musikzug-bookholzberg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nikavandenbos.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nsfw-story.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nopaste.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notboring.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "menanwc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "northernhamsterclub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nordinfo.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nowcost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "munch.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noudjalink.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niceguyit.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nofrillsdns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myna.go.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nitaonline.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nystudio107.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nothing.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "officemovepro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nucleuscore.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newsmotor.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nodesturut.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "octosniff.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nullpointer.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuel.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nsbfalconacademy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oklahomanotepro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netbows.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nlrb.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ojaioliveoil.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omyogarishikesh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "normankranich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinecollegeessay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "op11.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oktomus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omronwellness.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oneiros.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "novelvyretraite.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nrdstd.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nota-web.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oilpaintingsonly.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okay.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "novaopcaofestas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "optimumwebdesigns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omertabeyond.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oldtimer-trifft-flugplatz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orderessay.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omranic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nitifilter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "offenekommune.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "only-roses.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlylebanon.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "online-consulting-corp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omniscimus.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omertabeyond.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netbows.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "natuterra.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "overstockpromote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "olivlabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opengateway.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "osakeannit.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oficinadocelular.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openstem.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orians.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oswalds.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "owennelson.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paizinhovirgula.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "owapi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "one-s.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otako.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "p4chivtac.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panicparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ovnrain.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "palabr.as", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openiocdb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ninjaspiders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "padrepio.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "papersmart.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paperwritinghelp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onnee.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "papayame.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passwordscon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passwordscon.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "owlscrap.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oyosoft.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orfeo-engineering.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nowprotein.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pahlawanpulsa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panasca.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "papertracker.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pchelpforum.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panier-legumes.bio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paindata.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pajadam.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paarberatung-hn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pass.org.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panda.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passwd.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "password.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pdfconvert.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noc.wang", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "party-kneipe-bar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pawelnazaruk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paranoidpenguin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peterjohnson.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patriksima.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pensador.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pensador.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pamatv.hk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otinane.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "partyschnaps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pfft.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pelletsprice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paris-cyber.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pfmeasure.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phrasing.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peeekaaabooo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passions-art.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pcf92.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pascaline-jouis.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passworks.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "papelariadante.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "photographyforchange.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peterlew.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petelew.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pbreen.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "overthecloud.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peraparker.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piccirello.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.engineering", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peterandjoelle.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pera.gs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "philipdb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pips.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pill.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peternagy.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pascalchristen.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pj539999.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perrau.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinkapple.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pikmy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phoenicis.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plot.ly", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peekops.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pilotcrowd.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plant.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piraten-basel.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "playmaza.live", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "persoform.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirata.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phuong.faith", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paxdei.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pedimoda.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perucasestoril.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinceaux.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piekacz.tel", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pluginfactory.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pogs.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plus1s.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pluto.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piratte.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plzdontpwn.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pollingplace.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pony.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "playwhyyza.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "portalcarriers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plut.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plaque-funeraire.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phdwuda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pomsinoz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pmsacorp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poolinstallers.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pnsc.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "photops.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paybro.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pixelrain.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "platterlauncher.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pokepon.center", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pneuhaus-lemp.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piseach.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "port.social", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prestonbrant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planktonholland.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plus-u.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plasvilledescartaveis.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plumpie.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proctorio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pornomens.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "potatopro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pardnoy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plutopia.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poeg.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poseidonwaterproofing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prac.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "post.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plumnet.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "practo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polsport.live", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "popinga.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "praxis-familienglueck.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pozniak.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "postcode.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poba.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "profloorstl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "properticons.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "projectunity.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phcimages.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pornohub.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proovn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "project.supply", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "princessbackpack.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "procharter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "primaconsulting.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proxyportal.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "power-fit.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "profitablewebprojects.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "programsupport300procent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privacynow.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "promods.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privacyscore.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "propepper.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prodinger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proactive.run", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "productpeo.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qbnt.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puentes.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "py-amf.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pyrrhonism.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prestigerepairs.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "premiumwebdesign.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ptrl.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "protonvpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psychic-healer-mariya-i-petrova-boyankinska-b-borovan-bg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prepaid-cards.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pythonic.training", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "queensrdapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pieterbos.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quickandroid.tools", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plushev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pugilares.com.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rallycycling.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "provisionaldriving.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quay.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psydix.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petrkrapek.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qnatek.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radondetectionandcontrol.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "queenshaflo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "packagingproject.management", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quaggan.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raryosu.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rationalcreation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pulsedursley.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prestigesigns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puzzlepoint.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rabota-x.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reath.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qiannews.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redeemingbeautyminerals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raghavdua.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rcraigmurphy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realraghavgupta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rakugokai.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ralphwoessner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "read.sc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ralph.bike", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pvagner.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "r7h.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rechat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redcone.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radcube.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qrforex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "public-projects.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quantum-lviv.pp.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "readysell.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rabbit.wales", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rbmafrica.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "readytowear.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realworldholidays.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rdyrda.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qrcontagion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redshiftlabs.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rebelz.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reflexions.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "public-g.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reldoc.com.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "public-projects.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ptrujillo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "remedyrehab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rathgeb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purrfectcams.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "public-vocals.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purrfectmembersclub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purrfectboudoir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rapidapp.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regsec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "resourceguruapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "readydok.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reverseaustralia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "recmon.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ralf-huebscher.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "richardson.engineering", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "revisionnotes.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rednoseday.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "registertovoteflorida.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rekorsanat.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regime-maigrir-vite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rationem.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "repsomelt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qifu.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petbooking.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raxion.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reverencestudios.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "renezuo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rfeif.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qifu.org.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ricketyspace.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rishikeshyoga.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "returnofwar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "retro.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rmit.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reco-studio.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redizoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riverford.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "real-bits.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qwans.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "razberry.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rmk.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "riffreporter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rigabeerbike.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "revapost.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rigabeerbike.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prague-swim.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "richardson.systems", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reimann.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "retetenoi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qscloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psa.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rolandslate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rootscope.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rosehosting.reviews", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rootedlifemontessori.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rorymcdaniel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rootcommand.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reclusiam.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rognhaugen.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rukhaiyar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robinevandenbos.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roadtopgm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rester-autonome-chez-soi.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "renlen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rofrank.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "runebet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ristorantefattoamano.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roryneville.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rob006.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roosabels.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rmaqequipamentos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "routerclub.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rotol.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rester-a-domicile.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sadmansh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "russianorthodoxchurch.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rtate.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rtate.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rolliwelt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rv-jpshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "restaurace-klokocka.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rockcellar.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruconsole.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rothkranz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salixcode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rvg.zone", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safebasements.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s8a.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rockenfuerlachenhelfen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "said.my.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s3n.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "runklesecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robertrijnders.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samaritan.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sagarhandicraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rtvi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruurdboomsma.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rogersremovals.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rage-overload.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pragueswim.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "richardson.software", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanskritiyoga.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rmsides.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saudeealimentos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sandrainden.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rumoterra.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s4tips.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rummel-platz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salonestella.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sbobetfun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanatrans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sakostacloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sashascollections.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sandraindenfotografie.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regily.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sayura.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rnt.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rucnerobene.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "savisasolutions.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanatorii-sverdlovskoy-oblasti.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "routeragency.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sdsmt.engineering", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanitairwinkel.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redperegrine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schippendale.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schmaeh-coaching.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schraugerrun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sanitairwinkel.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sayhanabi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rotter-dam.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seafood.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schweiz.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schrolm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "security-brokers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rhymeswithmogul.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scorobudem.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s-d-v.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saxwereld.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securityfest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seareytraining.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scramsoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scramget.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schoeck-elektro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saudeeconforto.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sebastian-schmidt.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scopea.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "segmetic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scrambox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seinfeldquote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "savacloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s1mplescripts.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redcomet.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sentinelproject.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scm-2017.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sebastian-kraus.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schnell-abnehmen.tips", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seo.tl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "santi.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schwarzegar.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seaplayhomes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scalaire.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schuhbeck.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sekisonn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seomen.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seekthe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sector5.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sens2lavie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securefuture.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schrenkinzl.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serbien.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "semacode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "servpanel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serviceboss.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securocloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seoprovider.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowict.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadigee.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowict.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seacam-store.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schoknecht.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sernate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schoknecht.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sh11.pp.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "restioson.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sbr.red", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sapuncheta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shawnhogan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shinghoi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selfassess.govt.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sg-elektro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sh4y.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siamega.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sec-wiki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sevenet.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securitybrief.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sfhobbies.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securityarena.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "santorinibbs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sha2017.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shaharyaranjum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seo-portal.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shieldofachilles.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shichibukai.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sexshopnet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shining.gifts", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsocks.vc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "showmethemoney.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silsha.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shoppr.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siloportem.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shiseki.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simonpaarlberg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shiatsu-institut.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shk.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shoptec.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sinefili.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simonspeich.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sin-nombre-alleria.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skday.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplexgame.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siku.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skinbet.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sbf888.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shakespearevet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skingame.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siro.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sincai666.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shopdopastor.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seizoushokoyuubangou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simoesgoulart.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seven-purple.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sirena.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "singles-berlin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skinpwrd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slik.ai", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "single-in-stuttgart.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sjdaws.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.mw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skylgenet.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartwritingservice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skatingchina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smallshopit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smiledirectsales.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "singee.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slip-gaming.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sma-gift.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.co.tz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scistarter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.cm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securoswiss.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snerith.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skylocker.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skylocker.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snowdy.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skram.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sogola.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seemeasaperson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slrd-isperih.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socoastal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slopeedge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solos.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smileandpay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartfit.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solanum-games.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.hk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sorrowfulunfounded.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "softballrampage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snatch.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sophiaandmatt.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "songsmp3.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smit.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sgtsnookums.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seanstrout.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "softclean.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sodafilm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sluplift.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sm2016.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sozialy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sevencooks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spoopy.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snowdy.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spanien.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "speech-balloon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snowdy.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sonacupalova.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.sv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smuhelper.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "statusbot.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "speedtailors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sp.com.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starlim.co.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "southmelbourne.apartments", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "somecrazy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "springsoffthegrid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stardeeps.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solariilacheie.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steampunkrobot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "srinivasan.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stfw.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soz6.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steamgifts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socializam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steamtrades.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stitthappens.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sprachfreudehoch3.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stevedesmond.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stlucasmuseum.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "southwaymotors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stewartswines.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strehl.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stipsan.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spinner.dnshome.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shahbeat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spendwise.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stb-strzyzewski.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "storillo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sougi-review.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sugarandcloth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stytt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steamscore.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "submelon.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strategiclivingblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stijnodink.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spielezar.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sr-cs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stevenwooding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssl888.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "staceyhankeinc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "subterfuge.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snrub.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svdreamcatcher.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stoebermehl.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stichtingliab.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swarfarm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "superguide.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spolwind.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stellen.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "substitutealert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sturge.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stadtgartenla.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "summer.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "surpreem.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sportscollection.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stratmann-b.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spisoggrin.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strozik.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syneart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strila.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sportovnidum.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sukrie.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strydom.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "t12u.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "store10.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soufastnet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stormi.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suzukimarinepress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "synergyworkingdogclub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supes.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stylewish.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sja-se-training.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "survivebox.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stlukesbrandon.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sylvaindurand.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "szerelem.love", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tat2grl85.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soontm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sikko.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "systoolbox.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tattvaayoga.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tdsbhack.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "szybkiebieganie.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sysadm.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tapestries.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tbonejs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tastystakes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talon.rip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svenskaservern.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tankfreunde.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tdsbhack.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tadtadya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tdsbhack.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "student-eshop.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "student-eshop.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tdsbhack.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tajper.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "system-m.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "szunia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sydney-sehen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techhappy.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "technicallyeasy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techosmarcelo.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techdirt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tdsbhack.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "straatderzotten.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taxmadras.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taskin.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teamupturn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tabino.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taartenfeesies.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suzi3d.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tatiloley.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tchnics.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techshift.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techshift.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "symbiose-bien-etre.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techshift.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tehcrayz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teaparty.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tb-devel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techtuts.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tantei100.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tenerife-villas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talkreal.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taniku-succulent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "textpedia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teletra.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tenberg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tandblekningidag.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tele-online.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebasementguys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tenseapp.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thailandpharmacy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "takeitoffline.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telecharger-open-office.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telecharger-winrar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "the-zenti.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebrightons.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thajskyraj.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thefbstalker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tf2calculator.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thepathsofdiscovery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themathbehindthe.science", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swissentreprises.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tempodecolheita.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thecoffeepod.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thesishelp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tagdocumentary.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swisscannabis.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebakingclass.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tekstschrijvers.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thekrewserver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theosophie-afrique.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thinkheaddesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thetenscrolls.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thecrazytravel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theory-test-online.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thesecurityteam.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thepartner.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "the-webmaster.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sundanceusa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thecsw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thunderkeys.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ticketsource.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ticketsource.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tillberg.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tandem-trade.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tewarilab.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiltedwindmillcrafts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theralino.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timbarlotta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thor.edu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmhr.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thunderfield-boat.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ti-js.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "therumfordcitizen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiew.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomas-ferney.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thgros.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tierarztpraxis-weinert.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tlehseasyads.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "todaciencia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tibovanheule.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tele-alarme.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tommounsey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tilient.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "todosrv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thisistheserver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teleallarme.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telealarmevalais.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timeglass.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teledivi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tele-assistance.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toka.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokumei.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tinf15b4.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobyx.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tirionnetwork.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiroler-kupferschmiede.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "townandcountryus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toeightycountries.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timfiedler.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themacoaching.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tkjg.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "startup.melbourne", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobischo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trangcongnghe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "top-obaly.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "traces.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torstensenf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokyomakino.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trimarchimanuele.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tlsrobot.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokyovipper.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "troyhuntsucks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topicit.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thisoldearth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tommic.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "top-opakowania.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tavolaquadrada.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topeng-emas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "treinonerd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theragran.co.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tommyweber.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "truekey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "titelseite.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trumeet.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trialmock.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transferio.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travel-dealz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsura.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomyork.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trendydips.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transcend.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trancendances.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "turnonsocial.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "triageo.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsumi.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travel-to-nature.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tradietrove.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trekfriend.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "troedelhannes.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thelostyankee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tucnak.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "turkiet.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "treehousebydesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twem.ddns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twenty71.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ttll.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuts4you.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twincitynissantxparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "turnsticks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tubeju.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebest.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tracker-gps.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tucidi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "traceroute.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "traceroute.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "traceroute.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trace.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "underkin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topprice.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ugosadventures.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "u5r.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tuxhound.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ufanisi.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ubineering.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twiri.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "touch-up-net.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tusb.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unikrn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tvsheerenhoek.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "touchscreentills.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theory.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tvoru.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unusualhatclub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "undercovercondoms.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.pub", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsng.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thesuppercircle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uedaviolin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urcentral.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utopialgb.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ulalau.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsng-stg.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "untethereddog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upperbeaconsfield.org.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uflixit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twilleys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urbansparrow.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ungern.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uptoon.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uvocorp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upwork.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twohuo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebeginningisnye.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vccmurah.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "umaimise.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vasports.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valhallacostarica.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utitreatment.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ultratechlp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vadennissanofhinesvilleparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thismumdoesntknowbest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "towywebdesigns.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vcmi.download", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upbad.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vernonchan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "u-tokyo.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usebean.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unleash.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vicyu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "united-schools.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valecnatechnika.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vergeaccessories.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upload.cat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viditut.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vaygren.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unterkunft.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ueba1085.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "underlined.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "usr.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanouwerkerk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vijay-international.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "verymelon.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vishwashantiyoga.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tr0n.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vionicbeach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urgences-valais.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torbay.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vegepa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visistruct.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "victornet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vermuetje.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veritafineviolins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viktorprevaric.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vera.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "v789xl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "verzick.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veverusak.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vaud-fleurs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viptamin.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitalyzhukphoto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vlvvl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visaexpert.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrlaid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voidshift.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vladislavstoyanov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uniformecomgas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "versfin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vagabondgal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "virtualvaults.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vconcept.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visionthroughknowledge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vconcept.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ventzke.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vivianmaier.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viceversa.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vpn.pics", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vancouvercosmeticsurgery.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vamoaeturismo.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vietnam-lifer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "void-it.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vistastylebuilder.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viviennevandenbos.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "warp-radio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "warp-radio.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vivo.sx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viking-style.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veganosonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vroedvrouwella.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voterstartingpoint.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webhostingpros.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "villacarmela.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vilight.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wdt.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wafni.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webproshosting.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wadsworth.gallery", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vlsm.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webfox.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viabemestar.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "waaw.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "websharks.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wellopp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "we.serveftp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weldwp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webbiz.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webypass.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webambacht.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webproxy.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whisperinghoperanch.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wave-ola.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vzis.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitoye.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "westlinwinds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wehostdnn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "votre-site-internet.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "web.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "utahlocal.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webspiral.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wesayyesprogram.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whilsttraveling.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werhatunsverraten.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wertheimer-burgrock.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wilseyrealty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webnetmail4u.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wibbe.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "web2ldap.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wellbeing360.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wildboaratvparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "waytt.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weedypedia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wjm2038.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werehub.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webliberty.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "westendwifi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whoturgled.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worldessays.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winfield.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "willems-kristiansen.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whitby-brewery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wp-securehosting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "windowstech.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whitepharmacy.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worst.horse", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "win7stylebuilder.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webies.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "woshiluo.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "windsock-app.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vocalviews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wprevs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webcookies.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vos-fleurs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vos-fleurs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "willkommen-fuerstenberg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worldofvnc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winsome.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "writemyessays.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wromeapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "writemyessay.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "writemytermpapers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "writemypaperhub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worldfree4.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "writepro.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "writing-job-online.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wipc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "write-right.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wsup.social", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "writing-expert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "writecustomessay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "victoreriksson.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "writingcities.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpdirecto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpcharged.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "writingtoserve.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worcade.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wug.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worldstone777.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xjjeeps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wizardspire.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tutiendaroja.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xawen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webaholic.co.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wordher.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wolfenland.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wrdcfiles.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wmoda.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wweforums.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wimpernforyou.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wrongware.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vpnservice.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wieobensounten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wubify.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xkblog.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "woodev.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wrapitup.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-33445.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--gmq92k.nagoya", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--l8j9d2b.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--baron-bonzenbru-elb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "woheni.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--u9jy16ncfao19mo8i.nagoya", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xgame.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "woomu.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vysko.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wvw698.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wangkezun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--w22a.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--tigreray-i1a.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-1117.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80ablh1c.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-9995.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-39988.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpsnelheid.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--sdkwa9azd389v01ya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "womenshairlossproject.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xuming.studio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xrp.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--lna-2000-9za.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.com.hk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yamm.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-8003.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-0385.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xt.om", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--lna-4000-9za.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xts.bike", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yarravilletownhouses.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-djbet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-001133.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xubo666.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xyzulu.hosting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.com.hk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wscbiolo.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.com.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.com.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-1116.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--uist1idrju3i.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yemalu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoshitsugu.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yachigoya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xjd.vision", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-88599.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.com.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "websiteforlease.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yogaschoolrishikesh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yiyuanzhong.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xpj.bet", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youhacked.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yelp.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoga-zentrum-narayani.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youfencun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ysicorp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ytpak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yingsuo.ltd", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yuntama.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yaay.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeitoununiversity.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zarmarket.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zentask.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zenofa.co.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zalamea.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zfly.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youmonit.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yourticketbooking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ylilauta.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--uorz58b8p0bpwa.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yryz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zerofox.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yotta-zetta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zoola.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zooxdata.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zekinteractive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yumeconcert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yggdar.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeilles.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yourforex.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeilenmethans.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yue2.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zlima12.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zrniecka-pre-sny.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zepect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zfree.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zevelev.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zvz.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "znacite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yue.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zijung.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zoofaeth.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhuji.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zx7r.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zacavi.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhuji.com.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zzb510.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zzb6688.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zusjesvandenbos.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zwembadheeten.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zonemaster.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zilsen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zopy.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zilon.com.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zentience.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--dckya4a0bya6x.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xnet-x.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zsrbcs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--dcko6fsa5b1a8gyicbc.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--e--k83a5h244w54gttk.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--qckqc0nxbyc4cdb4527err7c.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--dckya4a0bya6x.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ecki0cd0bu9a4nsjb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--e--ig4a4c3f6bvc5et632i.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--pck4e3a2ex597b4ml.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--e--0g4aiy1b8rmfg3o.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--vck8crcu789ajtaj92eura.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--t8j4aa4nkg1h9bwcvud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpunpacked.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--r8jzaf7977b09e.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--zck9a4b352yuua.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--vck8crc010pu14e.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zentience.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zentience.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--t8j4aa4nzg3a5euoxcwee.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "686848.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "10ppm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8887999.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "233abc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aaomidi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acat.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "420java.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "47tech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accelaway.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1000hats.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "9118b.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "activateudid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "07733.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adambalogh.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acsc.gov.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "04sun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1wirelog.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "18888msc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1844329061.rsc.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advantagemechanicalinc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "38888msc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accessacab.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0xcafec0.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "24kbet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ahmedcharles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aconnor.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1ll.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adventuregamers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "050508.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aiicy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a-intel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "absolutewebdesigns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "01100010011001010111001101110100.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "7kicks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "314166.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alcatelonetouch.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2488.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "addcrazy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3wecommerce.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afbeeldinguploaden.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "addones.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aelurus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "513vpn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acksoft.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4bike.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "5francs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afbeelding.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aabanet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alerts.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alextaffe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allis.studio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amyyeung.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0010100.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aiida.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airfax.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aiphyron.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aifreeze.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "addiko.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aesthetics-blog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ampleinfographics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afzco.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alignrs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ainrb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annonasoftware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alqassam.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alle.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acwi.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alastairs-place.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexperry.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amadilo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alldm.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annoyingasfuk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airvpn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anseo.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acadianapatios.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anaethelion.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aleph.land", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aceadvisory.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aletm.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anowicki.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anisekai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acampar.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "android.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arenlor.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aphelionentertainment.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afmt.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arkadiyt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anaiscoachpersonal.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arlenarmageddon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alistairstowing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arachina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "areyouever.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antimatiere.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afmtevents.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arithxu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acksoftdemo.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adonairelogios.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aessencia.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acheirj.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alessandroonline.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4garage.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artik.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "411film.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alfaperfumes.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexandernorth.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "assetsupervision.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "411movie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aquaselect.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advocaten-avocats.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autocorner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alroniks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anttitenhunen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aevpn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aqua-fitness-nacht.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asmdz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ammoulianiapartments.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arenlor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "altopartners.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amoozesh98.ir", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "astral.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acendealuz.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apaginastore.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anglictina-sojcak.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arthermitage.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asthon.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autostodulky.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bageez.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anglictinasojcak.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "awin.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "attwood.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asianbet77.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atplonline.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "assertion.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ballonsportclub-erlangen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artemicroway.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artartefatos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "balslev.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bargainmovingcompany.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bedrocklinux.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bar-harcourt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apparels24.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bbka.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atorcidabrasileira.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berduri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beetgroup.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anwaltsindex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "belfasttechservices.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bernhardluginbuehl.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benediktdichgans.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bagspecialist.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beyondthecode.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bernhardluginbuehl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "billrobinson.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "austinstore.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bandeira1.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bigsisterchannel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bett1.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betamint.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betkoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biblio.wiki", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bewonderen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "92bmh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beerboutique.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "benepiscinas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bailakomigo.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bambumania.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "billy.pictures", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "24hrs.shopping", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "astutikhonda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bigerbio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bgtgames.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bernieware.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biego.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blidz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "birdiehosting.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bijugeral.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bigio.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bier.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biztok.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blued.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asmbsurvey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bijouxdegriffe.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bijouxbrasil.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blockified.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bl4ckb0x.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bernardfischer.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bomb.codes", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arlen.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluezonehealth.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ben-stock.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinx.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alfirous.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackapron.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "booquiz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boweryandvine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bocreation.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bqcp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonami.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boobox.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonami.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bogobeats.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boueki.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonami.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonami.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonaccorso.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boueki.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "booox.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biomodra.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "braviskindenjeugd.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bravisziekenhuis.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bro.hk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bunnyvishal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bressier.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "braams.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brandcodeconsulting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "birchbarkfurniture.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "birchbarkfurniture.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "birchbarkfurniture.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cabaladada.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brokenjoysticks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bzsparks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boxit.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonita.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aquariumaccessories.shop", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c2o2.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buturyu.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "campcambodia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brfvh24.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capimlimaoflores.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cakingandbaking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cammarkets.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "btxiaobai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boutiquefutebol.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brasilbombas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brazillens.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buturyu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carloshmm.stream", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c7dn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cacaumidade.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cardelmar.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "card-cashing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buenotour.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brinquedoseducativos.art.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cbr-xml-daily.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carefour.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cencalvia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cbw.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ccretreatandfarm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cameraviva.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ceramiya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "care4all.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charonsecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chebwebb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ceresia.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdeck.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "camisadotorcedor.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casadoarbitro.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casecurity.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caribbeanarthritisfoundation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdu-wilgersdorf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carolcestas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casashopp.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casapalla.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casamorelli.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ch-laborit.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrisbrakebill.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheeseemergency.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burlesquemakeup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ci-fo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chinahighlights.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chat.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "citra-emu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrisupjohn.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chon.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cinefilia.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buyseo.store", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cd-sport.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chefgalles.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christophebarbezat.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "citimarinestore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ckostecki.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cjdpenterprises.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmfaccounting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cjdpenterprises.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cipher.co.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chodocu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ciphersuite.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coda.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coda.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chuck.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coffeetocode.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cinerama.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cirurgicagervasio.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cidadedopoker.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clicktenisdemesa.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coco-cool.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "citizenspact.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comicspornos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comoquitarlasestriasrapidamente.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clusteranalyse.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "columbuswines.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "commitsandrebases.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "connorsmith.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coda.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codefordus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coincolors.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "confidential.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comocurarlashemorroides.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "contractormountain.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coccinellaskitchen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cookieandkate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comocurarlashemorroidesya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coccinellaskitchen.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coccinellaskitchen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clubedalutashop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coigach-assynt.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comprehensiveihc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "countingto.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cove.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "countyjailinmatesearch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comp2go.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conv2pdf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "countryhouseresort.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conectalmeria.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conradkostecki.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cry.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cybersmartdefence.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cw.center", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coincoele.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colorcentertoner.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "container-lion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corpio.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptolosophy.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "customadesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "contaimo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cryptorival.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cookingcrusade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csharpmarc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csinfo.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cultofperf.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colyakootees.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datatree.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coverdat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dashboard.run", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dandymrsb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danielzuzevich.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cosmodacollection.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyberphaze.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cronix.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "customromlist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "days.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyclingjunkies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crowdbox.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ctliu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compucastell.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compredietlight.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "copshop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "controlautocom.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "condecom.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colorunhas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compreautomacao.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comprefitasadere.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmngroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmngroupe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cmn-groupe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daubehosting.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danselibre.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deepcreampie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dariosirangelo.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dcc.cat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daemwool.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corpoatletico.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deborahmarinelli.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daniel-stahl.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dcc.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "de-gucci.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dbapress.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daintymeal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "currentobserver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dermediq.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dengode.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deped.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dataformers.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "criadorespet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dcautomacao.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daren.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defme.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "democraziaineuropa.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "democracyineurope.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digibull.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "debuemon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capstansecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deep.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deltadata.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capstansecurity.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "depedtayo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dao.spb.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dhxxls.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decorincasa.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "designanyware.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decorestilo.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datine.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dataspace.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diguass.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devops.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dicoding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "discord-chan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "designgraphic.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dev-talk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "do13.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dojifish.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diveplan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dichgans-besserer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dns8.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diva.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "divcoder.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dihesan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deude.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doctorsonmaps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "donhoward.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotgov.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "do-it.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domainelaremejeanne.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "downtimerobot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "downtimerobot.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dualascent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drogoz.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dosomeworks.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droidgyan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "discoveryottawa.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dukec.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eashwar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drpico.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dycoa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "donutcompany.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dosipe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eaimty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "divertiagua.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "devkid.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dzsula.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "discountmetaux.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecoheatcool.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dialoegue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diletec.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drturner.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "docubox.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dommascate.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e30.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edibarcode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dlfsymposium.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecoshare.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edgeservices.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edu6.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dimdom.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebrnd.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-briancon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "des-hommes-et-des-clous.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drlangsdon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edeca.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eklepka.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elias-nicolas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elhossari.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dogworld.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dtechstore.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edgecustomersportal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "customfitmarketing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elsword.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edisonchee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "electr0sheep.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "empese.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dznn.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "en-crypt.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eatson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "electricalcontrolpanels.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elyisus.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enijew.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edsm.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eggblast.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "educaid.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "engvid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eatz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ekd.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edusanjal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "einmonolog.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epassafe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elliot.cat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dsayce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enixgaming.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "en4rab.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emergenzalavoro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecohostingservices.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elpoderdelespiritu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erverydown.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eightyfour.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esipublications.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elxsi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enduranceday.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eldertons.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eoonglobalresources.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "encuentraprecios.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doriginal.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eventosenmendoza.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esports-network.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etalent.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drew.beer", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "estoniantrade.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exchangecoordinator.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ethaligan.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elexel.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "experticon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duks.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebolsa.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-apack.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ebolsas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecfnorte.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elementalict.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eatfitoutlet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evaartinger.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eyesoccer-didikh.rhcloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erotpo.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fantasiapainter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esb112.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ewsfeed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eonhive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esb112.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "facebattle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elevateandprosper.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edubras.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emiele.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "factorypartsdirect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ezdog.press", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fatedata.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expandeco.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "escueladewordpress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "everyex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fail.coach", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ezorgportaal.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exside.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expresswins.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eyes-of-universe.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.lu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fam-kreibich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fergusoncastle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "femradio.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fili.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fishermansbend.apartments", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "estilopack-loja.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exploflex.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emergentvisiontec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enviapresentes.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emporiodascalcinhas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "essenzialeenxovais.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expecting.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feuerwehr-dachaufsetzer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eriel.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "facanabota.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fixico-staging.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fatimamoldes.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ergovita.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "farfallapets.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finalx.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emporiopatanegra.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "figan.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emporiovinareal.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "facanabota.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fotohome.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filewall.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faixaazul.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "florinlungu.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fontawesome.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filleritemsindia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fascia.fit", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flyingdoggy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fpki.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fropky.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freebookmakersbetsandbonuses.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fortytwo.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frozen-solid.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuliwang.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fonolo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fator25.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fgequipamentos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fitshop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fermabel.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forum-kinozal-tv.appspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuliydys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flextrack.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exporta.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flosch.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fordshop.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fiftyonetielt.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eung.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "futuristarchitecture.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fxgame.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fm-cdn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ford-shop.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forexee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ferreteriaxerez.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finnclass.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ftng.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fullhub.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fyodorpi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gaycc.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frogsonamission.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gc.gy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forteggz.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gavins.stream", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feisim.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geoffanderinmyers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fyol.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "followerrocket.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gemquery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fribourgviking.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "footballforum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fxislamic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foreclosureattorneyhouston.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evonews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fridaperfumaria.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foryoucosmeticos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forestfinance.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fxthai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giuseppemacario.men", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gbc-radio.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geyduschek.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "girlsgenerationgoods.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genfaerd.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fullautomotivo.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gochu.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goodfeels.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foxes.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frebi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "go-embedded.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gdiary.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gogle-analytics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gogleapis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glencarbide.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "givesunlight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gtopala.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giveme.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greensquare.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "graumeier.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gnilebein.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gelodosul.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "generalpants.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greenpartyofnewmilford.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greyhash.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greenvpn.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gov.tc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gruene-im-rvr.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goodvibesblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goods-memo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "h09.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "handlecoin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gikovatelojavirtual.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackmeplz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hamking.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flyspace.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gruenderlehrstuhl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gzom.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "health-match.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "graonatural.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goodsex4all.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hawkinsonkiaparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heartyapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hangar.hosting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greve.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hampshiretechservices.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "healthmatchapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hausundhof.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hardtime.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hexr.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dynamics-365.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "h2s-design.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hbvip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hangcapnach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "halletienne.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hexxagon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hbbet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "golser.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fashionoutfits24.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "highlnk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hitmanstat.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hack.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hacker.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herbal-id.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hariome.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "handyticket.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "halfwaythere.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hipi.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hirotaka.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hjes.com.ve", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fire-wolf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiteco.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "horkel.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hfu.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hbkonsult.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hukaloh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "https.ps", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hangar18-modelismo.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hematoonkologia.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hughtodd.ink", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icyapril.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hondenoppasfraneker.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hm773.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "html5media.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hinterposemuckel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idealtruss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idealtruss.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geoffreyrichard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "i-meto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geri.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homegardenresort.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibpsrecruitment.co.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imoner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "illuxat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hostarea51.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "increasetestosteronelevels.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infotainworld.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "img.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "igi.codes", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ikeacareers.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hidroshop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hitocom.net.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hozinga.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inhelix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iilin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ink.horse", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilamparas.com.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoshimaquinas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inorder.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilmataat.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imperialmiami.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inkhor.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "innit.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ictl.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inovat.ma", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilamparas.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "invioinc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interiorcheapo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icepink.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoshimaq.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hpnow.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idiotentruppe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iaco.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indilens.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irvinepa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infoweb.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "into.technology", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irisjieun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "instant-hack.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irodorinet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ip.sb", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irland.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ip-blacklist.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itruss.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivor.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inter-culinarium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivor.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivanmeade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivorvanhese.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivorvanhese.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intexplore.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irfan.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "insside.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indostar303.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "houstoncreditlaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dynamics365.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intermezzo-emmerich.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itring.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jackdawphoto.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jazzy.id.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intimastoreatacado.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inshapenutrition.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "islandzero.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iwos.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itiomassagem.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaksch.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jdcdirectsales.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jdassets.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "highlandparkcog.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inmobillium.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivfmeds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jino-jossy.appspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jinliming.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imperialonlinestore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jameshemmings.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intertime.services", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ispsoft.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joaosampaio.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "josemikkola.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inflexsys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jawnelodzkie.org.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "italyinspires.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jose.eti.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jpmelos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jpmelos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "janaundgeorgsagenja.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jmpb.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iccpublisher.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jumbopan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jarniashop.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jermann.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jumbopan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "isidom.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jross.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juice.codes", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kein-fidget-spinner-werden.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karanlyons.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "josephsniderman.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "josephsniderman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "julianwallmeroth.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jell.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jez.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juanxt.ddns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kandec.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "josoansi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "k82.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kambodja.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "josephsniderman.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kenyons.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kantorad.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flowerandplant.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kennethferguson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaashosting.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keno.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kakoo-media.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joomlant.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kgb.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kimiris.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kartacha.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keechain.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kakoo.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kd.net.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kakoomedia.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "judc-ge.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jundimax.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "judosaintdenis.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jsd-cog.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kakie-gobocha.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kittpress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kenterlis.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "khs1994.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kalifornien-tourismus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kloia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katoju.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kostya.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klimchuk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kleberstoff.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klimchuk.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kobolya.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiku.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kremalicious.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kabashop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keycenter.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kobofarm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kostecki.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kevinroebert.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kogi.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kostecki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kl-diaetist.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kostecki.tel", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kruk.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krismurray.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koryfi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jacobsenarquitetura.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kitatec.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lazulu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leadgenie.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laraveldirectory.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kthnxbai.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lahora.com.ec", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leafinote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leelou.wedding", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kyoko.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "letsgowhilewereyoung.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "k3nny.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lanre.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifemstyle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kts-thueringen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laisashop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kurzonline.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leeclemens.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jembatankarir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lazytux.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kromamoveis.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "larepublicacultural.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linkedinbackground.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "levatc.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lipoabaltimore.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lazytux.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lesjardinsdubanchet.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lakonia.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liul.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leshervelines.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "letsgetintouch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livelexi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laospage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lfrconseil.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lebosse.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "letterbox-online.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lilycms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lemonrockbiketours.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logymedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kyusyu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linkmauve.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legjobblogo.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ledecologie.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "legavenue.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "littlefairy.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lockyourcomputer.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linux-vme.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linkage.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loqyu.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leclaire.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lowt.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lovelytimes.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "licence-registry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luenwarneke.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lookupclose.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lineauniformes.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lgpecasoriginais.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "locvis.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linuxchick.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lepiquillo.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lingerieonline.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lingerie.net.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lonniec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lesgoodnews.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luginbuehl.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lpt-nebreziny.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luisyr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luginbuehl.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lommyfleet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lonbali.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liviababynet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lohanaflores.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojadewhisky.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livroseuniformes.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojadanidrea.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojadamimo.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojamoleco.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lycee-saintjoseph-mesnieres.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojavirtualfct.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "la-petite-entreprise.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lisowski-photography.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "localdecor.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojafilipaper.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojashowdecozinha.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livrariacoad.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mac-world.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mailbox.mg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kitchenaccessories.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lz.sb", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojafazendoarte.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojavisamed.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojadoarcomprimido.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojaprojetoagua.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lpacademy.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojaprimemed.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malgraph.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "makedonien.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marinekaplama.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masterofallscience.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "makaleci.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magnoliadoulas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maly.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lukmanulhakim.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mattforster.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "managementfeedback.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marioabela.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manova.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luzeshomologadas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marianwehlus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matcha-iga.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mayavi.co.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lunasqu.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malmoesport.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magazinedotreino.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magnatronic.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "majncloud.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mdsave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "metasquare.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masterstuff.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maybeul.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mazternet.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "martin-arend.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mentalhealthmn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meu-smartphone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markrobin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mallonline.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mariacristinadoces.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maisalto.ind.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masterofbytes.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matjaz.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marcaudefroy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marketizare.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "materiaischiquinho.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mgoessel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madcatdesign.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ltechnologygroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "megamarkey.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meehle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikehamburg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miguksaram.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "megapixel.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "milcahsmusings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miss.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mi-so-ji.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matlabjo.ir", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minnit.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "metacoda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mestr.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miguia.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michel.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miss-platinum.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mjmnagy.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mj420.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "madeinstudio3.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minorshadows.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxmachine.ind.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moondrop.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mike2k.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medcir.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mico.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "misseguf.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mlundberg.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mkplay.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mobycoders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mne.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meucosmetico.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mercadoleal.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "movieguys.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minilions.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monodukuri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monochrometoys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mokum-organics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mmstick.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mrliu.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mtirc.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luca.swiss", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "morphy2k.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "merojob.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mojnet.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mojnet.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "looka.photo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "msgallery.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mww.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muh.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modelsclub.org.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moviefreeze.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mycircleworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "motonauticaibiza.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mylifeabundant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mschuessler.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mopedreifen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mpi-sa.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mynewleaf.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lfashion.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mzlog.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "missjoias.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "machikka.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mr-nachhilfe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mr-labo.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manager-efficacement.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "museumstreak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "milhoazul.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mystudycart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba-2k.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naturalcommission.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba.christmas", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba.de.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba.com.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myseatime.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mymb.pm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba.download", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "montanana.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myfunworld.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba.gs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mehhh.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba.gy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba.gd", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musselsblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba.live", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba.lu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mymadina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba.hosting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba.trade", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba.vc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2k.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nationaltaxprep.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mpg-universal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2k.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2k.live", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2k.download", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "microbiote-insectes-vecteurs.group", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2k.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba.vg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2konlinex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2kmods.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2kcn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2k.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2kmy.team", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myleanfactory.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbaim.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2kol.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbagirls.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2kmt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbafile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2k.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2kqq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2konline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2kx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbadancers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbalivecn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myproblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbavc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbasky.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbavg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbayouxi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "motojato.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbaspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbalivex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbask.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mvnet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mundtec.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "multibomasm.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "murof.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netbears.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nejnamc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mylawyer.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ncdesigns-studio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2k.com.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2k.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nba2k.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nic.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nickcleans.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neojo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "n4v.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mynortherngarden.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nekolove.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nerdhouse.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mytravelblog.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netdego.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niklasbabel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ninetaillabs.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ninetaillabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "net4visions.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notevencode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "net4visions.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbalive.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nudestpics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mundoalpha.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nagaragem.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mitrax.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myrekber.co.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noesberts-weidmoos.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ns-frontier.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nolag.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "offgames.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "novacraft.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newmed.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neoz.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nfhome.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notablog.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nyphox.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "numwave.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neurocny.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opposer.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ocrn.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ojdip.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mireiaseuba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orangecomputers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orleika.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oversight.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opsnotepad.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "owl.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nephelion.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ninarinaldi.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "online-scene.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oranges.tokyo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oranic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuryahan.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oasisdabeleza.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ocmeulebeke.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ohreally.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onthe.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "papadopoulos.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oswaldmattgroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "novfishing.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passrhcsa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parksubaruoemparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuovamoda.al", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passrhce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "palavatv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paranoidmode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "osbi.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opensourcedmind.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ozark.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pdfmint.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peaksloth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "otokonna.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "panj.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patrick-othmer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pemberton.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parcelbroker.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parishome.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perpetualemotion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pathwaytofaith.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "penetrationstest.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oportho.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pacco.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paketkreditsuzuki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pattyliao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orchideenettoyage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openintelligence.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pbrumby.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pengisatelier.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pennyparkerpaper.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phcmembers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pekkapleppanen.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patouille-et-gribouille.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pensioenfonds-ey.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pictr.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pahealthbilling.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinebaylibrary.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peeters.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "philippbirkholz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "platinumpeek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pieinsurance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pecot.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plantroon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.cam", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pixelsquared.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "poiru.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pirateahoy.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nyesider.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perfectcloud.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plr4wp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phialo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "playerscout.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pissflaps.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oinky.ddns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planlos.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pi-dash.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oganek.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pizzeriacolore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "powersergunited.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pharmaabsoluta.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pestalozzishop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pkautodesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "powersergunited.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pfgshop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "personcar.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "powersergdatasystems.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "palapadev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "potentialproject.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peykezamin.ir", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pressureradio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "post.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plongee-phuket.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polymake.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pervacio.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "productbarcodes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "probase.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "projectasterk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pocketinsure.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "promopony.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pracowniatkanin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "platformadmin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "progress.photos", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "powersergusercontent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "premiumweb.co.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "personnedisparue.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "postdeck.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plantarum.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planetasuboficial.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pc-tweak.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "priceholic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psdsfn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "outdooradventures.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pochaneko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "propmag.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "printery.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pixelesque.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "placassinal.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purplez.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psycho.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pumperszene.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pssgcsim.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pickersurvey.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "presentesdegrife.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psb.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quantum2.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "potomania.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qforum.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psb1.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "puchunguis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pollet-ghijs.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purahealthyliving.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "randomadversary.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purrfectswingers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qamrulhaque.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qitarabutrans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qto.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ptron.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pusatinkubatorbayi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qoohoot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rbltracker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pubi.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "projetoresecia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qwerty.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rcmurphy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rcraigmurphy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "provision-isr.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realestateonehowell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rabbitvcactus.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "queer.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raycarruthersphotography.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rbnet.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "publick.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purpspc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radioheteroglossia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "removedrepo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reported.ly", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ravhaaglanden.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reignsphere.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "replaceits.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redgatesoftware.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regulations.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "regnix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rebirthia.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raykitchenware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reflecton.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rcoliveira.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "recoveringspirit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "richardson.pictures", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robinsonstrategy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rbflote.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "queenbrownie.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purpoz.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "relates.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rocka.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "propseller.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "remedioscaserosparalacistitis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robot.car", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rise-technologies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rissato.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "renscreations.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rinvex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reposaarenkuva.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redwoodpaddle.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qoqo.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "resursedigitale.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pethelpers.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rinj.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rteplayer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rubbix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rivalsa.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "recuerdafilms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rool.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rootlair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rosi-royal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reforesttheplanet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redessantaluzia.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rylore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safegold.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rudrastyh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roulons-autrement.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pretrialservices.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "romanticschemermovie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s3gfault.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rocketgnomes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "runschrauger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saikou.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rejushiiplotter.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rehabthailand.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saimoe.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rehabphilippines.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rionewyork.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "re-curi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rmpsolution.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "romanticschemer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saabpartsdistribution.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saimoe.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruhr3.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s-ip-media.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saveora.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saintjohnlutheran.church", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reidasbombas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sa-mp.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saveora.shop", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saludsexualmasculina.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scholarly.com.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "santmark.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sammyservers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rosabellas.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scheduleme.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarkarikhoj.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scholarly.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rufabula-com.appspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saudeintimadamulher.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schrodingersscat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schrodingersscat.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "santmark.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "priorite-education.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schraebanowicz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saxol-group.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samuirehabcenter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "santmark.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sb0.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rubenbarbero.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seansyardservice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sakuraflores.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secretum.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schmidttulskie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scheemadigital.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scalaire.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secureheaders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "searchbrothers.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "santafemacas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "searchbrothers.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "searchdatalogy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "searchbrothers.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seattlemesh.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sec3ure.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secgui.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schubertgmbh-ingelheim.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "runhardt.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schooli.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sansage.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scenastu.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "searchbrothers.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "searchbrothers.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "searchbrothers.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sdsmanagement.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "searchbrothers.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seocomposer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scripthost.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsocks.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sethvargo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsocks.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secretar.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sharperedge.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sharperedgecomputers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "servingbaby.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shiftleft.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shopifycloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "safetycloud.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serverd.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shitfest.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shawnwilson.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sereema.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sharedhost.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shakebox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shuzicai.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sidonge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shethbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sim-sim.appspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sera.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsocks.software", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sidongkim.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sepie.gob.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sfg-nordholz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sheratan.web.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sellmoretires.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skynetnetwork.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shitagi-shop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sientemendoza.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serverlog.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slingoweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skwile-cafe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skates.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.tt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smart-informatics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siao-mei.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slotlist.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skryptersi.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snuff.porn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartbiz.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shock.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sicklepod.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skypoker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shaken-kyoto.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sim4seed.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sexshopfacil.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartvideo.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skysuite.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartshoppers.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socal-babes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sneed.company", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spearfishingmx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solarplan-berlin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartjoin.style", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solve-it.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snovey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "softrobot.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slo-net.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "speedracer.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snakafya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snowraven.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secur3.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solisrey.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sstaging.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sparkwood.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "speedsportofhull.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smexpt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spacemo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sprint.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sparkasse.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "statecollegemortgages.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spek.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seleondar.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solentes.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sportugalia.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stmlearning.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steven-bennett.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sql-und-xml.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stevenz.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soprabalao.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "somcase.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solidimage.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stavros.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephensol.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephensolisrey.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steph3n.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sunshinesf.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sonoecoracao.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sobelift.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "staxflax.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephsolis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steinbergmedia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sqroot.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephensolis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephensolis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stuffi.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strate.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephenperreira.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "susconam.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swuosa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syntaxoff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solarcom.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stijnbelmans.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svc-sitec.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svc-sitec.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svc-sitec.com.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stuttgart-gablenberg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "streamer.tips", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studentforums.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "summa-prefis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "straka.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephspace.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "summercampthailand.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spur.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talkwithyourbaby.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stjohnsc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taberu-fujitsubo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tcf.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingreview.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tbrindus.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teachwithouttears.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svj-stochovska.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "street-smart-home.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taidu.news", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spdepartamentos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stayme.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sunn.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telugu4u.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svm-basketball.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "t-net.org.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "testpornsite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tgui.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tebieer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shopcoupons.co.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taotuba.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sturdio.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supriville.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studiodoprazer.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sportingoods.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "superlentes.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sunfireshop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "srolim.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telefonseelsorge-paderborn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "the-pcca.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tecyt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tetsugakunomichi.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thaigirls.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tech-zealots.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "svadobkajuvi.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "texhnolyze.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tetedelacourse.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "t2i.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shopcoupons.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tgexport.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tenispopular.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themusecollaborative.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "the2f.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tecnobrasilloja.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tabernadovinho.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tartanhamedshop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ticketsource.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sorakumo.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thepaffy.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebeautifulmusic.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theyarnhookup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thenichecast.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theexpatriate.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thediscovine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teru.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tkgpm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thinkquality.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toad.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tipsacademicos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "themist.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tippytoad.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tianxicaipiao.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tianxicaipiao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tianxicp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmin.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thecozycastle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timmyrs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theplasticsurgerycenterofnashville.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swisswebhelp.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tjl.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "titanlab.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomasetsophie.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomticket.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timbishopartist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thuisverpleging-meerdael.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transcriptionwave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomwassenberg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toptec.net.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trainings-handschuhe-test.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topwin.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomatis-nantes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transappealrights.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thepostoffice.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebreakhotel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobiasbrunner.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "triage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "translateblender.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thoughtsynth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thoughtsynth.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thoughtsynth.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theodorahome.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trumanlibrary.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toplist.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trs.tn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trulance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timing.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theodorahome.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tomaz.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsa-sucks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tucsonfcu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trackeye.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tristanfarkas.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmcreationweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theruleslawyer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tqdev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trockendock.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tudiennhakhoa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tzifas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travotion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tongmu.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trovaprezzi.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ulti.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tonytron.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobaby.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "totalle.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tortugan.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokbijouxs.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "txcp01.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tyskland.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taxlab.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tysox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thevalentineconstitution.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "txcp02.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tyuo-keibi.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unixtime.date", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.bid", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teeplelaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toschool.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "totalbike.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trixy.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urology.wiki", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upbeatrobot.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tom.run", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ukmeetandgreet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valleyautofair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unsee.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "technikrom.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "url.fm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "v12.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ttackmedical.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vakantiedetective.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sugarsweetorsour.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "undeadbrains.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vadennissanofhiltonheadparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valenciadevops.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "u4mh-dev-portal.azurewebsites.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uxux.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viaje-a-china.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viaggio-in-cina.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "u4mh-dev-accesscontroller.azurewebsites.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uwfreelanceopticien.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visaya.com.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "umbricht.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uptownlocators.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upundit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanohaker.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trouweninoverijssel.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ur2.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vidkovaomara.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vigour.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visudira.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valentinesongs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urbanfi.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vapecraftinc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valentineforpresident.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valueseed.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vlsk.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unifei.edu.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanbinnenuit.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "volga.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "videoseyredin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vasa-webstranka.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uplaqui.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uniformespousoalegre.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uniformehumboldt.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toujours-actif.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viridis-milites.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voloevents.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ullamodaintima.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vyvygen.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vinovum.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vkirichenko.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vyvygen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vybeministry.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "walletnames.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visa-shinsei.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrtouring.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voyageschine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vwoforangeparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "watashi.bid", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "virial.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weareincognito.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valentineapparel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wearewithyou.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tutiendarosa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vw-touranclub.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "walk.onl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vosky.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wastrel.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weepycat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "welby.cat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "varela-electricite.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "virgopolymer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vibrashop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viscoelastico.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vialibido.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "websitesdallas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vialorran.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vivasports.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "villageunique.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viplentes.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitamaxxi.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "w4b.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vital-tel.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "watch-wiki.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vssnederland.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vivid-academy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webukhost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "westmeadapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webfronten.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "victorenxovais.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "windowwellexperts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viniferawineclub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wedding-m.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vyshivanochka.in.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wintercircle.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "villasfinistere.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wickrath.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werner-schaeffer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "windowsforum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weed.ren", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "williamsportmortgages.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wp6.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worldcrafts.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wideinfo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "why-brexit.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "web-design.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whitewinterwolf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weplaynaked.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vrsystem.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "w2gshop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webtek.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-8887999.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wphome.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpscans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werkenbijdfzs.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werkinc.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wnnc.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "widmer.bz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wildwildtravel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "workemy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webtech.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xlaff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wk-cpm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wir-bewegen.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wmaccess.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "workplaces.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webwolf.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vapesense.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x-lan.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "windowwellcovers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torontocorporatelimo.services", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xlfblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xlan.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xiangblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ymtsonline.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--i2ru8q2qg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wriedts.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yarnhookup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xiyu.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worldcigars.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ycaaz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wyzwaniemilosci.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yhong.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--e--4h4axau6ld4lna0g.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youngsook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yaharu.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yougee.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xx0r.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youngsook.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--7ca.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youruseragent.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoitoko.city", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "w4.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ymblaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--0kq33cz5c8wmwrqqw1d.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xtzone.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yellowpages.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yokohama-legaloffice.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.mobi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yosheenetwork.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoga-in-aying.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yuna.tg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.co.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xsstime.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--cckvb1cwa0c5br5e2d2711k.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yu.vc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ying299.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeloz.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ying299.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ythyth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xiangqiushi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhujicaihong.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeug.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youwatchporn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yurimoens.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--vck8crc655y34ioha.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zen-diez.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zserver.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zerobounce.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--88j2fy28hbxmnnf9zlw5buzd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yesfone.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zlatakus.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zdx.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--q9jb1h5dvcspke3218b9mn4p0c.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--n8j7dygrbu0c31a5861bq8qb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zerosource.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--u9j0ia6hb7347cg8wavz0avb0e.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--cckdrt0kwb4g3cnh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zikirakhirzaman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zyul.ddns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zyso.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yudan.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zfast.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--y8j5gq14rbdd.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--n8jp5083dnzs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zonesec.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zoki.art", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yandere.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--6x6a.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xiaoyu.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "westcentenaryscouts.org.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aiforsocialmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitalrights.center", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dalaran.city", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "changecopyright.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "albertathome.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dheart.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chriscowley.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consuwijzer.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "directtwo.solutions", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eternalabyss.int.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "famososnaweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fastwebsites.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "backpacken.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flikmsg.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corningcu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agrarking.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "13318522.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codingfromhell.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foneo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betsonlinefree.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freeblog.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "futurezone.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forro.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "exe-boss.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forsec.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garycwaite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "angryroute.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bpaste.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cabforum.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gwhois.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freejeremy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harrypottereditor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilikfreshweedstores.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eminhuseynov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hj.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casadowifi.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barprive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "injust.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrisself.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "injust.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artschmidtoptical.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "injust.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "injust.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "boel073.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freebarrettbrown.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flyingpackets.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homesfordinner.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eyesonly.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "balancenaturalhealthclinic.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "groklearning.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intune.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ius.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eonet.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freeassangenow.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "27728522.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dbpmedia.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipleak.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaccblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geteckeld.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "get-link.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asec01.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lucidoccult.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "docupet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huzu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cronometer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bibliomarkt.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freelauri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berry.cat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gigolodavid.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "einsteinathome.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loanaway.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frebib.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freesnowden.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "latecnosfera.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miscreant.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "demo9.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lnhequipmentltd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matildajaneclothing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liberapay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meetmygoods.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8522cn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "learninglaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyberduck.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fl0333.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lovelens.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pivotaltracker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mindleaking.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lovelens.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jabjab.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juku-wing.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fl0888.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8522.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "distribuidorveterinario.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flc111.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miticobikes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quanyin.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "litsovet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loveislandgames.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redivis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phpartners.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jailbreakingisnotacrime.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "novelabs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mkhsoft.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8522top.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opengg.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "causae-fincas.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dingcc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikakalevi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ohm2013.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nielshoogenhout.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "really.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psycho-lobby.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nielshoogenhout.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opunch.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noodweer.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pristal.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leuenhagen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sujoydhar.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "online-results.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "photo-paysage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "get-refer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hb8522.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prototypefund.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "page-builders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mrs-labo.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "screenparadigm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "searchbrothers.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "littleservice.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dnplegal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privatebin.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purikore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seattleprivacy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokobungadijambi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okeeferanch.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uptodateinteriors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vescudero.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steampress.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kanzlei-sixt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "insinuator.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inheritestate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fl0111.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tweaktown.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplesamlphp.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tablescraps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ytpak.pk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sahkotyot.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starwins.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nfls.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mx5international.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "publicintelligence.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ztytian.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fl0555.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nsm.stat.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spontex.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enoou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0fl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ripmixmake.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scrumbleship.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sidpod.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saintaardvarkthecarpeted.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fl0999.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaptadata.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techpro.net.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s2member.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slingooriginals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shinko-osaka.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamingrealms.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seavancouver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smspodmena.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tektuts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "welovejobs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qelectrotech.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "provitec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "searchbrothers.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secumail.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "world-education-association.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8522.am", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "limeres.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "v4s.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "injust.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nielshoogenhout.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "verduccies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wapking.live", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nova.live", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fl0777.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "princeofwhales.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "szczot3k.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thedevilwearswibra.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jungleculture.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-8522.am", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "savecrypto.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sproing.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webveloper.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sintesysglobal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soli.cafe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "limereslaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rdns.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veslosada.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-8522.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "10og.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2333.press", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3fl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4baby.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4xlabs.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8522club.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "88laohu.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accbay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "actionsack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agrarking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agrarshop4u.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aldien.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aliantsoft.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allpointsblog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alternador.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "americandistribuidora.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anime1.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antenasmundosat.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apcemporium.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apk.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apn-dz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aquarium-supplement.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arcenergy.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arian.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atlantahairsurgeon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atwonline.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auntie-eileens.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "automatethis.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ayor.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ayor.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "banksiaparkcottages.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barsashop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bati-alu.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bearcosports.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bellavistaoutdoor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bemvindoaolar.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "big-fluglaerm-hamburg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonnieradvocaten.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "borisschapira.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brucemartin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bt123.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "budgetlovers.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypass.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cestasedelicias.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chentianyi.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chillebever.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chocolate13tilias.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "churrasqueirafacil.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cirurgicalucena.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "civilg20.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "club-reduc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comflores.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comodesinflamarlashemorroides.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comorecuperaratumujerpdf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conformax.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "connectedcare.md", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corporatecomputingsolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creativeapple.ltd", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "d.nr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dbq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deliver.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "denisewakeman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deprobe.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dev-talk.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitaljungle.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dimeponline.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "din-tools.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dingcc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "do.gd", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dyyn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e-cottage.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "educatoys.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emporiodosperfumes.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "equinecoaching.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esite.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esprit-cloture.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "faciledireto.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fameuxhosting.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fatdoge.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feld.design", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fernangp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fhg90.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fl0666.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flyspace.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forbiddenhistory.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fr0zenbits.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frugalfamilyhome.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gallicrooster.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geleia-real.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giftmaniabrilhos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalprojetores.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "great.nagoya", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "halitopuroprodutos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hanys.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haogoodair.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helpstarloja.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homesandal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotcandlestick.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hulpbijmarketing.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huskyduvercors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ineed.com.mt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "injust.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "injust.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "instafind.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iosnoops.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ishamf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "istore.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itrack.in.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivanilla.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamaat.hk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jerseylvi2013.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jiaqiang.vip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jingjo.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jmotion.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kakie-kolesa.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kangaroovalleykayaks.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kangaroovalleymuseum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kangaroovalleyolives.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kangaroovalleyshow.org.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kangaroovalleywoodcrafts.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karlsmithmn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kazamasion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kingstclinic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "korosiprogram.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kousaku.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kvcc.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kvpc.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laboiteanem.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lakedavid.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laymans911.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leipziger-triathlon.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lennartheinrich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lheinrich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lheinrich.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "librazy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifesafety.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lingerielovers.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "littlepigcreek.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojaterrazul.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lojavalcapelli.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ls-reallife.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lukasfunk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macedopesca.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macleodnc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magyarokegyhelyen.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manududu.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marilynmartin.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mathijskingma.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maury-moteurs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediafocus.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "memiux.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mexicom.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "microcomploja.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mika.cat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mimbeim.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minimbah.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mittagonggardencentre.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "modaexecutiva.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moderntld.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mona-antenna.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "movie4kto.stream", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mundoarabe.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mundokinderland.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mwainc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nairobibusinessreview.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naoar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neowlan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netlentes.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "netmagicas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nexusbyte.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nkb.in.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nordnetz-hamburg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notadd.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notadd.store", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nutrivisa.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nycoyote.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oleodecopayba.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opcaobolsas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oticasaopaulo.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oxro.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paradigi.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patric-lenhart.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pepemodelismo.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petofiprogram.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piatabrasil.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pinnacles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piraten-bv-nord.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pixeame.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "placasonline.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pnukee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pomardaserra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pontodogame.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "portalkla.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "powerdent.net.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prestonandsons.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "provitec.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pwm.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qwe7002.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radicalsub.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "randy.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raraflora.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rbran.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rdfz.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realitea.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "remedioparaherpes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "revistapequenosolhares.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rial.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rimax.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rivermist.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robspeed.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rockuse.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rohanbassett.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rubymartin.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "salishseawhalewatching.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samsungxoa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sberbank.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schatmeester.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selbys.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "semiocast.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "servicevie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shgt.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shobhanayogsadan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shotpixonline.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simonsaxon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sinuelovirtual.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sion.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slpower.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smackhappy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sohamroy.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "solicafe.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soundedj.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spaziobenedetti.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spaziopervoi.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssenberg.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stainedglass.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stannahtrapliften.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steplogictalent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stilettomoda.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stonemanbrasil.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "streamthemeeting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "subwayz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sussexwebdesigns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swissid.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tdrcartuchos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teknemodus.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tempdomain.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "test02.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "texture.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thiscode.works", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobias.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tokoindo.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topnotchendings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tougetu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transfersummit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsedryk.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tyroremotes.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tyroremotes.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tyroremotes.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tyroremotes.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tyroremotes.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tyroremotes.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "umsapi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uniformebateriasheliar.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uniformehope.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urlachershop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valleycode.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vcti.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "visitkangaroovalley.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitra-vcare.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vwsoft.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webbx.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webless.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "welcome-werkstatt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wellcomp.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wiiaam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wireless-emergency-stop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wisak.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wombatalla.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wowaffixes.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xehost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xmiui.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--jywq5uqwqxhd2onsij.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--n8jtcugp92n4wc738f.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--xz1a.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--yj8h0m.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xpjcunkuan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yeu.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zecrypto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zoorigin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "00220022.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1391kj.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1395kj.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1396.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1396.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "247medplan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4mybaby.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "69mentor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "7delights.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "7delights.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8tuffbeers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ac0g.dyndns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "actu-film.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adelightfulglow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "admins.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advocate-europe.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aero-pioneer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aerotheque.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agencymanager.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agrekov.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ajdiaz.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akiba-server.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexischaussy.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allmend-ru.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alloutatl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amandasage.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ambrosius.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amg-microwave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amin.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amua.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewpeng.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antirepressionbayarea.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anyfood.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apponic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arenns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arislight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arminc.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artmaxi.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asge-handel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "atelierssud.swiss", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "august.black", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autozane.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aviv.nyc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ayatk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "badai.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bandally.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "basilicaknights.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bass-pro.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bcnet.com.hk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beehive.govt.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ben2.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bengalurugifts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "besthotsales.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beyondtodaymediagroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bfrailwayclub.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bilimoe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bingobank.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinkarlsruhe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bititrain.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bizpare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bkhpilates.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bluemeda.web.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bobstronomie.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonamihome.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bonesserver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "booox.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "booox.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "booox.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "booter.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "botlab.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bouchonville-knifemaker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bourqu.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brasilien.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bretcarmichael.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bs.sb", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "btku.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "businessmodeler.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "butikvip.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bynder.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casa-mea-inteligenta.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cenatorium.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centurialeonina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "certmonitor.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charlesjay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chdgaming.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheltik.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "choe.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chrisvicmall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ciansc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cielly.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cifop-numerique.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clairegold.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clauseriksen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clayandcottonkirkwood.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codejunkie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compuplast.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "convexset.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coonelnel.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "counselling.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creativelaw.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crosspeakoms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crowdcloud.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "curamail.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyph.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dailybunda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dam74.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danyabanya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darlastudio66.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dasgeestig.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datenschutzgrundverordnung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ddel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "de-mail.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deeparamaraj.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "denis-martinez.photos", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digicert-support.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "discoverwellness.center", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dismail.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "divenwa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "donmaldeamores.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotnetsandbox.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doze-cloud.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drivewithstatetransit.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dronebotworkshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dureuil.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dusmomente.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dustyspokesbnb.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dwgf.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "easy-factures.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "echodio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ecovision.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "electricgatemotorgermiston.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elinevanhaaften.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elixir.bzh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enamae.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enlazaresbueno.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "equinox.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esb111.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "espacio-cultural.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evelienzorgt.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "everlong.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evileden.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extreme-players.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ezakazivanje.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "f-hd.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "f8842.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fafatiger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fallofthecitadel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fameng.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "felistirnavia.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firetotheprisons.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flopy.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flucto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flyboyfpv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flytoadventures.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forgotten-legends.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forum-bonn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foshanshequ.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fotikpro.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freims.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frydrychit.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "funoverip.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fxopen.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fzx750.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamoice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geertdegraaf.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gehreslaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genia-life.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gfoss.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ginijony.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gisgov.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gitep.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glavsudexpertiza.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gosciencegirls.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gourmetfestival.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gozadentro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grailians.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grandeto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grapee.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gregorkofler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grenadiercorps-kaarst.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grenadiere-kaarst.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grenadierkorps-kaarst.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grenadierkorps.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grothoff.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guides-peche64.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gustaff.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haloobaloo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harald-pfeiffer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haven-staging.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haven.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hcoe.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helenelefauconnier.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helpekwendenihospital.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hgfa.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hhgdo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hhidr.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hialatv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hidedd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hill.selfip.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hippo.ge", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoflerlawfirm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holistichealer.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hollandguns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homeownersassociationmanagementla.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoopertechnicalsolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "houtinee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "howmanymilesfrom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "htlball.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "humanesources.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huzurmetal.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hybridiyhdistys.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hybridklubben.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibrainmedicine.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifort.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ima-tourcoing.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imgul.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "independencerecovery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inexlog.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ingo-schlueter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ingoschlueter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inter-corporate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ioslo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iplantom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipo-times.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "islandpumpandtank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ispringcloud.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ittop-gabon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivanpolchenko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "izumi.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "janada.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeremy-chen.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jinmaguoji.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jm22.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joespaintingpgh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jokerice.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jons.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ju1ro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juandesouza.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jurassicgolf.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juristeo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jvanerp.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jxir.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kainetsoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kangzaber.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kanis.ag", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kdbx.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinetiq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kitegarage.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiteschoolschellinkhout.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiteschoolwijkaanzee.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kj1391.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kj1396.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kj1397.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "klustermedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kneblinghausen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knightsweep.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "komintek.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kotori.love", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kplnet.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kram.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krumberconsulting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kwedo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kxah35.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kylerwood.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "l7world.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "la-maison.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lars.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laurenlobue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leevealdc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lernplattform-akademie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liautard.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "limodo-shop.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "listen.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "livekortti.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logiciel-entreprise-seurann.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lovemysafetynet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luftreiniger.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lukasschauer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lunight.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macustar.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magnoliastrong.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "makemejob.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marti201.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matomeathena.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matthewtester.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxhorvath.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mayoristassexshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mcuexchange.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meincoach.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melonstudios.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meruri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miaoubox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miboulot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mikevesch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minimaltimer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mir.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mklpedia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mokeedev.review", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "molti.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "montas.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "morepay.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mosaic-design.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moube.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mrpropop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "multivpn.com.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "my-host.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mybb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myday.eu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myspa.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nataldigital.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nathumarket.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nawroth.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neavision.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nerot.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ngiemboon.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nico.st", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niess.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nightbutterflies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nijikata.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nkautoservice.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nosyu.pe.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nova-wd.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noyocenter.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nuamooreaindonesia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "obamalibrary.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "obrienlab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "octohedralpvp.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "officium.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ogis.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ohchouette.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ohd.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okanaganrailtrail.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "olmsted.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onebigcow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onix.eu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opencluster.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "originalniknihy.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "owngeek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "padzilla.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passionatehorsemanship.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pastorsuico.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paul-bronski.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "payssaintgilles.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "penticton.photography", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peoplelikemeapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "performaride.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "periodismoactual.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "persjrp.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petwall.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pgcpbc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "philippbirkholz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pixelurbia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pizzacook.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pizzeria-mehrhoog.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planbox.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plitu.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pluggedhead.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pomocniczy.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "popi.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prescriptionrex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "primordialsnooze.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "principalstest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "probiv.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "projectx.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "promolover.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proplan.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pscleaningsolutions.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purrfect-box.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pwi.agency", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qhse-professionals.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quality-life.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quantor.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ragnaroktop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ram.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rambii.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "random-samplings.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "recantoshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "recantoshop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redair.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "renascentia.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "report-incident.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "restoruns.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robinflikkema.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roeldevries.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rosesciences.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roussos.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rove3d.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rtc.fun", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruby-auf-schienen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruigomes.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruitershoponline.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rulutv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ryssland.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s0923.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sabatek.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saco-ceso.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sandburner.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "santmark.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saxojoe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sb-tuning.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seatshare.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secutrans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seraph.tokyo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serw.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "setuid0.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "severine-trousselard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sevinci.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sexshopsgay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sgthotshot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sheepfriends.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shipinsight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shrinidhiclinic.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "silashes.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simon-mueller.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simpbx.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sinkip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sinomod.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sistimiki-anaparastasi.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skol.bzh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sneakypaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snelbv.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stage4.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "starlim.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "static-assets.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stefan-schlueter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stikkie.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stomadental.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "store-host.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stoxford.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stream-ing.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stumeta.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stumeta2018.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stylett.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sunlandsg.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supertasker.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "survivalistplanet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swilly.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swvaux.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sy24.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "systea.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "systea.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tab.watch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taggedpdf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taim.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tavsys.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "taxi-24std.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tech-value.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "technicabv.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teskalabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teva-li.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tfx.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tfx.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tfxstartup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tfxstartup.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebasebk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thegym.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thehivedesign.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thepaulagcompany.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thepromisemusic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thestrategyagency.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thewebflash.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thiepcuoidep.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thijsslop.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomas-fahle.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tibipg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ticketslover.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiendafetichista.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timesavingplugins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "timesavingplugins.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tivido.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torbe.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trackersimulator.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "traditional-knowledge.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trazosdearte.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "treeremovaljohannesburg.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trixati.org.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trollingeffects.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "turismo.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "type1joe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "type1joe.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "typeonejoe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "typeonejoe.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "umkmjogja.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uni2share.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uniteasia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upgamerengine.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upsiteseo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urbanguerillas.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vagrantcloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vannaos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vannaos.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanvoro.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "variablyconstant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "varimedoma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vbcdn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vidiproject.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vierdaagsehotel.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viltsu.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "virtusaero.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vivirenelmundo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voltimax.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voxfilmeonline.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wahidhasan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wandercue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "warschild.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "washingtonregisteredagent.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "watchfreeonline.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wbci.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wbx.support", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wintermeyer-consulting.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wintermeyer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wordpresspro.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "workcloud.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wrenwrites.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wrksheet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xboxonex.shop", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xega.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--8dry00a7se89ay98epsgxxq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--f9jh4f4b4993b66s.tokyo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--p8jskj.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "y3451.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ytreza.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zero-sum.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhiku8.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ziemlich-zackig.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ziemlichzackig.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zokster.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zouk.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zuan-in.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zug.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zurgl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zypr.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zyzardx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0wx.cat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0wx.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0wx.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0wx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1511774230.rsc.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "300mbmovie24.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "330.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "518maicai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "88laohu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "899699.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "98laba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "98laba.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allesisonline.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alphabetsigns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewdaws.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "angelic47.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annrusnak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anstaskforce.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baconate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bageluncle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baglu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brucemobile.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bulletbabu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c-aeroconsult.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calypsogames.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capital-match.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centennialradon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "complexsystems.fail", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cranforddental.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crea.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyberlightapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dado.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dado.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dado.virtual.museum", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danielschreurs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deflect.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dijks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "disavow.tools", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "discreet-condooms.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dlde.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dosyauzantisi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doyouedc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drchristinehatfield.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "durexwinkel.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dwscdv3.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eagleindustriesltd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edtech-hub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elementarywave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elwave.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emeraldcoastrideshare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emmanuelle-et-julien.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "englishlol.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esolcourses.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "f1fever.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "f1fever.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "f5w.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fauvettes.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ffkoenigsberg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firma-cerny.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "floriantanner.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getrambling.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goldcoasthypnotherapyhypnosis.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hairtonic-lab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hearingshofar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "highlevelwoodlands.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hips.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huangzenghao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hulldevs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hydrasolutions.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hypotheekbond.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hzh.pub", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iemb.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iideaz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "investingdiary.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipop.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivxv.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jayna.design", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jm06.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joeldrapper.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jorisdalderup.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kancolle.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kauplusprofesional.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krsn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kuzbass-pwl.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lavitrine-une-collection.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logostock.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luav.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ma-eir.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mail4geek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "masterhelenaroma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matchboxdesigngroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maynardnetworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mongla168.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mongla88.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mysize-condooms.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nabaleka.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naturalspacesdomes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nextrobotics.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "novelabs.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "o-sp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oliverspringer.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onelawsuit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "papatest24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pik.bzh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "politeiaudesa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psw-consulting.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quizionic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rclsm.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "resoundpro.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "risiinfo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "royalcitytaxi.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sahb.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sat7a-riyadh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sbanken.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schlueter-software.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "searchbrothers.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "searchbrothers.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seo-lagniappe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shushu.media", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spacehighway.ms", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spiritualregression.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "squidparty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suelyonjones.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telos-analytics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "test.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "the-body-shop.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsurezurematome.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "type1joe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upgamerengine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vernonfilmsociety.bc.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vernonfishandgame.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vers.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "victoriaville.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vivremoinscher.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wadvisor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wai-in.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "web.bzh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webslake.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whatarepatentsfor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yoxall.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yuna.love", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zamocosmeticos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zoomek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1000serien.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "11thstreetcoffee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "123pay.ir", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1590284872.rsc.cdn77.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "173vpns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1gsoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "1wl.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "2bitout.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3dm.audio", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3logic.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3mbo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "3plusdesign.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "440hz-radio.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "4share.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "68277.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "69butterfly.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "7links.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "8ballbombom.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a1scuba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "a1scubastore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abaapplianceservice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abcdentalcare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "academy4.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "achtzehnterachter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "actionlabs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "activeclearweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adamh.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adeline.mobi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adm-sarov.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "admin-serv.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adriancitu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adriancostin.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adult.properties", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advancedprotectionkey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advancedprotectionsecuritykey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "adws.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aehe.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "afterhate.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agent-grow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agglo-sion.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agiairini.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agouraelectrical.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agourahillselectrical.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ahughes03.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aijsk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "air-craftglass.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "airtimefranchise.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ajibot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alaboard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexeykopytko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alexmol.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "algoentremanos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alien.bz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "all-markup-news.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allegro-inc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allproptonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allstarautokiaparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "allurescarves.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alpengreis.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alpertron.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alphera.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alternativebit.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "alvcs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "amorgos-aegialis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewdaws.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewdaws.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewdaws.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewrdaws.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewryno.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andro2id.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "angel-body.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anime1.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "annettewindlin.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anthedesign.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antoinebetas.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aomberg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "araxis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "area3.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arethsu.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arizonaautomobileclub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arjunasdaughter.pub", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "armeni-jewellery.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arnoudraeven.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arnoudvandalen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asianshops.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asoul.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "assempsaibiza.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "astarmathsandphysics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "astenotarili.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "astrosnail.pt.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "astutr.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "asustreiber.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "augrandinquisiteur.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auroraassociationofrealtors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "austincardiac.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "austinheap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "auszeit-lanzarote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autoinsurancehavasu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ava-software.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aventurische-allianz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "awomaninherprime.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axelteichmann.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axxial.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "az-vinyl-boden.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "b-entropy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "b72.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "backschues.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bairdzhang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "balihai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ballroom.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bankfreeoffers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barbarafeldman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baris-sagdic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bariskaragoz.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barrera.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "barriofut.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bartzutow.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "basedonline.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "batiburrillo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "batteryservice.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baychimo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bazaarcompass.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bb37roma.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bclogandtimberbuilders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bebes.uno", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bedfordnissanparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "behamzdarma.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bentley.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berrus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berrypay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bertsmithvwparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "besb66.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "besb66.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "besb66.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "besb66.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "besb66.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "besb66.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beserberg.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beslider.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betecnet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bewerbungsfoto-deinfoto.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bewertet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bezemkast.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biaoqingfuhao.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biaoqingfuhao.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bidorbuy.co.ke", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "billyoh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bin95.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "binhex.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "birthmatters.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bismarck-tb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bitenose.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bjarnerest.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackandpony.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackevent.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blacklightparty.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blindaryproduction.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blizhost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blogging-life.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blogom.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bloom-avenue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blumen-binder.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "booter.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "borisavstankovic.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "borrelpartybus.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bounceapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bozemancarpetcleaningservices.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brck.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brecknell.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brecknell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brecknell.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brecknell.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brecknell.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brecknell.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "briangarcia.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brilliantproductions.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brinkmann.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brio-ukraine.store", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brunner.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bs-security.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bs12v.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsohoekvanholland.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "btcgo.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "btcycle.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "btth.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buddie5.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "budeanu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "budgetenergievriendenvoordeel.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "builtvisible.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burghardt.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "burningbird.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bushcraftfriends.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bustadice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buydesired.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buyharpoon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "c2design.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cabotfinancial.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calabasaselectrical.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "calotte-academy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "camaras.uno", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "camarilloelectrical.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "camilomodzz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caoyu.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "capuchinox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carlili.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carol-lambert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carrando.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carrierplatform.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "carthedral.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casamariposaspi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "caspicards.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catbull.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catdecor.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catgirl.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cavevinsdefrance.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "centralcountiesservices.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "certmonitor.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cfno.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cgsmart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charakato.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "charlimarie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatsworthelectrical.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chaverde.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheapestgamecards.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheapiesystems.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheesefusion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chellame.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chellame.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chessreporter.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "childrenandmedia.org.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chinatrademarkoffice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chowii.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christian-liebel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christianfaq.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "christopher-simon.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chupadelfrasco.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cine.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cinteo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cipher.land", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "circlebox.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cirugiasplasticas.com.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cisoaid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "citton.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cjessett.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cjr.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "claretandbanter.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clarity-c2ced.appspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cleancode.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clinia.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clnnet.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudbreaker.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudimproved.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudimprovedtest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "club-adulti.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cluj.apartments", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cnrd.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codeventure.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coingate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colorblindprogramming.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "colorectalcompounding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comicrelief.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comicwiki.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "community-cupboard.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compostatebien.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "concertengine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conciliumnotaire.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "concursopublico.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "concursosabertos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conniesacademy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "controle.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "contxt-agentur.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cool110.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coptkm.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coresos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corlitocaffe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corpulant.coffee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corpulantcoffee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corpulent.coffee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "corpulentcoffee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crackcat.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crewplanner.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "criena.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crisisactual.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cross-link.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "crypalert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "csilies.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuanhua3s.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "customgear.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cuxpool.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyber-perikarp.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cyclop-editorial.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cypresslegacy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daciamodellen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "daevel.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dakotasilencer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danielas.boutique", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darc-mak.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dark-infection.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "darkx.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "data-detox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "data-detox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "data.govt.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "davesinclair.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "day.vip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dealbanana.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deanbank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "debrusoft.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "debuis.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dechat.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deconsolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "decorland.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deephill.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defman.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "defont.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "deinfoto.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "delicioustable.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "delogo.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "delta.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "demijn.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "democraticdifference.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dennisang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "denous.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dermacarecomplex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dersix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "detechnologiecooperatie.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dethikiemtra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "detype.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dezet-ev.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dfixit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dgportals.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diagnocentro.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diario-egipto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diejanssens.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dietagespresse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diggable.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digicert.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "directtwosolutions.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "direwolfsoftware.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "discount24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "discountmania.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "divedowntown.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "djipanov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dnfc.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dockerm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "documaniatv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domengrad.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "domian.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dominik-schlueter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "donpaginasweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "donzool.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "doopdidoop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dora.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dotbrick.co.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dowc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dpwsweeps.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dr-schuessler.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dragoncave.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dragonheartsrpg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dreamonkey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "driver61.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "driverscollection.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drixn.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drixn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drixn.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drixn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droithxn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "droso.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drubn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dtg-fonds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dtg-fonds.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dtg-fonds.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dtnx.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dublin-traceroute.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dufrei.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dutch.desi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dvdland.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dyktig.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dzet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "e2feed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "easycoding.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edhesive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edstep.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ejusu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ekobudisantoso.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eldrid.ge", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elexprimidor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elijahgrey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eliyah.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elosuite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "elyasweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emma-o.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emojiengine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emolafarm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emoticonesjaponeses.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "empireauto-2000.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "employer.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emresaglam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emultiagent.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "endangeredwatch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "energisammenslutningen.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enflow.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "englishdirectory.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enotecastore.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enrollapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "enterprivacy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epave.paris", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epilis.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eposkent.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eposleeds.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eposwales.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epulsar.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ereader.uno", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ericorporation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "erspro.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eshepperd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esp.community", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "esslm.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "estespr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "etincelle.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evailoil.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "everydaywot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "everytruckjob.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "excentos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expatmortgage.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "expo-america.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eyps.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eznfe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "facebooktsukaikata.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "facepunch.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fahmed.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "failover.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "failover.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fakerli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "familie-leu.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "familletouret.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fantasyescortsbirmingham.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "farcecrew.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fastcommerce.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fastonline.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fatidique.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fc.media", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fcitasc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feastr-dev.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "featuredmen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fedux.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feedough.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feeltennis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "felgitscher.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "femanca.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fensterbau-mutscheller.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fernandob.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fernandobarillas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "festaprylar.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "festival-tipps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ff-bg.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ffl123.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fiftynorth.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filecopa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filterflasche-kaufen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "find-job-in.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finer04.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firstchoicepool.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firstq.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fiuxy.bz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fl0222.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flets-ms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fliacuello.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flightzero.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flirtfaces.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flucky.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flugplatz-edvc.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flygpost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fondy.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fondy.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fonte-trading.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foodserve.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foot.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forbusiness.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forman.store", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "formkiq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "forourselves.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fortran.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frantorregrosa.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frauenarzt-zinke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fredliang.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "free8.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freecam2cam.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freedomkiaparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freeexampapers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freelandinnovation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fridayfoucoud.ma", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frozen-geek.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fs-maistadt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fscott.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fsky.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fsps.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fuckcie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fujianshipbuilding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fulgenzis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "functional.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fundacionfranciscofiasco.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "futurefire.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "g-rom.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gabethebabetv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "galerieautodirect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gallerify.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "galpaoap.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamekeepers.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamerpoets.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "games4theworld.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gamesplanet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gameswitchers.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "garage-door.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gautham.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gauthier.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gbit.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gdhzcgs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geekbaba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gehrke.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genemesservwparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genesistrading.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geniusteacher.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geraldsonrealty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "germanssky.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getgeek.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getgeek.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getgeek.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getgeek.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getpost.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getwisdom.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getyourlifestraight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ggrks-asano.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ggs-marschallstrasse.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ghi.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giftedconsortium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gilangcp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giochistem.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gitla.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalresistancecorporation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "glofox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gluecksgriff-taschen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goldenplate.com.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gonx.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gouforit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "grantcooper.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "green-light.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "green-light.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "green-light.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "green-light.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "green-light.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "greenwithdecor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guarajubaimoveis.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guelphhydropool.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guid2steamid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "guidedselling.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gviedu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gxgx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "h-suppo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "h2cdn.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haarlemsesaxofoonschool.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackbeil.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hackingsafe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haha-raku.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "half-logic.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hansolrella.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harald-d.dyndns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haritsa.co.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haroldsharpe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harryharrison.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "harrypottereditor.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "havasuhomepage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "havasuinsurance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haze-productions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haze.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "haze.productions", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "head.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "health-plan-news.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hearmeraw.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heartwoodart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hemnet.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hendersonrealestatepros.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "henkbrink.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "herndl.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hertz.bj", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hetene.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiddenprocess.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hideouswebsite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hirezzportal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hivatalinfo.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hochzeitsfotograf-deinfoto.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holad.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "holidaysportugal.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homatism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homeodynamics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homeownersinsurancenv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoplongtech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "horrendous-servers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "horror-forum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotplate.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hottestwebcamgirls.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hpeditor.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hserver.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "htmlvalidator.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hubok.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hudrydum.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hukutuu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hulet.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "humanexperiments.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hyckenberg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iacono.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iberiaversicherungen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibiz.mk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icondoom.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ideashop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ieeesb.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ieeesbe.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iewar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ifelse.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "igorw.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ihatethissh.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ihc.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ijn-dd.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ikenmeyer.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ilhan.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iligang.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imlinan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inchcape-fleet-autobid.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indianaantlersupply.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indieethos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "indogerman.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infinitiofmarinparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "info-d-74.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infopulsa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inforisposte.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infoworm.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "inge-r.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "innovation-workshop.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "instawi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "instelikes.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "insult.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "integratedmedicalonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intellinetixvibration.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "intraxia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "introvertedtravel.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "investorloanshub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "invisible-college.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iphonote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipnetworking.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "is-sw.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itds-consulting.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "iterader.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itsasaja.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itsevident.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "itzap.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ivanbenito.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "janssen.fm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "japaneseemoticons.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "japanesenames.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "japanwatches.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaroku.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jasmijnwagenaar.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jdc.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeec.ist", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jemoticons.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jens-prangenberg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jesuslucas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jetsetboyz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jimbutlerkiaparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jimslop.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jlponsetto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jmoreau.ddns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jmsolodesigns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jmssg.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jobs-in-tech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jobzninja.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joe262.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joearodriguez.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joedoyle.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joetyson.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joetyson.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johand.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "johanli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jokedalderup.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joker.menu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jooksuratas.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juergenspecht.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juergenspecht.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juliaoantiguidades.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juniperroots.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justbelieverecovery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justzz.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juventusmania1897.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "k8r.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaatha-kamrater.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kabeltv.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kantorkita.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kanzshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kaomojis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kara-fabian.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "karina.gd", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kathegiraldo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "katzspeech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kazu.click", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kdw.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "keshausconsulting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kevinfoley.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kevinfoley.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kidswallstickers.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kievradio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kimisia.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kirill.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiteschoolkatwijk.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kiteschoolnoordwijk.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kj-prince.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kjellner.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knnet.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knownsec.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "knurps.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koenen-bau.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koetjesenkanker.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "komok.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kondi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "konzertheld.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koolikatsed.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kopteva.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "koumuwin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kpfanworld.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krasavchik.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krokodent.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kudo.co.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kupid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kusochi.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kutus.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kwcolville.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kwyxz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kyberna.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kyle.place", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "la-tourmaline.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laatikko.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "labobooks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ladybugjam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ladylikeit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lafema.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lagazzettadigitale.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lakarwebb.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lakehavasucityhomebuyerscredit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lakehavasuhomebuyercredit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lakehavasuhouserentals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lakehavasuhouses.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lakehavasuwebsites.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lanetix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lanturtle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "larraz.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lasepiataca.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "latabledemontebello.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "laufcampus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lavamob.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lavapot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "le130rb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "learnplayground.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ledzom.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leideninternationalreview.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lennyfaces.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leon.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lexpartsofac.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lianwen.kim", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "libmpq.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-menubox.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifeinhex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifematenutrition.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "likc.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "likenewhearing.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "limunana.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lindsayanderson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linernotekids.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lingting.vip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linksextremist.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lipo.lol", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "living24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "localhorst.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithrandburg24-7.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logement.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lolcow.farm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lolhax.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "longhorn-imports.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "love4taylor.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lstma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lubar.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luganskservers.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luso-livros.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luvare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luxcraft.eng.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "luxonetwork.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lycly.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lynnmosher.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "m4g.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mabankonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "macaw.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mach1club.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "magasindejouets.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mahansexcavating.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maik-mahlow.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mailjet.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mailto.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "majkyto.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maku.edu.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maldives.cx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malibuelectrical.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "malvy.kiev.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mamanecesitaungintonic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mamospienas.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mandm.servebeer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manfredgruber.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manneguiden.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manualscollection.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manuel-schefczyk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maosi.xin", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marciaimportados.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marco-kretz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markridgwell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markridgwellcom.appspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markup-ua.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "markusgran.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marocemploi.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "marxist.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maryeclark.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "massage4u.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mat99.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matheo-schefczyk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matriterie-sdv.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matrixreq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxisito.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maxrandolph.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maydex.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mazyun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mbits.solutions", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "media-pi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediadandy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meetingfriends.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mehmetakif.edu.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mehr-schulferien.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meierhofer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melaniebernhardt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melbourneapartments.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melina-schefczyk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "memetrash.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "memorygame.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "menole.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "menole.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "menole.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mercadopago.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "merimatka.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "merlet.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "messagescelestes.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meteo-parc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "meupedido.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mfgod.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mhi.web.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "micaiahparker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michael-schefczyk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michael-schilling.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaelasawyer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaelpfrommer.pub", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "michaeltaboada.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "microdesic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "midriversmotorsllc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "milionshop.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minigames.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minimaliston.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "minschuns.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mitrostudios.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miukimodafeminina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miyugirls.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mneeb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mnitro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mode-hautnah.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mohio.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mojavenissanofbarstowparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "molecularbiosystems.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monpetitforfait.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "monpetitmobile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moorparkelectrical.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mortgagecalculator.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mostlyoverhead.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "motomorgen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "motoroilinfo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "motorpointarenacardiff.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moveltix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "movil.uno", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moy.cat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ms-host.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "msch.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mszavodumiru.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mullen.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "multi-vpn.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "multivpn.cn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "multivpn.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "multivpn.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "munecoscabezones.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "murraycolin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musclecarresearch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musearchengine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musicall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "musicalschwarzenburg.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mustasj.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myaggic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mybloggedlife.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myclinicalstudybuddy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myforfaitmobile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mygaysitges.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mygoldennetwork.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mymp3singer.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myndcommunication.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mynewselfbariatrics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mypress.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mypup.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myrandomtips.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myrotvorets.center", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mz-mz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "n-m.lu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nadaquenosepas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naiaspa.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "natureflo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "natusvita.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbrii.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ncea.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nclvle.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "negraelinda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "neko-nyan-nuko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nekoku.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nesantuoka.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "newmovements.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nexxus-sistemas.net.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nfluence.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niadd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nickguyver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niclasreich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nien.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nienkeslop.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nixonlibrary.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nlfant.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nodefiles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noglobalwarrants.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nordmoregatebilklubb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "northcountykiaparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "northridgeelectrical.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "notdienstreform-nordrhein.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nowremindme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nutonic-sports.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nvq.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oben.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oberam.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "octal.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "odoo.co.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "offersgame.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "officeprint.co.th", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oganime.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ohadsoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ojomovies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okakuro.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "okin-jp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oldking.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oliveoiltimes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omnisiens.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "on-te.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "on-tech.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinebillingform.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlinecasino.vlaanderen", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onlineth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onsite4u.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ontdekhetzelf.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ooharttemplates.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openfitapi-falke.azurewebsites.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openresty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openspa.webhop.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openwaveguide.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opinion8td.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opinionicentrifuga.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opinionipannolini.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "opryshok.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "orcsnet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oribia.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oskrba.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorimagingportal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "owlishmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paazmaya.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "painlessproperty.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pantallasled.com.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parisescortgirls.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "parleamonluc.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "partycentrumdebinnenhof.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pascal-kannchen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passfoto-deinfoto.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passionpictures.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passports.govt.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passwordkeeperbooks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pasztor.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patrickbusch.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patrickneuro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paulshir.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pcvirusclear.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "perfectbalance.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "peuterspeelzaalhoekvanholland.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phdhub.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "photodeal.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piercing-store.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piratepay.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "piratepay.ir", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pitot-rs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pixlfox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pizzagigant.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plakbak.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planetau2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planete-secu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planitz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planitz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plant-gift.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "planteforum.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plextv.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plumber-in-sandton.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plussizereviews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pmessage.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pocketfruity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pogoswine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pointhost.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pokomichi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polandb2b.directory", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "polish.directory", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ponga.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ponteus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pop-corn.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "popoway.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "popoway.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "portsdebalears.gob.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "postfalls-naturopathic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "potworowski.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pourout.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "powersergthisisthewebsitefuckyouscott.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pptavmdata.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "praerien-racing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "praxis-dingeldey.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "precode.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "preis-alarm.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "preis-alarm.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prelved.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prelved.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prelved.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prelved.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prelved.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prelved.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prelved.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prelved.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pretwolk.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "priorityelectric.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privacymanatee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privcloud.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privu.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prlved.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "probely.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "processesinmotion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proft.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "project-stats.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "projectherogames.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "promoterms.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "provectus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "provitacare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proximityradio.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prpsss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psb4ukr.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "psu.je", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ptal.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pv-paderborn-now.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qq-navi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quareal.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quasseldroid.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "question.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qwertee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "raeven.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rainbowstore.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rainpaper.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rb-china.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reaiaer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realestateradioshow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realhost.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realum.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "realum.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reaven.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rebelessex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reboxonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "recetasdecocinaideal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "redshoeswalking.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ref1oct.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "refficience.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "refreshliving.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reismil.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reneleu.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "requestr.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "resolvefa.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "resolvefa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "resourceconnect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "restauranttester.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reversecanada.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reverseloansolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reversesouthafrica.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "review.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rhese.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rhnet.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "richardcrosby.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ricknox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rienasemettre.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "risada.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rmcbs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robinvdmarkt.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "robpol86.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rockymountainspice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roemhild.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rofl.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "romande-entretien.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "romantelychko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ronanrbr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roninf.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roolevoi.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rossiworld.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rrwolfe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rskuipers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rsldb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rsm-intern.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rtenews.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rtesport.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rubbleremovalsbenoni.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rushiiworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ruskod.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rwky.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ryzhov.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sacred-knights.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saint-astier-triathlon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samanthahumphreysstudio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samanthasgeckos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sameworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samsonova.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samsungphonegenerator.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samyerkes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "santmark.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saoneth.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarariman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saronno5stelle.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sarpsb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "savinggoliath.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scangeo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sceptique.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schefczyk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schefczyk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schefczyk.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schefczyk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scheuchenstuel.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schlafguru.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schmetterlingsapp.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schroepfi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schulfotograf-deinfoto.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schwarzes-muenchen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schwinnbike.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "science-network.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scis.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scorp13.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scripo-bay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "scw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "se7ensins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "search-job-in.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sebascelis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sebastiaperis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seceye.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secure-gw.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "secureindia.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securiscan.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seikatu-navi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seitai-taiyou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selectcertifiedautos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "selkiemckatrick.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sellguard.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sentinel.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sergos.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serve-a.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "servea.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "serveatechnologies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "servfefe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "setkit.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sewafineseam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sewoo.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sexservice.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sfaturiit.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shariahlawcenter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shariahlawcenter.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sharialawcenter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sharialawcenter.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sharingcode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shaunharker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shelleystoybox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sicilianbalm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sieulog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "significados.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "siikarantacamping.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simpleinout.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simplewire.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sistel.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skei.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skynethk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slowsociety.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smarthinking.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smartmomsmartideas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smeso.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smimea.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smuncensored.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "snaptools.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sncdn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sneaker.date", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sniderman.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sniderman.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sniderman.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soldbygold.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sonyforum.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soomee.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soomee1.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sozai-good.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sparta-solutions.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "speechmate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "speerpunt.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spiellawine.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spiralschneiderkaufen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "splendidspoon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spookquest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spreadthenews.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "squirex2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "srvc.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "st-steuern.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stadterneuerung-hwb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "startuplevel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stb-schefczyk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steamerrors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steckel.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steffi-in-australien.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stellarvale.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stembureauledenindenhaag.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stevenkwan.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stevesdrivingschooltyneside.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stickmanventures.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stlu.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stodieck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stonehammerhead.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "strm.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studienservice.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studio-fotografico.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "studying-neet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stupidstatetricks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stuudium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "styloeart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "subastasdecarros.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suchprogrammer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "summitmasters.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "superbowlkneel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supercinebattle.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supportdesk.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suuria.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "suvidhaapay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sw33tp34.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "swiftconf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "synecek11.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "synthetik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tacotown.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "takuyaphotos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "talenthero.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tanz.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tb-itf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tbs-certificates.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tc.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tcb-a.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tcb-b.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teatrarium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techask.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "technoinfogroup.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techpit.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telecomwestland.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "telefoncek.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "templateinvaders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tennismindgame.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "terrainator.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "text-shirt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "the-finance-blog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theboxofcarlos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thecrew-exchange.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thecuriouscat.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thedrunkencabbage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theeducationchannel.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thefrk.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thehookup.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thestoritplace.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theswissbay.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thirdworld.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomasmcfly.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thomassen.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thriftdiving.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ticketluck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ticketsmate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tiffanytravels.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tijo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tik.edu.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tik.help", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tkn.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tlca.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tlcnet.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tntmobi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobaccore.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobaccore.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobias-kluge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobis-rundfluege.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tobis-webservice.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tollfreeproxy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toom.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topshelfcommercial.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torchantifa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "totallynotaserver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tounyou-raku.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "toushi-exe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trackrecordpro.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tradingbhavishya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "traditionsvivantesenimages.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trainline.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travelmyth.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trhastane.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tridimage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trymegadrol.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tsuki.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ttdsevaonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "turigum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tutanota.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twittelzie.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tylerharcourt.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "typist.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tyreis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "u1100.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "u1144.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "u2fanlife.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ucppe.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uhuru-market.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ullah.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ultimatemafia.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unicorn.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unieducar.org.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unikoingold.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upgamerengine.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uploadbro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ursae.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "urukproject.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uuit.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uzaymedya.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "v-d-p.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "v2bv.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vacationfund.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valentinera.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valika.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valkor.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vanderkroon.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "variable.agency", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vcdn.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vcsjones.codes", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vectorwish.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veke.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vekenz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "venturavwparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "venturum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "venturum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "venturum.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "venturum.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vernonhouseofhope.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vernonsecureselfstorage.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "verteilergetriebe.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vetforum.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vgolos.zt.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vichiya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "victorgbustamante.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "victoriaartist.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "victoriastudio.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "videov.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vikodek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viralboombox.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vitahook.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vkennke.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voids.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voipkb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vongerlach.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vonski.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "votercircle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voyagesdetective.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vozami.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vranjske.co.rs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vsamsonov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vuzi.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "warenits.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "watchtv-online.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webaeon.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webapky.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webappky.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webnoob.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "websites4business.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webspire.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webtar.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "webwinkelwestland.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wecanvisit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wecobble.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "week.report", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weerda.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weigelia.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weimz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weinbergerlawgroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wellcom.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wellnesscheck.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "welzijnkoggenland.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "werkemotion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wesreportportal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weyland.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whereismyorigin.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "who-calledme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whoisthenightking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wien52.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wifi-names.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wiiforum.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wiki-play.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wild-turtles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wili.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "willekeinden.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "willowdalechurch.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "winfieldchen.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wisdomize.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wishesbee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wittepapaver.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wjg.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wjg.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wollongongbaptist.hopto.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "workcelerator.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "worldpeacetechnology.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpdesigner.ir", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wpenhance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wroffle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wumbo.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wumbo.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wumbo.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wumbo.kiwi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wumbo.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wumbo.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-49889.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www-68277.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "www68277.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x2c0.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x7plus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xanderweaver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xblau.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xiamenshipbuilding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--grnderlehrstuhl-0vb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ktha-kamrater-pfba.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ykrp42k.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--zettlmeil-n1a.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xoda.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xonn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yaru.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yinga.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youcanfuckoff.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youhua.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youth2009.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "youtsuu-raku.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yqjf68.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ytbmp3.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ytbmp4.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yum0.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yutuo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yuxuan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zach.codes", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zaoext.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zebbra.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zeguigui.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zestylemon.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zetrov.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zettlmeissl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhang.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zhitanska.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ziondrive.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zivver.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zodiacohouses.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zoo.city", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zug.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zuiacg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zuppy.pm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zuralski.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zutsu-raku.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zyciedlazwierzat.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "188522.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arai21.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "arvutiladu.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "awf0.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axel-fischer.science", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cal.goip.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clintonplasticsurgery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudberlin.goip.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "comw.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dantransports.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extreme-players.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fejes.house", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freifunk-burgaltendorf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fukushimacoffee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fysesbjerg.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hcstr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "huislaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imcsx.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juchheim-methode.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kalender.goip.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinepolis-studio.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kry.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kry.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linan.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maeplasticsurgery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moonchart.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nautiljon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "openmirrors.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "plexhome13.ddns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pro-netz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schmidtplasticsurgery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ssnet.vip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tetsai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thederminstitute.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twinkieman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "twisted-brains.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "upd.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uscp8.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viepixel.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wochennummern.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wplatin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "0iz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "100mani.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "123movies.fyi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "173vpnv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "189dv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "33836.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "38blog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "5crowd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "91travel.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "9iwan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aardvarksolutions.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abandonedmines.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abidinginhesed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "abinyah.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "accoun.technology", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acrevalue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "acul.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "addictively.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "advara.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agilob.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "agingstop.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akazakov.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akijo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "akritikos.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "americafamilylawcenter.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrew.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andrewprokos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "andyt.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "anextraordinaryday.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "angrysnarl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "animalistic.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "animaltesting.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "antennista.milano.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "aotearoaleaks.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apkoyunlar.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "apl2bits.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "appcoins.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ardor.noip.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artemis.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "artratio.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "australien-tipps.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "autobedrijfschalkoort.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "averageinspired.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "axel-fischer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baito-j.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "baptiste-destombes.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bartbania.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bedamedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bennierobinson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "berseb.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bertrandkeller.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "betterna.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "beybiz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bez-energie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biobuttons.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "biyori.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blackseals.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bleaching-tipps.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "block65.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blockchaindaigakko.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blog-grupom2.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blogdieconomia.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blogdimoda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blogdimotori.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "blogtroterzy.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bodybuilding.events", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bomberus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bouzouks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brandweeruitgeest.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "brettpemberton.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bsc-rietz.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bulwarkhost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buserror.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buthowdoyoubuygroceries.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "buttonline.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "bypassed.st", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cadenadg.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cafesg.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casajardininsecticidas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casjay.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "casjaygames.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catalog.beer", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "catchfotografie.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cdnk39.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "certificatetools.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chatbots.systems", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cheapssl.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "chevy37.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "childcustodylegalaid.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "childrenfirstalways.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cj-espace-vert.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clanwarz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cloudnote.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "clownindeklas.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "codxg.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coinloan.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "compliancerisksoftware.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "conrad.am", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "consejosdehogar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cosmoluziluminacion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "costinstefan.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "coworkingmanifesto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "craftwmcp.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "creativekkids.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cristau.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ct-watches.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cumparama.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "cylindricity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dan-informacijske-varnosti.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "danamica.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dashlane.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "datacool.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dekasiba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dellipaoli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "depotsquarekerrville.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "depthe.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "diamondyze.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dice.tokyo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digilicious.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "digitalcash.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "din-hkd.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dlyl888.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dogprograms.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "drei01.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duitang.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "duole30.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dustycloth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "dv189.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "easthokkaido-5airport.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eb-net.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eco-derattizzazione.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eco-work.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edgetalk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "edv-kohls.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eerlijktransport.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "egov4.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ehaccp.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ehlacademy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "emergencymedicinefoundations.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epos-distributor.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eposbirmingham.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eposbrighton.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eposcardiff.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eposcloud.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eposleicester.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eposliverpool.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eposlondon.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eposmidlands.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eposnewport.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eposnottingham.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eposreading.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eposreview.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epossheffield.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epossurrey.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "epossussex.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eposswansea.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eposyork.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "errietta.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "eshop-prices.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "evilvolcanolairs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extratorrent.cool", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extratorrent.fyi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extratorrent.red", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "extratorrent.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fag.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "familylawhotline.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "famoushostels.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fashion4ever.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fathers4equalrights.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "feist.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fengyi.tel", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "filhin.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "finewineonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "firemudfm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fkcdn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flatmatehub.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "flexdrukker.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fmovies.fyi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fmovies.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "foreachcode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "frankmorrow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fredriksslekt.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "freelansir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fugamo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "funnelweb.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "furry.agency", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fxtrade-lab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "fysuite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gagne-enterprises.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "galileomtz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gaussianwaves.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "geek.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genehightower.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "genneve.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "getfirstalert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "giglink.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gittigidiyor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "globalisierung-fakten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gnax.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gooday.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goshin-group.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gostream.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "goukon.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gripnijmegen.rip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "gume4you.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ha3.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hacker.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hacker101.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hairlossstop.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "healthy-map.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "heiliger-gral.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hello-nestor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "helpantiaging.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hevertonfreitas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hfcbank.com.gh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiddenmalta.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiltonarubabeachservices.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "himens.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiresuccessstaffing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hiv-symptome.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoekvanholland.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hokioisecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "home-work-jobs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homeautomated.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "homesteadfarm.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hoofddorp-centraal.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "horace.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "horaceli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hotelsinformer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "house-of-japan.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hp42.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hustlehope.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "hyakumachi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "i-hakul.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ibestreview.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "icafecash.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idaeus.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "idunno.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "igmus.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ile-sapporo.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imbianchino.roma.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imex-dtp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imjustcreative.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imlinan.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imlinan.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imlinan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "immunicity.st", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "impiantistica.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "imprendo.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "infinityepos.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ingenius.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "interfesse.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "internetradiocharts.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ipv4.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "irayo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "issio.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "it-service24.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "it-service24.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "j0ng.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jaguarwong.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamesdorf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jamstatic.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "janmachynka.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jawn.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jbj.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jecho.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jeffhuxley.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jetflex.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jimdorf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "joaquimgoliveira.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jopl.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jsmetallerie.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jts3servermod.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "juiced.gs", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "jumpman-iphone-design.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justbookexcursions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justbookhotels.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "justbooktransfers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kanmitao.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kesslerwine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kill-paff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kimamass.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kinnikinnick.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "kredit-abzocke.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "krypt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "landyparts.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lang-php.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lareclame.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lazyframe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "leefindlow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lenr-forum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lernenamsee.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lifestyler.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "lignenet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "linxmind.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "liquidradio.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "logojoes.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "loom.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "machetewp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "made-in-earth.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mahai.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maitrise-orthopedique.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mamacobaby.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "manhole.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "maquillage-permanent-tatoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matel.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "materialyinzynierskie.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mathalexservice.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "matsu-semi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mburns.duckdns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediablaster.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediagrand.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediajurnal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mediapart.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "medicalcountermeasures.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "melerpaine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mes10doigts.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "messagescelestes-archives.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "miggy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "misclick.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "misgluteosperfectos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mnguyen.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mocarps.hk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "moetrack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mojefedora.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mondial-movers.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "movie4k.fyi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "movie4k.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mpn.poker", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mpnpokertour.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mrafrohead.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mrevolution.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mscc.mu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mur-vegetal-interieur.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "muscle-tg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myapexcard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "mycustomwriting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "myoueb.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nacktwanderfreunde.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "naga-semi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nagashi.ma", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nawir.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nbriresearch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nevntech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nfl.dedyn.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nfl.duckdns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "niagarafallsmuseums.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "noslite.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nsdev.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "nsmail.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "odysseyofthemind.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oliveoiltest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "omnibot.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "one2edit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onpay.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "onvirt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ope.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ostrov8.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "oxborrow.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pages-tocaven.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "paipuman.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "party-calendar.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "partycentrumopenhuis.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "passwordhashing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "patdorf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pbz.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pdox.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "petlife.od.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "phippsreporting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pmbremer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "posbank.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pozemedicale.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prajwalkoirala.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "present-m.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "primecaplending.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "princovi.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "printler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privacyweek.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "privacyweek.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "pro-wiert.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "producertools.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "productboard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "prohrcloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "proxyportal.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "punkdns.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "purelunch.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "putatara.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qqvips.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "qualtrics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "quasarelectronics.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ra.co.ke", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "radicaloptimism.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "real-digital.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rebane2001.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reclametoolz.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reddingo.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reddingo.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reddingo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reddingo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reddingo.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reddingo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reddingo.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reddingo.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reddingo.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reddingo.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reddingo.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reddingo.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reddingo.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reducerin.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rein.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "restaurant-oregano.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "reviewbestseller.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rivagecare.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rizospastis.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "roiscroll.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rootsandrain.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "rows.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "russt.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "s3cur3.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "saitrance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "samvanderkris.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schalkoortbv.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "schellevis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sec-research.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securelect-inspection.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securitypluspro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "securon.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seedsofangelica.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seltendoof.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "seo-analyse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sewinginsight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shift-record.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shokola.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "shoppia.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "showmax.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simonbondo.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "simonfischer.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skins.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "skortekaas.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slash32.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slaughter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slotfara.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "slotfara.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smaltimento.napoli.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smash-gg.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "smsprivacy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "socialmedia.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sofiavanmoorsel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "soniafauville.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sophieandtrey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "spasicilia.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "splarty.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sportnesia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "steborio.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stephenj.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stevenz.science", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stolkpotplanten.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "storycollective.film", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "stretchpc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "supernovabrasil.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sustainabilityknowledgegroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "sweetgood.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "syenar.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "symptome-erklaert.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "synergyflare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tangzhao.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tasticfilm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teamliquidpro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tearoy.faith", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "techcracky.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "teyssedre.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tgamobility.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thebigbitch.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thecolumnist.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thecskr.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thehiddenbay.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thekev.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "theserver201.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thesisgeek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thibaultwalle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "thoughtlessleaders.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tmonitoring.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topbestsellerproduct.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "topdetoxcleanse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "torrentgamesps2.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "train-track.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "transmarttouring.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "travel365.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "trink-und-partyspiele.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tru.ltd", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "tworaz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "txcap.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uddi.ng", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.st", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "undecidable.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "uxtechnologist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "valaeris.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vamosfalardesaude.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vbestreviews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vecerkaracing.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veristor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "veterinario.roma.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "viciousflora.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vidlyoficial.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "villafiore.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "virtualmt2.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "voyage-martinique.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "vriendenvoordeel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "w5gfe.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wasfestes.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "watchparts-and-tools-okayama.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weacceptbitcoin.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "web-advisor.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "weeknummers.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whatisl.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "whiletrue.run", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wieneck-bauelemente.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wipswiss.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wivoc.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wolszon.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wondergorilla.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wordcounter.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "work-in-progress.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "writepride.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wuerfel.wf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "wuerfelmail.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x13.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "x2d2.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xcorpsolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xmenrevolution.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--98jm6m.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--c5w27q.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xn--y8j2eb5631a4qf5n0h.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "xpletus.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yado-furu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "yosbeda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "ytb.zone", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zdrowiepaleo.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "znd.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zskomenskeho.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zuehlcke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, { "name": "zzb8899.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true }, // END OF 18-WEEK BULK HSTS ENTRIES // START OF 1-YEAR BULK HSTS ENTRIES { "name": "0x7d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1-2-3bounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100and1.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10gb.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19hundert84.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1morebounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1st-bounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1st4abounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1stchoicefun.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1stclassbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1stforfun.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1stpeninsulabouncers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "20denier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2bouncy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2heartsbookings.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30hzcollective.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3countiescastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4host.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "50lakeshore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5starbouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9500years.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-classinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-starbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a1bouncycastlehire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a1jumpandbounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaapl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aandkevents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aarkue.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaronroyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abacus-events.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abacusbouncycastle.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abbadabbabouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abbotsparties.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abbottscastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcbouncycastlessurrey.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcbouncyfactory.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcpartyhire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aberdeencastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abibruce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboces.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abouncycastleman.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absolutelyinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abuse.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abyssgaming.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aceinflatables.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achterblog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acorncastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activeleisure.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activityeventhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamsbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrianjensen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adsbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adtgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventureforest.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeon.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aergia.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affichagepub3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affordablebouncycastle.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afi-business-consulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aflowershop.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrikulturchic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrilinks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aid-web.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "air-we-go.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airborne-inflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airetvie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airmaxinflatables.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airmazinginflatables.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airplay-inflatable-hire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airwegobouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajapaik.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajeventhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akkbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albbounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alchemia.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alice-noutore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allaboutfunuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allactioneventhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allbounceandplay.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allbouncesurrey.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allroundpvp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allsortscastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allstarpartyinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alohapartyevents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpha88uat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphabouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphainflatablehire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "als-japan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amaranthus.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amateurvoicetalent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazing-castles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazingbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazinginflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amberglowleisure.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amberlightleisure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambouncyhire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanoutlawjeepparts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americansforcommunitydevelopment.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amethystdevelopment.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amh-entertainments.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amministratore.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amtentertainments.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anajianu.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ancestramil.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anglingactive.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angrut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angryteeth.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anim.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anime-culture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annsbouncycastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anonrea.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ansichtssache.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antecim.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antennista.pavia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anulowano.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apmpproject.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "applejacks-bouncy-castles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appmeas.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appveyor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arenzanaphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arieswdd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arinflatablefun.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arniescastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arterienundvenen.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artionet.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artisticedgegranite.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asral7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assistcart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astarbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atelierbw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atelierhupsakee.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atigerseye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlas-5.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atomic-bounce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atomicbounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aucklandcastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-plus.tn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "av01.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avabouncehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "availablecastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aveling-adventure.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awbouncycastlehire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awesomebouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aycomba.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aylesburycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayrohq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayrshirebouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b2bpromoteit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b4bouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bag.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bagsofbounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baildonbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baildonhottubs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bannermarquees.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banxehoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bas.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bassment.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batterystaple.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbcastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bceventhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcmhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beckenhamcastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bee-line.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beethoveninlove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beeutifulparties.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beezkneezcastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belfastbounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belvoirbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benevita.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bennettsbouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bennettshire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bensbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bensinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-of-bounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestoliveoils.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestpartyhire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "better-bounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bexleycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beyondbounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgp.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "big-bounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigbouncebouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigbounceentertainment.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigbouncetheory.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigbounceuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigcorporateevents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigfunbouncycastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikelifetvkidsquads.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilbayt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billysbouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bio-disinfestazione.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biodiagnostiki.clinic", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birminghamcastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitsburg.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bittervault.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizzybeebouncers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjsbouncycastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bkositspartytime.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black-mail.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackbase.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blastentertainment.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blastzoneentertainments.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blivawesome.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloggytalky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloglife-bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bnbsinflatablehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bnjscastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobnbouncedublin.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolivarfm.com.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boogiebouncecastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boosinflatablegames.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "born2bounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounce-a-mania.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounce-a-roo.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounce-abouts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounce-n-go.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounce-on.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounce-r-us.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounce-xtreme.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounce4fun.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounce4fun.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounce4kidz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounce4less.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncea-bout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounceaboutandplay.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounceaboutnewark.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounceaboutsussex.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncealotcastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncealotnorthwest.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounceandwobble.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncearoundevents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncearoundsheffield.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounceawaycastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncebackcastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncebeyondcastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncebookings.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncecrazy.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncehighpeak.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncejumpboston.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncekingdom.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncelanduk.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncemania.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncemaniaevents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncemaniainflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncemasters.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncemonkeys.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncenortheast.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncenpaint.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncenslidenortheast.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncepartycastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounceroosevents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncers-bouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncesouthwales.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncesquad.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncetasticuk.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncetheparty.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounceunlimited.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncewithbovells.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncewrightcastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncincastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncing-bugs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncing4joy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncingbairnsinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncingbeansinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncingbobsinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncingbuddiesleicester.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncingbuzzybees.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncinghigher.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncingscotland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncy-castles-surrey.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncy-tots.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncybaileys.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncyballscastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncybouncyboocastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastle.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastleandparty.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlehire-norwich.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlehire-sheffield.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlehireauckland.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlehirebarnstaple.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlehirebexley.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlehirechelmsford.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlehirehull.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlehireinglasgow.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlehirelouth.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlehiremalvern.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlehireoldham.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlehirestroud.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlehiresurrey.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlehiretameside.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlehirewinchester.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastleman.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlemangloucestershire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastleparade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastles.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlesgalway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastleshire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastleshireleeds.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlesin.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlesinderby.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlesinleeds.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlesisleofwight.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlesmonaghan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlessheerness.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncydays.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncyfeet.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncygiggles.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncyhigher.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncyhousecastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncyhouses.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncykingdom.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncykings.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncykingsnortheast.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncymacs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncymadness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncyrainbows.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncytime.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncytown.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncywouncy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bound2bounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bournefun.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bozosbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bradfordhottubhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bradfordmascots.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braintreebouncycastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bramhallsamusements.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandbil.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandstead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brau-ingenieur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braudoktor.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brighouse-leisure.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightonbouncycastles.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brilliantbouncyfun.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bristolandwestonsuperbounce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brmascots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btth.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btth.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bubblinghottubs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bubblybouncers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budgetcastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budgiesballoons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "builmaker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulldoghire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burnhamonseabouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bustup-tips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buttermilk.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyingsellingflorida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bvl.aero", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byvshie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c-rom.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cachetagalong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadsys.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caldecotevillagehall.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cambridgebouncers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candlcastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candykidsentertainment.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canterburybouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caplinbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlsbouncycastlesandhottubs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carrando.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartooncastles.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casalindamex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casasuara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casjay.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castlecapers.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castleking.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castlekingdomstockport.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castlekingkent.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castleparty.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castles-in-the-sky.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castles4kidz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castles4rascalsiow.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castlesrus-kent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castleswa.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catherinescastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbc-hire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cda-nw.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centaur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centio.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cerpus-course.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfsh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chabert-provence.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chadklass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaleur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chameleon-ents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "champdogs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "champdogs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "championcastles.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "changethislater.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaoscastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chapelfordbouncers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaseandzoey.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checos.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheekycharliessoftplay.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheekylittlerascals.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheekymonkeysinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheesypicsbooths.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chehalemgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheltenhambounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheltenhambouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chengtongled.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherrydropscandycarts.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chertseybouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childrensentertainmentleicester.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childrenspartiesrus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chloescastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "choc-o-lush.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christchurchbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christian-gredig.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christmaspartyhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chronology.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cipartyhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cirujanooral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clairescastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clanebouncycastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarksgaragedoorrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clear.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickomobile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloghercastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloud9bouncycastlehire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudkit.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudsocial.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudspire.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clownaroundbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmusical.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cobracastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocoscastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codific.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coloristcafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colossal-events.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colourfulcastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comcol.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cometbot.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conejovalleyelectrical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connectmath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constancechen.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "construct-trust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultpetkov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contentcoms.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookescastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookiestudies.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cool-parties.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolattractions.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coole-fete.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolkidsbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copperheados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "core.org.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corlija.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costulessdirect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coupe-bordure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covbounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cppressinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crawleybouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazycastles.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creamcastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "create-together.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creation-contemporaine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativlabor.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creators.direct", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crownbouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crowncastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crownmarqueehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "croydonbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cskentertainment.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cub-bouncingcastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "currentlystreaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customizeyoursink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cytegic-update-packages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daisidaniels.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dancingcubs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danmarksbedstefredagsbar.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datsumou-q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datumou-recipe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbentertainment.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dblcastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddracepro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deano-s.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dearnevalleybouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debitoutil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debitpaie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deegeeinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedshs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derbybouncycastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derdewereldrommelmarkt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derehamcastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detalyedesigngroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detroitzoo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dev-brandywineglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dgbouncycastlehire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dhinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "didikhari.web.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digibild.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalsurge.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinotopia.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtcraft.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discarica.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestatori.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazione.venezia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazione24.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni-umbria.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disroot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dizzythewizard.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj3dub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djbbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djsbouncycastlehire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djwaynepryke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlabouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlbouncers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlunch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmcastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docsoc.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorsetentertainments.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosvientoselectrical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dpfsolutionsfl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamlux.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamlux.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drezzy.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drillnation.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drive.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtuaarsfest.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duckyubuntu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duncanfamilytrust.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvhosting.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e505.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastcoastbubbleandbounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastcoastinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastlothianbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educatweb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eft.boutique", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekaigotenshoku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elderoost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electronicafacil.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elliesbouncers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ellisamusements.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ellisleisure.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elna-service.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elternbeiratswahl.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emotuit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endspamwith.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicbouncycastlehirenorwich.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eposbristol.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erclab.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erkaelderbarenaaben.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethika.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etiquetaunica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "event4fun.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "events-hire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evolutioninflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exclusivebouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exebouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extasic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ez3d.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabian-fingerle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabian-kluge.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facebylouise.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fachschaftslisten.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairplay.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falbros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familyparties.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fander.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasypartyhire.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastpresence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fb.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbcdn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbsbx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdevs.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fengyadi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferienchalet-wallis.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstchoicebouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstclasscastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstclassleisure.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixeaide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fjugstad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleamarketgoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridahomesinvest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floydm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyp.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fognini-depablo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formaliteo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formapi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fowlervwparts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francesca-and-lucas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freddysfuncastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomfrontier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomonline.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freejidi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fstatic.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fujiwaraqol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fun-bounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fun-tasia.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fun4kidzbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fun4ubouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funandbounce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funbouncelincs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundayltd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funfactorleeds.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funfoodco.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funhouse-inflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtastic-event-hire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtastic.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtasticinflatablesdurham.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtime-inflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtimebourne.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtimeentertainment.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtimesbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuzoku.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaio-automobiles.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameshowchallenge.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garciniacambogiareviewed.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gardengameshireuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gearfinder.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geerdsen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gensend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geometra.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getsetbounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getswadeshi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getupandbounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfcleisure.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giggletotz.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giliamor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gillyscastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giraffeinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gladwellentertainments.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glcastlekings.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glendarraghbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmind.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnhub.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gobouncy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gobouncy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gowildrodeo.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gracechurchpc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grahamofthewheels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grammysgrid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandcastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenliquidsystem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gslink.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gueze-ardeche.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gueze-sas.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gumi.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h24.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haggeluring.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairraisingphotobooths.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halkirkbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happybounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happykidscastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harryphoto.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrysgardengamehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrysqnc.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haveabounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haydenjames.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazeover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heldundsexgott.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heliosvoting.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpflux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hendrinortier.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hengstumone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henker.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henleybouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "here4funpartysolutions.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herohirehq.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hertsbouncycastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiddenhillselectrical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hillebrand.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hireabouncycastle.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "histoire-theatre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoezzi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoiquanadida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homegardeningforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeremodelingcontractorsca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horisonttimedia.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horrell.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostedcomments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelvalena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hottubhirenewcastle.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hottubspasnewcastle.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "housetalk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huglen.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huntingdonbouncers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyeok.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ichmachdas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icys2017.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idealinflatablehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idraulico.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ienakanote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifyou.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ignet.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ijunohana.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikenmeyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikinokori-marketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ildomani.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imarkethost.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impas.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imprendo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impresa-pulizie.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inandeyes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indigoinflatables.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinitiofallentownparts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinitybas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inflatablehire-scotland.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inflatablesny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inflatadays.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inflatamania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infovision-france.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingerhy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inhouseents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inpas.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insgesamt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interimages.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internaluse.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investarholding.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipmonitoring.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-kron.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itraveille.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsabouncything.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsecblog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsmyparty.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itspartytimeonline.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iyinolaashafa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j0m.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackpothappy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jagbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamieweb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jammysplodgers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janheidler.dynv6.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jballelectronics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jbsinternational.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdheysupplies.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdpleisure.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdscastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeandanielfaessler.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeankygourmet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeanmarieayer.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerseybikehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerseyjumpingbeans.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessesjumpingcastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jfnllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jhe.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimmycn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jjspartyhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jjspartytime.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jk-entertainment.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkinteriorspa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmalarcon.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmentertainment.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joellimberg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jojosplaycentreandcafeteria.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jollykidswobbleworld.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonas-wenk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonathandupree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josegerber.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpcrochetapparel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpsinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jschoi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsent.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julico.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jump-zone.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jump4funinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpandbounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpandjivechildrensparties.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumparoundbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumparoundreading.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumparty.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpeasy.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumperoos.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpingbee.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpingcastlesonline.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpingjacksbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpinjaes.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpinmonkeys.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpnplay.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junespina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junglejackscastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justbouncecastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justice.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juventusclublugano.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juwelierstoopman.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jvbouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jvphotoboothhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaibol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalsbouncies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanecastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kangaroo-bouncycastle.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kangaroojacks.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karasik.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katieskandy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katieskastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katscastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kbbouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kbleventhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kellyskastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kensbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keycontainers.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khas.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kids-castles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidsplay-plymouth.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidsplaybouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidzpartiesllp.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidzsmile.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiki-voice.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "killymoonbouncycastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimscrazeecastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "king-henris-castles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "king-of-the-castles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingiescastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingofthecastlecoventry.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingofthecastlesentertainments.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingofthecastlesouthwales.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingofthecastlesrhyl.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirig.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kmsci.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kogudesi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konst.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koodimasin.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotorimusic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koushinjo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kowshiksundararajan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krazykastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krazykoolkastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krazyphotobooths.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kristofdv.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kspg.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuchenschock.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuronekogaro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kushtikidsparties.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kutsankaplan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kylescastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyras-castles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lady-2.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laindonleisure.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakehavasucitynews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakesherwoodelectrical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasseleegaard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasseleegaard.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasseleegaard.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasseleegaard.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastweekinaws.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lbphacker.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lce-events.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leapandjump.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learn-smart.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learnpianogreece.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leatherwood.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leetcode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legatofmrc.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leisure-supplies-show.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leitionusercontent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenidh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenyip.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leon-tech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lets-bounce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsbounceuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letspartyrugby.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leveluprails.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidel.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifemarque.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lignemalin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilysbouncycastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limberg.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lincsbouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lionsdeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipartydepot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisburnhottubnbounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlejumpers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littleprincessandmascotparties.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlescallywagsplay.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livebetterwith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizzythepooch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localbouncycastle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logitank.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolcorp.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loma.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "looneymooney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotz.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luckycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukesbouncycastlehire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luminancy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lynnlaytonnissanparts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-mail.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-ses.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ma-musique.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maaya.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maciespartyhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mactools.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicdaysomagh.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magickmoments.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makem-bounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malik.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malikussaid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malyshata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manalu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandcbouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manicbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuscript.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcocasoni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marianhoenscheid.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marko-fenster24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markscastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marshallscastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massflix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matarrosabierzo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthiasott.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayomarquees.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayopartyhire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbainflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mble.mg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcdermottautomotive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mclinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcsinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdbouncycastlehirelondon.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdoering.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdxdave.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicinskavranje.edu.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medwaybouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meeztertom.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meg-a-bounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megabounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megabounceni.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megabouncingcastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megainflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mehalick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meinbetriebsrat24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melodiouscode.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memorycards.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mendipbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metadistribution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metikam.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micado-software.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelschubert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microlinks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midlandleisuresales.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midlandsfundays.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midlandsphotobooths.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikerichards.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minigolfandgames.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minimayhemsoftplay.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mintclass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mishkovskyi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjasm.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkbouncyhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojilitygroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mondo-it.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monitoring.kalisz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monokoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monstermashentertainments.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonysbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moorfunevents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morgansleisure.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motherboard.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moving-pixtures.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mp3donusturucu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrbounce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrbouncescrazycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrbouncycastle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrcoolevents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrdleisure.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrnh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrnh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msi-zlin.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msnr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msp66.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mucmail.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muusika.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvandek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myjumparoo.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myowndisk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myowndisk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mzh.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n26.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanovolt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narazaka.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narviz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturaum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncamarquee.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndpbrn-research.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neio.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newburybouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newburyparkelectrical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newmarketbouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsa2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninaforever.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "njguardtraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noegoph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noodleyum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noon-entertainments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nopaynocure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "normandgascon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northdevonbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northeastrodeo.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northernselfstorage.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northwest-events.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novadermis.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novecity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oakparkelectrical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obud.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octothorpe.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officefundays.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ogrodywstudniach.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohsohairy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldbrookinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldbrookmarqueehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliode.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omgbouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onceuponarainbow.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ond-inc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onestopcastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oo.edu.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oodlessoftplay.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opendecide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orangejetpack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orlandoprojects.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ormer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oswbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p22.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacificpalisadeselectrical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paperhoney.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paprikas.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parfum-baza.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkviewmotorcompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parquettista.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "party-and-play.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "party-time-inflatables-durham.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partybounceplay.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partyhireformby.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partyhireisleofwight.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partyhireliverpool.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partyrocksbounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partyspaces.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partytime-uk.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partytimeltd.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partytownireland.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partytownmarquees.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partyzone.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pascal-bourhis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pathagoras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulpetersen.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pavelkahouseforcisco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pay8522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payloc.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedidamanosevilla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedrosaurus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelican.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pensanisso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectionunite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectoparty.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectsnap.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petroscand.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philippebonnard.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photoboothpartyhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piccolo-parties.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pickormix.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelgliders.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizzahut.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pjentertainments.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pjleisure.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pkphotobooths.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playawaycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playdaysparties.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playtimebouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playzonecastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pld-entertainment.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pleaseuseansnisupportedbrowser.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plochka.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plymouthbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plymouthsoftplay.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podroof.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podroof.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pogrebisky.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pointum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponycyclepals.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popupsoftplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porncandi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porterranchelectrical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portsmouthbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poshcastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premierbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premierevents.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prestigebouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prestigeeventshire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primalinea.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pristineevents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectcastle.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "provokator.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptmarquees.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puppet.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pushstar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvmotorco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pyzlnar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qa-brandywineglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qaconstrucciones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quevisiongrafica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qvggroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabynska.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raccoltarifiuti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rachelsbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "racoo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raeu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raidensnakesden.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raidensnakesden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raidensnakesden.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainbowinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rajyogarishikesh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rascals-castles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rascalscastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rascalscastlesdoncaster.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravengergaming.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcdocuments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realfamilyincest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realitycrazy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redsicom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reepay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "registerforevent.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regraph.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reinfer.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reisekosten-gorilla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remodelwithlegacy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rentourhomeinprovence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repex.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reproduciblescience.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reprozip.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retropage.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rgbinnovation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rickscastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmsupply.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robocop.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockinronniescastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockitinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodeobull.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodeohire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodeosales.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roguefortgame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roma-servizi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rondouin.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roxiesbouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rraesthetics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsl.gd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtrinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubberlegscastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rud.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumplesinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russellupevents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rzentarzewski.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s404.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "said.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandhaufen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandmanintel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanepsychologen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savethedogfishfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scallywagsbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scamblockplus.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scatsbouncingcastles.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scienceminnesota.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scpartyentertainment.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sctm.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretnation.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "security-24-7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sellercritic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo.london", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfdev.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfile.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfleisure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sft-framework.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shad.waw.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharemessage.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shavegazette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shawnbsmith.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shearcomfort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shin-inc.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sibfk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sillysnapz.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvine.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpleinvoices.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simply.scot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirbouncealotcastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirbouncelot.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sj-leisure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjleisure.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skuldwyrm.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skylineservers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skype.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skys-entertainment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyzimba.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slavasveta.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smart-shapes.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smi-a.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smilessoftplay.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sndbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snote.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "so.is-a-cpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soccorso-stradale.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sodexam.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softandbouncy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softplay4hire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softplaynation.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softtennis-zenei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softwarevoortherapeuten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solentbubblesandbounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solihullinflatables.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonixonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sos-idraulico.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosoftplay.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southambouncycastle.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soutien-naissance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spahireleeds.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportressofblogitude.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srvonfire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ss88.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stardust-entertainments.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starlightentertainmentdevon.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starphotoboothsni.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startaninflatablebusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statofus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stedbg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ster-enzo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stickergiant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stivesbouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stm-net.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stneotsbouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoffelnet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stordbatlag.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "striptizer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studio-architetto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sub-net.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunxchina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superbouncebouncycastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supercastlesadelaide.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supercastlesbrisbane.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supercastlesmelbourne.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supercastlessouthsydney.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supercastlessunshinecoast.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supercastlessydney.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supersteosbouncycastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sushi.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suttonbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svantner.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swanseapartyhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swfmax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synergisticsoccer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t47.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taylors-castles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbtech.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tdsinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamassists.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecit.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecne.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "template-parks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terra-x.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tewkesburybouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texasvolunteerattorneys.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tfg-bouncycastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the3musketeers.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebcm.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebestfun.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebouncedepartment.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebouncyman.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedominatorsclan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefrk.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefunfirm.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegeekdiary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehaxbys.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theinflatables-ni.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theinflatablesne.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelonelyones.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepartydoctors.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepieslicer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theplaydaysbus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theplayspot.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theskingym.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetapirsmouth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewebsitedoctors.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thexfactorgames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkingplanet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thxandbye.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketsvergleichen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiggeriffic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tilleysbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timberkel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinytownsoftplay.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tjkcastles.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tjsbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmc.com.mt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmcpromotions.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tohokinemakan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokobungaasryflorist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokobungadilampung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokobungadipadangflorist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokyo-onkyo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topclassfun.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topdogsinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topirishcasinos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toptheto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalpahire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalparts.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toushi-return.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tppdebate.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trackdomains.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traffic.az", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traffictigers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traforet.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transnexus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traslocare.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treehouseresort.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trianglecastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trizone.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troisdorf-gestalten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tubetoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tubetooncartoons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tubs4fun.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tumblenfun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuppenceworth.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turtles.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuthowto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tverdohleb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvs-virtual.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twizzkidzinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txlrs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukmortgagecompare.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultima-ratio.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unbelievableplaces.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "underbridgeleisure.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unique-bouncy-castles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unobrindes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unworthy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usbevents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usds.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usualbeings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v-desk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v-tek.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentinberclaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vastgoedcultuurfonds.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veriomed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vethouse.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victornilsson.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vintock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viptamol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vividinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vowsy.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walls.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanda76.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanda78.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanda79.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanda96.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanda97.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanda98.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waonui.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warebouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warringtonkidsbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wd627.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdbflowersevents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdmg.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcatchers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdev-quiz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websandbox.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websiteout.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websiteout.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wecleanbins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weddingsbynoon.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wefitboilers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weightreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkgroepderdewereld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wespeakgeek.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westcoastcastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westmidlandsbouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westmidlandsinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westwood.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wexfordbouncycastles.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wheelwide.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whizzzbang.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wholelotofbounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikivisually.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wirralbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "withoutacrystalball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wizardbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wizznab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wj0666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wobblywotnotz.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonabo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worcesterbouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worcesterbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordplay.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldofparties.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldofwobble.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wp-master.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wulpi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwv-8522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenomedia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenotropegames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xlinar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aaagmgvmvmcuoq7r.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--erklderbarenben-slbh.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--rlcus7b3d.xn--xkc2dl3a5ee0h", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--t-oha.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xntrik.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtremebouncepartyhire.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yabuisha.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ybresson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ybsul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeapdata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yennhi.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoibyoin.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yorkshiredalesinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yorkshireinflatables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youftp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yzimroni.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zacharopoulos.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zacharopoulos.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakspartiesandevents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zebedeescastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zk9.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoofit.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zooom2.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-oben.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acecolleges.edu.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agia.ad", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alloydevil.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alwaysdry.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asryflorist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belyvly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bkentertainments.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobaobei.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobaobei.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btcpot.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddyworks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buynowdepot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bvv-europe.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chksite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chorleiterverband.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cir.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claytonstowing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultcelerity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czc.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbrgn.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dhub.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dickpics.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draftguru.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekong366.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emoji.bzh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epitesz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extramoney.cash", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeonplate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fun9.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fun99.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ggma.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hacksoc.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "improvingwp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innovamag.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jogi-server.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justinstandring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kato-yane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kollega.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacaveducinquantenaire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeng.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovg.ren", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelizquierdo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkacg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mncr.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monolithindustries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystatus24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ortho-graz.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "os24.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photo-livesearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phrive.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pneusgppremium.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokalsocial.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "products4more.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhodes.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robin-novotny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rogerdat.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roomongo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securi-tay.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skks.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stackunderflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stedb.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stopbreakupnow.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylecollective.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunfeathers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suretone.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thablubb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefanimatrix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiihosen.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracelight.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsumegumi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubermail.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vida-it.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viga.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlovgr.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webbuzz.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgraphics.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wootware.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80anogxed.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yemektarifleri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yousite.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zbyte.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhoujiashu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zi.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "070709.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "135vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5chat.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8tech.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91dh.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91lt.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99998522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a1798.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aagetransport.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaltocapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abbradar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activitesaintnicaise.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adam-wilson.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancedplasticsurgerycenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aetoscg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aetoscg.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aioboot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ait.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcatraz.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexfisherhealth.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alice.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allbusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpinestarmassage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amaforro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andybrett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ankiuser.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antihype.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antique-pedalcars.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apis.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apollyon.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archined.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assodigitale.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atcom.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlas-staging.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlasone.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atrevillot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axelchv.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayesh.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backlogapp.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bagstage.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baka.org.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakibal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banoviny.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basketsbymaurice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bastivmobile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayareaenergyevents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcmainland.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdenzer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benevita.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benevita.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benevita.organic", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergfex.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beschriftung-metz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikehistory.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizstarter.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackmonday.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogexpert.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloodyexcellent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluesecure.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolovegna.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bosufitness.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boulzicourt.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bourhis.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bowedwallcrackrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "branch-bookkeeper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "briantkatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brickwerks.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridgeglobalmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btc2secure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budgetlob.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildplease.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildrightbuildingservicesltd.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessetmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buymindhack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byeskille.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c3ie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalcollections.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolynjoyce.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carteirasedistintivos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartelcircuit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catveteran.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centrolavoro.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centurionunderground.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaletdemontagne.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaotichive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chazgie.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkyourmeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "choisirmonerp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciancode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleanstar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cles-asso.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmangos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codetripping.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comohacerelamoraunhombrenet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comparatif-moto.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "complex-organization.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conalcorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concursos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consommateuraverti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "convergence.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coslinker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cotta.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativedigital.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativesprite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativewolf.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crip-usk.ba", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crt2014-2024review.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryp.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypt.is-by.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptolosophy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptonom.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csfloors.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cu247secure.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuecamania.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customizeyourshower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybersafesolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyclisjumper.gallery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cytech.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czaw.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-loop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d8studio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daisy-peanut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daisypeanut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dasinternetluegt.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datengrab.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datengrab.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daviddever.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decentralizedweb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decorauvent.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delivery.co.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demandware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demarche-expresse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desec.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designedcybersecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devenney.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dhlcotizadorexpo-qa.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dichvudangkygiayphep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digibull.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalmarketingindallas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalrxcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discordghost.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfesta.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.verona.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divegearexpress.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dll4free.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "documentations-sociales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominicself.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "door.cards", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotb.dn.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "douai.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drabadir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drdavidgilpin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreyfussplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dstamou.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dujsq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dujsq.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dziurdzia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-id.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e191.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eatry.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edisonluiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egupova.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejuicelab.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elagplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elarvee.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eldisagjapi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrostatics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emailconfiguration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emex.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empire24.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encadrer-mon-enfant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enviaya.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equipandoloja.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equippers.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erectiepillenwinkel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escapetalk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eternit.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etoto.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euexia.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exgen.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabiobier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familytreehq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashion24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fialat.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finch.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findthere.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiscoeconti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixeaider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightmedx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowcom.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxing.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frasesdodia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frauenlob.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeasinlliure.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fzbrweb.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaanbaksho.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabrielsimonet.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamerezo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gate2home.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geigr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geldteveel.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgehalachev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "get-it-live.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "get-it-live.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getitlive.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getoutofdebt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getpop.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giardinaggio.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigiscloud.servebeer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ginie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giverang.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gobarrelroll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldcoaststumpbusters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldsky.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gordonscouts.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gouptime.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gulchuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guochang.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gvobgyn.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hacettepeteknokent.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackerco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haerwu.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hafoda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hagueaustralia.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halfco.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handbrake.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyschnapper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harapecorita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haus-henne.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haushenne.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawkofgeorgia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heckticmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpfixe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpgerer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helppresta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herberichfamily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiretech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hivatal-info.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hlucas.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoahau.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holisticacupuncture.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostinglogin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotnewhiphop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huissier-vosges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hustunique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hverdagogkink.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-verbi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icsfinomornasco.gov.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icsfinomornasco.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idgateway.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iix.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ike.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiaflowermall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indoorplantsexpert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inetserver.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instaquiz.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interfloraservices.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inventoryimages.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inventoryimages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipfs.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iphonechina.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isaackhor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isscouncil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isyu.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italiachegioca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itstatic.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesmarsh.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jas-team.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaytx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeancardeno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jec-dekrone.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jepertinger-itconsulting.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeroenensanne.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jewishboyscouts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jfmhero.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jianjiantv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joelmarkhamphotography.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journeyfriday.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "js88.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsc7776.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juanhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "just2trade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juszkiewicz.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadhambam.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katzen.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kauperwood.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kessel-runners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kippenbart.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kipriakipita.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiwico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klm-huisjes.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klmhouses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knarcraft.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kongbaofang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krokedil.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kutny.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvilt.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landell.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larsklint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laspequenassemillas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawrenceberg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lbrlh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lbrli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lbrls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lclarkpdx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leere.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lhost.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lhsj28.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lhsj68.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lhsj78.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidogr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifestylefinancial.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightnovelsekai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightupcollective.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxcode.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livesearch-fukuoka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lobin21.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logophiliapress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lollaconcept.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lordgun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovenwishes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucakrebs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lugui.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luiscapelo.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luizkowalski.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukull-pizza.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumer.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luvbridal.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyon-interactive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyon-synergie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mafiapenguin.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maiaimobiliare.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makeaboldmove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makino.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamadoma.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamiecouscous.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manawill.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maquettage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martijn.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mashandco.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mashandco.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxwellmoore.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdiv.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "media-credit.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menzaijia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michmexguides.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikeybailey.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikhlevich.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mingming.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirtouf.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mittenofficesystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mksac.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobile-gesundheit.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monkeytek.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonkin.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morespacestorage.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moshwire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mp3donusturucu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpodraza.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrketolocksmith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msquadrat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycreditcardcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myjumpsuit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysupboard.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naano.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadine-chaudier.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nah.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakhonidc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasbi.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neba.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemopan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netbuzz.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neurexcellence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nigensha.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nix.black", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nojok.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nonemu.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norad.sytes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northconsulting.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofer.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oggw.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohma.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "om1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omise.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onetime.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oopsis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optiekzien.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orchidlive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ouestsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "packetlinux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paducaheic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panda-community.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pandapsy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paperwallets.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parsonsfamilyhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pascal-bourhis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pataterosviajeros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulrudge.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payboy.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pbourhis.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcbricole.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piils.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pioche.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plae.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetromeofoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plexpy13.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polypane.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pony-cl.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pookl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poy-tech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prestige-portal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatebanks.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privilegevisa.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proemployeeprotection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proemployeeprotection.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proseandleprechauns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protempore.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxbox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pruma.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psynapse.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quic.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "racktear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranson.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readify.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realcli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realnewhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reidascuecas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reneschmidt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reseausyndic.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reuter-profishop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richie.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rico.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ris.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "risparmiare.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riverstyxgame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmrig.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockagogo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocket-wars.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosevillefacialplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "routetracker.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalbluewa3.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsap.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rueg.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumlager.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rxcheck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryu22e.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabrinajoiasprontaentrega.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salmonrecovery.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salon-claudia.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sambaa.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarkarischeme.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satimagingcorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satragreen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "save-me-koeln.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savemoneyonenergy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scala.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scelec.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sckc.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seankilgarriff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secitem.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sedeusquiser.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semaflex.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serpenteq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexplicit.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgb.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgovaard.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsu.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsu.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaicoleman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shanxiapark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shehata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.hn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simivalleyelectrical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpeo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpeo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplifylivelove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simyo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinusbot.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sipc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skybound.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaltimento-rifiuti.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smtp.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smutba.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snip.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowchamps.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialweblearning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparanoid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spidernet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spineandscoliosis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "splendorservizi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sport-socken.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sprucecreekclubs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sprucecreekgcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spufpowered.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sr33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sshool.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stadsbygd.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stahlfors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starsbattle.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stig.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storytime.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strengthroots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiemeter.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiereader.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sun-wellness-online.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sussexwebsites.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suts.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swacp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "system365.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taabe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takedownthissite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talk.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tellygames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terrazoo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecuriousdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theepankar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehomeicreate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenrdhrd.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewallset.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thotpublicidad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thousandoakselectrical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tob-rulez.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobiaskorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomjans.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touchwoodtrees.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendykids.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tribac.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripsinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trynta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uitgeverij-deviant.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unschoolrules.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ursa-minor-beta.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usedu.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utzon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valueng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaneigenkweek.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venicefloridawebsitedesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venirextra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venirideal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victorhawk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viewbook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vigliano.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villa-gockel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villagockel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip8522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virvum.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visor.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitkutny.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vjeff.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vosgym.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vreeman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wacky.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waf.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallpaperup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallysmasterblaster.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterworkscondos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waveum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-adminy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webanker.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdesignplayground.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmotelli.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websvetaines.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weebsr.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wejumall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westhillselectrical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westlakevillageelectrical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wevg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wjbolles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wogo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodlandhillselectrical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodworkertip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordspy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worksofwyoming.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wormbytes.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wotra-register.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wp-bullet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wp-site1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wp-site2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpg-inc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wtw.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyu.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xianguocy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xuntaosms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yallamotor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yhwj.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yibin0831.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoga-sky.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubicodemo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zabukovnik.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zachaysan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zachbolinger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdravesteny.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhenmeish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zohar.wang", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zollihood.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonadebolsa.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0vi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "13th-dover.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1912x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19216811.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233blog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2b3b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365daysreview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "42t.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4vector.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "50ma.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52kb1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5y.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "62755.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "94cs.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abmledger.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abmtax.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acai51.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aciety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acousti-tech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "across.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advento.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerisnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerobotz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciagriff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agentprocessing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcantarafleuriste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphahunks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphipneux.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am2s.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analytics-shop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anchorinmarinainc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anconaswine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andoms.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrewensley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annotate.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antivirusprotection.reviews", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apiled.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apponline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquitainebrasserie.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arknodejs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armodec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asgapps.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athena-garage.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authsrv.nl.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto3d.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "av163.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avcd.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avocode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b1.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankmilhas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barsil.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beforesunrise.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bella.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgfashion.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bingcheung.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioetco.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinclashic.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluepearl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolte.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonbonmania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonnin.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookreport.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botmanager.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botstack.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlehiremedway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlesperth.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandontaylor-black.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bryanshearer.accountant", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brynnan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bursaries-southafrica.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "careeapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carloshmm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caroes.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castible.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cayafashion.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceruleanmainbeach.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chairinstitute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatbotclic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatbotclick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chelema.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarkwinkelmann.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clementfevrier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clicecompre.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cliniquevethuy.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloturea.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudcloudcloud.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmitao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coco-line.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffeedino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collinel-hossari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collinelhossari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connect-me.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultorcr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cordis.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosni.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covery.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csfd.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cublick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwmart.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybercloud.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cype.dedyn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daneandthepain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannystevens.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danova.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datatruckers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datatruckers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degracetechnologie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denaehula.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denverphilharmonic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designdevs.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designsbykerrialee.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dieecpd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dienchaninstitute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietlin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitaldem.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diskbit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distinguishedwindows.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docs.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolci-delizie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dont.watch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotjs.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonsunited.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonsunited.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonsunited.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonsunited.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonsunited.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonsunited.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonsunited.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtnx.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtnx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumpsters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-lambre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-surveillant.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e024.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaucube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "effero.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehertz.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekpyroticfrood.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "el-hossari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalfencingedenvale.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encoderx.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enersaveapp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enness.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ensley.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ergobyte.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ergobyte.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esalesdata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essential12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eternalsymbols.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eupresidency2018.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everybodyhertz.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everygayporn.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exceptionalservices.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expertsverts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expresstinte.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyelashconcept.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famer.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "federalreserve.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixcrux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fetlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filebox.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filingsmadeeasy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filipsebesta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fireandelectrical.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitness-challenge.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluteandpianoteaching.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flygon.pink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formadmin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freizeitplaza.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuckyoupaypal.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fwdx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galinos.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameserver-sponsor.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ganado.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gandalfservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garethrhugh.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gedlingcastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gehopft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geleenbeekdal.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalresearchcouncil.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmpark.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goblinsatwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gommista.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gooddomainna.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grannys-stats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupoparco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guozeyu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gymagine.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haazen.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackergateway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamish.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haobo111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haobo1111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haobo222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haobo2222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haobo4444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haobo5555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haobo6666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haobo7777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardergayporn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hatul.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "havasutacohacienda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hb1111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hb3333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hb4444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbvip01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbvip02.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbvip03.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbvip04.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbvip05.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbvip06.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbvip07.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbvip08.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heikorichter.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helios4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpdebit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpfacile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hexhu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiccupsandjuice.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hlsmandarincentre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hogrebe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holvonix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hpctecnologias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hroling.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "https4all.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huto.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hwaddress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyvinvointineuvoja.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i879.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iaeste.or.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iczc.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iea-annex61.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illsley.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ims-sargans.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inixal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkvisual.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isotope.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isz.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-jobbank.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itfensi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itspartytimesweetinflations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itswincer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jababu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesandanneke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janduchene.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janehamelgardendesign.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jannisfink.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarivisual.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarnail.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jedepannetonordi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiangzequn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jianyuan.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinkuru.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jltctech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobbsafari.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobindex.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johndball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johntomasowa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonpavelich.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julianxhokaxhiu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k-homes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k33k00.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanal-schaefer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapiorr.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kausta.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keepflow.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ken.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenneths.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kids2day.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kin.pet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klinkerstreet.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kov.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurtschlatzer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l7plumbing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacuevadechauvet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lag-gbr.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanternalauth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laraigneedusoir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larondinedisinfestazione.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasuzefc.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laviedalex.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legumefederation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legumeinfo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemni.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leodaniels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liangbp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librebox.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librisulibri.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lin.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlefamilyadventure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lobsangstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loew.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolis.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loveread-ec.appspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovesupremefestival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magasinsalledebain.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magasinsalledebain.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malachiteauth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maniosglass.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingvirtuales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martynhare.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martynhare.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterplc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matoutepetiteboutique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthieuschlosser.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "max-went.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediatorzy.waw.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megaflix.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercedes-benz.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mieterschutzkartei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mittagonghomestead.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molwick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monothesis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moteksystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundolarraz.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murfy.kiwi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myalliancechurch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namethatporn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nate.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naviaddress.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netducks.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netmeister.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neurabyte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickserve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicn.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicolasdutour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nipax.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nove.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noveciti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novecity.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novecity.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novecity.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novecity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novecitymail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ns2servers.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsellier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntx360grad-fallakte.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "numarasorgulama.tel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o-loska.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocenovani-inspekce.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okib.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omegahosting.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omnitrack.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onepopstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opencircuit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloarteaga.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloarteaga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloarteaga.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloarteaga.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloarteaga.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloarteaga.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloarteaga.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passwordsecurity.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrickbrosi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pawel-international.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payrollhive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peak-careers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peanutbase.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peanutproductionsnyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharma-display.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinhadigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pix5.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixivimg.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plus-digital.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "port67.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portailevangelique.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posters.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potolok.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "povesham.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powershellmagic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preciseassemblies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prettyphotoart.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pricesniffer.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priverify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prknje.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procinorte.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pronto-intervento.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosenseit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puhka.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qswoo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raspberryultradrops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rathbonesonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raven.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recruitmade.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redir.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renov8sa.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rimeto.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robots-ju.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roseitsolutions.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudolphmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryejuice.sytes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salearnership.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanitairwinkel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sauenytt.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schwedenhaus.ag", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scifi.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scruffymen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semaphore-studios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergefonville.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servers4all.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shellj.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shellshock.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigma-signalisation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "significantbanter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpleindianrecipes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sittinginoblivion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skigebied.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skillled.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slatemc.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaltimentoamianto.latina.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaltimentorifiuti.veneto.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soleria.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soybase.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spamdrain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spon.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sreeharis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stameystreet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stavebnice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stepstone.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steuerseminare-graf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stonewuu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sulian.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supermil.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sve-hosting.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemli.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamindir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxaudit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcnapplications.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teemulintula.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tehranperfume.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tem.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tescolide.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tescoludia.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testovaci.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texaspaintingandgutters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenarcissisticlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevoid.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thezillersathenshotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisiswhywemom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tilesbay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tintenfux.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tintenland.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tls-proxy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobedo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomershemesh.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transformations-magazin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trynta.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tycjt.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tylerharcourt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u-master.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ump45.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unripple.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ur.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urcentral.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaindil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vapecom-shop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vectro.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venninvestorplatform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vernonspeedskatingclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vernonwintercarnival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinbet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinbet000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinbet111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinbet222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinbet333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinbet444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinbet555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinbet666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinbet888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmoe.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volta.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waiterwheels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waltellis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterleeftinbeek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterschaplimburg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearedisneyland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webartex.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websiterent.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webstu.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wegotcookies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wein.co.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wendu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wessner.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whoiswp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wienerwichtelchallenge.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wilcodeboer.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildbirds.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildlifeadaptationstrategy.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wk577.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wnmed.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolferstetterkeller.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodlandsvale.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordsofamaster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsspalluto.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wufupay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wutianyi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www-62755.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xchating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xdavidhu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xfce.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xingiahanvisa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xlboo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mgbmmp7eub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--pe-bka.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xuab.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yanqiyu.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ychong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yicknam.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yutakato.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zargaripour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeb.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhima.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zlcp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100pounds.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123termpapers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2333666.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3queens.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3queens.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3vlnaeet.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5000yz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "506pay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6lo.zgora.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaron.xin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ac.milan.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accessoripersmartphone.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acemypaper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acordes.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agoodmind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agoravox.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agoravox.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agoravox.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aigenpul.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albertify.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aliaswp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alttrackr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amalfirock.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amato.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amministratorecondominio.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andronika.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anhaffen.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antama.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthro.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anynode.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aomonk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apio.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aporia.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquabar.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "areallyneatwebsite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arteaga.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiesvenezuela.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assadrivesloirecher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assistenzamicroonde.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ateliers-veronese-nantes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atheoryofchange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aulaschrank.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auskunftsbegehren.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoscuola.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autosearch.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avalon-studios.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avova.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babyphototime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balconnr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balconsverdun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankofrealty.review", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baustils.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bennygommers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgr34.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilsho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bipyo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bleep.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blm.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluefinger.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bngs.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bologna-disinfestazioni.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonprix.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookingapp.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouk.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainwork.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brammingfys.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bran.soy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandweertrainingen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravehearts.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brokervalues.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsdunix.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-thing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calafont.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calidoinvierno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calypso-tour.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canerkorkmaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canmipai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cash-4x4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catuniverse.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "causae.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cazaviajes.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chapiteauxduleman.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chcsct.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapestgamecards.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapestgamecards.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapestgamecards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapestgamecards.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapestgamecards.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childvisitationassistance.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "class.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claster.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearance365.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "climaencusco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "code-judge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comphare.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crowdliminal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypto-armory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curvissa.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cutephil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cy.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielsteiner.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danna-salary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daravk.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcards.in.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deai-life.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealapp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degoulet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delitto.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derattizzazione.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derattizzazioni.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derattizzazioni.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detekenmuze.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detoxetmoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detuinmuze.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dierabenmutti.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtygeek.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestando.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazione.brescia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distribuidoracristal.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctafit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorth.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dpisecuretests.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonprogrammer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dukefox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "economias.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edholm.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edsh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edv-bv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eff-bee-eye.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egarden.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalagoura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitesensual.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elucron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empower.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enpalmademallorca.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epiteugma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eppelblei.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eppelpress.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eroticforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esailinggear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortshotsexy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espressivo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exteriorservices.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faidanoi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falcoz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatowltees.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fburl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferret.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "find-mba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fioulmarket.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowersbylegacy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fm992.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foreversummertime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framedpaws.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freelanceshipping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freemans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friederes.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsk.fo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funarena.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funinbeds.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ganztagplus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gastoudererenda.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatomix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gazflynn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gcbit.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekshirts.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekz.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gensenwedding.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geocommunicator.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getcleartouch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getticker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giardinaggio.napoli.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gifts365.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giochiecodici.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitesdeshautescourennes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "global-village.koeln", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodyearsotn.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goubi.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandjunctionbrewing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grattan.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grayowlworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grinnellplans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grootinadvies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupe-neurologique-nord.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guhei.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guillaume-briand.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ha6.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haccp.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handynummer.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haqaza.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harilova.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.taipei", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hightimes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hilhorst-uitvaartverzorging.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiresteve.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homebasedsalons.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homoglyph.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hr98.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hub385.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebeeshop.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypothyroidmom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idolshop.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igd.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igk.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ik-life.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imaginetricks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imgup.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inanyevent.london", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infomegastore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infomisto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "institutmaupertuis.hopto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investcountry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isaackabel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isaackabel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isaackabel.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isaackabel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isaackabel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-shamans.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itad.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janschaumann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdncr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeuxetcodes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinanshen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkest.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joliettech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonathanschle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshlovephotography.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juegosycodigos.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jugh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliedecubber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumboquid.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaleidoscope.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kansaiyamamoto.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keakon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keldan.fo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevlar.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khasiatmanfaat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kisiselveri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klimaloven.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kniwweler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koreaboo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krautomat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kruisselbrink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labcoat.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landinfo.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lascana.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ledeguisement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemonop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenguajedeprogramacion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lib64.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linostassi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livecards.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livecards.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livecards.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livekarten.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livekarten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lixtick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "llm-guide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loeildansledoigt.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logicchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolnames.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lon-so.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lookagain.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losebellyfat.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lostandcash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsvih.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luckyfrog.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lv5.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyoness.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnificentdata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maispa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maplenorth.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marlonlosurdopictures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcfedries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medcrowd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "media-access.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meiqia.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meiqia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mes-finances.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mia.ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micromata.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijn-financien.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindwork.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minei.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minerstat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minor.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modaperuimport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojeco2.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mondedesnovels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monotsuku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosaicadvisors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moskeedieren.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motezazer.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movie-infos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muffet.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhatsuden.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymommyworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n-design.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "na.hn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namazvakitleri.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nani.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natchmatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natlec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturalkitchen.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncc-qualityandsafety.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "needle.net.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "needle.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neko.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerfroute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerpa-club.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netnik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightmoose.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninebytes.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninfora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noovell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northern-lakes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nunnun.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutrifyyourself.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyanco.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "occmon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oducs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offbyinfinity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "office-morimoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omoteura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "one-resource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onepointzero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organisatieteam.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "origamika.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oscarmashauri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overstemmen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulward.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pbqs.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcmkrembangan.or.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcrypt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedicurean.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perrone.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petlife.vet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philippe-mignotte.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pianetatatuaggi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pidginhost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.ist", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelution.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumbingbenoni.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmarques.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponzi.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pottersheartministry.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prakhar.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primotiles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacyforjournalists.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progeon.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proggersession.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectforge.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purplebricksplc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quarryhillrentals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quatrefoiscent.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quehacerencusco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r-ay.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravenger.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raw-diets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcmlinx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rechtenliteratuurleiden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remejeanne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rentacaramerica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retrowave.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reverse.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rittau.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rittau.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritzlux.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robotattack.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockthebabybump.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubenkruisselbrink.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safeinfra.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safesecret.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sana-store.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sana-store.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sana-store.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandyrobsonhypnotherapy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanilodge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sci-internet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scp500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchgov.gov.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebastiaandouma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shawnstarrcustomhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shieldcomputer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shutter-shower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siciliadisinfestazioni.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinsojb.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyquid.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slides.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solonotizie24.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soohealthy.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soopure.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sorellecollection.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spilogkoder.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportparks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportparks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squadlinx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssuiteoffice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssuitesoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stackhub.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standardequipment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevenz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stimmgabel.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuarts.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stucydee.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studionowystyl.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuudium.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuudium.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suluvir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superbdistribute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supersec.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suseasky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sveinerik.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swattransport.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swimwear365.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabledusud.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabledusud.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taichi-jade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tailandfur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techview.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techviewforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tejarat98.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebit.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theoverfly.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestyle.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewebdexter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkmarketing.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thoroquel.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tintenprofi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todocracy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todoscomciro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tolle-wolke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tommy-bordas.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomravinmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toxicboot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracfinancialservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trickedguys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tronflix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trunk-show.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tune-web.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uel-thompson-okanagan.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.vc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unsacsurledos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utahfireinfo.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vagaerg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vagaerg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varcare.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velonustraduction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vendserve.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vernonatvclub.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vik.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "violet-letter.delivery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vliegensvlug.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvdbronckhorst.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vww-8522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w10club.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walravensax.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdesignerinwarwickshire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdesignssussex.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellsplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatsahoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willywangstory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "witt-international.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiz.farm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wlog.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldchess.london", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldnettps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wot-tudasbazis.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wvw-8522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xdty.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xjpvictor.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--dragni-g1a.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--o77hka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--r77hya.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yamashita-clinic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ybin.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogabhawnamission.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youcaitian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "young-sheldon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yurinet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z-coder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenics.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00330033.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00660066.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00880088.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1481486.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "168bet9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "168esb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "174343.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1day1ac.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2333blog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233boy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24hourscienceprojects.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2fl.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2li.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "304squadron.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3839.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "404.guide", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "439050.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4flex.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52b9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52b9.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "53ningen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "788da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81uc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8951889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9617818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9617818.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-1basements.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aa6688.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abckam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutyou.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutyou.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutyou.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutyou.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutyou.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abstractbarista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aceanswering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acroso.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adhd-inattentive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "admin-forms.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adminwerk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adminwerk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancyte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agelesscitizen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agelesscitizens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agoravm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agouraelectrician.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ai1989.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aimerworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aimrom.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akcounselingservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alainodea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcoholapi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexsinnott.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alextjam.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alibababee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allenosgood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allenscaravans.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allgreenturf.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allincoin.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alljamin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allpropertyservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allseasons-cleaning.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpinechaletrental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altaplana.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alwaysonssl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amalficoastchauffeur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amalfitabula.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amauf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "america.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ameriikanpoijat.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amielucha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ammanagingdirectors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amosng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andariegocusco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andys-place.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ansermfg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antennisti.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthony.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antyblokada.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apache-portal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apination.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appformacpc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apps4all.sytes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archivero.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcridge.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "areqgaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arimarie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arlingtonwine.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armedpoet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aromacos.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artboja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arteaga.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arteaga.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arteaga.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arteaga.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artecat.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artisansoftaste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artmarketingnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashlocklawgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asspinter.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astal.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ateamsport.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atedificacion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atelierdeloulou.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atheist-refugees.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attac.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audividi.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aupasdecourses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurelienaltarriba.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austinuniversityhouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "australianarmedforces.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "australianimmigrationadvisors.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autocrypt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autopapo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autostock.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autres-talents.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "av0ndale.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avanet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avatarrecruit.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avexon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviapoisk.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avietech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awxg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayon.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b1236.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b1758.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b1rd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b5289.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b5989.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b61688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b91688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9453.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9498.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9528.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9568.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9586.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9588.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b95888.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9589.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9598.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9658.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b96899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9883.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9884.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9885.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9886.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9887.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b98886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9889.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9930.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9980.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99882.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9winner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bachata.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baka-gamer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ballinarsl.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bamboorelay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banduhn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banknet.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baodan666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baptistedeleris.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barabrume.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barryswebdesign.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbnbb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbswin9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcdonadio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcdonadio.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcodeur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be9418.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be9418.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be9458.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be9458.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be9458.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be958.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be958.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be9966.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bealpha.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bebout.domains", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beerview.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellthrogh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellthrough.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benevisim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benjii.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benriya.shiga.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benzi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berodes.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bessettenotaire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestattorney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestbatteriesonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestesb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestinductioncooktop.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestoffert.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet909.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet990.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betterjapanese.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beylikduzum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beylikduzuvaillant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bh.sb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bicecontracting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bihub.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biletyplus.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biletyplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biletyplus.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biletyplus.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bill-nye-the.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bingo9.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binkanhada.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biocheminee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birgitandmerlin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bistrotdelagare.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinwalletscript.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitenose.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitenose.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitgrapes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bkhayes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackislegroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackscreen.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blazing.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blip.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blobfolio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockshopauto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blok56.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bludnykoren.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueblou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluecardlottery.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluedeck.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blunderify.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluproducts.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bmriv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodypainting.waw.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolgarnyelv.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bondingwithbaby.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "booksearch.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bopiweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bordes.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boredhackers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boundarybrighton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bovenwebdesign.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bozit.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bramburek.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bramstaps.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breatheav.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breatheproduction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brownihc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brztec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsa157.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsd-box.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsdes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bserved.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budget.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulario.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burtplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buryit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "busybee360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buybike.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buycarpet.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buycook.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyhealth.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyjewel.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyplussize.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyprofessional.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buywine.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buywood.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bx-web.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytema.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytema.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caarecord.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadams.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calcedge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campingskyhooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canker.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canterbury.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "captainark.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "car-rental24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlscatering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolinaclimatecontrolsc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartadeviajes.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartadeviajes.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartadeviajes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartadeviajes.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartadeviajes.com.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartadeviajes.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartadeviajes.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartadeviajes.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartadeviajes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartadeviajes.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartadeviajes.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartadeviajes.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caseplus-daem.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashsector.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casino-trio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caspar.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cayounglab.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdsdigital.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralebigmat.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cerberusinformatica.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cercevelet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certifiednurses.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfpa-formation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "changes.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaosriftgames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chasse-et-plaisir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chd-expert.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkspf.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheladmin.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chemicalcrux.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherie-belle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherylsoleway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiboard.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chikazawa.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinwag.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chloca.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrisaitch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christopherkennelly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cidersus.com.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "civicunicorn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "civicunicorn.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckenelley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckenelly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckenely.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckenneley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckennelley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckennely.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claritysrv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clash.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classroomcountdown.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clazzrooms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleansewellness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearbreezesecuritydoors.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicminds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clnc.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clorophilla.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "club-duomo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubcall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubiconkenosha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmdtelecom.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmrss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocktail-shaken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocubes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cokebar.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coldstreamcreekfarm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collectorknives.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coltonrb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comidasperuanas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commco.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comoeliminarlaspapulasperladasenelglande.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comosatisfaceraunhombreenlacamaydejarloloco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compusolve.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concertsenboite.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contentdesign.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "convergencela.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookeatup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolprylar.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corintech.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corporateclash.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corpsepaint.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corrbee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmechic.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "couscous.recipes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creatieven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativeconceptsvernon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creato.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditreporttips.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cribcore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cronologie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crose.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypteianetworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptolinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csehnyelv.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csgoswap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctcue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubix.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cueca.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cumplegenial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cupcakesandcrinoline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cupcao.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybercrew.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberseguranca.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyelint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cygnaltech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czfa.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-msg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dabuttonfactory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damienpontifex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daminiphysio.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darknetlive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datacave.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daverandom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidbranco.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidbrito.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deanisa.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decaffeinated.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decs.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedg3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deeps.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deeps.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekonix.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delfino.cr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltaonlineguards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deparis.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedtayo.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devagency.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dewaard.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dicio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalcitizen.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalcitizen.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalfishfun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dildoexperten.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "direct-sel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directspa.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dischempharmacie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.venezia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distiduffer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj-leszwolle.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djcursuszwolle.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djursland-psykologen.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnscrawler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doc-justice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doesburg-comp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogcontrol.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domen-reg.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domquixoteepi.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dongxuwang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotshule.ug", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doubleaste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downrightcute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dp.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreadd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreax.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreischneidiger.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drillingsupplystore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drmtransit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drugs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drvr.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsmjs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsouzamusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubai-company.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dunklau.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duoquadragintien.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durfteparticiperen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dusnan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dustplanet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dzytdl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-tech-solution.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-techsolution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-techsolutions.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-vo-linka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e4metech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eagle.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaglemessaging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastsidecottages.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easycontentplan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebene-bpo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebizarts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecodedi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eddokloosterman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edehsa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edincmovie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edservicing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edxn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egrp365.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekati.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekyu.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electric-vault.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalagourahills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalcalabasas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalcamarillo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalconejovalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eleicoes2018.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektronickakancelar.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elviraszabo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elwix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elysiria.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empyrean-advisors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emvoiceapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "en4u.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enderbycamping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endoftenancycleaninglondon.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enginx.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ensemble-vos-idees.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enviatufoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epa.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ephesusbreeze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epreskripce.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equinetherapy.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eroimatome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "es8888.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "es888999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb116.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb1314.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb1668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb16888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb17888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb222.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb556.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb5889.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb666.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb66666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb68888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb777.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb777.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb777.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb777.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb8886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb999.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb999.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb999.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esba11.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esba11.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esba11.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esba11.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esball.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esball888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etech-solution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etech-solution.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etech-solutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etechsolution.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethandelany.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurolocarno.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europeantimberconnectors.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europeos.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroskano.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurousa.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euvo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eva-select.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evailoil.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "event64.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everydaywp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evilsite.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exatmiseis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exchaser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exploringenderby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extreme.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyona.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f2h.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f3nws.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factcool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faerb.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faradome.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farmaciamedicom.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastvistorias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faui2k17.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbiic.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbtholdings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fedemo.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "federatedbank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fedpartnership.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feeriedesign-event.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feetpa.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felger-times.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feudaltactics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feuerwehr-mehring.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ffiec.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filanthropystar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finchnest.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fingerscrossed.style", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fintry.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firefly-iii.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fireworkcoaching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitfitup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiveboosts.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flamero.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flangaapis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleurenplume.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flextribly.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fliino.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fliino.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fliino.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fliino.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flirtycourts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flmortgagebank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florenceapp.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floro.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowinvoice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flugsportvereinigungcelle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluhrers.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluitbeurt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fmussatmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "focuspointtechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forbid.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "force-des-maths.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fordlibrarymuseum.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forecastcity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forfunssake.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forpc.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotonjan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fowlsmurf.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francescoservida.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankslaughterinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frederikvig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freelancecollab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freepnglogos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frejasdal.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fs-community.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futurehack.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fwest98.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaff-rig.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galle.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ganaenergia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ganasoku.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaudeamus-folklor.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gavinsblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gayukai.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gazachallenge.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generalinsuranceservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generationsweldom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geojs.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgewbushlibrary.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getenergized2018.kpn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getpagespeed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getteamninja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfms.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfw.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giethoorn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ginza-luce.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gites-alizea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glaciernursery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gladystudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalgovernancewatch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goedkopeonesies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goetic.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goozp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goquiq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorgias.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorognyelv.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotrail.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grahamcluley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandcafetwist.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gratiswifivoorjegasten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatagain.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenitpark.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grengine.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grexx.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grexx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grifomarchetti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grimstveit.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groenewoud.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruenderwoche-dresden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grumpygamers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gumannp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guoliang.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutschein-spezialist.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h1z1swap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ha-kunamatata.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habbixed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habitat-domotique.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habview.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haccp.bergamo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamon.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanoibuffet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hansbijster.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haptemic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hashimoto-jimusho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hayleishop.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdnastudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "health.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthfinder.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthypeople.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hebocon.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heijdel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heinemann.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpfute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpverif.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpwithmybank.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henkboelman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hermann.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heute.training", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heyjournal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hf-tekst.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hf51.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hibari.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hightechgadgets.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hipnoseinstitute.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hireprofs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitokoto-mania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiyobi.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hl8999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hnyp.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoaas.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hochzeitsgezwitscher.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hodnos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homepage.shiga.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homyremedies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honeycreeper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoorr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hope-line-earth.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horizonmoto.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horvatnyelvkonyv.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotesb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "housekeeperlondon.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howgoodwasmysex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hstspreload.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huangting.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubrecht.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huislijn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humboldtmfg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunstoncanoeclub.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyperactive.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hztgzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-scream.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i5y.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iainsimms.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iainsimms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iane-ccs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ich-hab-die-schnauze-voll-von-der-suche-nach-ner-kurzen-domain.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icnsoft.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideapaisajistas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideasenfoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idered.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idesignstudio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idrissi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iha6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikkev.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immaternity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imponet.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inetsoftware.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinite.hosting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingatlanneked.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmoodforsex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspirationconcepts.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instamojo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intergenx.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intergenx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intergenx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intergenx.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interiery-waters.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interiorprofesional.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interspot.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invitethemhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invuelto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iodine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isaaczais.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iskkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istheinternetonfire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-maker.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iyassu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izzys.casa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j0bs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jakob-server.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamalfi.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janhermann.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jape.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jastrow.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javiermixdjs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdgonzalez95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jedayoshi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeepeg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jenniferchan.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetapi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetbrains.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jexler.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jfsa.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiosongs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jldp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jlot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobers.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobers.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joblab.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joel.coffee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joeyhoer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johannes-bugenhagen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johanneskonrad.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johego.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonespayne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonlu.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joonatoona.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jose-alexand.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshuadmiller.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jselby.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judge2020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judge2020.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliohernandezgt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juridiqueo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justiceo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justinrudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k38.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k4r.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaeru-seitai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kai.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakuto.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalamos-psychiatrie.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaleidoskop-freiburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalwestelectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamppailusali.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kana-mono.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanag.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanr.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanzakiranko.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanzlei-myca.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaotik4266.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kargl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keematdekho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kfirba.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidsareatrip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kin.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinderjugendfreizeitverein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirwandigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kissesb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kivitelezesbiztositas.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klseet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kocherev.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kochereva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kogcoder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koka-shop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koninkrijk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konventa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopio.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopjethee.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korben.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotly-marten.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kouten-jp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koval.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kowalstwo.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kpforme.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kraftzeiten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kraken.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krasnodar-avia.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krausen.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreditkarte-fuer-backpacker.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kryptomodkingz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kupinska.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuroinu.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kwench.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "la-compagnie-des-elfes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laboutiquedejuliette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lachosetypo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladyanna.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lalalab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lalunecreative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamaisondelatransformationculturelle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "langstreckensaufen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanternhealth.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lassesworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lassesworld.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "launchpadder2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lauraofrank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lauriemilne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laut.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "law.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc-cs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lcrmscp.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "le-drive-de-just-vet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leadquest.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learnforestry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecoinchocolat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ledlampor365.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legaleus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lengyelnyelvoktatas.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lengyelul.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leodraxler.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leonauto.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesaffre.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesh.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letempsdunefleur.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leviaan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lhajn.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lian-in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librarytools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libre-service.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichttechnik-tumler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lieblingsholz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeinsurances.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeinsurances24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "light-up.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limbo.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limn.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lincnaarzorg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxincluded.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liquimoly.market", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlegreece.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livelifewithintent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localdata.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locomotive.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojadarenda.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojavirtualfc.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loket.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loli.ski", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losangelestown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovingpenguin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lswim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ltaake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucaslarson.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludum.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luedeke-bremen.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lufu.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lxd.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyscnd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mackiehouse.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maddreefer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madridartcollection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maelstrom-fury.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maisonpaulmier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makeurbiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malone.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamaasia.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamafit.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamuko.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manageathome.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mantabiofuel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcelinofranchini.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcelinofranchini.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcelinofranchini.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcelinofranchini.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marjoriecarvalho.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mark-armstrong-gaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingco.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingromania.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marpa-wohnen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marshyplay.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martijnhielema.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "math.hamburg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrixim.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattari-app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattmcshane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauricedb.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxpl0it.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mchan.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcpaoffice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "md-clinica.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdlayher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediarocks.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medinside.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medinside.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medinsider.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medinsider.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medschat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medvet.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melopie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memo.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mendozagenevieve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mennace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menntagatt.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metro-web.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meujeitodigital.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfxer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miaonagemi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michal-s.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micomi.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midkam.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikewritesstuff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikhirev.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "min.kiwi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minehattan.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minerva2015.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ministeriumfuerinternet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minu.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirrorsedgearchive.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirrorsedgearchive.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitigationcommission.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixer.cash", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjscustomcreations.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlmjam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlpvector.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mms.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilebingoclub.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilecasinoclub.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilemalin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobimalin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobmp4.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobmp4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobmp4.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mockerel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modding-forum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modelclub-draveil.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moisesbarrio.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momfulfilled.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momy-genealogie.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mon-mobile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monalyse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monicabeckstrom.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monodukuri.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monodzukuri.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monozukuri.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moodforsex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moolah.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonbot.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moreal.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morepopcorn.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motowilliams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mozartgroup.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrbuckykat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrknee.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mufibot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mushman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myabcm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycareersfuture.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myessaygeek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygreatlakes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypaperdone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myref.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysexydate24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysongbird.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n64chan.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakada4610.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namskra.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nataniel-perissier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationalbank.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationalbanknet.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nay.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nbad.al", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nc-beautypro.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nc-formation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nc-network.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "necio.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neilfarrington.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nekox.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neocyd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neoeliteconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neonataleducationalresources.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neonatalgoldenhours.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nepremicninar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nepremicnine.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nepremicnine.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "net-masters.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nethask.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netsparker.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nettamente.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neurolab.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news4c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhsuites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicholaswilliams.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickscomputers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightsi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikkasystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninepints.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nirjonmela.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noelblog.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noise.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noisetor.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nolimits.net.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomenclator.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordlichter-brv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norichanmama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "normanschwaneberg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northokanaganbookkeeping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novgorod-avia.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsa.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutriciametabolics-shop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o8b.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oclausen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octo.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octohost.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oisd.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliveoil.bot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliverclausen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliviervaillancourt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ollies.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onahonavi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ondcp.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneidentity.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onetly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-calculator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-stopwatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online.net.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlyesb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onsgenoegen-waz.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onspring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opalesurfcasting.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openclima.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operationforever.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oppag.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optm.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orbitdefence.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oregonmu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orum.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osla.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osmre.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otus-magnum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ouowo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pablo.scot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pablo.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloarteaga.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloarteaga.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloarteaga.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloarteaga.nom.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloarteaga.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloarteaga.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloarteaga.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacifique-web.nc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "packshot-creator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "padron.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalworld.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalworld.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalworld.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paincareehr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paket.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palawan.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palazzotalamo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pangci.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papapa-members.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papotage.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paradependentesquimicos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parisderriere.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasearch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passvanille-reservation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patentados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patika-biztositas.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcdocjim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peaceispossible.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pearlcohen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peddy.dyndns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedro.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelotonimports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penguinprotocols.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penispumpen.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepper.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perm-avia.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permajackofstlouis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petit-archer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pflan.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pflegesalon-siebke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pi-net.dedyn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pimpmypaper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinklittlenotebook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixiv.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixloc.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planer.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetanim.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plannedlink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planujemywesele.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plasticsurgerynola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playreal.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pm25.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmgnet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pneu01.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pneu74.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pocakdrops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pocakking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pocitacezababku.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pocket-lint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pointworksacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "policereferencecheck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pomfeed.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pomozmruczkom.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poolspondsandwaterscapes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popcultureshack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "port.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posijson.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerserg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersergholdings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pozlife.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praktijkdevecht.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pritchett.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatecapsecurity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-esb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodware.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proesb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectl1b1t1na.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promotioncentre.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proteogenix-products.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protocol.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prylarprylar.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psdsuc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pthsec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publicinquiry.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulpproject.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "punchunique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purplehippie.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putman-it.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puzzlage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvda.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvpctutorials.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pycycle.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pzsearch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qc.immo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qclt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qruiser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quanwuji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quartix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quilmo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qwdqwd.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qwq.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r1ch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radartatska.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radartek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rammstein-portugal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rangsmo.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranyeh.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raphrfg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapidemobile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapidflow.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raucris.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raviparekh.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raystark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recipex.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "red-trigger.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "red2fred2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redactieco.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regisearch.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "registerra.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renewmedispa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resfriatech.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewninja.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richamorindonesia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ricky.capital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ristrutturazioneappartamento.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roboth.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodarion.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roelbazuin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rollercoasteritalia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rollingbarge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rook-playz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roopakv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ropd.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roseparkhouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosetiger.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruaneattorneys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruobr.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rushyo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rwx.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-n-unso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-s-paint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s3cases.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s44.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabtunes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sajamstudija.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salon1.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samanthasicecream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samara-avia.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandiegotown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapphireblue.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahplusdrei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sasrobotics.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sativatunja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saxeandthecity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbrouwer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schollbox.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schwerkraftlabor.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scib.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scicomm.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scijinks.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screenmachine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdxcentral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sean-wright.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "season.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebastianpedersen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebasveeke.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sec455.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sec530.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sec555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seehimnaked.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seehimnude.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seehisnudes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seobutler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergiozygmunt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servida.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "setenforce.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevenicealimentos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexdocka.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharelovenotsecrets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaunandamyswedding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shico.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiga1.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shihadwiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shouttag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shteiman.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shura.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silerfamily.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sim-minaoshi.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simhaf.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplyregister.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinclairinat0r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sipsik.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjaakgilsingfashion.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skanword.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skedda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skepneklaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skiddle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sknclinics.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skolagatt.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyderby.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slashcrypto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slonep.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smadav.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smalle-voet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartcpa.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smilingmiao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smx.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialtrends.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "societe-chablaisienne-de-revetements.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "societe-chablaisienne-de-revetements.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sodadigital.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softart.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sokouchousa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solvingproblems.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sommefeldt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sompani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonicdoe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sorenam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soruly.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spaconnection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanyolul.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparendirekt.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparprofi.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spcx.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specialtyalloys.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speechdrop.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedof.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedway.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spellchecker.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spindrift.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "splintermail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spoluck.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sponsormatch.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spookyinternet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spot-lumiere-led.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotrebitelskecentrum.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sr-33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssbgportal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssdservers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssready.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staktrace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startle.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stdev.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steamhours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemapp.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steuerberater-essen-steele.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevemonteyne.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stickeramoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiffordacademy.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stouter.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "striata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuudium.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuudium.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subrosr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "succesprojekter.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sudo.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunfulong.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunriseafricarelief.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "super-demarche.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supperclub.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suroil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swallsoft.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swallsoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swap.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweep.cards", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweet-orr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweets-mimatsu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swisstechtalks.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swordfighting.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sym01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symetria.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemadmin.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemd.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szerbnyelvkonyv.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szlovaknyelv.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szlovennyelv.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tacklinglife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tadluedtke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takebackyourstate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takebackyourstate.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takebackyourstate.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tangsisi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taniafitness.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taniafitness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanie-uslugi-ksiegowe.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tariff.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tass.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbys.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tchaka.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teambodyproject.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamninjaapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techdroid.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techformator.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technosuport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnologiasurbanas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telefonogratuito.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telfordwhitehouse.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tematicas.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tennisapp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenpo-iku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenzer.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "termax.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terra.fitness", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tfreeman.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theadultswiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theconcordbridge.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theemasphere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefasterweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefengshuioffice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegemriverside.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehiddenbay.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theplaidpoodle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesignacademy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewarrencenter.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewoolroom.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinegen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisdot.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thriveweb.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tigit.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiglitub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timetech.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timothybjacobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinlc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiny.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tju.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "to2mbn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobias-kleinmann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobyx.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todacarreira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toekomstperspectief.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokinoha.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokky.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomaspatera.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomlowenthal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomosm.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toolkits.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toothdoc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topbilan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topicdesk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toponlinecasinosites.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topwindowcleaners.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torngalaxy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torte.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totodil.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totolabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touchweb.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tourtrektrip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toyota-kinenkan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trackingstream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trade-arcade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travel1x1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travellovers.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treetopsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tribly.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troomcafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trouver-son-chemin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustednetworks.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryfm.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trygarciniaslimdiet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttyystudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turnaroundforum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutorme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuwaner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuza.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tv-programme.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tv-programme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txbi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uahs.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhlhosting.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimate-uk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultrasite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umbriel.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblock-zh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unccelearn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unefleur.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unidevgroup.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unifiednetwork.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uno.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upperroommission.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanmic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urth.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usbr.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utcast-mate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utgifter.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vantagepointpreneed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasilikieleftheriou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vats.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vatsim-uk.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vatsim.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaughanrisher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vcps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vega-motor.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegalengd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegguide.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veit.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ventilateurs-plafond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veraandsteve.date", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verbier-lechable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vernonfigureskatingclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "very-kids.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoreriksson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoreriksson.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoreriksson.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoreriksson.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoreriksson.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoreriksson.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidadu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidb.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videoload.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videospornogratis.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villamariaamalfi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinogradovka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vintagebandfestival.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vintagesouthernpicks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipesball.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vizija-nepremicnine.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vjhfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmstan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volbyzive.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrijgezellenfeestzwolle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vucdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vynedmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w84.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wakiminblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waltzmanplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walvi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wannaridecostarica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warcraftjournal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wasatchcrest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waylee.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-demarche.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdesignlabor.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webev.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitesabq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webwednesday.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weiltoast.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weld.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkenvoorphiladelphia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wezl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whistler-transfers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitehousedrugpolicy.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whocybered.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willowtree.school", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisak.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woktoss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodcoin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woonboulevardvolendam.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worf.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workissime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workshopszwolle.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workshopzwolle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldcareers.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpformation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wphelpwithhomework.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writemyessay.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrmea.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuxiaohen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wybar.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wzfetish.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xanadu-taxi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xilegames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinghuokeji.xin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--n8jubz39q0g0afpa985c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--pckqk6xk43lunk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--zr9h.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--zr9h.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--zr9h.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--zr9h.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xnu.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xsec.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxlbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yacineboumaza.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yannick.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yenibilgi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yocchan1513.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoga-alliance-teacher-training.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yongbin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourfriendlytech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ysx.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuema.net.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yummylooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yurisviridov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yusu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yutang.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yzcloud.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zacharyschneider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zachschneider.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaem.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaghyr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zalohovaniburian.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zargescases.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zekesnider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeroseteatacado.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zgan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhiwei.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zitseng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zorki.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zrnieckapresny.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuan-in.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zyciedogorynogami.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zyrillezuno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "007kf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "02dl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0o0.edu.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "188da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "192168ll.repair", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1aim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "249cq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "338da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "388da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4096b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "558da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5thchichesterscouts.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "668da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7graus.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "818da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "89he.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8da2018.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8da999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8dabet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9-11commission.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "911commission.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aacfree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abchelp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcstudio.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abigailstark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accme.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "active-tluszcz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adminlinux.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "admirable.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeroparking.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aibaoyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aipbarcelona.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airhorn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajw-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akdusekbudil.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alanhua.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alienflight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allaboutswing.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allaboutswing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allcleanservices.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allerbestefreunde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allkindzabeats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphavote-avex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphavote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amalfi5stars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amalfilapiazzetta.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amalfipositanoboatrental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amaresq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amatsuka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amchainitiative.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amesgen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amnesty.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amobileway.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ampproject.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ampproject.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amuraimpianti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analogist.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreagourmet.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreoliveira.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angristan.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aniforprez.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aniwhen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anlp.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annawagner.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antota.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antraxx.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apartment-in-rijeka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apdx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "api.biz.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appeldorn.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appliancerepairlosangeles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archmediamarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "area4pro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artificial.army", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ascensori.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiba.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspcl.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assign-it.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atacadodesandalias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlayo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiorecording.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aumilieudumonde.gf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authenitech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-motor-i-sport.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avernis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aztraslochi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b2b-nestle.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babursahvizeofisi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badmania.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bangorfederal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barbarafabbri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bartelldrugs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barthonia-showroom.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayilelakiku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcansw.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beachfutbolclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beatfeld.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "becydog.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedandbreakfasthoekvanholland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beerjet.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beerjet.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beerjet.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beerjet.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beerjetcz.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bemcorp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bephoenix.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bequiia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestattungen-kammerer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestpaintings.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bforb.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biano-ai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biftin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilanligne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binarycreations.scot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bintooshoots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisschopssteeg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitmexin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackcicada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bleche-onlineshop.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueprintloans.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobkidbob.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bocloud.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodypainter.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boost.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxpeg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bremerfriedensforum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britanniapandi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishpearl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broadleft.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsatroop794.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btmstore.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buffetbouc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bullpay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bustabit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byronprivaterehab.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calebthompson.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cangelloplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardboard.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catchers.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catfooddispensersreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catherinesarasin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccprwebsite.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celectro-pro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaos-games.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charcoal-se.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlestonsecuritysystems.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chars.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatzimanolis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkmypsoriasis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheesehosting.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chilio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrislane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianpeltier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianpilgrimage.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chromcraft-revington.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "click-2-order.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "click2order.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicalrehabilitation.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudspeedy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clsoft.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clweb.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmillrehab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codeloop.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coding-minds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codyqx4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commercial-academy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consciouschoices.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conseil-gli.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contaquanto.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookwithmanali.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copdfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corbi.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cornmachine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corona-renderer.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cozo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftydev.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "credia.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "credigo.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creorin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crew505.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crispinusphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossoverit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryz.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctc-transportation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curbside.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursosdnc.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cw-bw.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "da.hn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dafricapress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damjanovic.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danhalliday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielgraziano.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datapure.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "david-reess.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidbuckell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidpescarolo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekoh-shouyu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delorenzi.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depot-leipzig.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deukie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dev-tek.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diem-project.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimeshop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discarica.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.bergamo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.firenze.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.genova.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divvi.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmdd.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domains.autos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domains.boats", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domains.homes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domains.motorcycles", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domains.yachts", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominionregistries.domains", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donovand.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doublestat.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doujin-domain.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draghive.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draghive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draghive.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draghive.photos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draghive.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drpure.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "druznek.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "druznek.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "druznek.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dso-imaging.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duchyoffeann.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dunamiscommunity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dushu.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-tonery.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyoutdoor.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyroad.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecocreativity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecotur.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecpannualmeeting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edplan.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduvpn.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efmcredentialing.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einrichtwerk.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elainerock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eldisagjapi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricaldosvientos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalhiddenhills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricallakesherwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalmalibu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electriccitysf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elementshop.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elenatranslations.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elkoy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emanueleanastasio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engie-laadpalen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envirotech.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eppelduerferjugend.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erikserver2.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escort-byuro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eservices-greece.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethicalpolitics.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eu-gamers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eupbor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euro-servers.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurofrank.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europeanpreppers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evenementenhoekvanholland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "examsmate.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expoort.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extensia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabianmunoz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabriziocavaliere.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairssl.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastlike.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "federalreserveconsumerhelp.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferienhaeuser-krummin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferry.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiery.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fireshellsecurity.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flugstadplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fomopop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foto-pro.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourashesgolfcentre.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourashesgolfcentre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourashesgolfcentre.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankedier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankierfachmann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankierstar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frebib.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frebib.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frebib.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freddyfazbearspizzeria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friends-socialgroup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frostprotection.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuelministry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "full-race.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funerariahogardecristo.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furrybot.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furryyiff.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fysio123.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaitandmobility.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaitrehabilitation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaitresearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamerz-stream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamerzdot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamesputnik.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gangnam-club.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gangnam-karaoke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garten-bau.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaysexpositions.guide", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gearallnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geecrat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geek1.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geocompass.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gepe.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "get2getha.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getimgs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfnetfun.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giac.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giebel.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigabitz.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glasdon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glenshere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gobranding.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godofnea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldclubcasino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldstein.tel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graecum.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphite.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grassreinforcement.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenlungs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruble.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guanyembadalona.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gw2efficiency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gymnasium-hittfeld.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyulakerezsi.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haccp.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackerlite.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hacktic.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haixihui.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halliday.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handmadeshoes.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazukilab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hcaz.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heatershop.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiv.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hnfertilizermachine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holmq.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotels-insolites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houstonauthorizedrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hquest.pro.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hr-tech.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hub.org.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humppakone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunqz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyundai.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyvive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-office.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i2b.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ianwalsh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icebook.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idenamaislami.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igcc.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imfromthefuture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "img.mg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impresadipulizie.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imyvm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incoherent.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infobae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innohb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intae.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intpforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ip-tanz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isakssons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itaiferber.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jalogisch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamberry.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jazzfeet.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jintaiyang123.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobsisbrown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joefixit.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johansf.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jollygoodspudz.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrabasco.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsbevents.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsblights.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jtp.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juanfrancisco.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juelda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karten-verlag.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katthewaffle.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazand.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keengamer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keralit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keylaserinstitute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khudothiswanpark.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimberlybeautysoapcompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimis.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kindertagespflege-rasselbande-halle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirillaristov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitabnamabayi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klinkenberg.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knitfarious.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knmv.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koecollege.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kr0n.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kralovskapradelna.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksham.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kt-zoe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvadratnimeter.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l9.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labortogether.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lafamillemusique.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lain.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "langendorf-ernaehrung-training.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanostrasalute.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latable-bowling-vire.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latiendadelbebefeliz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latintoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leadinfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "led-tl-wereld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ledscontato.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkthis.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationvoituresuede.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logexplorer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logze.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsal.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ltib.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludek.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumitop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxurynsight.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnetpass.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maioresemelhores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "make-your-own-song.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malwareinvestigator.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcaixala.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markhenrick.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marloncommunications.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvelmoviemarathon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marxmyths.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masrur.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massagetainha-hanoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauerwerkstag.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcpro.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medhy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meh.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meklon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "membershipservices.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercury.photo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meremobil.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mettekopp.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midstatebasement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miegl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milania.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindfactory.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitchelmore.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmarnitz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnnknz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modalrakyat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modding-welt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morethancode.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motekforcelink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motorsportdiesel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moutiezhaller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mprsco.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrhc.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mustafa.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muthai.in.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muzikantine.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-new-bikini.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myappliancerepairhouston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myartsway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycinema.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycuco.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydentalplan.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydna.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myperfecthome.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrewardspoints.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myvitalhealthsolutions.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mzzj.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nabytek-valmo.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namaanakperempuan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naphogar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nashvillelidsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncc-efm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncc-efm.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nccemail.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nearon.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nebelhauch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemanja.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neoedresources.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neurozentrum-zentralschweiz.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newborncryptocoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextnely.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicorevin.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niles.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninov.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nirjonmela.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noobswhatelse.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordicirc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nova.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nv.gw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nytrafficticket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ochrepoint.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ochsenfeld.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offandonagain.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "office-furniture-direct.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohhere.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oita-homes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oksafe-t.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onurer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opensource-training.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opti-net.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orangefab.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orangekey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "os-t.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osepideasthatwork.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostimwebyazilim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outlines.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p.ki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloarteaga.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "padberx-marketing-consultants.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paintball-shop.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paketo.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panaxis.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panaxis.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panpa.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pantheoncrafters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkeren.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkinginparis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parquettista.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parteaga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partusedtyres.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasticcerialorenzetti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrikgarten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pattonfanatic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pavelstriz.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pb-design.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdxtowncar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peaceloveandlabor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelletizermill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pendriveapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pengumuman.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentofun.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permiscoderoute.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permistheorique.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permistheoriqueenligne.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfcafeen.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phileas-psychiatrie.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "php-developer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pias-button.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pickabrain.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetromeo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planformation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plural.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pm.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pn.id.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polytekniskforening.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornfacefinder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portalmundo.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potature.rimini.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potature.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "power-meter.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppy.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premioambiente.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pressertech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primorus.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "professional.cleaning", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protein-riegel-test.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proteogenix.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prpferrara.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prplz.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psoriasischecker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publishingshack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pubreview.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puntacanalink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qadmium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qadmium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quenotejodan.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quietus.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qx.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioafibra.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raffaellaosti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railwaytech.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rank-net.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rautelow.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rct.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdfproject.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reactive-press.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realvnc.help", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recuperodatiraidfastec.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regoul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reisenbauer.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reliant3sixty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remedi.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remi-saurel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reservetonshift.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rexdf.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhowell.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riajenaka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rivus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rkmedia.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rogoff.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roka9.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roksolana.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "room-composite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rossclark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotek.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rphl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruflay.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russpuss.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruyatabirleri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rxgroup.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-huset.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-pegasus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s10y.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabe.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabrinajoias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sahajbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saunatime.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sc5.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scallywagskids.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scarafaggio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schutz-vor-schmutz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scratchandscuffs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scratchandscuffs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scratchandscuffs.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scsd.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scul.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebastiaandouma.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securipy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seirei.ne.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "self-xss.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensoft-int.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensoft-int.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentry.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoexperte.berlin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seotronix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "server-eye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfa.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sh0shin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsocks.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shan.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shanahanstrategy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shark5060.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaunc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shawnwilkerson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shengrenyu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuset.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sibiutourguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.ba", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.bj", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.co.ao", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.com.eg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.com.gh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.dj", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.kg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.sn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.tg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simbol.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simon3k.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplyrara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirvoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitenv.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjis.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skischuleulm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slicss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sln.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sm-supplements.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaltimento.caserta.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartofficeusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snapchat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "so-comm.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sorever.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosteam.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sovendus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sovendus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparklatvia.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spazzacamino.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spottedpenguin.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqkaccountancy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sslbrain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staddlestonesbowness.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starflix.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupgenius.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stayschemingco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steponedanceclub.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steponedanceclub.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steuer-voss.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steventruesdell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stinsky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strategiccapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strongpassword.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stubbings.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiogavioli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiolegalepaternostro.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studipro-formation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studipro-marketing.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "succubus.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suisui.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suitesapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supernaut.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symfora-meander.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syncflare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syslogic.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabarnak.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabitatsu.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tangerine.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanyanama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tasogarenoinori.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technicalbrothers.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techwithcromulent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnicoelettrodomestici.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temnacepel.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ten-cafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terabyte.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetrafinancial-commercial-business-equipment-financing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetrafinancial-energy-mining-equipment-financing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetrafinancial-healthcare-medical-equipment-financing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "textinmate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-fermenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedebug.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegreenpark.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepriorybandbsyresham.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesassynut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewego.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thijsbekke.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thismatter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threatworking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thummer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timonengelke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tindallriley.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titandirect.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tndentalwellness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toerclub-ing-arnhem.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokugai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toms.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonguetechnology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tontonnews.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torproject.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalwebmedia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tourgest.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traceheatinguk.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traficmusik.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tringavillasyala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trybooking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryti.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuang-tuang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvleaks.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tweakers.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ugx-mods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uiberlay.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "underfloorheating-uk.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedkingdoms-guild.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unlogis.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unterhaltungsbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v5wz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentin-ochs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdmeij.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegalayer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venclave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vermiliontaxiservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoroilpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villerez.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vionicshoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivaldi-fr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vx.hn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wala-floor.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walkingrehabilitation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "water-addict.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watoo.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webqualitat.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webworkshop.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wechatify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weedupdate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weeklycenter.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkaanonderwijs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkenbijwierda.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkgroeppaleisparkhetloo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werpo.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitebear.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whytls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "william.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willywangstory.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willywangstory.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wintercam.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "witte.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordlessecho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpthaiuser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xavier.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbertschy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xchangeinfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xcler8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--dej-3oa.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--dtursfest-72a.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--frankierknig-djb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--imker-in-nrnberg-szb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--j4h.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--o38h.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--woistdermlleimer-rzb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yetanalytics.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ynnovasport.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "you.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yousei.ne.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youth.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yumli.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z33.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zanzabar.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zapatoshechoamano.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoccarato.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zodgame.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zouyaoji.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zwk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "013028.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "016028.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "016098.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "016298.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "016328.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "019328.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "019398.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "01smh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "02607.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "028718.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "029978.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "02smh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "055268.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "066318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "066538.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "066718.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "066928.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "066938.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "081638.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "086628.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "130978.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "160887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "258da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "260887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "28-industries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2mir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "440887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "442887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "443887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "444887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "445887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4706666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4716666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4726666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4736666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4756666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4786666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4997777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52kb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5364b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5364c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57he.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6677.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7045h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7geese.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8206688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "887.ag", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8da188.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8da2017.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8da88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a4sound.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abpis.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acaeum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accelsnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acrylbilder-acrylmalerei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acsbbs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actionselling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaptablesecurity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adnanotoyedekparca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeternus.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affissioni.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aidanapple.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aireaseleaks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akfoundationindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akj.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aksehir.bel.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akshi.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexanderneng.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alparque.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amirmahdy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreagobetti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andycraftz.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ange-de-bonheur444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelsgirl.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angry-monk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anleitung-deutsch-lernen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anleitung-zum-flechten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anleitung-zum-haekeln.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anleitung-zum-schreiben.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anleitung-zum-schweissen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anleitung-zum-toepfern.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annarbor.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antennista.catania.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apkriver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apply55gx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arrowheadaddict.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artroscopiaperlosport.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artworxbathrooms.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asexualitat.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asian-industry.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asile-colis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attendu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attinderdhillon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audion.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoshun.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b0rk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badboyzclub.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baer.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bamtoki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bannsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bassresource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bell.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benjaminesims.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benshoof.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berichtsheft-vorlage.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-essay-service.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestemailmarketingsoftware.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigcakes.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binans.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binans.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binans.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binans.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binans.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioequivalence.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biser-borisov.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bklaindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black-pool.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bliesekow.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blupig.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boat-engines.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breadofgod.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bremen-restaurants.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "briefvorlagen-papierformat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btcp.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buchverlag-scholz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burgernet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessfactors.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buytermpaper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calatoruldigital.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calculateaspectratio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carspneu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartongesso.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casino-cash-flow.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocashflow.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "championsofpowerfulliving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chanddriving.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlotteomnes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkmyessay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkmyessays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrismurrayfilm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cipy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claudearpel.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleanhouse2000.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clic-et-site.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicasilos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmcc.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coathangastrangla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coathangastrangler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coathangerstrangla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coathangerstrangler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codedelarouteenligne.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codeofhonor.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codific.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cogsquad.house", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colorhexa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comohacerpara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "condolencemessages.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conrail.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contractwriters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cordis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costcofinance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coxxs.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coxxs.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftsmandruggets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cretica.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "croceverdevb.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crownchessclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csi.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customdissertation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custompapers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customwritten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybercrime-forschung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybermeldpunt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberregister.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberregister.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberscan.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "da42foripad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailyxenang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielstiner.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danifabi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darknight.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daubecity.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decompiled.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deeperxh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depaco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designera.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deutsche-tageszeitungen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deutscher-bericht.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devopers.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "die-seide.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalmaniac.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnacloud.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominikaner-vechta.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dothydesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dps.srl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dpsart.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drillingsupply.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drmcdaniel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drsajjadian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ec-current.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edfinancial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edilservizi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edilservizivco.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduardnikolenko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edwardwall.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egrojsoft.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ek-networks.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ek.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eklitzke.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elguillatun.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elisechristie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emailalaperformance.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emailing.alsace", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emilecourriel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epyonsuniverse.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ericloud.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erikwagner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esamievalori.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esbuilders.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essayads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essaychecker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essaydirectory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essayforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essaynews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essayscam.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essaytalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essaywebsite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estetista.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etajerka-spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eternal-warriors.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eu-darlehen-finanzierung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eu-datenbank.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eu-stellenangebot.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evamathil.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evedanjailbreak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everythingaccess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expoort.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exporo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fackovec.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fansided.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faxvorlagen-druckvorlagen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdn.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feb.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixgenicio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feriespotter.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feuerwehr-vechta.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filetransfer.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filidorwiese.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firmenwerbung-vermarktung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstinnovationltd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishexport.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixingscrews.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flamet.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowcount.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyer.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fogpublishingph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fokep.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forlagetmarx.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framboise314.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeenglishhelp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freelanceessaywriters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshkiss.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fringeintravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fukikaeru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxweb.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxwebstudio.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxwebstudio.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g3d.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gallifreypermaculture.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gashalot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gay-jays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gcoded.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generator.creditcard", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genocidediary.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gesundheitswelt24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "git.tt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glabiatoren-kst.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalcanineregistry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalmoneyapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodeats.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grads360.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graftworld.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandmusiccentral.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravilink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guendra.dedyn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gvwgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h0r.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h1ctf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackerschat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hallettxn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harp.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haus-zeitlos.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hayvid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdritalyphotos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henningkerstan.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henningkerstan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hexcode.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hidrofire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hilfe-bei-krebs-vechta.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "himecorazon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hlpublicidad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hochzeitsplanerin-hamburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hokepon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holzschutz-holzbearbeitung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holzundgarten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honda-centrum.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelcoliber.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hru.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hundesport-psvhalle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hustle.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-logic.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-sports.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icnsoft.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idblab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ident-clinic.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ietsdoenofferte.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immobilien-in-istanbul.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impelup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impresaedile.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imscompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imy.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imydl.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imyz.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiraactive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosec-handbook.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inlabo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insureon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inup.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inventum.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investigatore.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investoren-beteiligung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invkao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inzelabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "is-going-to-rickroll.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isipulsa.web.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ismywebsitepenalized.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isreedyinthe.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isreedyinthe.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it1b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italserrande.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itchybrainscentral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itisjustnot.cricket", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsaw.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamieweb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jandev.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janmg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japanbaths.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japangids.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japanwide.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaszbereny-vechta.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcai.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jehovahsays.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jennifermason.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jenssen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeremytcd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joeskup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joeyvilaro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonathanj.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jugendfeuerwehr-vechta.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliankirchner.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julibon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalilinux.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karalane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karlproctor.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karula.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kekgame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiladera.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirikira.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirslis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klocksnack.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knuckles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koenleemans.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolpingsfamilie-vechta-maria-frieden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konplott.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koozal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krankenpflege-haushaltshilfe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kris.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kruzhki-s-kartinkami.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kselenia.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kubica.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunstdrucke-textildruck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lared.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lariposte.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazapateriahandmade.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lbux.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leochedibracchio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsnet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "like.lgbt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limitxyz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lll.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationvoitureallemagne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationvoitureangleterre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationvoitureaustralie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationvoitureautriche.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationvoiturebelgique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationvoitureespagne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationvoiturefinlande.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationvoitureirlande.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationvoitureislande.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationvoitureitalie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationvoiturenorvege.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationvoiturepaysbas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationvoitureportugal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loddeke.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logicoma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojatema.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lonniemason.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovelovenavi.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lublin.toys", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyftrideestimate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maayogashram.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magi-cake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magonote-nk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majkassab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manach.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "managed-varnish.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markbiesheuvel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marotero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martindimitrov.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masaze-hanka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maslin.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathis.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "md-student.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meetingapplication.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menotag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mer.gd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mergozzo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfits.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midasjewellery.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mietwohnungen-vermietung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "migrantskillsregister.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikeblog.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minetude.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitarbeitermotivation-anleitungen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixtafrica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moas.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneycredit.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mongolieenfrance.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montanasky.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moon.fish", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motiweb.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moviesetc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mspsocial.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mthrbrd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mthrbrd.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muminkoykiran.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musettishop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mustat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muster-folien.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muster-schablonen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mustertexte-musterbewerbung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-nextcloud.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymedz.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myqdu.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myting.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myyubikey.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myyubikey.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nabidkamajetku.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namu.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nds-helicopter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nearbi.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neildaniels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nekusoul.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neolink.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerdwallet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nettoyage.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newearth.press", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextme.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninreiei.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nkapliev.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noahsaso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodalr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noelssanssoucipensacola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nogerondier.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northernpage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notare-marktplatz24.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oelbilder-oelmalerei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okukan.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olcayanar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omnigon.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omnisafira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-lernprogramme.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openclub24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oprueba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p5r.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pachaiyappas.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "padam-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "padeoe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "padpilot.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pallet.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parteaga.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pbr.so", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdragt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peoplesguardian.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pescco.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phasersec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phenixairsoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phpunit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piasto.com.cy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picshare.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pieces-or.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinskupakki.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piskenfuerwehr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizzeriaamadeus.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pj00100.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pj00200.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pj00300.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pj00400.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pj00600.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pj00700.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pj00800.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pj00900.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plasticsurgeryservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plegro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pleiades.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pma-iss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poffenhouse.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polanda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polish-dictionary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polish-flag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polish-translations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polish-translator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polish-translator.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polish-translators.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polishforums.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polishmarriage.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polishtranslation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polishwomen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polleverywhere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poloniainfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polskiemalzenstwo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popvitrin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portalhubnuti.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portsmoutheic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potatron.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "practiceflow.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityessays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatstunden.express", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programlama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projektarbeit-projektplanung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proprietairesmaisons.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pycrc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantolytic.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quizl.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "racheldiensthuette.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reachhead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reactor92.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recipeyak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redhandedsecurity.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regis.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rejsehuskelisten.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remain.london", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remedios-caserospara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remissan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reservoirtp.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resolving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restopro.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retefarmaciecostadamalfi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retireyourpassword.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rickvanderzwet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rody-design.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roodfruit.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roughcopy.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpmdrivingschool.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtzoeller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruediger-voigt.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadiejanehair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagracefarms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saprima.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sb-mnn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schorers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scienceexploits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scitopia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoop6.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sealoffantasy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searx.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seibert.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seitai-nabejun.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seomarketingdeals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serviziourgente.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sestra.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsocks.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shakerwebdesign.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shankangke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shippingbo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shwrm.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sianbryn.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signalmaps.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinceschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinde.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skin-cosmetic.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skizzen-zeichnungen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sksdrivingschool.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skybloom.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sobersys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songsmp3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songsmp3.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songsmp3.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songsmp3.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soraharu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulmating.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "souqtajmeel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spazturtle.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speak-polish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specialistnow.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speeltoneel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spritmonitor.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stall-zur-linde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starskim.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steelrhino.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sterjoski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steuertipps-sonderausgaben.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevenbolgartersnakes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stickmy.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiger.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangelane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangemusicinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratuscloud.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuudium.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuvus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunchasercats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunwolf.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supervisionassist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sydneyhelicopters.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sylvaloir.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synerionagile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systematic-momo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systematic-momo.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tandempartnerships.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamusec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technoswag.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenno.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testosteronedetective.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetraktus.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thackert.myfirewall.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thealexandertechnique.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehairstandard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehiddenbay.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehotness.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theillustrationstudio.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekindplate.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themesurgeons.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thermalbad-therme.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomaseyck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thousandgreens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thzone.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timestamp.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tit-cdn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tit-dns.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tit-mail.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titanwaterproofing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tlumaczenie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toetsplatform.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokfun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomasvecera.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomasz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topvertimai.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touhou.ac.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tournamentmgr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpro.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trace.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trafficmanager.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transglobaltravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "translate-polish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tree0.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trialandsuccess.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsurai.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turunculevye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "typcn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uberbkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubercalculator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uberestimator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubezpieczeniepsa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultraseopro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unboxforteams.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicorntooling.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uplr.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urlaub-busreisen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urltodomain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usa-greencard.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usalearning.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "useevlo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwekoetter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valtlai.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdanker.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegasdocs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verifyyourip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vertrieb-strategie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verzekeringsacties.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vgchat.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinnie.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visualizing.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitalityscience.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitalware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vorlage-musterbriefe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vorlage-mustervertrag.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vorlagen-geburtstagsgruesse.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vosn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vosser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpsport.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vuilelakens.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vzce.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wafelland.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warekit.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wasserburg.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-dl.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcreation.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedotrains.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wegethitched.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wemovemountains.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "west-trans.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westcanal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatclinic.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatclinic.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatclinic.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatclinic.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatclinic.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitewebhosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whoisamitsingh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whub.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wibruje.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiloca.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winportal.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wizardmeow.xin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolfgang-kloke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpcheck.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsor.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www-38978.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xelesante.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xluxes.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--0iv967ab7w.xn--rhqv96g", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--s-1gaa.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--sz8h.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xujan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yolo-csgo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youtubeviews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ysicing.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.co.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubikeys.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubikeys.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubikeyservices.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yushi.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zanellidesigns.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarabiaj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zatsepin.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhome.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhuihoude.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zielonakarta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zigottos.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zimmer-voss.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmscable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zylai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1231212.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123123q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123123qq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123bearing.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123bearing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123bearing.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123roulement.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123roulement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24timeravis.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2au.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3555500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3lot.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500103.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500108.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500a500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500b500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500c500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500d500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500e500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500f500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500g500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500h500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500i500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500j500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500k500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500l500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500m500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500n500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500o500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500p500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500pingtai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500q500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500r500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500s500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500t500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500u500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500y500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500z500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5364.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5364d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "918yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91966.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aanbieders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adf-safetytools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advanceworx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affordablehealthquotesforyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affvps.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agechecker.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenziaimmobiliarezeta.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airikai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexanderb.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alistairholland.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allprorisk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altered.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altphotos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amello.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andalusierondreizen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andycloud.dynu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angehardy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anglesgirl.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animojis.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annmariewaltsphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ansgar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "applicationmanager.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appshuttle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arno-klein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arno-klein.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arno-klein.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arschkrebs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspirateur-anti-pollution.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atgroup.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autorando.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autospurgo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awxg.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b72.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badgesenpatches.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balticnetworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banketbesteld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baopublishing.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baraxolka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bart-f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baseconvert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bck-koethen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beginatzero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benc.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benmorecentre.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berz.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestautoinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettingsider.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bflix.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binarydream.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birdslabel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcalt.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcalt.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitmarket.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitmarket.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloemenbesteld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueskycoverage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blundell.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bmwcolors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borisenko.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bowlcake.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bozdoz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "br7.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainsik.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightonzhang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brimspark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brimspark.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broodbesteld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsd.com.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddhismus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buena.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bueroplus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyritefairview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caibi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canadian-nurse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carbontv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardexchangesolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlobiagi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caryefurd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catalogobiblioteca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cb-crochet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdasenegal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebrityhealthcritic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celluliteorangeskin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celluliteremovaldiet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralegedimat.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chargify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chasetrails.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkyourreps.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chimerity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinemarxism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cio-cisointerchange.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citybeat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clase3.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cldfile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clicandfioul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cliniquecomplementaire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudfiles.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmftech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cna-aiic.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnaprograms.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnatraining.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codigodelbonusbet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coins2001.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colpacpackaging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "combatircelulitis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "combattrecellulite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comodosslstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conju.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constares.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultingroupitaly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooljs.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coussinsky.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpd-education.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "croeder.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "croncron.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crownpoint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptocaseproject.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursosgratuitos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberatlantis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybercareers.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniel-milnes.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danwolff.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dataregister.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dawoud.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddnsweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debbyefurd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedge.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deechtebakkers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekeurslagers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekulk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delf.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "der-lan.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "despachomartinyasociados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dharamkot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietaanticelulitica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietaanticelulitis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietacelulitis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietafeliz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divi-experte.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dko-steiermark.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmailshop.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmmultionderhoud.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmschilderwerken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doooooops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorfzittig.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "douglasstafford.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drachenleder.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drakensberg-tourism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drmayakato.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubbingkursus.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duckduck.horse", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dupree.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dzsibi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-baraxolka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easydumpsterrental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyreal.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebest.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echo.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echoteen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "econverter.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edgevelder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edinburghsportsandoutdoorlearning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edlinger.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edlinger.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationfutures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edwinyrkuniversity.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eenekorea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eengoedenotaris.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrotainment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektronische-post.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliminercellulite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elisabethrene.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emkrivoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmababy420.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "employeeexpress.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enbecom.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encrypt.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entercenter.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epo32.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ervaarjapan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estedafah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euwid.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evangelicalmagazine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ex-deli.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exoscale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "experienceoutdoors.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eztvtorrent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabrica360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facucosta.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "failoverplan.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairssl.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faisalshuvo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familyworld.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faraonplay5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fegli.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "final-expense-quotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financepark.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finnwea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fir3net.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashbaggie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flaviu.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fnbnokomis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "followthedog.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foundchurch.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freitasul.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freitasul.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frequentflyerapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friederloch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frietbesteld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funkner.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtime.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxmarketing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxmarketing.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxseo.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxwebsites.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxwebsites.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fyksen.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garyrh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekystudios.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gesundheitmassage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getbreadcrumbs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getpanelapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getthefriendsyouwant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "give2charity.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "give2charityapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glenavy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glenberviegolfclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glotech.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goflo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpga.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grafmag.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatlengthshairextensionssalon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatlifeinsurancegroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greener.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenhats.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groentebesteld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guides-et-admin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakaru.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamburgerbesteld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happydietplan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthstar-dev.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthstar.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helicaldash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hestervanderheijden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "higgsboson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitandhealth.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoevenstein.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hofauer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hookany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horizonlawncare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostcoz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsulei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-aloks.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ianmooreis.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icloudlogin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icowhitepapers.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idealvenir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idlethoughtsandramblings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illustrate.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilove.fish", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imask.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imppac-schmuck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianaberry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inf-fusion.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infirmiere-canadienne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insideofgaming.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insolved.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intal.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelliance.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internationaltalento.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internet-aukcion.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invadelabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipresent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsense.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jahmusic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janvari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janvaribalint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkyuan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnsonho.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jolokia.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juef.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliekproperties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jurijbuga.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justbelieverecoverypa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaasbesteld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaitol.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamui.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karlloch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kebabbesteld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keithlomax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kempo-sissach.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenbillionsyuan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kennynet.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenx5.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinmoreland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimdumaine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinderopvangzevenbergen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kisma.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klcreations.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleim.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knightsbridgewine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koolitee.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kouki-food.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuchenfeelisa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuhnelautorepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kulickovy-pojezd.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuttler.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kx197.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakehavasuhomes.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamp.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laparoscopia.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laranjada.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larbertbaptist.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavasing.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemouillour.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lespret.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letraba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leulu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lietaer.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeinsurancepro.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lighthouseinstruments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limap.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lincolnfinewines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linearmap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "literarymachin.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlebestfriend.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littleredsbakeshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "location-fichier-email.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationvoiturecorse.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loposchokk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotl.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyukaacom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lzqii.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mack.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mackeysack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madandpissedoff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maddistonevangelical.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maddistonparentcouncil.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maddistonpsa.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magical-secrets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maisondoree.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maitriser-son-stress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makersatwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manoro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manylots.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marechal-company.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marelijah.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markantoffice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketlinks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martasibaja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matt-royal.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcfx.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcivor.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcprocdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicare-providers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicarecoveragefinder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicareinfo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medigap-quote.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediter-simplement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megauction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meine-reise-gut-versichert.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menudieta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meshok.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfacko.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgtbaas.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michiganstateuniversityonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mieuxvivreadarvoy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millibitcoin.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minimal-apps.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monakasatmasr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneypark.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morepablo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mormonleaks.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movie1000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtgsuomi.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muckrack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myadpost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myphotoshopbrushes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myproxy.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytfg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narenderchopra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationalhomequotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationwiderealtyinvestors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nbib.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nbrain.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neil-barrett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neil-barrett.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nejenpneu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netfog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netsafeid.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nettegeschenke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newchance.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niallator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicholasperkins.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nirjharstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nllboard.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nlleisure.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nostosh.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nurseone.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nursingschool.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzdmo.govt.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octarineparrot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohne-name.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olltechjob.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-health-insurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osielnava.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourworldindata.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overrustle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owid.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owl-hakkei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owl-square.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pamsorel.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paris-store.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkhillsbaptist.church", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partypearl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partyspecialists.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patatbesteld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdomo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peaudorange.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penser-electronique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pestkill.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peterbruceharvey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phosphene.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photosoftware.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pieldenaranja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pioneer-car.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pioneer-rus.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pircher.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixabay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizzabesteld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "placedaffiliate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetknauer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play-charades.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumbingcentral.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "policesromandesrecrutement.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "policyreporter.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polit-it.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pomockypredeti.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poopr.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portofala.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posyperfume.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prijsvergelijken.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primalbase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pristinegreenlandscaping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "producepromotions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progenitor.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programmaticmagic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psdreams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pst.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psytrance-pro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "punte-juwelier.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q123123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quarkdose.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "questions-admin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiet-waters.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qwertyatom100.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r33.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabica.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raipet.no-ip.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randomcode.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raoul-kieffer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rawr.sexy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "re-engines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reformatreality.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regime-anticellulite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regimebonheur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regimecellulite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reginagroffy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "removalcellulite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renaissanceplasticsurgery.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renewpfc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rent-a-c.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reseponline.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rideyourdamn.bike", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rightnetworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ristoviitanen.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rittis.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodafe.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "routercncperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpus.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rucksack-rauf-und-weg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rusmolotok.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryancarter.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salexy.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salvagedfurnitureparlour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanipousse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahwikeley.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sasanika.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "science-anatomie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scootaloo.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottishcu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrod.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdg-tracker.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segaretro.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semrush.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seriouss.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgutranscripts.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaamrelief.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadwe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shivammaheshwari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopstart.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shorehamfort.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "short-term-plans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shouldihookupwithmybarista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "showroom113.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shredriteservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shyuka.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigmapramuka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvobeat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sivale.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skatesins.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skid.church", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skomski.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartservices.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snackbesteld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sodomojo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somaliaonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songluck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacedots.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spittank.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportvereine.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotteredu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadsheetgear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srun.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssh.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "star-clean.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startergen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sterlinx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sternadel.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sternenbund.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stilecop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strajnar.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strongsalpinesucculents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroomacties.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "structure.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuartmorris.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studentse.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summershomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sun-leo.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supermercadosdia.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sushibesteld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svinformatica.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taartbesteld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagabrand.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagpay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taimane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talkingmoose.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxi-puck.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "team2fou.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teddyss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teenerotic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telamon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telecharger-itunes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telework.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teltru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tempflix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetrafinancial-manufacturing-industrial-equipment-financing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetrafinancial-news.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetrafinancial-technology-equipment-software-financing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teufel.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thatdarkplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theanticellulitediet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecellulitediet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themaster.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themefoxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themonkeytrail.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestudyla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theuucc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "think-positive-watches.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomasscholz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timbrust.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "time2choose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timoso.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tirlins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tjampoer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tleng.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tnl.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobyalden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokyobarbershop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toonsburgh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torg-room.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelshack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trezy.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trezy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truentumvet.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustserv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tslcontractors.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tss.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsung.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tty1.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u-metals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unatco.noip.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unedouleur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unstamps.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usage.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usastaffing.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwsoftware.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwvloereruit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vapecrunch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venenum.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verry.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "versbesteld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "versolslapeyre.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vestingbar.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visionnissancanandaiguaparts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vjpatel.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vleesbesteld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlzbazar.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vocalsynth.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vulns.sexy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vykup-car.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallacehigh.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallacequinn.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterdrop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weedcircles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wella-download-center.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welpo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wendlberger.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wg-steubenstrasse.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiebel.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wijnbesteld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wjr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womensalespros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonghome.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpmu-tutorials.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpoptimalizace.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpsec.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wristreview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyo.cam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x-one.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn-----8kcgbo2bmdgkdacthvjf.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--4pv80kkz8auzf.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--qfun83b.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpoc.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xzoneadventure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yahan.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yazaral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourskin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuanjiazhao.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukari.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeelynk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zfg.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhl123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zorig.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zula.africa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zumazar.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zyger.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "022367.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "022379.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "022391.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "022501.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "022503.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "022507.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "022561.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "022571.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "022601.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "022609.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "022610.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "02327.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "02375.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "026122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "02638.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "03170317.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0391315.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0511315.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0792112.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "081752.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "081763.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "081769.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "081783.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "081925.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "081927.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "081957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "081967.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "082157.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "082159.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "082167.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "082173.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "082175.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "082179.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "082187.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "082192.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "082193.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "082195.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "082359.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "083903.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "083905.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "083907.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "083912.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "083957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "083960.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "083962.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "083965.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "083967.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "09892.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1001mv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10430.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10435.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10436.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10438.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10439.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10453.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10495.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10774.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10840.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10v2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "124133.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "124633.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "143533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "143633.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "143733.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "143933.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "145433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "145733.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "146233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "146433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "146533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "146733.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "149433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "149733.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "152433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "154233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "154633.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "154933.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "156433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1661237.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1811559.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1876996.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "18celebration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "18celebration.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "192433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1f123.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1montre.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "215dy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "247exchange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2858958.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2991236.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3-dot-careapp1-146314.appspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "302422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "303422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "304122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "304322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "304622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3056999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "309422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30yearmortgagerates.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "310422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "313422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "314022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "314122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "314322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "314522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "314622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "314633.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "314922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "315422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "316433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "319422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "320281.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "324022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "324122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "324133.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "324522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "324533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "324922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "325422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "326422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "326433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "329422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "340422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "340622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "340922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "341422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "341433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "341533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "341633.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "341733.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "341922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "342022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "342033.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "342133.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "342633.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "342733.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "342922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "342933.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "343022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "343622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "343722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "343922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "346022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "346033.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "346122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "346233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "346322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "346422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "346522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "346533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "346722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "346922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "348233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "348433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "348533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "349022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "349033.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "349233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "349433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "349533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "350422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "354022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "354133.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "354233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "354622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "354633.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "354922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "354933.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "356433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "370422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "371422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "373422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "374933.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "375422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "380422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "390422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "392422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "393422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "394022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "394122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "394322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "394522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "394622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "394922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "396422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4237.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "440hz.radio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4everproxy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "504122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "504322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "504622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "504922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "506422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "514122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "514522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "514622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "514922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "515422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "516422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "51877.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "519422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "524022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "524622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "524922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52ncp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "531422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "534122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "534622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "534922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "536422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "540922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "541022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "541622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "541722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "541922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "545922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "576422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "579422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "583422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "585422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "586422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "591422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "592422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5930593.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "594022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "594622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "595422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "596422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5997891.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "602422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "604122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "604322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "604522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "604622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "605422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "606422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "609422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "614022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "614322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "614922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "61730123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "621422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "624022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "624122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "624322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "624522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "624922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "626422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "630422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "631422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "634022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "634322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "634622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "634922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "635422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "636422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "639422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "640622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "640722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "640922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "641022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "641322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "641422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "641522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "641622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "641722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "641822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "641922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "642022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "642322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "642422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "642722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "642822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "642922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "643022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "643122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "643722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "643922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "645022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "645122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "645322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "645722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "645822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "645922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "646022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "646322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "646722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "649022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "649622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "649722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "649822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "651422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "652422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "659422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6652566.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "670422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "671422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "672422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "673422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "676422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "679422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "680422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "690422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "691422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "692422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "693422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "694322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "694622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "694922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6997896.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "704233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "704533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "704633.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "712433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "713433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "714133.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "714533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "714633.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "715433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "718433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "719433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "724233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "726433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "728433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "729433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "730433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "731433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "732433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "735433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "736433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "738433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "739433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "740833.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "741833.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "742833.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "743833.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7885765.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7891553.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7891997.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7proxies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "804322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "809422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "80993.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "814022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8189196.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8maerz.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "903422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "905422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "912422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "913422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "914122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "919422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "924122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "924322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "924622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "926422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "931422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "932422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "934122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "943022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9454.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "946022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "946422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "949022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "949122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "949622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "949722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9679693.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9681909.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "972422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9788876.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9918883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aavienna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acgpiano.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acheter-ethylotest.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adftrasporti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adoucisseur.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aesthetx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agnesk.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrafix.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahtuxpk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aisi316l.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albanboye.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alco-united.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allontanamentovolatili.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allstakesupply.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphaetomega3d.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andso.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antarespc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aobogo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apparelfashionwiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ask1.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asmood.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audirsq3.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badblock.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balance7.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balenciaspa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bc-personal.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benceskorka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bischoff-mathey.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitbank.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitclubfun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackgate.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boke112.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bondtofte.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "booksinthefridge.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bpa.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brackets-salad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bueroshop24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafedupont.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafedupont.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafedupont.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caiwenjian.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callumsilcock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callumsilcock.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campus-discounts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cemeteriat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianjens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "city-walks.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckp.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clien.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cncado.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnsyear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocareonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codersbistro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codetheworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consec-systems.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corona-renderer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "course.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftist.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crunchrapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypto-navi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptoparty.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csfcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csrichter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dawena.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deep.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dggm.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dggwp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diamondt.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalexhale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dingelbob-schuhcreme.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directwatertanks.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.rimini.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dixi.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnsql.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dokipy.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donpomodoro.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dropq.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dub.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynamo.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-traceur-france.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e7fun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ed4becky.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eigenpul.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eigenpulse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricfencealberton.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricfencebenoni.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrician-umhlanga.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianumhlangarocks.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elfe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elixi.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elnoorandelmohanad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emaging-productions.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escort-fashion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurotravelstar.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evidentiasoftware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evodia-spirits.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expiscor.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falegname-roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falldennismarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farrelf.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fassaden-selleng.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastcash.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feegg.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fhmkh.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filtr.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishgen.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foluomeng.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francetraceur.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freesoftlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fs257.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsj4u.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuantaishenhaimuli.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funds.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamereader.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gesundes-im-napf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getdeveloper.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghibli.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "givip.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glicerina.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "griechische-pfoetchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "griyo.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsaj114.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gubagoo.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gupfen.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gxmyqy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthgames.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hg525.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "himekomi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjkbm.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjkhs.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjtky.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hmcdj.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoarding.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoeveiligismijn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honey.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoodiecrow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horecaapparatuurkobezuijen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huashan.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubertmoszka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydrazin.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idafauziyah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idealninajemce.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illicitdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imediafly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imprimante-3d-store.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infocusvr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inku.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ioerror.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iotfen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipv8.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironpeak.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itn.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iyuanbao.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacobamunch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jakebeardsley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamie.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamjestsimon.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaysaw.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jfbst.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johannesen.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnsanchez.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnyytb.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jong030.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordanp.engineer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jvega.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kati0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keelove.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keihin-chaplin.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelderwijnen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kffs.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimo.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinos.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavoieducoeur.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liam-is-a-nig.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lieberwirth.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightbox.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "listekdo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livinglocalnashville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lode.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logtalk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logtalk.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luckydog.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luoxingyu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maintenance-traceur-hp.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majkassab.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manfredi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mar-eco.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcelwiedemeier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marshmallow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matridiana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcinterface.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medi.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medienweite.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melillaorienta.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercier-auto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercier-cars.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michele.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijndiad.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobiletry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monkay.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montredeal.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moo.pet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mruganiepodspacja.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtrip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mulenvo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multisite.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myammo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navienna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neflabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netspeedia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nginxconfig.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhsolutions.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightstand.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "njast.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novinivo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "np-edv.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nugetdependencies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutrieduca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyhaoyuan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odosblog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "office-discount.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omeuanimal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openmetals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ouglor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p-t.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paintingindurban.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parisprovincedemenagements.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasportaservo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pci-e.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peinard.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pensionpilot.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philsown.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilotgrowth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pix-geeks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playyou.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmsfdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornoserver.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portablespeakersfinder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premierjewelersjax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prmte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promesa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purplebricks.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purplebricks.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purplemet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qabalah.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qq52o.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantumpair.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quintype.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raphaeladdile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realfreedom.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redporno.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ressos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romano.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootspersona.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roundaboutweb.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruquay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salvaalocombia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scpslgame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securitysense.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "see.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergeemond.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serkaneles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfcomercio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shalazine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharpe-practice.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shehaal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shirtsdelivered.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shlmail.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "showroom.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "showroom.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvobeat.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simark.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjv4u.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skifttiljutlanderbank.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smmcab.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smsk.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smsk.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smskmail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softw.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somosnoticia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanda.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storytea.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuartmorris.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuartmorris.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuartmorris.tel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugartownfarm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szymczak.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taddiestales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takuhai12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taplemon.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taplemon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatildukkani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcspartner.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techbelife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teesypeesy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telefoon.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terabyteharddrive.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thallinger.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebannerstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theeighthbit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tir-mauperthuis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonkayagran.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torontostarts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touhouwiki.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transbike.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transfers.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tulenceria.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uclip.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uktw.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulovdomov.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unstockd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usuan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utazas-nyaralas.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vase-eroticke-povidky.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vcraftaudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdzwan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veggie-treff.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "versicherungen-werner-hahn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villesalonen.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voidcore.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wealthformyhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welovecatsandkittens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wentu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wesoco.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgplatform.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatsupdeco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wingmin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wjci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolfarth.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workcheck.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wptomatic.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrapit.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writeenglishright.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ww0512.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwbsb.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwjd.dynu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xice.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xmtpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aejljbfwxn.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--dk8haaa.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--lckwg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xy1919.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xy6161.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xy6262.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xy6363.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xy7171.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xy7272.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xy7373.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ycherbonnel.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yh35.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "younl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "your-erotic-stories.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yxt521.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaagbaak.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenti.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zg-dyw.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhangheda.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zikinf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zirtual.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zkzone.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonadigital.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonky.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonkysetkani.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zooplankton.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zs-reporyje.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zubora.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zzekj.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "029inno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1r.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1salland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3djuegos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3s-datasolution.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3s-datasolutions.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3s-ddns.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3s-dns.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3s-mail.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3sdatasolution.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3sdatasolutions.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3sddns.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3shosting.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3smail.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "69fps.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "808phone.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88889822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "918gd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9822.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99999822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9farm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9jajuice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9y.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-msystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acerentalandsales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acquisition.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advertisemant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aep-digital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affiliatefeatures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afterskool.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agiserv.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmetozer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aibsoftware.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajiaojr.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajiaojr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajiaojr.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajiaojr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akiym.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aktan.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algofactory.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allbrandbrand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allontanamentovolatili.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aloesoluciones.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpes-deis-tools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altiacaselight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altoneum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrei-nakov.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anglirl.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anguiao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aniaimichal.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antennista.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthisis.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyquestions.govt.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aopsy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apercloud.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apobot.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appgeek.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arda-audio.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "argama-nature.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arisevendor.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arka.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arno.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artefakt.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arteinstudio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artmanager.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asenno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atmschambly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiotechniker.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aussiefunadvisor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aussiestoresonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aussiewebmarketing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authoritysolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avocadooo.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axiumacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "az-moga.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azadliq.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backtest.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakermen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bancaolhares.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankee.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankitt.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbkanews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beadare.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beamer-discount.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "becklove.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benedict-balzer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benjaminvasel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besb.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betacavi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betrallyarabia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikiniatoll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bildkomponist.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billhartzer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biogeist.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitstep.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackilli.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blindpigandtheacorn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bltdirect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluecrazii.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluntandsnakes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonibuty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookingworldspeakers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakpoint.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brendanbatliner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brown-devost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildmorebuslanes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c12discountonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c3.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camshowhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "captainsinn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartouche-deal.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carun.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdncompanies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdom.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celcomhomefibre.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cerivo.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceskepivnisety.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfda.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chat2.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrisbryant.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chundelac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claus-bahr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudconsulting.net.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudconsulting.org.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudconsulting.web.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codemperium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coldaddy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "combron.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "combron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comicspornoxxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conocimientosdigitales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coor.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corelia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cortexx.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crealogix-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cremepassion.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cross.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cur.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursosingles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvcoders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwbw.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwilson.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybercocoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybersantri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cygnan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daikoz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniel-cholewa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dartcode.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dataharvest.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dawnofeden.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddns-test.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepaero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detski.center", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deuchnord.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deutschebusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deutscheshoponline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deuxmetrescubes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dharveydev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dictzone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dieterglas.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discoverthreejs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.torino.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dispatchitsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dispatchitsolutions.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dockerup.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doswap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dramyalderman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsteiner.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubaosheng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumont.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duonganhtuan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwbtoftshit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dybuster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynamicdesignuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-bikesdirect.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eatmebudapest.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ed-matters.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehmsen.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "el-news.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elb500ttl.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elcambiador.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emobilityforum.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esgr.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esolitos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esrs.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etd-glasfaser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ether.school", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exoten-spezialist.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expo-larionov.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faerie-art.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fahrwerk.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falaeapp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familie-poeppinghaus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farrel-f.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farrel-f.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fedbizopps.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fedshirevets.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feuerloescher-arten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feuerloescher-test.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ffw-zeven.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ffzeven.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fig.ms", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filezilla-project.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finalrewind.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findapinball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findstorenearme.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findstorenearme.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findstorenearme.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitqbe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiuxy.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixitfelix.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flagfox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetsmith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fly-en-drive.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flydrivesicilie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyswoop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forum-heg.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotoflits.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frettirnar.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsrs.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftptest.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuck-your-false-positive.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fulltxt.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funadvisor.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funadvisorfrance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furrytech.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furtherfood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gailfellowsphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaphag.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garforthgolfclub.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garten-diy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemeinsam-ideen-verwirklichen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gisac.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glotechkitchens.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glotechrepairs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gluedtomusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmccar.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goa8.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godruoyi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gosforthdentalsurgery.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goshow.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gostaffer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gradenotify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenenergysolution.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gubagoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gvm.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hacc.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haleo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hartzer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hautaka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthplansamerica.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heka.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpscoutdocs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herkam.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herrtxbias.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hestia-systeme.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hestia-systeme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hestia-systeme.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hestia-systeme.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hi808.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highlightsfootball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highspeedinternet.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hlidacnajemneho.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollowpoint.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holstphoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeserver-kp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horrorserv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseofherbs.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "https-rulesets.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hudebnibazarmixer.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hundeverwaltung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hxsf.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyperautomotive.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i00.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ianjmoriarty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ianmoriarty.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icnsoft.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ijm.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilii.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imyunya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inesfinc.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infermiere.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infra.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infra.press", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infranium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingredientdaddy.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innersafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inquant.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intasky.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intasky.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ionote.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iphonekaitori.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipo-times.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iptvzoom.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iran-poll.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ismena.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-faul.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italieflydrive.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itforcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jakubarbet.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "james-digital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesrobertson.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jan-hill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaroslavc.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jateng.press", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcom-communication-system.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerret.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jhill.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmatt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsuse.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jvsticker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamatajisyaku.tokyo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kartatopia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katemihalikova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katzenbrunnen-test.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kc3.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kcliner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kcshipping.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenia-vakantie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenokallinger.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerzyte.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keymach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiaka.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiddies.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiddieschristian.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiddieschristianacademy.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kieran.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinderzahn-bogenhausen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kkull.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koicenter-thuine.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konpyuta.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kredigram.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacantine.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladadate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamclam.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lame1337.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laperfumista.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lateral.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learning-id.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leastsignificantbit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legaillart.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemondenumerique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lequerceagriturismo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linext.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkat4.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lk-hardware.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsws.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukas-gorr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luminaires-online.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lw-addons.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machu-picchu.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madeloc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magasinsenfrance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magewell.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maikolfish.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangapoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.info.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mapeo.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marclay.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariereichl.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marshallwilson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mateuszpilszek.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattatoio.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattbagley.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewsetter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxbeenen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mc-jobs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mc4free.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mclmotors.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediafly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediavault.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpeer.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mein-kuechenhelfer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melodiouscode.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melodiouscode.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memrise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meraseo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mes-bouquins.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metanodo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moc.ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modalrakyat.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molokai.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonagic.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moviespur.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movimento-terra.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrxn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtltransport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multiroom-streaming.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myf.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymusiclist.alwaysdata.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysber.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysockfactory.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysockfactory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "na-school.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanofy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nascio.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nausicaahotel.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nc2c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nedys.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextcloud.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nootropicpedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "npcrcss.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nte.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyatane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oboeta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officeinteriors.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldschool-criminal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omniasig.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onesports.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineinfographic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onpermit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onvousment.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openbeecloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optometryscotland.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ortodonciaian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxro.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pablorey-art.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panopy.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panopy.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pantallasyescenarios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papillon-events.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkrunstats.servehttp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partage.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pawsru.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcsetting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permeance108.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pesto.video", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ph3r3tz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmica.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmica.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phaux.uno", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phishing-studie.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phishing.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pkbjateng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pkbjateng.or.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pksps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planeexplanation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plastovelehatko.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plob.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumbingglenvista.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmf.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poloniex.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porkel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porte.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poshlashes.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "positivenames.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodegree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progenda.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "program-and.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promozione.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulser.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qianqiao.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qonto.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickinfosystem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qybot.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiocomsaocarlos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ragasto.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainel.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rakugaki.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rante.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravenx.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdmtaxservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realme.govt.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reckontalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redneck-gaming.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reevaappliances.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reiseversicherung-werner-hahn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renovum.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "res-kc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restaurantguru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resultsdate.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rfxanalyst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richie.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "risi-china.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rleeden.servehttp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roaddoc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roams.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodinnebyvanie.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rondreis-amerika.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rondreis-schotland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronnylindner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruckzuck-privatpatient.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safeocs.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sailingonward.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salland1.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltireconservation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samuel-dumont.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santoshpandit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapphirepearl.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satellites.hopto.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schimmel-test.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottishseniorsgolf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottseditaacting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrumplex.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seanchaidh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searx.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebastiaanwijnimport.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senekalstorageman.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senseye.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentidosdelatierra.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servitek.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servx.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shandonsg.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharealo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharkie.org.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sho-tanaka.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "show-stream.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirencallofficial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sisseastumine.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sistemos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skybloom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solartrackerapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songtianyi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sos-falegname.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacestation13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanjeflydrive.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starking.net.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steigerlegal.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stickswag.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratuscloudconsulting.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratuscloudconsulting.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratuscloudconsulting.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratuscloudconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratuscloudconsulting.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratuscloudconsulting.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratuscloudconsulting.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratuscloudconsulting.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studytactics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suffix.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supertechcrew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suurhelsinki.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swerve-media-testbed-03.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sydneylawnandturf.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taitmacleod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taskutark.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatilmix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tebodental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecmarkdig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecon.co.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "test-textbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecloudshelter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecompany.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesplashlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewagesroom.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomas-prior.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thor.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threema.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "time.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tischlerei-klettke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomd.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomsdevsn.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topeyelashenhancerserumreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topworktops.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torogroups.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trade247.exchange", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trafas.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traiteurpapillonevents.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transporta.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traslochi-trasporti-facchinaggio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trattamenti.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trattamento-cotto.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tributh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ts3-dns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turdnagel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutorat-tect.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twocornertiming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u175.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubis.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubis.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "un-framed.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unlocktalent.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unmarkdocs.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urltell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasel.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ver.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vergelijksimonly.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vikalbino.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtit.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivaldi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivoseg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vokalsystem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volatimer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vulndetect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vulnerabilities.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvoip.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w2n.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wains.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walter.lc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waukeect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weddingalbumsdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weihnachten-schenken.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wexilapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "what-wood.servehttp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whimtrip.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whychoosebob.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wichitafoundationpros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wirkaufendeinau.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ws-meca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsadek.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www-9822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbrl.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaxuejin.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--eckle6c0exa0b0modc7054g7h8ajw6f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--familie-pppinghaus-l3b.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--feuerlscher-arten-4zb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mein-kchenhelfer-ozb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mensenges-o1a8c.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mensengesss-t8a.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mhsv04avtt1xi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xqk7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ybzhao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yiyueread.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youked.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubico.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubikey.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuki-nagato.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukimochi.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuqi.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zahnrechner-staging.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhcexo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zipkey.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonewatcher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100lat.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11dzon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1c-power.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1volcano.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "230beats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2948.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34oztonic.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3candy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "478933.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4kprojektory.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57wilkie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66205.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73223.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "772244.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8522hk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8522ph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8522tw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8522usa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "86499.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8649955.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8649966.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8649977.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88522am.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "919945.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a3.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a8q.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aarvinproperties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abe-medical.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abraxan.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abristolgeek.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accelerator.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acem.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addnine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adept.org.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "admin-numerique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adminwiki.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adultbizz.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aethonan.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agracan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrichamber.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aignermunich.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aignermunich.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aignermunich.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airrestoration.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airsick.guide", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajsb85.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akkeylab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aliim.gdn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allaboutthekink.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almagalla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alp.od.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altes-sportamt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altoa.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alts.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alvn.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amerika-forum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andiscyber.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angervillelorcher.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anime-rg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antani.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antennisti.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antibioticshome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anypool.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anypool.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appimlab.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appxcrypto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apratimsaha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aptitude9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arifburhan.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arinde.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkulagunak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arogov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art-auction.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artaronquieres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asmik-armenie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astral.org.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atherosense.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlassignsandplaques.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avalon-rpg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avatardiffusion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avocatbeziau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avptp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axchap.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axonholdingse.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b4ckbone.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b4r7.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bacoux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badmintonbible.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bangumi.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankvanbreda.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banquevanbreda.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basicattentiontoken.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be-up-developpement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beanbot.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedels.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beelit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bei18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besole.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betonbit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bevelpix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgfoto.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigjohn.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billywig.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biloplysninger.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binarization.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biodots.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biodots.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biodots.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biodots.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bithir.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitten.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockedyourcar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockedyourcar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockedyourcar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blokino.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluewavewebdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluiandaj.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bogdancornianu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boltn.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonebunny.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borja.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bots.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bryancastillo.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btth.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bug.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwe-seminare.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafeimsueden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calltothepen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camping-seilershof.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candaceplayforth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "captivationscience.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardwars.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carepassport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carrollservicecompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casusgrillcaribbean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccsource.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cellartracker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certchannel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatbot.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chikatomo-ryugaku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chilli943.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chollima.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cindey.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cipher.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudflare-dns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubnoetig-ink2g.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmf.qc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cn8522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "combron.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comoimportar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comosecarabarriga.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comoseduzir.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connaitre-les-astres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connecto-data.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constructexpres.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copinstant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copycaught.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copycaught.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copycaught.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copycaught.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copycaught.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmic-os.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftngo.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazy-coders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptoya.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystalapp.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberserver.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d0xq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dafont.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dagmar2018.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danstillman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "das-forum24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datahoarder.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davewut.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daymprove.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dc-elektro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dc-elektro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dc-elektro.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deliciousmedia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derattizzazioni.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diesteppenreiter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalliteracy.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinheirolucrar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirba.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disciplina.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discordia.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazione.torino.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.udine.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmd.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dochimera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogpawstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domus-global.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domus-global.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durand.tf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchdare.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebisi.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eco-wiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecobin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecodesigns.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecombustibil.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "economycarrentalscyprus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educnum.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efinity.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricgatemotorskemptonpark.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricgatemotorsroodepoort.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elefandt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elevator.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elo.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elonaspitze.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elrinconderovica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elsagradocoran.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elshou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emiliendevos.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enjincoin.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enjinwallet.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enjinx.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entradaweb.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epos.az", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equk.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erinlin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethergeist.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eulenschmiede.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europetravelservice.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evilness.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evolvetechnologies.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewaipiotr.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewtl.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exceptionalbits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extintormadrid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faraonplay7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faraonplay8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "favirei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feelmom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fibretv.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fibretv.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "files.from-me.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findmynudes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findoon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firechip.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fit-mit-system.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashcomp.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flatmail.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floersheimer-openair.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowair24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluxi.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foutrelis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francoise-paviot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshmaza.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friarsonbase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fruend-hausgeraeteshop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftv.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furry.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fursuitbutts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gandc.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaon.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garyswine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaudere.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gcguild.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgeperez.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getserum.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfestival.fo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gicl.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitar.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glutenfreiheit.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomasy.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "govype.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpm.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "granian.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graniteind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greer.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grunwaldzki.center", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gudangpangan.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guidepointsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gurucomi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackerone.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackmeimfamo.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haizum.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halfhosting.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanzcollection.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyheartsabode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harlor.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hartlieb.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haustechnik-breu.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haverstack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heartlandbiomed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heimdallr.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heleendebruyne.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herpes-no.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hflsdev.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hfox.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hg.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holzstueckwerk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeoesp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hooplessinseattle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoponmedia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseofhouston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblebee.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i9multiequipamentos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iahemobile.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamhansen.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibna.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icoh.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idolshop.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "if0.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iiit.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ijsblokjesvormen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikigaiweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iloilofit.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imjo.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incarna.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inflate-a-bubbles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infor-allaitement.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infos-generation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkurz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmatefinancial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ins.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelly.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipemcomodoro.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irasandi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironbelly.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "israelbiblicalstudies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-academy.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivusn.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jakdelatseo.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaleo.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jameschorlton.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasminefields.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javierburgos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeffcloninger.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jelleraaijmakers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeremywagner.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jhf.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiacl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jianshu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jisai.net.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnno.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jooksms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jugendhackt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "just-vet-and-drive.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwallet.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karaface.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kastemperaturen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazanasolutions.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keeprubyweird.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelheor.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kemmerer-net.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kernelmode.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinhq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khosla.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiesuwcursus.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kikimilyatacado.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kine-duthil.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koi-lexikon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koirala.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kokoiroworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolbeinsson.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolonie-am-stadtpark.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koodimasin.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krehl.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksero.wroclaw.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyobostory-events.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laboitebio-logique.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lahipotesisgaia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakelandbank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakeshowlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lebensraum-fitness-toenisvorst.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levelaccordingly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liam-w.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lignemax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lineageos.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localhost.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logingate.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojahunamarcenaria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lok.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longma.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovemen.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lungta.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macros.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvodi.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuscriptlink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maranatha.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariapietropola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markdain.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketindex.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masdillah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathsource.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathsweek.school.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matt-brooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthiasbeck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matway.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxkeller.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcsrvstat.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mctools.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meereskunst.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megztosidejos.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meine-finanzanalyse.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melodiouscode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memes.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midgawash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mightymillionslottery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikumaycry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirepublic.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mizuho-trade.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobile-holzofenpizza.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilelooper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohela.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "more-terrain.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morhys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosshi.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moucloud.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mr-coffee.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multitec.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murashun.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my4thtelco.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydreamshaadi.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhollywoodnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylstrom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublicau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublicaus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublicbroadband.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublicfibre.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublicnz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysectools.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myunox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n-man.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n7.education", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nbgrooves.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nbhorsetraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncic.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncsc.gov.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndhlink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neilshealthymeals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nejlevnejsi-parapety.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neonknight.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netbox.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netflixlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netrewrite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nevermore.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nf4.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nibo.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicsezcheckfbi.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niffler.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodecraft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noelclaremont.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noleggio-bagni-chimici.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noriel.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noteskeeper.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notonprem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noustique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrsweb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrvnastudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nstyleintl.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nve-qatar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oaklands.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "occenterprises.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "occonnections.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offenes-deutschland.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offfbynight.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ojanaho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omegathermoproducts.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onionplay.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "open-domotics.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opengovpartnership.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openruhr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimize-jpg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osaka-onakura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oyosoft.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paardenhulp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paceda.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palmen-apotheke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panlex.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panos.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papierniczy.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasteblin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paxerahealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paykings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perez-marrero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pescadorcomunicacao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petdesign.pet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peterborgapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petpower.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfk.org.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharynx.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipp-winkler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philslab.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phligence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pieland.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilsoncontracting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "placeitsf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plainbulktshirts.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planecon.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playkinder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plesse.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pnakosoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pnakosoft.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pneumonline.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "po.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politiezoneriho.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porpcr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posalji.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "principalship.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privy-staging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodietix.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosperontheweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ps-sale.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pself.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psicologasandrabernal.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychiq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pushers.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qi0.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quanjinlong.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantaloupe.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantumcore.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ra.vc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabbitfinance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raisecorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramezanloo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapidhubs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdmrotterdam.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reactdatepicker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redchat.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redlinelap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "releasetimes.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renewed.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renewgsa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reptilauksjonen.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rollatorweb.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romanmichel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "root-space.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roromendut.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rossfrancis.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubens.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudewiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rummage4property.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rxight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salrosadohimalaia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samlamac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scaffalature.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholarnet.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdl-corporatesite-staging.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secbone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secyourity.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selitysvideot.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seniorem.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigmalux.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silverartcollector.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simon-agozzino.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpleclassiclife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinon.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitesuccessful.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjatsh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skalarwelle.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyworldserver.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaltimentorifiuti.firenze.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smokinghunks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snic.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soakgames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soaringtoglory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sobreporcentagem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialfacecook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonic.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "splunk.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sranje.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sso.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starcoachservices.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steamstat.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stirblaut.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangescout.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streetmarket.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiebegeleiding-haegeman.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suraya.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sushiwereld.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiftcrypto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sylvaincombe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synccentre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syobon.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syscoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "system-online.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemzeit.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabletd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tachyonapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tacostea.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tba.bm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tchannels.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenma.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teplofom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teplomash24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebusinessofgoodfilm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesimplifiers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestral.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestralbot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "think-asia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thirdbearsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisishugo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomas-sammut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thycotic.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titansized.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tober-cpag.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todokete.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toreni.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torkware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tosostav.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tourify.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "towsonroofers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trad-n-vo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trading-analytics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tratamentoparacelulite.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tratamentoparacelulite.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trianon.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tributh.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tributh.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tributh.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tributh.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truvisory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u5.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhasseltctf.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "un.fo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uradisam.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usagexchange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usninosnikrcni.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usnti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uvenuse.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uvolejniku.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaclavambroz.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valcano-krd.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valcano.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vb-oa.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vb.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ventriloservers.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venturebanners.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venturedisplay.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vforvendetta.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicicode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoreriksson.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoreriksson.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoreriksson.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoreriksson.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vikapaula.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villehardouin.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visiondigitalsog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitcambridgeshirefens.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitzro.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkulagin.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlndc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voidark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volcano-kazan.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volcano-spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volcano-vts.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volcano24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volcanov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vosselaer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvw-8522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vysvetluju.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanderzoom.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangyubao.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waxlrs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wbut.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-art.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webeast.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webhooks.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webline.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmixseo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webwinkelexploitatie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weekendinitaly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weitergedacht.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westcoastaggregate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whateveraspidercan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatismycountry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wvv-8522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www-86499.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xcompany.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xerownia.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaomionline24.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaoyy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xif.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----7sbfl2alf8a.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--24-6kch4bfqee.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--24-glcia8dc.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80adb4aeode.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--e1aoahhqgn.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--myrepubic-wub.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--myrepublc-x5a.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xps2pdf.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xserownia.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xserownia.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xserownia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtrainsights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xywing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yanbao.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ygcdyf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yiffy.tips", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yiffy.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youc.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourlovesong.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuzei.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zahnarzt-duempten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaptan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaptan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaptan.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zook.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11recruitment.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "41studio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5dm.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acrosstheblvd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamjoycegames.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adlerneves.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adlerneves.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adlerosn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adlerosn.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aecexpert.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenbettingasia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahsin.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconsalberton.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconsboksburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconsfourways.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconsmidrand.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconssandton.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allarmi.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allcarecorrectionalpharmacy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amg-exterieur.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analbleachingguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arteaga.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artedellavetrina.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artistagenda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiaheavens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audioschoolonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autobedrijfgarant.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autobourcier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automaan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awsome-books.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbalposticino.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcnet.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgbhsf.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitk.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitk.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitk.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitk.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blikk.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blognr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolainfoasia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandrocket.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btaoke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btcbolsa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "by.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c3hv.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casadasportasejanelas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catalystapp.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certfa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chapelaria.tf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaussenot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cjhzp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clemenscompanies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coa.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinf.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collegeconnexxions.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commissionagenda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consulenza.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooksbookscorks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cornerstonecmc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corpusslayer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coursables.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creared.edu.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "croods-mt2.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossedwires.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptoguidemap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyrating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dartetdemetiers.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datumstudio.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derkuki.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desveja.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detroitrocs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dharma.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dierencompleet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinocarrozzeria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.treviso.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazionivespe.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsuinnovation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecobergerie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecos.srl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecostruxureit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekrana.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elgalponazo.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elohellp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elysiumware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energethik-tulln.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "er1s.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erate.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiserradal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etrecosmeticderm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroescortguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exagoni.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exagoni.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fahrschule-laux.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferrariadvisor.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fhba.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightschoolusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fohome.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeiconspng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshislandfish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fysiotherapieapeldoornzuid.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groomershop.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guegan.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happy-end-shukatsu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harmonyplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hav.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heayao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herramientasbazarot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "himcy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homecheck.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hornertranslations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "host.black", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelsinbuxton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelsinncoventry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtoinstall.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubrick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydro17.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydrographicsocietybenelux.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-telligence.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ice.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifibe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illegalpornography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impresa-di-pulizie.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inbulgaria.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiayogastudio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiroyunu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insistel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internalkmc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iproducemusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iro-iro.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isayoga.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-ti.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackson-quon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackson.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeffwebb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkuvw.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kekehouse.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knowledgeforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopfundseele.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagriffeduservice.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanodan.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavinya.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "layfully.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lectricecorrectrice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightning.community", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightning.engineering", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkthisstatus.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littleskin.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livebythesun.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizzaran.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lookup-dns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losreyesdeldescanso.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludwigjohnson.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyrical-nonsense.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madpeople.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maneggio.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marc-hammer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maryeileen90.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masteragenasia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "media-library.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "messengerwebbrands.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millionairegames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misiru.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moas.photos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muratore-roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musiccitycats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwalz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygignation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynameistavis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myqdu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n-x.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nais.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanosingularity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextevolution.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhchalton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nocks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notofilia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuovaelle.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nxt.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinekmc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onoranze-funebri.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otherkinforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovwane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pallas.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paper-driver.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pascualinmuebles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pf.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelpirat.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planespotterblog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platinumexpress.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play-casino-japan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmartin.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "practicalprogrammer.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productoinnovador.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quangngaimedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regenerapoint.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renthelper.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "republictelecom.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "research-panel.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retrocdn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riccardopiccioni.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romaservicegroup.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safari-afrique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scientific.boston", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrabble-solver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securitytrails.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seednode.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seohackers.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sglibellen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sh0rt.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shieldfe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shmibbles.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopalike.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "showf.om", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinclairmoving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siw64.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sixcorners.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjhyl11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slusham.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smoothcomp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparta-en.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speets.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sprayforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strongtowerpc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemweb.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talentcast.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tandk.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanzo.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tapakgram.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tastic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telekothonbd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tellusaboutus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teto.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehouseofgod.org.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenowheremen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toddfry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomjn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunaut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undeductive.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unghie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utwente.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzsvm.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vapensiero.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vda.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wateroutlook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webministeriet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webnames.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkz.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williamle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wirsberg-studios.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wopr.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writtit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wxyz.buzz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mhringen-65a.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xserownia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yafull.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yalecleaners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogatrainingrishikesh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukijinji.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakojifarm.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenevents.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zy.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "20at.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233vps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "51aifuli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "90r.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acoustics.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adoniscabaret.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agic-geneve.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agilecraft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akuislam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alanberger.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amikootours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreasbasurto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidsphone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angrylab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antik-trodelmarkt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apogeephoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armansfinejewellery.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aron.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artea.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asuclassfinder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-spurgo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autocarparts.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beimchristoph.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berhampore-gateway.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinfo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brplusdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsg.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsgamanet.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytepen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calcinacci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cascavelle.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cascavelle.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celine-patisserie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceramixcoating.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cerena-silver.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlesmilette.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chl.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chlth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinelite.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codeofthenorth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colf.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comoquitarlacaspa24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compassintladv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compromised.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conectar.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connecta.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corourbano.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmekaitori.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creamybuild.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybersecurityketen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dasug.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datahoarder.download", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidlamprea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daycontactlens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destech.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dg7.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diegobarrosmaia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diginota.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmatrix.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dodopri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dstvinstallrandburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egovernment-podcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elettricista-roma.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enomada.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ephe.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eshobe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esthesoleil.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evemarketer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evilmartians.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exexcarriers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f13cybertech.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastforwardsociety.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ffsociety.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebcard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamekaitori.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gao.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaojianli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giuem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glykofridis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfpark-bostalsee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gut8er.com.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackreone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hahay.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hajekj.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hal-9th.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrisonvillenaz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hebingying.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hin10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hogwarts.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horn.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrtech.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrtech.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyec.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iceiu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilmiogiardiniere.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "improved-madness.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inchenaim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indexyz.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "industriasrenova.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ioliver.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipadkaitori.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itesign.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joetsutj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jogwitz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joseaveleira.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaikei7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kcmicapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kforesund.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinderchor-bayreuth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kjg-ummeln.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kobejet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kooliveeb.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kovehitus.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lalajj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lederer-it.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libricks.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightspeedta.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkthis.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livechatlady.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovelive-anime.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luckyxf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magentoeesti.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxundlara.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megarex.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megustariasaber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motoreflex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my4thtelco.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfishpalace.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepubic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrp.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturheilpraxis-oida.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nazuna.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neftis.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neriumhcp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newpoke.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikoninframe.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikonnps.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikonpromotions.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikonschool.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodechate.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nottori.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novaorbis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novilidery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novodiegomaia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "office-discount.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onionplay.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onyxgen.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orbu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oryva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overwall.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p-fent.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "packetdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paolo565.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paradais-sphynx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasadenasandwich.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pescadorcomunicacao.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petermazur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petschnighof.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumbermountedgecombe.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poudlard.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powermint.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulizieuffici.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qponverzum.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raclet.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raito.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realhypnosistraining.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rede-t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rei.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renxinge.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reuna.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocketevents.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodab.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapindus.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saveya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schaefer-reifen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schil.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolsonice.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seezeitlodge-bostalsee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpliby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaltimentoamianto.frosinone.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smsben.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smsben.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sos.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sslcertificateshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stako.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starteesforsale.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stillnessproject.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suffts.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syntheticurinereview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tadeo.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tax-guard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcgforum.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnidev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tempa.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-nash-education-program.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegreatpakistan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threebulls.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tohokufd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toymagazine.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triluxds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trisect.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trotina.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ts3-dns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsatestprep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tscqmalawi.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhasseltodin.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unece-deta.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "univstore.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urinedrugtesthq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vatsalyagoel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verwayen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viris.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vistec-support.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vwhcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walshbanks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warofelements.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wenchieh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wine-tapa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wokinghammotorhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wollgredel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wopen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wouterslop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wouterslop.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wouterslop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpcontrol.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yui.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuweiyang.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaloghaz.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenvite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhuji5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zx1168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zx2268.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00dani.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "101.qa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123writings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12thmanrising.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22digital.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24dian30.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24pcr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "288da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2rsc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2rsc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73info.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8hrs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8shequapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "97bros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9won.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a1moldsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abilityone.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ableprop.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accessoirescheveuxchic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acorntreecare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acoustics.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acrepairgeorgetown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acrepairhutto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acrepairroundrocktx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acrolife.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adsl2meg.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aereco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aginion.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agliamici.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aide-admin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akasha.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akustik.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alasdelalma.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alesia-formation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alikulov.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alloverthehill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allstarquilts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aluoblog.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aluoblog.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amisderodin.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andre-lategan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anime-tip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthonyloop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antifraud.net.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arrowfastener.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artfullyelegant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asoftwareco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspectcontext.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assistenzaferrodastiro.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assistenzafrigorifero.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athenadynamics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atimbertownservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlasdev.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aucielrose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audioonly.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiophix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autocontrol.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awningsatlantaga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayanomimi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azzurrapelletterie.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bahnhelden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bamahammer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandar303.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barpodsosnami.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basementfinishingohio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bezr.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biehlsoft.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bifrost.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bijouxcherie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binarization.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluestardiabetes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bokka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boltbeat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookingentertainment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boonehenry.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boote.wien", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravebaby.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "briefassistant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buileo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buradangonder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessplanexperts.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwin8601.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwin8602.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwin8603.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwin8604.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwin8605.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwin8606.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cachethome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cachetur.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafedupont.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cajio.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callmereda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capacityproject.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carbon-project.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celtadigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "century-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cernakova.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certevia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cftc.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "challstrom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlespitonltd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlotteswimmingpoolbuilder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chartkick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapcaribbean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chenkun.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childstats.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ci-suite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinay.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cineplex.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cintactimber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clawhammer.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clod-hacking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codeproxy.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codestep.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cognitip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collegenavigator.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collegeprospectsofcentralindiana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comercialtpv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comptrollerofthecurrency.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concertsto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concreterepairatlanta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connexas.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "convertimg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "convoitises.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corder.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corpoflow.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosciamoos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cougarsland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cr0nus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crawlspaceandbasementsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptopro.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystalgrid.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cultureelbeleggen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curarnosensalud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custerweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybit.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cygu.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cykelbanor.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-macindustries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d00r.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d3xx3r.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dak.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damongant.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damonline.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielhinterlechner.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datalife.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dayofdays.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dearktiel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deckbuilderamerica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deelmijnreis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defcongroups.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defendtheweb.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekkercreativedesign.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delandalucia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derbuntering.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dermscc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deyute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "didierghez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "die-pizzabaeckerei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital-liberal.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital.govt.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directelectricalltd.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discoveryaima.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioneblatte.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.bari.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlz149.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dong8.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doomus.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dougley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamrae.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drei01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsyunmall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dunkle-seite.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-speak24.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyweenies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecir.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecir.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecofac-bs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edenvaleplumber24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edh.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egamespw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrician-umhlangaridge.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliasojala.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elibom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ell-net.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ellencorddry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emeraldcityswagger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empherino.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energy-initiative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engiedev.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ensurtec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envoie.moi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envoyez.moi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eru.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escuelabiblica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eutotal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventplace.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everydaygary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evoco.vc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extremeservicesandrestoration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabiankoeppen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabriziorocca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fackovcova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fackovcova.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fackovcova.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fackovec.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fackovec.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falling.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferienhausprovence.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fileon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmesonline.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetcor.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetcor.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetcor.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetcor.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetcor.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetcor.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetcor.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetcor.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetcor.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetcor.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetcorcards.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flirtee.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flirtos.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floj.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flosserver.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flurp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fmc.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "folk.as", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foreveryoung.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francois-gaillard.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freaksports.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fredericcote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frei.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuckobr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuckobr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuckobr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuckobr.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuckobr.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fur.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "future-moves.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameblabla.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamesaviour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamesided.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamilab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamilab.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ganggalbichler.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garrowmediallc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gcfadvisors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geba-online.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genesysmi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentooblog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "get.how", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gilium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giraffeduck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glevolution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globcoin.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golf18staging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "govisitcostarica.co.cr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "govisitcostarica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gozenhost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpgscoins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graf-igor.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graft.observer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatergoodoffers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatfire.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groenteclub.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunceloyunhileleri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guts.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habbig.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamiltonlinen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanfverband-erfurt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hang333.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haoqi.men", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardloopfysio.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hausarztpraxis-linn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthit.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.org.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heatingandairconditioningdallastx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hejianpeng.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hentaiz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highperformancehvac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollerau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homegreenmark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hopla.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "housese.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hryniewski.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hstspreload.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humorce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunterkehoe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huurwoordenaar.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hvmk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hybula.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hybula.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydai.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyperporn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iam.soy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifreetion.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illerzell.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imaginary.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imobile3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infocon.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infranium.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infranium.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infranium.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infranium.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inox.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inoxio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ins-kreativ.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insecure.org.je", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurgentsmustdie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interaktiva.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interiortradingco.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iofort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ionovia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipadportfolioapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iphoneportfolioapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iren.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isabelaflores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ishet.al", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "issa.org.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isthedoorlocked.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivre.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwanttoliveinabunker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaarvistech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jabbers.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jakeslab.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesl.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeda.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jenniferengerwingaantrouwen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeremypaul.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiazhao.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimbiproducts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmcataffo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jtl-software.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jydemarked.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabarlinux.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kagitreklam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanzlei-oehler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karupp-did.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kellyssportsbarandgrill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirkify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klantenadvies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koerperkult.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolcsey.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotonoha.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kovuthehusky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksk-agentur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacetsfun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladenzeile.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladenzeile.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lambertshealthcare.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "langkawitrip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "langzijn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laohei.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laplacesicherheit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lars.moi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lca.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lcars-sv.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lcy.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lcybox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalisepeacebloom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsdebug.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leumi-how-to.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lhakustik.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libertins.date", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "life-emotions.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlericket.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livela.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lixiaojiang.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liz.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizhi123.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lnbeauty.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loafhead.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lobstr.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localethereum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logicne-hise.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logoglo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotro-wiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lshiy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludogue.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luyckx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lxd.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majkl.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majkl.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majkl578.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malwareverse.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandanudes.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marco-hegenberg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marseillekiteclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masteragenasia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastersquirrel.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathsweek.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathsweek.org.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matmessages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbaasy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbanq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mede-handover.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mega-aukcion.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meintragebaby.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melissaauclaire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metro-lawn-care.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelpelletterie.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelschmidt.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikehilldesign.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikywow.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindcell.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirgleich.dnshome.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missyou.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkchandler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkkkrc.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobila-chisinau.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momento.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montessori.edu.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motd.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mousemessages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mozektevidi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrburtbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtlconcerts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multizone.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mxn8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my4g.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybagofcoffee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydrone.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydroneservices.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydroneservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myetherwallet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myipaddr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepubiic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.com.kh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublicinternet.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywallets.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n-a.date", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n0s.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nami.bo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nami.trade", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narakenkoland.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturblogg.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturesbest.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nea.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nesbase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "net-rencontre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newtonproject.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nexthop.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nflmocks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.goog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.how", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.soy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.xn--q9jyb4c", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niki.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niklas.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nmgb.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nmgb.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nobitakun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodesec.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northerngate.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nosecrets.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notora.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noxi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrc-gateway.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nur.berlin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvl-game.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nwr-waffenbuch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyan.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oakesfam.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "objectif-leger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odpikedoslike.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okotoksbeach.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olgun.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ollieowlsblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onazikgu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ongea.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openreview.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orgatech-gmbh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "originalsport.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orionfinancialservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovix.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paintcolorsbysue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palariviera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parodesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partiwatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pashminacachemire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penslabyrinth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "performancehealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perthtrains.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peters.consulting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philippinedroneassociation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philna.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pintoselectrician.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pjo.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "placebet.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumplat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornhubhd.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerball.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pplsvc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prematureacceleration.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preposted.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "princessefoulard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prismacloud.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-image.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projet-fly.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promohulp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protege.moi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychologie-hofner.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purbd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qazcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qoml.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quic.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qx.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rahadiana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rawdutch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redgoose.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redwaterhost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "referdell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reflectores.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "registerex.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rehabmail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reiki-france.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekisuta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rencontres-erotiques.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retrovideospiele.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revisit.date", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rheinturm.nrw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riederle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertbln.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertopazeller.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roeleveld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romantica-hotel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romar-bos.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rothe.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "route-wird-berechnet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rritv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sacprincesse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safestore.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samdev.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sammenlignakasser.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satal.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sayori.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbsbaits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schillers-friedberg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schneider-electric.tg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schur-it.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sclns.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scripter.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sec.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secteer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seosec.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "septicrepairspecialists.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheet.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sherrikehoetherapy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shivamber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopalike.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopalike.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopalike.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopalike.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopalike.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopalike.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopalike.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopalike.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopalike.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopalike.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sictame-tigf.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silent-clean.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simonshine.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sircon.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sisgopro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sistov.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smit.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smithchow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smmcab.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sortingwizard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulcraft.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spar-ni.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spitfiredialers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportakrobatik.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sppin.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stadtbuecherei-bad-wurzach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standard.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefan-rothe.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefancosma.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steffentreeservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stellarguard.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stickertuningfetzt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stolin.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strommenhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studioproapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subsistence.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "successwithflora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "succubus.xxx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suessdeko.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superaficionados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "switcheo.exchange", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "switcheo.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symlnk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talking12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "targetexecutivesearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcmwellnessclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tea.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techtrackerpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tekniskakustik.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telegramdr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tendance-et-accessoires.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terabyteit.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teusink.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the420vape.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebakery2go.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesmokingcuban.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threatmarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tildes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokens.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toniharant.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topekafoundationpros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toushi-shakkin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trauer-beileid.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trea98.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trillian.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trtruijens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ts3-dns.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunnelventilation.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twitchplaysleaderboard.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umsolugar.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unityconsciousnessbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unsereins.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uprouteyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usatomotori.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usuluddin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uteam.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utilityreport.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v-spin.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vancityconcerts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vec.ac.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verasani.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vi.photo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicjuwelen-annelore.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videosdiversosdatv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viralsouls.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vistacampus.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visualdrone.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viyf.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmzone.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voluptueuse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrcholovka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walkera-fans.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walltime.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walpu.ski", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walpuski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weiming.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wer.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whnpa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whosyourdaddy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whta.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wilkushka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wilkushka.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wm-access.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wm-access.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmaccess.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolfermann.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolkoopjes.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worksitevr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpexplorer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpspeed.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrdx.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsl.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xentox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinex.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinnixwebshop.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiongx.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--6o8h.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80ac0aqlt.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--hwt895j.xn--kpry57d", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xone.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xq55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yannik-buerkle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youjizz.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ysun.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yvonnethomet.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zebulon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeetoppers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zephyrbk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zephyrbookkeeping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerg.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhangsidan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhoutiancai.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zings.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zobworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoolaboo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zozzle.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zxavier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0916app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123apps.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "28peaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "298da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3amtoolbox.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3typen.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "448da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47essays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4thdc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "588da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "688da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "698da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "778da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "826468.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "826498.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abitur97ag.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accord-application.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accountsuspended.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ace.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acroyoga-nuernberg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activistasconstructivos.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actors-cafe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adint.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrien.vin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advenacs.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advenapay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affordablekilimanjaro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agatajanik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aifriccampbell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajaxed.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajiboye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akademeia.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akihiro.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aktuelle-uhrzeit.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alanya.law", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alienslab.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alonetone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amaiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analisilaica.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ananas.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ananyoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ancientnorth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ancientnorth.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrejbenz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andyc.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annafiore.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anorak.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anteprima.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antonin.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anunayk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aotearoa.maori.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apprank.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aprikaner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aproposcomputing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arise19.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arts.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asianbet77.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assistenzalavatrice.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asws.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlantishq.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auntieme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authinity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autobelle.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avitres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avv.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awaresec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awaresec.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axelname.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bamtoki.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banter.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baseline.ba", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bauen-mit-ziegel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behoreal.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bentongroup.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bentonweatherstone.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best66.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgtoyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bh-oberland.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bit.biz.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bithap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitlo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitlo.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitlo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blabber.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blanket.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blizora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluehawk.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bmhglobal.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boop.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "briggsleroux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsp-southpool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btsapem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bttorj45.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bullshitmail.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytesign.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cad-noerdlingen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cangku.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carassure.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cascadesjobcorpscca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casio-caisses-enregistreuses.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralmissourifoundationrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cert.govt.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cf11.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkhost.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkrente.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheela.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christiehawkes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circule.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claimjeidee.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clive.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "club-corsicana.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnre.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cockybot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coin-exchange.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinchat.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colincogle.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "condominioweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connectavid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connictro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultation.biz.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultimator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coriver.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corkedwinebar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazyfamily11.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crecips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creteangle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "croisedanslemetro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "croisieres.discount", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crys.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cscdn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cupofarchitects.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curatedgeek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvc.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cy.ax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyson.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d0m41n.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dagensannonser.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danbaldwinart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dantelistan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkroomsaredead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dartshopmn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datatruckers.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datatruckers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidletellier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddproxy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defeestboek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degressif.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deight.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltaservers.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "densmirnov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deskeen.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "developerdan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "die-bergfuehrer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalfuturenow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinkommunikasjon.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discover-shaken.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diygod.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnscrypt.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnsinfo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogrescuegreece.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domix.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorde.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dowhatmakegood.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dowling.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-jakob-zahnaerzte.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drhathazi.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dropistic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drusillas.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsdalismerkezi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumbfunded.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dybuster.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dybuster.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dylanspcrepairs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dymfbbs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-planetelec.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eat4happiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eberwe.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecclesia-koeln.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecobrain.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edwellbrook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eemcevn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricgatemotorrandburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elian-art.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elsignificadodesonar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emby.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "er-mgmt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etch.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eve.ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eveswell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extensionschallenge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairydust.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanactu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdos.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feepod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fegame.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fegame.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felsmalerei.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferrousmoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmitis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmsite-studio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fimsquad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fireleadership.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstinnovation.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flight.school", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flixports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flomeyer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forcelink.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forcelinkamerica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forcelinkamerica.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framezdakkapellen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franz.beer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franziska-pascal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyamazing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.band", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.events", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.fashion", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.fitness", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.marketing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.photos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.press", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.recipes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.rentals", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.reviews", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.tips", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.tours", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.video", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesomeblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesomemedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesomenews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesomeplugin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesomeplugins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesomesite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesometeam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesometheme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesomethemes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesomewp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freepoints.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freepublicprofile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendshipismagicsquad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fruitscale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftf.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fthat.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullpackage.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadse.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galleyfoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gayjays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geektimes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genderidentiteit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geomex.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getpei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigis-pizzeria.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigseekr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girlz.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giveaways.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goand.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goatbot.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gowithflo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grafoteka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grancellconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grazieitalian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenpanda.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guanzhong.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gudrun.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackdown.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haferman.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haferman.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakase.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "half.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hannoluteijn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happy-baby.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawaar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heaaart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heiraten-gardasee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heiraten-venedig.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellomouse.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henrilammers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herrkaschke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heywood.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitomecha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hlinformatics.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hopzone.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hor.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelvillaluisa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hu8518.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hu8555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hu8588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hu8777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hu8bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huang-haitao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humpchies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huoduan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hylemorphica.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iambozboz.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iankmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibaq.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iftarsaati.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ignacjanskiednimlodziezy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illumed.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "import-shopping.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelhost.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intergozd.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isaacmorneau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isvsecwatch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-enthusiasts.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itblog.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izonemart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j15h.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j2h.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacksonvillestation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janhuelsmann.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasper.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasperpatterson.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdm.elk.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeffhaferman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeffreyhaferman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jelle.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jelleluteijn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jelleluteijn.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jelleluteijn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jelleluteijn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jelleluteijn.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeremynally.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimfranke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimfranke.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jl-dns.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jl-dns.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jl-exchange.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jl-mail.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobcorpsy2y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joeygitalian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonathanselea.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonesopolis.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jtmar.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jucca-nautica.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julian-uphoff.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliazeengardendesign.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jullensgroningen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junglememories.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karta-paliwowa.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kathrinbaumannphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kc1hbk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kersvers.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keys.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kipa.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirkforillinois.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitchenalley.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knetterbak.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kommaer.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kooli.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kortic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krfuli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krise-chance.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krsvrs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunstfehler.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kupdokuchyne.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyouko.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labms.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamtv.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larky.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavanderia.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lcbizsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leelaylay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letreview.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindholmen.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linfamilygc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkdr.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linktio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linusdrop.tips", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liv3d.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livetube.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loginsentinel.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojasceletro.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loreofthenorth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loreofthenorth.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotn.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotnonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotnonline.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luma.pink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunanova.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luteijn.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luteijn.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makera.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maketheneighborsjealous.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malscan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manhuagui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketing-2.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingconverts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markkirkforillinois.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markkirkforsenate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marksm.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marksmit.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markus-musiker.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maskice.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matratzentester.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "max-mad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maya-ro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meetawesomepeople.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memememememememe.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memind.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menu.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merenita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merenita.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merenita.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merenita.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelwermeester.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaonline.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikebutcher.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minakova.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mine-craftlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miproximopaso.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mksdarchitects.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mocloud.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moeking.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monkeybusiness.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morbiceramicindustry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morethanautodealers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morningstar.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morrisby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motekforce.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motekforcelink.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motekforcelink.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motekmedical.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motekmedical.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motovio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrazek.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muel.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murzik.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicworkout.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymixtapez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynextmove.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypcqq.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywebpanel.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywebpanel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n0rm.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nami.exchange", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naseco.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nchponline.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neva.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "new-boiler-prices.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newdeveloper.download", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nexwebsites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ng-musique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nil.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nixne.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noahmodas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nokia.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norden.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nosx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notallmine.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntags.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyoronfansubs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ochsundjunior.swiss", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oemspace.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oemspace.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okinawa-mag.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omfg.exposed", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ondrejhoralek.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onetcenter.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onetcodeconnector.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onetonline.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oosoo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oreskylaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orgsyn.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osworx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacatlantic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "packair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pahnid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parksland.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parry.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paste.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patriotstationatchalfont.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peerweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petfa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrucciresidential.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipp1994.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photek.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pickelhaubes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetofthegames.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pluimveeplanner.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polar.uk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pomelo-paradigm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powelljones.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppcrestaurants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prestonapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productlondon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publicrea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purecabo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qaz.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qtn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qwallet.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rai-co.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readingrats.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reakyaweso.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recipea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rees-carter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refresh-media.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "registrarplus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "registrarplus.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "registryplus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "registryplus.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rejects.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reklamjog.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reticon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retmig.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ringjewellery.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riverviewcourtapts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rkfp.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodinneodpoledne2018.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolleyes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romapa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotkreuzshop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtrappman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruiruigeblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "run-it-direct.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rvender.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadbox.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safebaseflorida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samnya.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "san.ac.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandtears.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satsang-uwe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saviezvousque.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schlaf.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schmid.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoutingtungelroy.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scuters.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seasidestudios.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sechat.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentic.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servettorna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadynook.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shena.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "showroom.cam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signage.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigsrv.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silke-hunde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvacor-ziegel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplecoding.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitehome.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitesource101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitevandaag.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitischu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjdtaxi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartphonechecker.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smokeandmirrors.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smoothtalker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smsben.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowpak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solarstrom.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sp8ce.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spartaermelo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sprinklermanohio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssco.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssmca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssready.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssuc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staticline.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stationatbuckscounty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stationatlyndhurst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stationatwillowgrove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steelmounta.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stigviewer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "striatadev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strictlyguitar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stsolarenerji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studyin.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sustainoss.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svenbacia.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweetbridge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swing-belleville.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tankpassen-vergelijken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "targetbuilding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teb-akademia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techsolvency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tedxodense.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tekno.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telephonedirectories.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telepons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teufelswerk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecurvyfashionista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theel0ja.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theonethaimassage.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theosblog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thereaper.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestationatwillowgrove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewinstonatlyndhurst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thiagohersan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thienteakee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thiepxinh.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threexxx.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiggi.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tkhw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tono.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toolroomrecords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toskana-appartement.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transgendergedenkdag.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transgenderinfo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transgendernetwerk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tricefy4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triplekeys.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripp.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trpg.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truly-madly-happiness.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsab.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tucsonpcrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuotteet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tylerharcourt.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tylerjharcourt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulen.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.lat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicolabo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uninet.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "united-coders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unixapp.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unsourirealecole.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urcentral.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "use.ci", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwelilienthal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varztupasaulis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varztupasaulis.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varztupasaulis.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varztupasaulis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vawlt.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veronic.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viajandoporelmundo.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victorzambrano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villalaskowa.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villekaaria.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtuality4d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivoitaliankitchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vk-k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vtaxi.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvactivia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vwt-event.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wagyu-bader.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walent.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walentin.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallabet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watfordjc.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webfixers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webkef.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websmartmedia.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wegrzynek.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weiling.clinic", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weinundsein.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wemakebookkeepingeasy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wengebowuguan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werbezentrum-stiebler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "west-contemporary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whexit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitewebhosting.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whqtravel.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whyz1722.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiehenkrug.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williamtm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williamtm.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willstocks.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winkelcentrumputten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "with-environment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woah.how", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsb.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wtfnope.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wutianxian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenon.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenoncloud.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xhmikosr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--elsignificadodesoar-c4b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--qckyd1cu698a35zarib.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--reisebro-herrsching-bbc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--u8jwd.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xviimusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yannikbloscheck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yelon.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yipingguo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoga-bad-toelz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yvonnewilhelmi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zabbix.tips", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zahnarzt-muenich.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeeuw.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziktime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zitrone44.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziz.exchange", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zlypi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonehomesolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zqwqz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zs-ohradni.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zum-baur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00778899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10086.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10086.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1689886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "20188088.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3aandl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3n5b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3prn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "609avenue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "67899876.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6pm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "77890k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8ung.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "918116.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9822am.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9822cn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9822hk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9822ph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9822tw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9822usa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-shafaat.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaben-bank.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aabenbank.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaronhorler.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acgtalktw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actc.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acyfxasia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addisoncrump.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancedweb.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventureforest.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventurenow.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advicepro.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affittacamere.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenceklic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agiapelagia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agro-forestry.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahosi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airi-tabei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airwolfthemes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aizxxs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aizxxs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akplates.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alab.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albertinum-goettingen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexio.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexschroeder.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alliance-psychiatry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alligatorge.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphaantileak.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alt-tab-design.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amechancez.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amministratore.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ancarda.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andymelichar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antonjuulnaber.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antroposofica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aplus-usa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aponkral.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app2get.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arbejdsdag.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariadermspa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armor.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnonerba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artelt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arzinfo.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askvg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aslinfinity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asystent-dzierzawy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atacadocervejeiro.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augmented-portal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "august-don.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austin-pearce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autod.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autospurgo.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avlhostel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayumindev.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backupcloud.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baeder-luboss.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakeup.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakxnet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankerbuch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barcamp.koeln", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bb1718.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdata.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beauty-hippie-schmuck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautyby.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedste10.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bee-creative.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bendyworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berglust-pur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berikod.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berruezoabogados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besser-beissen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betacloud.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bf7088.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bf7877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bfpg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bg16.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binaryrebel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioresonanz-ibiza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birkenstab.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisa-sis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitmidi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blakekhan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloggermumofthreeboys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloglines.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bn4t.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boattrader.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonami.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bordadoenpedreria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brand-foo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brand-foo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsee.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buchwegweiser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buurtpreventiefraneker.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bvgg.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytes.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bzhub.bid", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c3bbs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camastowncar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campaignagent.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campaignwiki.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "careeraid.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "careerpower.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carinthia.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cat73.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdn.sx.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceskepivnesety.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charissadescande.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chavetaro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheezflix.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiropraktik-riemann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cio-ciso-interchange.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cipri.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cipri.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cipri.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cipria.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cipriano.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circle-people.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cities.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citroner.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudtocloud.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubefiel.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cluster.biz.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmadeangelis.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coachfederation.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coda.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coecrafters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coin-quest.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cometrueunlimited.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compasslos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conectadev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contraout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "correctiv.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmoss-departure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craft-verlag.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crisp.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crisp.help", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cronberg.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cropdiagnosis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crowdwis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crys.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csd-sevnica.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culturerain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curtislinville.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dachtechnik-windschuettl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daemonslayer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danselibre.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dariaburger.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datenschutz-consult.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "david-mallett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidsopas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dawnofeden.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbmiller.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dc1.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decisivetactics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decoratore.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deeployr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepwealth.institute", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deliacreates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devin-balimuhac.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devinpacker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazionecimici.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.catania.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.padova.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divari.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divorciosmurcia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dk-kromeriz.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dowellconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dozecloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dpi-design.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-bodendorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-klotz.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-knirr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-krebs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-marlen-nystroem.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-moldovan.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-nystroem.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-schlamminger.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-schmutzer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-stoetter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draghive.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draghive.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draghive.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draghive.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draghive.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dshield.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dte.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumbdemo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dunloptrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durchblick-shop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dylmye.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dyrstad.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e15r.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e6e.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easypay.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyslide.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easytechsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echidna-rocktools.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecofabrica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "economic-sanctions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edmoncu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edu-kingdom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edvgarbe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egles.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eheliche-disziplin.schule", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehmtheblueline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehne.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eifel.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianlalucia.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektro-praha10.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektrotechnik-heisel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emberlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emma.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "englishphonopass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enitso.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enthusiaformazione.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entrusted.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epvin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erpiv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essaybrand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esterilizacion-perros.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evemodx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everyfad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "face-mania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facility-service-muenchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factuur.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fallingapart.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famfi.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fancy.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fart.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbigame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fegame.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feizhujianzhi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felinepc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femastudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenixhost.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fergtm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feuerhuhn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiasgo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiasgo.i.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "find-your-happy-place.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fireportal.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firmware.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fischers.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fischers.srv.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fise.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleuryfleury.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flooringsourcetx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flux.healthcare", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "followings-live.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fondsdiscountbroker.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foresthillhomes.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fosaudit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fossguard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foto-leistenschneider.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frederickalcantara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freelysurf.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "from-the-net.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frprn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frprn.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frprn.xxx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funktionsverket.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fysiomassageoosterhout.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g8energysolutions.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gardedenfantspourtous.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gastrotiger.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gastrotiger.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gdprhallofshame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gepps.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getprivacy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfe.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfe.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ggobbo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giardiniere.bologna.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giardiniere.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigis.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giraffenland.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gisher.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gleich-aluminium-shop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glutenfreevr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnuand.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnuplus.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "god-clan.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godclan.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomelchat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goujianwen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gplans.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graft.community", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grexx.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greymattertechs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "griassdi-reseller.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "griecopelino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruenstreifen-ev.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gts-dp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guitarvolume.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gulitsky.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunworld.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gurpusmaximus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackereyes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hacksecu.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hansonian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hapheemraadssingel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hapsana.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hauswarteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazloconlapix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heartsintrueharmony.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellsh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helmut-a-binser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herminghaus24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heroiclove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herzfuersoziales.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hexclock.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hillstrak.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiromuogawa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjort.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hlavi.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hofapp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "home-craft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hon-matsuba.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horecatiger.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostingphp.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hryx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hs-umformtechnik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "https.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "https.ren", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hudsonfaceandeye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huisartsenpraktijkheemraadssingel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huisartsenpraktijksonmezer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huisjeboompje-baby.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hurtigtinternet.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hvrint.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ias-gruppe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibpegasus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icedream.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idraulico-roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idraulico-roma.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igaryhe.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihoey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imgbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immobiliarecapitani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imperiumglass.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "implantologie-dr-loeck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inference.biz.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoamin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informaciondeciclismo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrarank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innovate-indonesia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inside19.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "installatietechniekgresnigt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurethebox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelhost.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelhost.com.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelhost.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invuite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipssl.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isabellavandijk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isarklinikum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isastylish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iskkk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istrazivac-istine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isz-berlin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ithinc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izxxs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izxxs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izxzw.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ja-gps.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaion.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jala.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesrobertson.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jem.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobify.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joeyfelix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnbpodcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jose-lesson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juergenklieber.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junjhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junjun-web.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junodownload.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jura-reiseschutz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justonce.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwmmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kado-ya.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kandianshang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanobu.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karatekit.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kedv.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keepingtheplot.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kejibot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kessawear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinautas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiwi.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleine-strolche-lich.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klicke-gemeinsames.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knockendarroch.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knowarth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koodaklife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosonaudioteca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kost-magazin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krausoft.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ku-7.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kualiti.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuhne-electronic.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvnsport.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacoast.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagout.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lahnau-akustik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakeoswegotowncar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lauxzahnheilkunde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalinmotion.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lehti-tarjous.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lethbridgecoffee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libgame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liceo.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifestyle7788.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lijncoaching.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lionhosting.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locomotionds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loli.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londongallery.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lost.report", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lowerpricefinder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loxal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludovic-muller.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luera1959.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luma.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyuly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maguire.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maijia800.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majkassab.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoi.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mapservices.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marianelaisashi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markdescande.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marmolrain.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martin.vet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martineweitweg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masarik.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maskim.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathys.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattcorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mawo.olkusz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcqyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdg-online.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megam.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mego.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mekesh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mekesh.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mekesh.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "messagevortex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "messagevortex.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meta-word.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metanic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metanic.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metaword.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metaword.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metaword.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfgusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgi.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaels-homepage-service.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikeguy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miku.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mingkyaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miniglueck.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjt.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkg-chirurgie-bruchsal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkg-scherer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkg-wiebelskirchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlm-worldwide.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mo-journal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobile360.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobius.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modelisme-rc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modelisme-voiture-rc.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mododo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monitorchain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mono0x.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "more-hikkoshi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motekmedical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motosikletevi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movieboost.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mozgb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpa-pro.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtasa.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicompare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-stuff-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygigabitnation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myjudo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.com.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.eu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myseu.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myvalleymarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "najany.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "najany.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "najany.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "najany.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "najany.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namazon.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nashzhou.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natropie.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nature-et-bio.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navient.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncm-malerbetrieb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nekomimirouter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neodrive.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "next-web.ad.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextbranders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngx.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicolashess.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicoobook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niemaler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nieuwslagmaat.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niggo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niklasanderson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninesix.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niqex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nonametheme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notepad.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "npool.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nti.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuffield.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nullonerror.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutricaovegana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oatmealdome.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocloudhost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oddmuse.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oiaio.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okna-tm.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldtimerreifen-moeller.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olgui.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omnilab.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onemusou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onhistory.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineporno.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinexl.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onyxmoon.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "open-banking-access.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openstreetmap.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otsfreestyle.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovirt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pack-haus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palladium46.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panoma.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panomizer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parisbloom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parmels.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parnassys.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passcod.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passfilesafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paste.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patricklynch.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrickmcnamara.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulwendelboe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payzwin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pearlsonly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peen.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peernode.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pew.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfotentour-berlin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pg-mana.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgp.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgp.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photographersdaydream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phpinfo.in.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "physiotherapie-seiwald.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pikimusic.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pildat.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinner.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizzalongaway.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planet-laas.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plissee-experte.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumberumhlangarocks.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pointsgame.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polymorph.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponydesignclub.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porniwi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornloupe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pors-sw.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portamiinpista.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerpointschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pozzitiv.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pp3345.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppembed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pressup.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priceremoval.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "principalsexam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "principalstest.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "principalstest.review", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prismacloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prismacloud.green", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatpatient-krankenhaus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prknje.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "produkttest-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodware.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proeftuinveenweiden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programmingstudent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pronostic-king.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostoporno.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostoporno.sexy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protectem.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prpr.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psochecker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pure-gmbh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pushrax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qtacairsoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quemeloquitan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "querkommentar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quimatic.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qunzi.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rachelmoorelaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rahulpnath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rajkapoordas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raltha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rangercollege.edu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raziskovalec-resnice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recoveryonline.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redicals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redstarsurf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redweek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restaurantemiperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restorethegulf.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rftoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhd-instruments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhd-instruments.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ricobaldegger.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rigsalesaustralia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripaton.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riqy86.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robustac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romanticsexshopguatemala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royceandsteph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roycewilliams.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsships.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruedigervoigt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruin.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rvoigt.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryanroberts.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-a.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s3robertomarini.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saenforcement.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safaritenten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samhuri.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samwrigley.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satoshinumbers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scalacollege.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schuhbedarf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdocast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "se-theories.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securecomms.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securitypuppy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selfoutlet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seolaba.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ser-it.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serverexpose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "setsailanddive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shift.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siciliapulizie.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidema.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silkebeckmann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simha.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simonastallone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skhaz.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skwitko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartboleta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smileytechguy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snopyta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialstrata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonialive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soodwatthanaphon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soph.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soraiaschneider.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sotthewes.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spakurort.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speechmore.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sporara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staff.direct", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statebuildinggroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steel-roses.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefan-schmid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steuern-recht-wirtschaft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stln.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stokvistrading.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storytell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studentpop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studioscherp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subculture.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sucretown.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunyataherb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supertutorial.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suzukikazuki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swankism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swetrust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synchronyse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sytk.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t4c.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tandzorg.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taprix.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbfocus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tchebotarev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tdsf.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teckids.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teksuperior.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telegenisys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenthpin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tercerapuertoaysen.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "termino.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "termografiranje.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "textundblog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tgb.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tgwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thalia.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebonerking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theimagefile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewaxhouse.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiantangbt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketassist.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tierarztpraxis-illerwinkel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tollerunterricht.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tools.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrentz2.al", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpci.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trackyourlogs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traditions.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traditionskapperscollege.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transcontrol.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triage.clinic", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triage.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triageclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tufashionista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvhshop.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvseries.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tycho.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udvoukocek.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultratech.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unboundmoney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unternehmer-radio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbancreators.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usairlines.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usedoor.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ustensiles-cuisine.boutique", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v5xp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaincreladyslexie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vancouverwatowncar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verifalia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veritas-data.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicentee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vietnamluxurytravelagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vilabiamodas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villa-bellarte.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vioye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualcloud.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visualgrafix.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vocustest.aero", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voilo.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voilodaisuki.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voiro.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voirodaisuki.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpsvz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangtanzhang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wbudd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wby.gd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdevxp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webvisum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webz.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welcomescuba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wensing-und-koenig.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werbedesign-tauber.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wermeester.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wertpapiertreuhand.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westlinntowncar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatthingsweigh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whirlpool-luboss.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wijzijnwolf.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winddan.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windowslatest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wingify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonderfuleducation.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonderfuleducation.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldtalk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowi-ffo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpfast.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wq.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuifan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuxiaobai.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xkngroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xmusic.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ben-bank-8za.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--benbank-dxa.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--die-zahnrzte-ncb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xuedianshang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xza.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yamilafeinart.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeshu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yex.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yex.trade", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yopuedo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "your-out.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukimochi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukimochi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yya.bid", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yya.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yya.men", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yzer.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zacharydubois.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zahnaerzte-bohne.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zahnarzt-hofer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zappos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zayna.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zskomenskeho.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zxe.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x5f3759df.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1001firms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1ab-machinery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1upinternet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24hoursanantoniolocksmiths.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2bougie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3tribes.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "40acts.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4553vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6664553.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666668722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6z3.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7717a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8722am.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8722cn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8722hk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8722ph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8722tw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8722usa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "888888722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "910kj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9994553.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9998722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "999998722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aa1718.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aca-creative.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accesskeycloning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achwo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acoshift.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acoshift.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adam-ant.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afs-asso.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agilizing.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agouraexteriorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agourahillselectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agourahillselectrician.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agourahillsexteriorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agourahillslandscapelighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agourahillslighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agourahillsoutdoorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agouralandscapelighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agouralighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agouraoutdoorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agro.rip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ai-soft.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aivene.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexbresnahan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexlouden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexthayne.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alinemaciel.adm.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphafitnesslibya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altmaestrat.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amani-kinderdorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreaslicht.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreasr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animetriad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apfelcholest.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appapi.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariaartgallery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashd1.goip.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashd2.goip.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashd3.goip.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asianspa.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askcaisse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrovandalistas.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autowerkstatt-puchheim.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badanteinfamiglia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bahninrotweissrot.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bajajfinserv.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bd2positivo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdpachicago.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bengisureklam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berliancom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernarddickens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bertold.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bespaarenergie.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bespaarnu.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilibili.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin-casino-no-deposit-bonus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitlo.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackfire.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blyat.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bnboy.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boattrader.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borchers.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandweerfraneker.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsimerch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buchhandlungkilgus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buurtgenotencollectief.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwin86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cablehighspeed.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calabasaselectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calabasaselectrician.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calabasasexteriorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calabasaslandscapelighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calabasaslighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calabasasoutdoorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calcularis.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camarilloelectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camarilloexteriorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camarillolandscapelighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camarillolighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camarillooutdoorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campinghuntingshooting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campusportalng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cannoli.london", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardcaptorsakura.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carpetcleaningtomball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbsdeheidevlinder.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centura.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cesboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cf-tm.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlesstover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charliegarrod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chattanoogaface.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicagostudentactivists.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "china-dhl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "choootto.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cilloc.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claude.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clement-beaufils.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codemonster.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cojam.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comfortmastersinsulation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compoundingrxusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conejovalleyelectrician.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conejovalleyexteriorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conejovalleylandscapelighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conejovalleylighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conejovalleyoutdoorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookielab.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copplaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cplus.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpu.biz.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctf.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curia.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwgaming.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyber.je", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-eisenbahn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danny-tittel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daylight-dream.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepcode.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demolandia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derma-expert.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deskdesign.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deskvip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detalika.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diekperaiwseis.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digideli.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalezukunft-hagen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimensionen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimmersagourahills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimmerscalabasas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimmersdosvientos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimmershiddenhills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimmerslakesherwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimmersnewburypark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimmersthousandoaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimmerswestlakevillage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discord4j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dkstage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dns-swiss.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domeconseil.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donkennedyandsons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doomtech.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosvientoselectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosvientoselectrician.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosvientosexteriorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosvientoslandscapelighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosvientoslighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosvientosoutdoorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotsiam.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamday-with-dreamcar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dropscloud.spdns.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drydrydry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchforkrunners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dybuster.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dybuster.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dybuster.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dybuster.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dyscalculia-blog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e965.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einsit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einsitapis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricagoura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricagourahills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalmoorpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalnewburypark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricaloakpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalsimivalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalthousandoaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalwestlakevillage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electriccalabasas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electriccamarillo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricconejovalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricdosvientos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrichiddenhills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianagoura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianagourahills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electriciancalabasas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electriciancamarillo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianconejovalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electriciandosvientos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianhiddenhills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianlakesherwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianmalibu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianmoorpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electriciannewburypark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianoakpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianpacificpalisades.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electriciansimivalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianthousandoaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianwestlakevillage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electriclakesherwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricmalibu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricmoorpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricnewburypark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricoakpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricsimivalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricthousandoaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricwestlakevillage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektrotechnik-kaetzel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elhorizontal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eltrox.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envoyworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "episkevh-plaketas.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erecciontotalal100.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ergodark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erixschueler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essenalablog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esw00.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esw06.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esw07.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esw08.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esw09.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etfacta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etskinner.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euanbarrett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurocenterobuda.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exclusivedesignz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "execution.biz.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expopodium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extensibility.biz.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exteriorlightingagoura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exteriorlightingagourahills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exteriorlightingcalabasas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exteriorlightingcamarillo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exteriorlightingconejovalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exteriorlightingdosvientos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exteriorlightinghiddenhills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exteriorlightinglakesherwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exteriorlightingmalibu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exteriorlightingmoorpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exteriorlightingnewburypark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exteriorlightingoakpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exteriorlightingsimivalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exteriorlightingthousandoaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exteriorlightingwestlakevillage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyeandfire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezgamble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabjansisters.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facilities.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facua.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "false.in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fansmade.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastblit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcosinus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fegame.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fgdc.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fijnefeestdageneneengelukkignieuwjaar.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firmen-assekuranz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashbeing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fnfpt.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fonts4free.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodcowgirls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foyale.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franz-vatter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.guide", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuerstenfelder-immobilien.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funkygamer1.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fusiongaming.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futagro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabe565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabecook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabrielsteens.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gae123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingmedley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gan.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaos.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garethbowker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gdpr-pohotovost.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gear4you.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekdt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gensicke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gestorehotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gf-franken.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfahnen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gluit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnaptracker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go-wild.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go2ubl.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goerlitz-zgorzelec.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfmeile.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphic-shot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregory-kramer.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greybeards.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growingallthings.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growit.events", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gurubetng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gvi.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairbeautyartists.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haloria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanbing.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrcostl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthybeterlife.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellsgamers.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hexstream.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hexstream.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hexstreamsoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiddenhillselectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiddenhillselectrician.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiddenhillsexteriorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiddenhillslandscapelighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiddenhillslighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiddenhillsoutdoorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highspeedinternetservices.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hilariousbeer.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hj-mosaiques.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hks.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hnonline.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollandsdiep.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hosting-swiss.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrstapps-dev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsts.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huisartsenpraktijkzonnehoed.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i66.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamlbk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iatfei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibauruapan.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icynet.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idc.yn.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ieedes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ileci.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imagenesdedibujosalapizfacilesdehacer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incertint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosec.pizza", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosec.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrarank.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelhost.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelhost.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelhost.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipv6wallofshame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iranian.lgbt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irun-telecom.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isthisus.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iterasoft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itgirls.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janikrabe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcra.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdfk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jes.events", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jhw-profiles.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joacimeldre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "job.biz.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joelnichols.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordankirby.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joyceseamone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jquery.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juno.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kachelfm.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kbterapicenter.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keepmanager.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kensparkesphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keutel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingdoms.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klausen.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klebeband.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koe.hn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koyo.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunstschule-krabax.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyoto-sake.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagodny.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakesherwoodelectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakesherwoodelectrician.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakesherwoodexteriorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakesherwoodlandscapelighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakesherwoodlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakesherwoodoutdoorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lampposthomeschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lan.biz.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapelightingagoura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapelightingagourahills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapelightingcalabasas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapelightingcamarillo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapelightingconejovalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapelightingdosvientos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapelightinghiddenhills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapelightinglakesherwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapelightingmalibu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapelightingmoorpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapelightingnewburypark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapelightingoakpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapelightingpacificpalisades.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapelightingsimivalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapelightingthousandoaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapelightingwestlakevillage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latiendawapa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ldjb.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learningman.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lebendige-heilkunst.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leter.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letskick.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberdademg.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightingagoura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightingagourahills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightingcalabasas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightingconejovalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightingdosvientos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightinghiddenhills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightinglakesherwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightingmalibu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightingmoorpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightingnewburypark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightingoakpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightingpacificpalisades.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightingsimivalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightingthousandoaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightingwestlakevillage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindnerhof-taktik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liquidwarp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lob-staging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lob.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lodewijkict.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojadosomautomotivo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luteijn.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luteijn.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macil.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mail.storage", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malibu-electric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malibuexteriorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malikzinad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manfredschafer.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manonamission.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuelahidalgo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcel-veronetzki.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "margo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matt.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mavobiz.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mavobiz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mavoprax.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mavoprax.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mavora.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mavora.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mavotax.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mavotax.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medikuma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merloat.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "messdorferfeld.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meteo-r.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michellavat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikkelscheike.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miku.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikumiku.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minehub.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mingky.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitabu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjmedia.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlarte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnemonic.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monaco-automaten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monad.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monoworks.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonlightcapital.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moorparkelectrician.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moorparkexteriorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moorparklandscapelighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moorparklighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moorparkoutdoorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motstats.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpkrachtig.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mr3.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ms-ch.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtgeni.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtgenius.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mud-status.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicapara.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-aftershave-store.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydomaindesk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygreenrecipes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymall.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.limited", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.us.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namuwikiusercontent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narrative.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathaliedijkxhoorn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathaliedijkxhoorn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathanaeldawe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netsphere.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netvpn.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newburyparkelectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newburyparkelectrician.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newburyparkexteriorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newburyparklandscapelighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newburyparkoutdoorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newreleases.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newvehicle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextstep-labs.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norbertschneider-music.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntcoss.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nubeslayer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oakparkexteriorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oakparklandscapelighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oakparklighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oakparkoutdoorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offerstone.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offshore.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ojbk.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onderwijstransparant.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orikadabra.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orthograph.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osborn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otsu.beer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ouruglyfood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorlightingagoura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorlightingagourahills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorlightingcalabasas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorlightingconejovalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorlightingdosvientos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorlightinghiddenhills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorlightinglakesherwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorlightingmalibu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorlightingmoorpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorlightingnewburypark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorlightingoakpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorlightingsimivalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorlightingthousandoaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorlightingwestlakevillage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovelhaostra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overamsteluitgevers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pablofain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacificpalisadeselectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacificpalisadeselectrician.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacificpalisadeslandscapelighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacificpalisadeslighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacnetwork.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palazzo.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palazzo.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papelcraft.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papiermakerijdehoop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papiermeteenverhaal.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pawelurbanek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peda.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perala.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perthhillsarmadale.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petervanleeuwentweewielers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrostathis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pferdekauf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pi-box.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piboubes.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picchietti.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pictorista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilvin.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinigseu.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinoydailytvshow.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinoylinux.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piscine.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pj881988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plantes.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plzz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porchdaydreamer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portablebuildingsales.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portugal-a-programar.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pour-la-culture-aulnay.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pouwels-oss.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityelectric-agourahills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityelectric-calabasas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityelectric-camarillo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityelectric-dosvientos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityelectric-hiddenhills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityelectric-lakesherwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityelectric-malibu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityelectric-moorpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityelectric-newburypark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityelectric-oakpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityelectric-simivalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityelectric-thousandoaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityelectric-westlakevillage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityelectric.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityelectric.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityelectric.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proimpact.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prolearningcentre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promo-matelas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxyportal.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pru.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pubean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qcmlw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quasiproxy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quisido.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quitarlasmanchasde.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redcoded.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redmore.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reflectivity.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reflexive-engineering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reflexive.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refuelcollective.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reinaertvandecruys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repology.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "residentiallocksmithsanantoniotx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "responsive-shop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retractableawningssydney.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retronet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "returnpath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reussir-ma-fete.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmm-i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "root.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalasianescorts.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruralsuppliesdirect.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rwgamernl.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadev.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safepay.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanantoniolocksmithinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santensautomatics.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sap-inc.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbsrv.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scaffoldhirerandburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scaffoldhiresandton.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schlick.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schlossfuchs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schneeketten-ratgeber.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sctiger.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sctiger.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdsk.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seedandleisure.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendbox.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentandsecure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoenmexico.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servicebeaute.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seva.fashion", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevenhearts.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shainessim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheaspire.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuffleradio.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silo.org.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simfdr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simivalleyexteriorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simivalleylandscapelighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simivalleylighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simivalleyoutdoorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simonmaddox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sl-bildermacher.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sld08.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smmlaba.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sole-software.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sole.gmbh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solesoftware.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solvation.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somersetwellbeing.nhs.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonavankova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songsmp3.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sporttown.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spritsail.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssconn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "status.coffee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steamwhale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stickandpoketattookit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stinaspiegelberg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streampleasure.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "street-tek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streetshirts.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suaudeau.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suaudeau.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sujatadev.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sun.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suool.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syoier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t4cc0.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talroo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tasyacherry-anal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbpixel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tdpblog.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technicalsystemsprocessing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techsys.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terranova-nutrition.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testdomain.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texasparkinglotstriping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebirthdaysite.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelonious.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenovaclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theserviceyouneed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkingliberty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomasverhelst.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thousandoaksexteriorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thousandoakslandscapelighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thousandoakslighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thousandoaksoutdoorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thpay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiim.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonnycat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topservercccam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topservercccam.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topshoptools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toucan-informatique.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treatment.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripolistars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truhlarstvi-fise.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truqu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "try2admin.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "try2services.cm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryndraze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvlplus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyler.coach", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tylercoach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "typeof.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.vet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unkrn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unn-edu.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unstablewormhole.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanhotbed.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uw2333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valleyshop.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanhaos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vati.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vectortrack.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegangaymer.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venev.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viato.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vierna.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viikko.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viikko.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viikko.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viikko.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villa-anna-cilento.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip4553.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viza.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voidzehn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "von-lien-aluprofile.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "von-lien-dachrinnen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "von-lien-lichtplatten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "von-lien-profilbleche.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waidfrau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waifu-technologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waifu-technologies.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapgu.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterside-residents.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watvindtnederland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearehackerone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webpinoytambayan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webpinoytv.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werepairit.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westcode.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westlakevillageelectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westlakevillageelectrician.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westlakevillageexteriorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westlakevillagelandscapelighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westlakevillagelighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westlakevillageoutdoorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiterose.goip.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildzoopark.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildzoopark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winbignow.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wincasinowin.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "with-planning.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wow202y5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wryoutube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwv-8722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www-8722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xcvb.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xianjianruishiyouyiyuan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinnixdeuren-shop.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--cfa.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--fp8h58f.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--y-5ga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xposedornot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yawen.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yell.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yh599.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yhe.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youlovehers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourbonus.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourfuturestrategy.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeal-interior.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zealworks.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zebibyte.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x0.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "189fc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200fcw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2wheel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3os.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3sdns.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "451.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4fit.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500fcw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "77book.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9pkfz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aati.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academichealthscience.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accpodcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiki.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiki.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aikido-kiel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airductcleaning-fresno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aisr.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alarna.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albanesi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alghaib.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algorithmofsuccess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algoritmus-uspechu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelicare.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ani-man.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antarees.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antirayapmalang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apivia.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apotheek-nl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apotheke-ch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrology42.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attention.horse", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiobookstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austin-security-cameras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoprice.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b-f-s.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baixoutudo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankio.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be-a-password.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "begcykel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belouga.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibliafeminina.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioexploratorium.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackmagic.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackroadphotography.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blasorchester-runkel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bokutake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookingslog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boop.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boostgame.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burialinsurancenetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessradar.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadburymovies.in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canadianoutdoorequipment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashbot.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccoooss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cem.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centrodoinstalador.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centum.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certifix.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheolguso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chif16.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childwelfare.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrismorgan.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cisum-cycling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cna5.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cncmachinemetal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocyou.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "como-se-escribe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comocurarlagastritistratamientonatural.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosasque.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimefreeliving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crochetnerd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curareldolordeespalda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberdyne-industries.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danmarksflyttemand.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datahoarderschool.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datenschutzzentrum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datmancrm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "david-jeffery.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidsimner.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demmer.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diamantovaburza.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dianafaraj.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalhabit.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalhabitat.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimmersoakpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmx.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dokspot.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dokspot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecommercestore.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edragneainpuscarie.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elfnon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elizeugomes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emailcontrol.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "et-inf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etikus-hacker.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evadifranco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evenstar-gaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evilcult.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evokepk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evolvingthoughts.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exploitit.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanhouwan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcp.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felett.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiasgo.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fijnewoensdag.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finansa.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishfinders.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiuxy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flers-agglo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flerstourisme.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flockbox.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridafabrication.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fojt.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodtable.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "footagecrate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forefrontcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foresdon.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumjuridico.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomfinance.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomrahoitus.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "full-stack.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fyretrine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g0881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getweloop.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gippert-klein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gogroopie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gogroopie.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goto10.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupomedlegal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruselgrotte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halbich.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hansch.ventures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanschventures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hansen-kronshagen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hikarukujo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hilde.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hildegardis-schule.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjphoto.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hps.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "httpsiseasy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hveradistributions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibwc.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icake.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ignitedlocal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incompliance.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inevitavelbrasil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosimmo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelly365.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetfonden.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetmuseum.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iocurrents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ishtarfreya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itmindscape.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamaware.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamielarter.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeremymade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiahao.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jjlvk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmfjltd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joejohnson.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joemotherfuckingjohnson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jomofojo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jomofojo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordan-jungk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelleymcchesney.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiyotatsu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kkr-bridal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kndkv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kockanakocko.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "la-kaz-a-velo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacaserita.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamikvah.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landchecker.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanforalla.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lighttherapydevice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "line.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkybos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lmtls.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithspring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmiththewoodlands.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logoesun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louerunhacker.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lwhate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-chemical.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-warrior.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mac.biz.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malufs.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamamoet.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mansfeld.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marmista.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcplayman.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menuel.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesappros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikakalathil.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojarada.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monarchcleanersnc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moosmann-moehrle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motornomaslo.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "move.mil", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movewellnesslab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrkrabat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msroot.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybodylife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycreativenook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nange.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanotechtorsion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationaltrails.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "needemand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemplex.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netrogue.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nettacompany.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netzfabrik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newcloudwhodis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nginxconfig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicklord.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickplotnek.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niconico.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninth.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nshipster.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nshipster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "numerologist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuwaterglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocdadmin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oirealtor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onepointsafeband.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onepointsafeband.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-horoskop.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openbankproject.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openstreetmap.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orangenuts.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orelavtomaster.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paas-inf.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paleolowcarb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papaya.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parisdimanche.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasarella.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passabook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passy.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pc-servis-brno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pickmysoap.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilarguineagil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizzafunny.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "placedapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "placedsupport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potenzmittelblog.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privelust.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programistka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosurveillancegear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pru.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pureholisticliving.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putomani.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qambarraza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qqrss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qqvrsmart.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r-t-b.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rnbjunk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robtatemusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romanticfirstdance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rt22.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ru-music.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safnah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sakura-paris.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sakuraplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanalbayrak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sayrodigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "school-b.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seadus.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secondbike.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securitycamerasaustin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seomarketing.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serveradium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sesam-biotech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sintaxis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skills2serve.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skrimix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slotarazzi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartedg.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somersetscr.nhs.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundscrate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparkresearch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spd-pulheim-mitte.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speletrodomesticos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "st-shakyo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stareplanymiast.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stegmaier-immobilien.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiocn.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunoikisis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svenmuller.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sx8.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synchrolarity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysdot.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szafkirtv.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talktobot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamriel-rebuilt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnologino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telamon.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theastrocoach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theel0ja.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thej0lt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekeytobusiness.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelegionshirley.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestoneage.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thirtyspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomoyaf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainhorns.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transgendernetwerk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckgpsreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truessl.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutu.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uldsh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vat.direct", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ventajasdesventajas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vistodeturista.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitalthrills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vocus.aero", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vodb.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vodb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vovladikavkaze.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vulndetect.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vuotila.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williamboulton.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windsorite.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wumai-p.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiecongan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xrwracing-france.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yassine-ayari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogacentric.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zamalektoday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zii.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmarta.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmarta.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmarta.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmarta.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmarta.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmarta.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmartagroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmartagroup.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmartagroup.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmartagroup.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zrhdwz.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuiacg.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "050.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "078805.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "078810.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "078820.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "078860.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "078890.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0788yh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0809yh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0des.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "114514ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11bt.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123110.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1m.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2018.wales", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "21sthammersmith.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2222yh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22bt.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2912.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2manydots.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3333yh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33445111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33445222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33445333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33445444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4036aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4036bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4036cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4036dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "414553.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4444yh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4553s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5555yh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "55bt.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65477.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6547700.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6547711.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6547722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6547733.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6547744.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6547755.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6547766.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "72ty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7777yh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8888yh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accadoro.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acraft.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acrealux.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acupofsalt.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamsfoundationrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adriennesmiles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advance.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerosimexperience.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afinaudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aisance-co.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ak-webit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alaskajewelry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alicemaywebdesign.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alvis-audio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am-dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amechancez.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amrcaustin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amrcla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreahruby.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidservicetool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aojao.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apgw.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aprogend.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arekatieandchrisgettingmarried.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arekatieandchrisgettingmarried.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arekatieandchrismarriedyet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arm-host.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artedona.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artefeita.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artistrunwebsite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artnims.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ascendprime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asciiwwdc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astarforu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiolot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auszeit-walsrode.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "av-yummy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b-freerobux.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badgirlsbible.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandar303.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankgradesecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basicapparel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basw.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baswetter.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayly.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaglesecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behna24hodin.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernardgo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best2pay.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestfriendsequality.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betalenviainternet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "better.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betterconsult.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "between.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beuteugeu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhosted.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billigerfinder.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioatelier.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birgerschwarz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitfence.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackhat.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blending.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bowdens.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brettw.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brianjohnson.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridgement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brush.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bryansmith.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bt78.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bt9.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bt96.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bt995.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bturboo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bueroschwarz.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buttonrun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byronkg.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canicaprice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardios.srv.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cargorestraintsystems.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlocksmithfallbrook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlosfelic.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casabouquet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casadellecose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbd.casa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbdmarket.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherry-green.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childrens-room.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christec.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christerwaren.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "churningtracker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classictheatrecumbria.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleaningservicejulai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colinsnaith.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collectorsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commerce.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comocurarlagastritis24.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compassfinance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conectumfinanse.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consensoprivacy.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "construction-student.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consulvation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conti-profitlink.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corsectra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corsihaccpsicurezzalavoro.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmicnavigator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "countryfrog.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cp-st-martin.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crickey.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csbgtribalta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csca.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csu.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctl.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customfitbymj.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwinfo.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberpubonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielpeukert.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danmassarano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darinjohnson.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dccommunity.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddholdingservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debarrasantony.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debarrasasnieressurseine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debarrasboulognebillancourt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debarrasclichy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debarrascolombes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debarrasnanterre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decoratingadvice.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deflumeriker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delid.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denizdesign.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dennismurphy.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devcf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devirc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalezukunft.nrw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimseklubben.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dingsbums.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "direktvermarktung-schmitzberger.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discord.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazionizanzare.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dissident.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distillery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diytechguides.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmcglobaltravel.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnlr.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnscrypt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doceamoraviverbem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dockerturkiye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doihavetoputonpants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donnacha.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donotspampls.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drbriones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drillshackresort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumberger-bau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dylanwise.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynapptic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dyncdn.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e51888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easterncapebirding.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easytechguides.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecardoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecxforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electionsbycounty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricienasnieres.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricimagination.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emanuel.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emtradingacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ende-x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epdeveloperchallenge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etasigmaphi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eternalflame.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroservice.com.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exceedagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exerforge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exerforge.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyesandearsrescue.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f-u-c-k.wien", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f0x.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faccess.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faroebusinessreport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashion-stoff.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbook.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdp-brig-glis.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fedoraproject.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feel-events.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fifr.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiissh.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filiio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filstop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finchi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finefriends.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firepeak.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fit-mit-nina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fivethirtyeight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleximaal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleximal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floatationlocations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyshe.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fnkr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "folio.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forexsignals7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formasdemaquillarse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formulacionquimica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forplayers.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortnitemagic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fpvr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frieslandrail.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsbn.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsfxpackages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsvoboda.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuselight.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ganzgraph.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gardinte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garethkirk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garethkirkreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gastritisolucion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geisser-elektronikdata.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generador-electrico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgecolgrove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getbonfire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giftcard.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gillfamily.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gkoenig-innenausbau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalityinvestment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glocalworks.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goettinger-biergarten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goteborgsklassikern.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grabacabpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grailify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "granishe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenapproach.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenrushdaily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gross.business", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grozter.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruppoipl.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackettrecipes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harekaze.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harry-baker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "havenstrategies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcare6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helfordriversc.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hendersonvalleyautomotive.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henley-computer-repairs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herofil.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hesyifei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hh-wolke.dedyn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hisingenrunt.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hisingensck.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hnwebi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoeren.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hof-mulin.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hongzu.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hongzuwang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hongzuzhibo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoop.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotello.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotjuice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtotech.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "httpsispisseasy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hu8188.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hu8hu8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huangliangbo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hugizrecords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hulpmiddelenshop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huyvu.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hxp.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ia1000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamtonyarthur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ichbinein.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iclart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idarv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "identity.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifangpei.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifangpei.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihongzu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihzys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikespta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iligang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iligang.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iligang.xin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imagecurl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imagecurl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immatix.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrafire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infraflip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infraflux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrafusion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingatlanjogaszok.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inovatecsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internet-software.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetofinsecurethings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investosure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iramellor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "issues.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itogoyomi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jayrl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcadg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jctf.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdegbau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesec.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jirosworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobmi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobmiplayground.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johannesburg-escorts.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonblankenship.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsxc.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jucktehkeinen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwsoft.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k-plant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kam-serwis.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaminbau-laub.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karlin.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katagena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazakov.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelp.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keybored.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kgregorczyk.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kibea.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitsapsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knapp.servehttp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kodify.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kother.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krishofer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kristiehill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kubierecki.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kublis.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurrende.nrw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kylegutschow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l33te.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lachlan-harris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lancashirecca.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laufers.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lauraenvoyage.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawyerkf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexdigital.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leymaritima.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindalap.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindemann.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linherest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liupeicheng.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localhorst.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locker.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithbalchsprings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithgarland-tx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithgrapevinetx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithmesquitetx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucafrancesca.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukaszwojcik.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukem.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maatwerkopruimcoaching.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maatwerkzorgcoaching.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macgenius.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macksproductions.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maderasbrown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maidoty.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malesoowki.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maomaobt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcberman.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcel-waldvogel.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcelwaldvogel.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcelwolf.coach", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcusserver.synology.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariannethijssen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markstickley.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinvillalba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinvillalba.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinvillalba.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinvillalba.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinvillalba.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masatotaniguchi.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masayahost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massaboutique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masumreza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mat.tt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrimoni.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayaimplant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mccoolesredlioninn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcnoobs.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meddatix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "media-serwis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediagold.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicalabroad.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meitan.gz.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "members-arbourlake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelband.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mickelvaessen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miemus.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mivzak.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mivzakim.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mivzakim.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mivzakim.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mivzakim.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mivzakim.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlytics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmaps.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mo2021.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mo3.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobag.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobiproj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moderncoinmart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modosaude.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monlabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mono.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morgner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moscatalogue.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motifstudio.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moviko.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moysovet.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpgaming.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrv.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mudgezero.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multitenantlaravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multiterm.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicaconleali.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybonfire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myeisenbahn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myeml.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myipv4.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublicgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublicltd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublicmy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublicsg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublictelecom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepubllc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myseo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myxbox.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mznet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n2host.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n5118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakitbonus2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nansa.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narardetval.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nature-shots.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncdc.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerdbox.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "net-share.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netfuture.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsaboutgames.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextgreatmess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nice.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nilianwo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninjaworld.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niveldron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "njilc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nmontag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notsafefor.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntwt.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "occ.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oculus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldprop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliveoilschool.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omori.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneiroi.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneprediction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onice.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oraculum.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "origincoffee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "origincoffee.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ouattara.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overzicht.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overzicht.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owothisdiz.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxo.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasalt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pavio.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personaltrainer-senti.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peteboc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pflanzen-shop.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmasana.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmasana.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phillyinjurylawyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinkerton.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinkwalk.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinoytech.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pipocao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirates-comic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitchupp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pkirwan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poezja.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poezjagala.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polycraftual.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popcat.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornspider.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preview-it-now.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procreditbank.com.al", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prontossl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protectoraanimalesalicante.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "provisionircd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pukfalkenberg.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q5118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qa-team.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qiuxian.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiumtree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rambo.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapidoo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raspii.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rctalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebtoor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rectecforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redcatrampageforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reher.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relojeriajoyeria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "researchstory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resistav.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "responsivepaper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewspedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhaegal.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardhicks.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riemer.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rightmovecanada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rik.onl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riversidebaptistchurch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rixzz.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rn29.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertayamashita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertayamashita.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roguenation.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roguenetworks.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosalindturner.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roundrock-locksmith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudnikas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runefake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rustikalwallis.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryan-design.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s5118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sahibinden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandtonescorts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandtonplumber24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandtonvipcompanions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sasioglu.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schemingmind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "se.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sealaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sekoya.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sepakbola.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serialexperiments.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serwis-wroclaw.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shanyhs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shmunky.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shreyansh26.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuletime.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplepress.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skala.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleeping.town", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleestak.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smallcloudsolutions.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaltimento.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smart-media-gmbh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartwoodczech.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smcbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smplr.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sms.storage", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowyluma.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sociability.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sondersobk.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soquee.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundbytemedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spdillini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spellcheckci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spindle.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spirit55555.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "springreizen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srv.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standuppaddlesports.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starease.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stargatelrp.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steakhaus-zumdorfbrunnen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stealingheather.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stebet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stge.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiftemaskinen.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stmaryextra.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoinov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storageideas.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storm-family.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strelitzia02.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subversive-tech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subzerotech.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suffa.ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugarfactory.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suko.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunjiutuo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunlit.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supermercato24.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swagsocial.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swimready.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "switch-trader.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sylfie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synicalsyntax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t5118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tachi.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taizegroep.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tallyfy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tannerryan.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taoways.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tasks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tearoomlints.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techniclab.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technik-boeckmann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technikblase.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teensexgo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teknoforums.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleshop.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "templum.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-gdn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecamels.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecameradivision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecoffeecamp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefurnitureco.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themallards.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theroamingnotary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theshield.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomasduerlund.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tigernode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tigernode.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiratuki.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tixeconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmdc.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topsteaks-daun.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toshen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracewind.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracksa.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trasloco.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trollope-apollo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troopaid.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truong.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsu-ku-ro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttspttsp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tusksol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvqc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u0010.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u0020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u0050.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u0060.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u0070.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u0080.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u0090.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uiterwijk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umanityracing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "underwearoffer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniojeda.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upsettunnel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usadba.net.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vagrantbits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valiant.finance", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valleyautoloan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vastkustenrunt.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vawltstorage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veterinarioaltea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victory.radio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villasoasissanur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visionexpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visionexpress.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visionexpresscareers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visualmasters.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitamineproteine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitpeyr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vixrapedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vliegensvlug.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vncg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vndb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vojtechpavelka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volksvorschlagpmar.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volvipress.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vossenack.nrw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vtuber-schedule.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wafuton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waidu.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waikatowebdesigners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waldvogel.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanda.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wandelreizen.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warenmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warnings.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warren.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warsonco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watchonline.al", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weedlandia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weforgood.org.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welshccf.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wes-dev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wesleywarnell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westcoastmarineadvisor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgsi-friesland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatismyip.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatisthe.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiteready.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whittome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whs-music.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiek.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wijaya.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williamsroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windsorspi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "withextraveg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wohlpa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woofsbakery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woomai.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldmeteo.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldofarganoil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpsitemovers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrn.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wumai.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wundernas.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuppertal-2018.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www.org.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xants.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xdawn.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinuspeed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinuspeedtest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinuurl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--5dbkjqb0d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--5dbkjqb0d.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--gfrr-7qa.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--martnvillalba-zib.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--martnvillalba-zib.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--nf1a578axkh.xn--fiqs8s", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--nrrdetval-v2ab.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--y8jarb5hca.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpbytes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtips.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ygobbs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourneighborhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zacadam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zander.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenchain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zentiweb.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhimajk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhthings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zlaty-tyden.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zlatytyden.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zq789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12photos.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "20zq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "319k3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5518k3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5986fc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "64970.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6616fc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6666yh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "72ty.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "74th.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82ty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8688fc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8818k3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8989k3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a0print.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absolutehosting.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ace.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afeefzarapackages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albertonplumber24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allthecryptonews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alquiaga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amcangroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amyfoundhermann.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelesydemonios.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animan.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aoaprograms.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoschadeschreuder.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axtudo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behindthethrills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benjaminkopelke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benz-hikaku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettertechinterviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bielefailed.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigbendguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockchain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogdeyugioh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluemtnrentalmanagement.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blyth.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bondank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brazenfol.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breitband.bz.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bryansmith.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bscc.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsdlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "busit.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "busuttil.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwfc.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c3wien.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campbellapplianceheatingandair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashbook.co.tz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catchhimandkeephim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catl.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cccwien.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceoptique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ch47f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaoswars.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clad.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clangwarnings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultimedia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cordep.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "createme.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cromefire.myds.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberexplained.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damghaem.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielgorr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danslan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degosoft.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital1world.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dipalma.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dissieux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drchrislivingston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsanraffleshangbai.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duocircle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwi-sued.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dziary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-colle.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecacollege.nsw.edu.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduroam.uy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eihaikyo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elbohlyart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elevatoraptitudetest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emperola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emporioonline.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erperium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escape2rooms.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estate360.co.tz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudioamazonico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etresmant.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everpcpc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exsora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exultcosmetics.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezzhole.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fedvan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fee-hosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fjordboge.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyingspaghettimonsterdonationsfund.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freesoft-board.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "froehliche-hessen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fulfilmentcrowd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futuretimes.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gallifreyapp.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garage-abri-chalet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gcgeeks.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigin.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go-dutch.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godaxen.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golighthouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gratisgamecards.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guidebook.co.tz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happndin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "havetherelationshipyouwant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herbhuang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotels4teams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "html.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humorcaliente.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hurleyhomestead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibericaderedes.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ickerseashop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ico500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iliastsi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imanageproducts.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imedes.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immobilien-zirm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "importsagt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indoorcomfortteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infranotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ing-buero-junk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internacao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iochen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iomedia.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iowaschoolofbeauty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipad.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iran-geo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iranjeunesse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-service24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izaakbeekman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jadchaar.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jericamacmillan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeroldirvin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessicahrehor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jisha.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jockbusuttil.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jockbusuttil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jockbusuttil.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jodaniels.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordhy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josephbleroy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsnfwlr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k7azx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaany.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kantv1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kissmycreative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolbeck.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kzar.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labtest.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lai.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgbt.ventures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgbtventures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifegrip.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linzyjx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litebit.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livesheep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovelychalets-peisey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luan.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lykai.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maggie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malezan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuel7espejo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markholden.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marycliffpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcgaccountancy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meeco.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megasystem.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentesemprendedoras.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "messenger.co.tz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michael.band", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelband.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelhrehor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mollaretsmeningitis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneybird.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monzo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monzo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mr-designer-oman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muell-weg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "munduch.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "munwr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napisdata.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nazigol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nebenbeiblog.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nevergreen.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextcloud.nerdpol.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhgteam.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nootronerd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nosqlzoo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutpanda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nwuss.okinawa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nylevemusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omar.yt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openre.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orientravelmacas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parav.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paybook.co.tz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdfpassword.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdfpasswort.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pearlsenroses.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "physicpezeshki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pictureguy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumbingman.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pos.co.tz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precept.uk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pregono.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prioritylawyers.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protobetatest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puq.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q-technologies.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qicomidadeverdade.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radyabkhodro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railtoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rajivshah.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restaurantmaan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rexskz.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riku.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robotkvarnen.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romatrip.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronniegane.kiwi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rossmacphee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saastopankki.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sacrome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saleduck.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saleduck.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saleduck.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saleduck.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saleduck.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saleduck.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samtalen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sannesfotklinikk.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sattamatkadpboss.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scroll.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretsdujeu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semsec.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexoyrelax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgsp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowstack.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sioeckes.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sl899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sl998.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slate.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solentbasketball.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacinov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacivox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spectreattack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ss.lazio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starinvestors.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stijncrevits.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strafensau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroeerdigital.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiopop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stumeta2019.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sudo-i.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superstropdas.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiftpk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swisstechassociation.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabhui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tambre.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamposign.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teengirl.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tehrankey.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theguitarcompany.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehairrepublic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timeless-photostudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tkirch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobiaspahlings.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomy.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trucchibellezza.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustocean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunity.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunnelbear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvipper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twinztech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy30.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhurl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unp.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vedma-praktik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegetariantokyo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viljatori.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vir2.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webalert.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werbeagentur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willvision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wood-crafted.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wood-crafted.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workforce.co.tz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpsmackdown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wtpdive.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xendo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----zmcaltpp1mdh16i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--fs5ak3f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--gfrrli-yxa.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--hgbk4a00a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--kckd0bd4a8tp27yee2e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mgbpkc7fz3awhe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youngpeopleunited.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youtuberis.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zengdong.ren", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zny.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zone403.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0086286.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x0.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1fach-digital.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1lord1faith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1password.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1password.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24zpravy.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2566335.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "286.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "297computers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "314553.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "360rail.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "394553.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3deeplearner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3ik.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4c-haircare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "50.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "508088.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52hentai.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "55797.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "656088.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666omg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "755k3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7570.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "783lab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "787k3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "80036.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "86286286.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8xx.bet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8xx.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8xx888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8xxbet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9riddles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaron.cm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ab-bauservice-berlin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abaaustin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdelsater.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdulwahaab.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absolutedouble.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absturztau.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absturztaube.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acaptureservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acen.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ackermann.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acodess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acousticalsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acriticismlab.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acyume.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamyuan.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "admin.casa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adsamcik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adsbtc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advocator.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adwokatkosterka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adwokatzdunek.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affordableblindsexpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag8-game.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agostinhoenascimento.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agscinemas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agscinemasapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aimax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airductcleaninggrandprairie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airductcleaningirving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airtimerewards.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akr.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aledg.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alessandroz.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alftrain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allsaints.church", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allteach.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alorenzi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphagateanddoor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amifoundation.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aminorth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreadraghetti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreas-hecht.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreashecht-blog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andree.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aneebahmed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animatelluris.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anjoola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anshar.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthonyvadala.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aoadatacommunity.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aofusa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apostilasaprovacao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apsa.paris", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquainfo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabicxz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arclandholdings.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arctica.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arefidgetspinnersgay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arias.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arizer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armbrust.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aros.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arpamip.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arpnet.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arrazane.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashleyedisonuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asian-archi.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atyourprice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audits.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auroz.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auroz.video", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autodidactic.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autodidacticstudios.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autosecurityfinance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avidmode-dev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avidmode-staging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avidmode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azurecrimson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azuriasky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azuriasky.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baby-fotografie-muenchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babybauch-shooting-muenchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babyshoprimini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bacsituvansuckhoe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badgersystems.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badoo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badoo.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bahnenimbild.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bahnenimbild.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bahnmagazine.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baiduo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bamily.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bananavapes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baristador.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bartolomebellido.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basercap.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bauwens.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baytalebaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bazos.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbkaforum.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beardic.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bebout.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benhchuyenkhoa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benjamin-hering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beretech.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergmann-fotografin-berlin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergmann-fotografin-dortmund.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergmann-fotografin-duesseldorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergmann-fotografin-essen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergmann-fotografin-frankfurt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergmann-fotografin-hamburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergmann-fotografin-koeln.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergmann-fotografin-muenchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergmann-fotografin-stuttgart.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestiahosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestjumptrampolines.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestparking.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestpig.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betaprofiles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betterjapanese.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betterjapanese.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betterjapanese.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgwfans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bienstar.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bieumau.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bignumworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billionaire365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binnenmeer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biomasscore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birthright.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bit-service-aalter.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitbox.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biztouch.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blenheimears.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blinds-unlimited.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogdelosjuguetes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluedata.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueridgesecuritycameras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluetexservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluimedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blzrk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodyweb.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bokkeriders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonito.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boost.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bourgdepabos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boyfriendcookbook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasildxn.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brnojebozi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "browsemycity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bttc.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burncorp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buycbd.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bztraveler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bztraveler.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c0rporation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabineritten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calrotaract.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cambridge-security.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cameo-membership.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camjobs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camomile.desi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campvana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cannacards.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cant.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caoshan60.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capstoneinsights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carhunters.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlot-j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolina.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carseatchecks.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carsoug.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casteloinformatica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catalogosvirtualesonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catprog.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cc2729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centrym.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfurl.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chadtaljaardt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chamicro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chargedmonkey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charisma.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chefwear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chenzhipeng.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chibr.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chipglobe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chips-scheduler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chmielarz.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "choyri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianlis.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianlis.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrysanthos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chuppa.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cirurgicasalutar.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cisofy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cispeo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cjdby.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cjean.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clsfoundationrepairandwaterproofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cobcode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codejots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codexpo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codinginfinity.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coentropic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comandofilmes.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comeals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comevius.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comevius.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comevius.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compros.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conatus.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concretelevelingsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conexiontransporte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conn.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conner.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connorhatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conociendosalama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constructieve.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolbitx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coonawarrawines.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coppermein.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corinastefan.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "countersolutions.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "couvreur-hinault.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crawler.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativeglassgifts.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crowdsim3d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crt.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystallizedcouture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culturesouthwest.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curiouspeddler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwrau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwrau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwrau.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwrau.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwrau.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwrau.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwrau.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwrau.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybrary.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czbtm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d3lab.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dabneydriveanimalhospital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daisakuikeda.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielmorell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielran.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dansdiscounttools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dappworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davesharpe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidforward.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidforward.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidmn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dawgs.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddy.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentistesdarveauetrioux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "der-fliesenzauberer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dereddingsklos.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "design-in-bad.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desormiers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destinopiriapolis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detodojuegos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detoxic.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devsjournal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devsrvr.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dex.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dexigner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diablovalleytech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dialapicnic.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digicy.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirkdoering.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djleon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnspod.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobraprace.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donlydental.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donna-bellini-business-fotografie-muenchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donna-bellini-fotografie-berlin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donna-bellini-fotografie-erfurt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donna-bellini-fotografie-frankfurt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donna-bellini-fotografie-hamburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donna-bellini-fotografie-koeln.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donna-bellini-fotografie-muenchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donna-bellini-fotografie-nuernberg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donna-bellini-fotografie-stuttgart.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donna-bellini-fotografie-wien.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donna-bellini-hochzeitsfotograf-frankfurt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dormirmucho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dornhecker.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosdediez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dostlar.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotsiam.in.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draghetti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drawxp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drevanbeale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drfranciscofonseca.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drinkcontrolapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dripdoctors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drlandis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drusantia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drwxr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dryerventcleaningarlington.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dryerventcleaningcarrollton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dso-izlake.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dukatek.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dunesadventure.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwienzek.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dym.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dym.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dym2012.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dym2013.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dym2014.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dym2017.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dymmovie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dzyszla.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-ptn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eacero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaglewreck.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastblue.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyssl.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eboutic.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ec.mine.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eca.edu.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecardoo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecardoo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecardoo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eentweevijf.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efcross.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehbssl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehub.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehub.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehub.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkmedia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkmuseum.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejknet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkwebdesign.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eleaut.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electmikewaters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalpacificpalisades.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricfencingballito.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektro-doerr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eluvio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "embudospro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ememsei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emvoice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emyself.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emyself.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encore.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enjoy-drive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enpasenerji.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ensembling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envoutement-desenvoutement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epidauros.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epigrafes-led-farmakeia.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eposig.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equeim.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erikkruithof.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eroskines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evanreev.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evavolfova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventnexus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evromandie.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exoplatform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exploremonero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familie-kruithof.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanatical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filamentia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filiosoft.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firegore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fireplex.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstdry.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flickcritter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florian2833z.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluids.ac.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fogway.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forquilhinhanoticias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotokomorkomania.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foundationspecialisteast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foundationspecialistmi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxo.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fracreazioni.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankbellamy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free.ac.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freehao123.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frontierdiscount.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frostysummers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullereno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullerlife.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fun25.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funfair.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furry.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g-p-design.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g1s.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabeb1920.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gachimuchi.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gachiyase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galanight.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galilahiskye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameplaysforkids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gametube.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamivo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garciagerman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gartenhauszentrum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gastromedicalcenter.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatemotorsumhlanga.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaurl.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gawrimanecuta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaya-sa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gccm-events.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gdngs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gehirn.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gehirn.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generace-id.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gepgroup.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gerardinden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gerbyte.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gerbyte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gerbyte.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getinphase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gf5fcalc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghowell.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giaithich.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gifts.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gingersutton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gisher.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gisher.video", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glencambria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glitzerstuecke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glu3cifer.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gm-net.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmtplus.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnk.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gocher.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golang.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldcoastasian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldcoastphotographycourses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldfmromania.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gosu.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gradingcontractornc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grahamcarruthers.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphified.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenbaysecuritysolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenliv.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greensborosecuritycameras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grillen-darf-nicht-gesund-sein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grottenthaler.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grrmmll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtopala.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guerard.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hacertest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hacker.holiday", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haidihai.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haim.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hajekdavid.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardwareschotte.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harion.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hash.army", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hausjugo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haydentomas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyteame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henzenhoning.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hgvnet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hj2999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hj3455.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hktkl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hochyi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hohenleimbach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homesteadandprepper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hopesanddreams.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horrormovies.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotcoin.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseofyee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howellaccounts.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howieisawesome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtocommunicate.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hqy.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsappstatic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hti.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubapi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huskyeye.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydrosight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyparia.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyvanilmankampaamo.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ianklug.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibigawamizueco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibstyle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icasture.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idfy.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idisposable.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idolknow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ieeedeis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihtdenisjaccard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikedaquotes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imhua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imwalking.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imyrs.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incy.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiatrademarkwatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indigitalagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inflationstation.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infocoin.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infradio.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrathink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkeliz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innerlightcrystals.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innocenceseekers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insignificant.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investor-academy.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inzestfreunde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ioactive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipv6demo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irrewilse.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islykaithecutest.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islykaithecutest.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ismailkarsli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italianjourneys.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iusedtosmoke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivanboi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivig.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacik.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacksutton.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacobjangles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jadara.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jakewestrip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janterpstra.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jantinaboelens.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarrodcastaing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarrodcastaing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcbgolfandcountryclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdjohnsonwaterproofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jej.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jej.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jelmoli-shop.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerryweb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jf-fotos.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jitlab.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jjjconnection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmce.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joefixit.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joerosca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonahperez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jorcus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joseitoda.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshruppe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "js93029.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsdelivr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ju.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juttaheitland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jvandenbroeck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jzcapital.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k3508.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k4law.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kashinavi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katja-und-ronny.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kdfans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kfm.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidsclub.photos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klzwzhi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolania.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolania.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolorbon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komenamanda.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotobox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanahallen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landlordy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscape-photography.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapephotography.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "langotie.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larsgujord.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc-promiss.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learntale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legrandvtc.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lendingclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leonbuitendam.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesconteursavis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesfilmsavivre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightdream.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limelabs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limelabs.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindsaygorski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linux-audit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxsecurity.expert", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livebandphotos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liverider.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livetoride.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmith-sanantonio-tx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logfro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loigiai.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loihay.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loli.tube", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsmpx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucasbergen.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luke6887.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukesutton.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lzwc.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machinelearningjavascript.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maeln.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magieblanche.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnacarebroker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahjong-navi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maison-haimard.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majolka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makalu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maki-chan.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maniw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manski.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mapstack.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcbeije.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marchwj.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marguerite-maison.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marin-dom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mark1998.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markridgwell.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massagelimaperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matejgroma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mateuszchyla.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matok.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matsu-walk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewgrow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewj.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattlaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maurovacca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mb300sd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcuuid.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcversions.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdazo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediabm.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medja.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menuiserie-berard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mibuiin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelismold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miembarcacion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikkonen.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions57.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions60.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions61.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions62.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions63.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milsonhypnotherapyservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minetracker.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misinstrumentos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mivzaklive.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modulex-gmbh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojizuri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneoci.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneybird.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monotributo.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morrodafumacanoticias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosquitojoe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mphoto.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpu-giessen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpu-vorbereitung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrjhnsn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrprintables.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrtunnel.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mu3on.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murray.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-best-wishes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myamihealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myclasscam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myclasscam.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhome-24.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myinvite.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylittlechat.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylotto.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myperks.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysterydata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n8mgt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n8nvi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n8solutions.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nacfit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadsandgams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakayama.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natura-sense.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navarralanparty.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nayami64.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nechiactua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neffat.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neos.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netsec.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "network-midlands.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "network-midlands.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networking-groups.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkmidlands.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkmidlands.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netz-yokohama.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newlifeband.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextiot.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nflsic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicks-autos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicktheitguy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicolemathew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninja-skillz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nitschinger.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nixx-gel.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noahjacobson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomoondev.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noortronic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordwal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norsewars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notmybox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nulle-part.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyadora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyadora.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyansparkle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obs.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obsessharness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocarupo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olbat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldita.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oles-hundehaus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olifant.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onionbot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opportunity.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oppwa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimised.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimised.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimisedlabs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimisedlabs.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimisedlabs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimisedlabs.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimizedlabs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimizedlabs.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimizedlabs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimizedlabs.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opure.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osnova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ospf.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otakuyun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ottoversand.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "our-box.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourdocuments.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p1cn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pact2017.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalworld.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paper.sc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paranoidcrypto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parentelement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkfans.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parroquiasanrafaeldegramalote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partyyy.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passionatelife.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patapwn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrickquinn.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pauly-stahlhandel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pauly-stahlhandel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdfsearches.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pennington.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peoplesdecade.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pequenosfavoritos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petalkr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonix-company.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photography-workshops.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pie-express.xxx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pintosplumbing.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizza-show.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pj009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pkisolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaisirdumouvement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetsoftware.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planup.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plazasummerlin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plokko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmnaish.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polyr.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poodlefan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portale-randkowe.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portalveneza.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portvincentcaravanpark.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pow-s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pow.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pplsoft.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praxis-odermath.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preio.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pressakey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pressakey.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacychick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privcloud.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procarservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procrastinatingengineer.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectlinuseasttn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertyinside.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prowise.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psici.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psicologajanainapresotto.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pt-d.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptfiber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptfiber.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptfiber.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pty.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puggan.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purplegrapegames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pusichatka.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putrock.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pzpittsburgh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qensio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qingcao.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quelle.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quelle.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quelle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queo.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quitimes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quoteidiot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r7.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "racozo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raft.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rail-o-rama.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rail360.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railbird.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railorama.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railpassie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railvideo.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railvideo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railvideo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rawinfosec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbcservicehub-uat.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reactpwa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readytobattle.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recaptcha-demo.appspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refletindosaude.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reisslittle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relojes-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relojesseiko.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remedionaturales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remilner.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remirampin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resort-islands.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retrojar.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rewtherealtor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rexhockingkelpies.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riaki.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richadams.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ridgelandchurch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rioxmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rivoflor.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rkmns.edu.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmeuropean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robinwill.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robot.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roc.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roodhealth.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rostclub.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal812.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal850.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal857.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal859.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal862.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal863.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal865.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal867.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal868.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal871.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal876.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpgcampaign.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsanahuano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsmith.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryzex.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s1ris.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s64.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saggiocc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sailormoonlibrary.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saint-bernard-gouesch.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saitv.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saleduck.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saleduck.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saleduck.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saleduck.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saleduck.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salutethefish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salutethegrains.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samrobertson.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "san-mian-ka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santamonicapost123.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahdoyley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahlouisesearle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saxotex.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scene.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schottenland.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schutterijschinveld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sciencehouse.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scubaland.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seanrodda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchcandy.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchcandy.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchshops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebald.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebald.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secondchancejobsforfelons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seibu-kikaku.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selectsplat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semiread.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "septentrionalist.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serversfrom.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sethjust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seventwentynine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgs.camera", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shophisway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoshin.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shovonhasan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shukatsu-support.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siaggiusta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sianjhon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidemount-forum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidemount-tauchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sideropolisnoticias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sielsystems.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sight-sound.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sihaizixun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simrail.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinronet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siratalmustaqim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sistemlash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skincare-note.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sky-universe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleeps.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slim-slender.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smakassen.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartietop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smtpdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snaptier.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowpaws.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowyluma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "social-media-strategy.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialmarketingday.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sokaissues.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solden.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soldesduck.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soldesduck.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solidarita-kosovo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songsmp3.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonia.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "souly.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundonsound.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundprotectionllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sp-sites.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spinor.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spoorcam.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spslawoffice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spsnewengland.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staffordlabour.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stakestrategy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stanron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "star.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startsamenvitaal.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statistik-seminare.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stcplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevecostar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoneagehealth.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storeit.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "street-medics.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "striped.horse", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuarteggerton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiopirrate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studytale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugarmillmanagement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suka.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suke3.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sundragon.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunfiregold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superdaddy.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supermae.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surgiclinic.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svetdrzaku.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svobodnyblog.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweak.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiftpcbassembly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syamuwatching.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sympmarc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemchile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabi-news.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taiphanmem.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tannerwj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taplamvan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tapsnapp.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxid-k.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbejos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technic3000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technikman.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techtrader.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techtrader.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tellcorpassessoria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "termux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetraetc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-woods.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebarrens.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebestpersonin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebinarys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebulletin.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecookiejar.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefuckingtide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehoryzon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelatedcult.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepoplarswines.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thereisnocloud.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theworldexchange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theworldexchange.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theworldexchange.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisisgrey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomasmerritt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thoroughbreddiesel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketmaze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketrunway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tilta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timbers.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timhieubenh.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timhieuthuoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tina.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tit-dev.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmakiguchi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toabsentfamily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobiaswiese.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokenmarket.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tom.je", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomandmara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomspdblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toplist.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topsailtechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainmagazine.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainmagazine.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainmagazine.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainplaza.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainplaza.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainplaza.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trajectfoto.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trajectvideo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transitmoe.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transoil.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treinmagazine.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treinmagazine.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trevsanders.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troyhunt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truncus-encephali.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ts3-legenda.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsai.com.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttrade.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tudorapido.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuffsruffs.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turl.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tweetfinity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tweetfinityapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulgc.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicorn-systems.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universal.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upholsterydesign.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upturn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbandance.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urep.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urlakite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uskaria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usweme.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utterberry.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uw1008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valcardiesel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valleydalecottage.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vandorenscholars.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vandyhacks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vangoghcoaching.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vendermicasarapido.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verifiedjoseph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verifiny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetbits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vgorcum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videosxgays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vikalpgupta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinetech.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip-9649.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip9649.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viralsv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrjetpackgame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsestoki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vuojolahti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vwfsrentacar.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w1221.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wandystan.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangbangyu.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangbangyu.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangbangyu.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangbangyu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangbangyu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanybug.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanybug.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanybug.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanybug.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterdogsmokedfish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waverlysecuritycameras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waycraze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wblinks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wby.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcwcg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-odyssey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-siena.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-smart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webadiccion.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webadicta.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webadicto.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcurtaincall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdemaestrias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webnexty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webseo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websouthdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weynaphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatusb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whoiscuter.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whoiscutest.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whynohttps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildwind.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisedog.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womcom.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woudenbergsedrukkerij.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www-66136.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www-7570.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www-80036.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www-9649.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www-pj009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wxforums.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wylog.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xdos.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xeiropraktiki.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaomao.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xjf6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--68jub.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80adbevek3air0ee9b8d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ehq13kgw4e.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--krpto-lva.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xoonth.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yhfou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogahealsinc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourtrainingsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yrjanheikki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yspeo.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuki-portfolio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuyo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yyrss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z-to-a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zacharyseguin.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zalvus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zbut.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdrave-konzultace.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdravekonzultace.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zephyretcoraline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhenyan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhi.ci", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhongzicili.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zkontrolujsiauto.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoarcampsite.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zozo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zpy.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zvejonys.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123opstalverzekeringen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16book.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24hour-locksmithsanantonio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24hourlocksmithbaltimore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24hourlocksmithdallastx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5percentperweek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "64bitservers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8884553.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8da222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9fvip.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aa43d.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaronburt.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acareer.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acfo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acid.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addon.watch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adesa.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerobasegroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agencewebstreet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aistrope.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alainfrancois.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldiabcs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphadote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amati.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amend-friseur-schwabing.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americandetour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amiu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animeinsights.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antiekboerderijgraafland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquelarreweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arose.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atelierfantazie.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austinlockout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austintxacrepairtoday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austintxlocksmiths.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autobahnco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axis-stralis.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axisfleetmanagement.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azuki.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badoo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ball3d.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ballitolocksmith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banham.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barbershop-lasvillas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barcouniforms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baresquare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basonlinemarketing.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcs.adv.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beacham.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beeming.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bemindly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ben-jarvis.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benedikt-tuchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestschools.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjrn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blantr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockcheck.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blue-gmbh-erfahrungen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blue-gmbh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bramygrozy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandand.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brigittebutt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishchronicles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishsnoring.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brittanyferriesnewsroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burfordbedandbreakfast.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "busanhs.bid", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "busanhs.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byange.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafericoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campeoesdofutebol.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "captain-dandelion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carbonmonoxidelawyer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carkeysanantonio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlocksmith--dallas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlocksmithellicottcity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlocksmithlewisville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlocksmithmesquite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carterstad.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbin168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccss-cces.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cduckett.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebmasta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certificatespending.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ching.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiropractic.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christthekingparish.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinemasetfree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clacetandil.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleanapproachnw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudkeep.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudsign.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "club-creole.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "club-premiere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cm.center", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnvt.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comeoishii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comosefazisto.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compservice.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coquibus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corrick.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costablanca.villas", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "countermats.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "currentlyusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custombikes.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybersecurity.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daigakujuken-plus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dampedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dancebuzz.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniel-wildhaber.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dansa.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dark.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datagrail.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealerselectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltasigmachi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dialectic-og.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitaltcertifikat.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discoverucluelet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctorbini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donna-bellini-hochzeitsfotograf-muenchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotjesper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotjesper.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotjesper.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drbarnabus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsgvo.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "due-diligence-security.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duerlund-falkenberg.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durbanlocksmiths.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-borneoshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecomycie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eesti.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehub.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elcontadorsac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enord.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erics.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "establo.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eugenechae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europarts-sd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exarpy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanyina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faschingmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiondays.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiondays.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiondays.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatecdevday.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feildel.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitinclass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flavo.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floorballpoint.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fnanen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forex-plus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forextickler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franzknoll.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freesquare.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frontlinemessenger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futcre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galeria42.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "game4less.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ganyouxuan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gazete.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geniush.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georadar-algerie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgiaautoglass.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gesica.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getwemap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ginzaj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "git.sb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glamourdaze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glosiko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmslparking.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnfrazier.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goesta-hallenbau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goooo.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandcafecineac.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregmote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grocerybuild.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grumples.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guyeskens.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyara.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gynoguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haimablog.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haltegame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanpenblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "has.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdcamvids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthiergenerations.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitn.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hkbsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeimagician.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horton-brasses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotdoc.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelarevalo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotels3d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houstontxlocksmiths.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huber-informatik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huh.gdn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humeur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huntsmansecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huonit.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyperstack.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iaf.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibodyiq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idealimplant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idratherbequilting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifxd.bid", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ignat-mag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihls.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihls.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihls.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikarr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imaple.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "improfestival.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianapolislocksmithinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinitybc.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infr.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrapass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integratedintegrations.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iposm.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irandp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-seems-to.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itruth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iuyos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iyouewo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jakubklimek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesross.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jianji.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jicaivvip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jichi000.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jjmarketing.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jjsummerboatparty.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jlink.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jloh.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johncook.ltd.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnmcc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jolle.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "just-english.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabaca.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaneisdi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapgy-moto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katzensklave.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazek.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazekprzewozy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazumi.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kecht.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keditor.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kersmexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keyhomechecker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiwi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kloudboy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krazyboi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krey.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krishnenduayur.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvantel.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kwiknews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lappari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lara.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larryli.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ledshop.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenget.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "likebee.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkedpipes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lobosdomain.hopto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmith-durbannorth.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithballito.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithbluff.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithedmonds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithhillcrest.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithindurban.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithmissouricity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithopen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithsanantoniotexas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithsbluff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithseattleco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithservice-houston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithspringtx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithswestville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lohmeier.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumen.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lupinenorthamerica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxofit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mad.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magu.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mail-de.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mantra.pictures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcelkooiman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marchukov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martijnvanderzande.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massfone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathiaswagner.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewchapman.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mb300sd.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mccordsvillelocksmith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mchel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcon.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mds-paris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meditel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medvedikorenka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merlinsoap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merson.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merson.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meurisse.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgcraft.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midnightmango.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midnightmango.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirrorbot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missevent.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misskey.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnml.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnml.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motocollection.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtiryaki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundomagicotv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvisioncorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwezi-foundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwezi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygirlfriendshouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myweddingreceptionideas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myxnr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakalabo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakene.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namethissymbol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nappynko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nazukebanashi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncloud.freeddns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neowa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkmon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newfangledscoop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newposts.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickhitch.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nigt.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikonlibrary.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nitix.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomagic.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noodlecrave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noret.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nova-kultura.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nstrust.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obamawhitehouse.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceanlord.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oenings.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offertegiuste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohnonotme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oilfieldinjury.attorney", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okmx.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldroutetwo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omoide-hitokoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onedegreehealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineporno.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onnaguse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opadaily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "open-gaming.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openbayes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opendata.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ops-com.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osmestres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osobliwydom.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourmaster.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owlandrabbitgallery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paketo.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paragonremodeling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkhost.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passionandbalance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passionebenessere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pculiar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personal-injury-attorney.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petresort.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pglandscapingpaving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phr34kz.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pianomover.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.gdn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixe2019.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizzamc.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pjsec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playerdb.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playupnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plny.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plutiedev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmheart.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politicachubut.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potzwonen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poundwholesale.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerplaywashers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppsvcs2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presskr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacychick.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proadvanced.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodottogiusto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progressnet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promoteiq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prontointerventoimmediato.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosharp.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "providencecmc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pwaresume.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pwnedpass.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pxl.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pyrios.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qnq.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qr.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qrbird.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualpay.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queene.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queextensiones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r3bl.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radarnext.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rail24.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rayanitco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcifsgapinsurance.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdjb2b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reallytrusted.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redsquirrelcampsite.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refinansiering.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rentalmed.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resultsatretail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardharpur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ricoydesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rimediogiusto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rimorrecherche.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronzertnert.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootonline.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rttvvip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rueegger.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruralink.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rushter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rvfu98.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryan-gehring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s4media.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safebasementsofindiana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintmichelqud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salemedia.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salonasymetria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salonasymetria.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sammyservers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scan.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scontogiusto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seby.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sec4share.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securityheaders.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendaiouji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serendeputy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowkingdomrecords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoeracks.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shop-hellsheadbangers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silicon-north.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silicon-vision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silkon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simonweil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sixcorners.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sklepwielobranzowymd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skycmd.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyynet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sletat.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartwank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sobeau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softonic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softwaylancing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparkz.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spiel-teppich.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sproktz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srigc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staljedevledder.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stampsbar.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stephencreilly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiltmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stitchinprogress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stma.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stmarthachurch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stromaci.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stromzivota.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiobergaminloja.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suited21.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunsong.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surasak.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surefit-oms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surfnetkids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suruifu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suruifu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "susanvelez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "susoccm.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suv4.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suziekovner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swimmingpoolaccidentattorney.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syamutodon.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemonthego.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syukatsu-net.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szaloneigly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szetowah.org.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabi-runrun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagesmutter-zwitscherlinge.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tahavu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tandilmap.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarots-et-oracles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcvvip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcwis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teammateworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techableme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "test-dns.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "test.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaliagetaway.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thatsme.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedom.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefairieswantmedead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theflowershopdeddington.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegrs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themobilestuffs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theproductpoet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therepublicofliverpool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therugswarehouse.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesslstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thethreepercent.marketing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetvtraveler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tichieru.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketsource.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tierraprohibida.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tilosp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timsayedmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tis.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tl.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobaccolocker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomahawk.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toot.center", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trappednerve.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trucchibellezza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttclub.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuffclassified.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuou.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twisto.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twistopay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tzermias.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uclf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udancy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhssl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniontestprep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upwardtraining.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upyourfinances.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uraimo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uxteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vega-rumia.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vergessen.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viagusto.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinsation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viqo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualcommodities.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visalist.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitra-showrooms.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrij-links.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vwo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walksfourpaws.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanlieyan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapking.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterbrook.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webauthority.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdollarvpn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webexpertsdirect.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wheezie.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitkirk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winch-center.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winwitharval.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wischu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wjcainc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordpress-test.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "world-lolo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrathofgeek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wxdisco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyrickstaxidermy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaolong.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--48jwg508p.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--4kro7fswi.xn--6qq986b3xl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--fiqwix98h.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--keditr-0xa.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--klmek-0sa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--q9ji3c6d.xn--q9jyb4c", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xrg.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xs74.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtenz.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.africa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xuanmeishe.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xyenon.bid", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yatstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ycnrg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yellowtree.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yenpape.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeyi.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yougot.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youracnepro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourmemorykeeper.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youthovation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ytx588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yugasun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukari.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zacchaeus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakariya.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zapmaster14.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zcore.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zennzimie.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zennzimie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerotoone.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zionsvillelocksmiths.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zirtek.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zjv.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233hugo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24hourlocksmithdetroit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2g1s.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-wife.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acg.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achmadfamily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activiteithardenberg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adex.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adorno-gymnasium.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aimstoreglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alainfrancois.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexgebhard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alp.net.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amateurradionotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amionvpn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ankitpati.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aoa.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqdun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arbeitsch.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "architectryan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arizonabondedtitle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arti-group.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asbestosthedarkarts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assistel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attelage.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aussiegreenmarks.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayamchikchik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b0k.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakanin.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balancedbrawl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bardes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behamepresrdce.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernat.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigwiseguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biso.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitaccelerate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bk-wife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blui.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bombe-lacrymogene.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boyntonobserver.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brakpanplumber24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandonlui.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridalshoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brucekovner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brzy-svoji.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bst.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsuru.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesswebadmin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytemix.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c5h8no4na.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calcoolator.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camshowstorage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlocksmithbaltimore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinomucho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casionova.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castle-engine.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catherinejf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathy.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathy.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathyfitzpatrick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathyjf.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathyjf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathyjf.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathyjf.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathyjfitzpatrick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cesantias.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceta.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chenna.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chr0me.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christtheredeemer.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloud58.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudcite.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "club-slow.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "club-yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cm3.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computercraft.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concordsoftwareleasing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contents.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covenantmatrix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crgalvin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursosforex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursossena.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybercrime.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cypherpunk.observer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denwauranailab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devnull.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devragu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirkjonker.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divinasaiamodas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorpshuiskesteren.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dota2huds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dowell.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamersgiftshopec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dressify.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drgdrp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "druckerei-huesgen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsne.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dxgl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-sw.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaglexiang.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elfring.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eluft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epiphanyofourlordchurch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erichogue.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esp-desarrolladores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etherderbies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evermarkstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everything-everywhere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evilbeasts.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "figure.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "film-storyboards.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmsphoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finanstilsynet.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flacandmp3.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floors4lessbay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxesare.sexy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francis.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futa.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fzhyzamt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galecia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamepreorders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaymerconnect.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaymerx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaymerx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaymerx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gc.ru.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geniushost.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gensokyo.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfwno.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gimme.money", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandcapital.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hagiati.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hatpakha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcultureexpo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hexiaohu.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hkr.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoepli.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hues-in-lee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iassess.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "identassist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifcfg.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikebukuro-shame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imyjy.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incert.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inchidi.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inff.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infopuntzorg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innobatics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inscripcionessena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isitrest.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jointotem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jorgerosales.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsnfwlr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junggesellmuc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justmensgloves.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8n.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keane.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kellimacconnell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keygen.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kombidorango.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotakoo.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kssk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuroha.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l3j.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ldsun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lfklzw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liamelliott.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeartstudios.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightscale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ller.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lnyltx.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithdearborn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithlivoniami.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithmadisonheights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithsammamishwa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithscottsdaleaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lormansas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucafontana.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumminary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-gh.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magic-cards.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magiccards.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magosmedellin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mark-dietzer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marylandbasementandcrawlspacewaterproofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbwis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediaukkies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediawijsheid.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediawijzer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millettable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixx.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlfaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mm-wife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilecontractcomparison.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moeqing.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moviltronix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mudbenesov.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "music-world.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naive.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neteraser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nethostingtalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nex.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notarkrauss.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nulap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nxit.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odinseye.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odisealinux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offgridhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onionbot.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ontsnappingskamer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p2av.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacifco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patsch-photography.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paynet.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pems.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peto.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piroleikki.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelz.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumbingboksburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pluth.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokemonlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokemonsimulator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornofilmovi.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pp-server.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiumcredit.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proact-it.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programsareproofs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "project86fashion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prolinos.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protectedreport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queens.lgbt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ra-joergensen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ratinq.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rault.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regularflolloping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resine.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romancloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romleg.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsridentassist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudhaulidirectory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rydermais.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safeguardcommerce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sammamish--locksmith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandervanderstap.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schokofoto.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottgalvin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "service-wueste-vodafone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sethoedjo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shakingthehabitual.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shawnalucey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiqisifu.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signsdance.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silent-yachts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skill.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skillmoe.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartrecruit.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulike.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southsidebargaincenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stian.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stmichaellvt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stremio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suaraangin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sukoyakapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supplynation.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szzsivf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tastenewwines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techpoint.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teslamagician.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testeveonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theadelaideshow.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theaps.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebarneystyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefilmphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekovnerfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themigraineinstitute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theneatgadgets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tixify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todoscheduler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todoscheduler.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topciderska-crkva.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tortocan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tresor.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twilightcookies.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txtecho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy21.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy23.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy25.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy26.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy27.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy28.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy29.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy31.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy50.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy56.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy57.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy59.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy60.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy61.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy62.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy67.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy69.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy70.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy71.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy72.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy73.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy74.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy75.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy76.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy78.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy79.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy80.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy81.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy82.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy83.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy85.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy90.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhappy99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utube.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vault81.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veloroute.hamburg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vincible.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vintagemakeupguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vogelbus.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voidx.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vokurka.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wb256.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weekvandemediawijsheid.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wezartt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpccu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wxzm.sx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xhily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xmlogin288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ybt520.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youmiracle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerosync.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoi.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "01011970.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "01110000011100110111001001100111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0311buy.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "06091994.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1001carats.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1001kartini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1177107.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1288366.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1q2w.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233bwg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "291167.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2h-nagoya.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2y.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "51tiaojiu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66bwf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8086.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "818bwf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8722.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "888bwf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88bwf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9822.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9822.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdel.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accoladescreens.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actonwoodworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ad13.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae-construction.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerapass.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afcompany.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afcurgentcarelyndhurst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affordableenergyadvocates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agencyinmotion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrajag.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.co.cr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.co.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.co.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.bo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.hn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.kh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.mt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.ni", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.pa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.py", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.sv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.gy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akilli-devre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alabamadebtrelief.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alaskafishinglodges.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alek.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandrastorm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algoaware.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aliorange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allamericanprotection.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allgaragefloors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allofthestops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphaman.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amateurchef.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ameschristian.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amnesty-bf.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anarchyrp.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angeloryndon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anneliesonline.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthonyfontanez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aos-llc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aptitudetests.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "araraexpress.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armanozak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arviksa.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asproni.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astral-imperium.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ataber.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athenaneuro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atvirtual.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atxchirocoverage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austenplumbing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automoto-tom.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoprogconsortium.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avidthink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avvocato.bologna.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aziende.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barter4crypto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bashing-battlecats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bassys.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bastadigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bazaarbhaav.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beamstat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellamodeling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bethpage.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biddle.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biegal.ski", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bl00.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackyau.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bliker.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloglogistics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogthedayaway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blood4pets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bokadoktorn-test.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bondlink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonrecipe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "booker.ly", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bot-manager.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boyerassoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boyinglanguage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brickstreettrio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brouwerijdeblauweijsbeer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwf11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwf55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwf6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwf66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwf77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwf99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caaps.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camdesign.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardsolutionsbh.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlocksmithtucson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casacochecurro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbk-connect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cd-shopware.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cedarslodge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centromasterin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cg.al", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgurtner.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chabik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chbk.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chilimathwords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chovancova.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciiex.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "civiltoday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleandetroit.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleandogsnederland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearbookscdn.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearvoice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicasmedicas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "com-news.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compactchess.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consagracionamariasantisima.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultoriosodontologicos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contemplativeeducation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copta-imagefilme-und-drohnenvideos.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crawford.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crinesdanzantes.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cromosomax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruzadobalcazarabogados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypto.tube", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptodyno.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cskdoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctoresms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubetech.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cumberlandrivertales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cypad.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-parts.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dabasstacija.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielsfirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darioclip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkrisks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dasignsource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidtiffany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debkleinteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decoating.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deftig-und-fein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designedbygeniuses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detectivedesk.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "develops.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diagrammingoutloud.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diatrofi-ygeia.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digipitch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital-muscle.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitaletanker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalfury.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diozoid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dixibox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlui.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlyanxs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnakids.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domob.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drewapianostudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drrodina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drtimmarch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsgarms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsgholsters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubtrack.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dulcinela.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duncanmoffat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duncm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easy2bathe.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebooklaunchers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduxpert.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eelcapone.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eirb.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eldevo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elizabethrominski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emecew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emily.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emploi-collectivites.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enalean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encycarpedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equallyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esrhd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esrinfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiarparaser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esurety.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etax.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evanwang0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evenstargames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everitoken.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everythingstech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evidencija.ba", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evilbunnyfufu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exitooutdoor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expertviolinteacher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faelix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fahnen-fanwelt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fameus.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasticservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasyprojections.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanyina.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashtic.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastcp.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatmixx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fattorino.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcingolstadt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femiluna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feross.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feybiblia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filestartest.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firesuite.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flanga.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fletemaritimo.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flip.kim", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotografechristha.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fpgradosuperior.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankopol-sklep.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freie-software.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frenchmusic.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frontier-ad.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frontiers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furcity.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furrytf.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futbomb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futuregrowthva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g0man.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g2ship.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gagliarducci.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galabau-maurmann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galacg.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemgroups.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "general-insurance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germancraft.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getcommande.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getfoundquick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghou.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gisch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "githubber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "githubber.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glasweld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmplab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goflipr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodhealthtv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodshepherdmv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grasso.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenmachines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregbrimble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grego.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsmbrick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunauc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gv-salto.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gymjp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gzitech.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h10l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackerone.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hadret.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hadret.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handknit.com.np", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handmadehechoamano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handy-center.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hankr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanksacservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hannahi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hannover.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hansahome.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harvarddharma.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heapkeeper.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heren.fashion", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirakatakoyou.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirevo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hisgifts.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "home-insurance-quotes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelpostaorvieto.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtoteachviolin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huangjiaint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huaqian.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hugo6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunter-read.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huntsvillecottage.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huxcoconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hybridragon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibuki.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ic-spares.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icobench.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idealsegurancaeletronica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideiasefinancas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "identigraf.center", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idodiandina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihakkitekin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilookz.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "industriafranchini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infomir.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infuzeit.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inglebycakes.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instead.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integrateur-web-paris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integrityokc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internationalschoolnewyork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetbusiness-howto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inumcoeli.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invitation-factory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irdvb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iso27032.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itikon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itreallyaddsup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivact.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackhoodtransportation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaetech.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesjboyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesturnerstickley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamie-read-photography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janebondsurety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jannekekaasjager.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japon-japan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaxxnet.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaxxnet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jelleschneiders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jemefaisdesamis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeparamedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobatus.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobatus.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobatus.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobatus.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobatus.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshgilson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrflorian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaivac-emea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalakarclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kan3.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kat.marketing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katex.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ketotadka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kfassessment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "killdeer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinderkleding.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kipiradio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirinuki.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kix.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kkws.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kokona.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kredita.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kristenpaigejohnson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kristofba.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kronych.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krytykawszystkiego.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krytykawszystkiego.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuzdrowiu24.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laeso.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamp24.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lampade.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lampara.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lampen24.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lampenwelt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lampy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laravelsaas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latedeals.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latestbuy.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laurenceplouffe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavishlooksstudio.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leadstart.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leatam.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ledlight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lepidum.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liamlin.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightdark.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lights.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lignite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "likesforinsta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "likui.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liquipedia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littleboutiqueshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littleboutiqueshop.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loadtraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localprideart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locurimunca.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logicz.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorientlejour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losrascadoresparagatos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loungecafe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loungecafe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovebigisland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovecrystal.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucascobb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukas-meixner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luminaire.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lupecode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luqsus.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m134.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magebit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnunbaterias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahjongrush.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maler-marschalleck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mana.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangahigh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manmeetgill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariacorzo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marijnfidder.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marjeta-gurtner.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markandrosalind.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingforfood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martin-loewer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matdogs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathematris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matome-surume.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcfipvt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediabackoffice.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediarithmics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medsindex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memesbee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meric-graphisme.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meupainel.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfz.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mhadot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mhand.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mhatero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michadenheijer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijnkinderkleding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijnpartijhandel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millersminibarns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "million5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "million6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "million8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions14.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions15.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions16.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions17.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions19.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions20.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions25.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions26.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions27.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions28.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions29.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions31.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions32.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions35.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions36.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions37.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions38.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions39.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions40.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions41.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions42.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions43.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions50.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions51.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions52.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions53.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions56.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions59.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions70.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions71.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions72.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions80.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions81.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions82.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millions99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mim.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimemoriadepez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mipueblohoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misskey.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mit-dem-rad-zur-arbeit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mit-dem-rad-zur-uni.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mityinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitylite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixrepairs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mna7e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobi4.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modul21.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modul21.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momentum.photos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momo0v0.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonbench.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mountainchalet.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mountainspringsrentals.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrgasfires.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mui.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mum.ceo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murraya.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mx-quad.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myaspenheights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybasementdoctor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybusiness.wien", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhloli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myownconference.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrevery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrotvorets.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myserv.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywebmanager.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nannytax.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nashdistribution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natgeofreshwater.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nativitynj.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturalfit.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nb01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndfa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemopret.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netexem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nettilamppu.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newmusicjackson.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextlevel-it.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickmertin.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nn78.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodevops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norestfortheweekend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notacooldomain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noydeen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "npsas.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuclea.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nudevotion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o-results.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oakandresin.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohmayonnaise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohol.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldno07.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olfnewcastle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omarsuniagamusic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ond-inc.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oportunidadesemfoco.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osomjournal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p5118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacificcashforcars.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pageperform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panjee.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partijhandel.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partnermobil.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasadenasandwich.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulcooper.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peacedivorce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "per-olsson.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peterjin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petr.as", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pewnews.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfrost.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgh-art.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharside.dyndns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phattea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phil-dirt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinkylam.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinnacleallergy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planolowcarb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playviolinmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plexmark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plus1s.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmbtf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pohlednice-tap.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polar-baer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polinet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polis812.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pottreid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerfortunes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersergthisisthetunnelfuckyouscott.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppoou.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praktijkpassepartout.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precisiondigital-llc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presbvm.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-taucher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-taucher.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promorder.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prynhawn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prynhawn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prynhawn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pscp.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puralps.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pursuedtirol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pushphp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qlix.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualityhvacservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quarus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quovadisaustria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qvg.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-pulsar.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radom-pack.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranfurlychambers.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raphaelmoura.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcmpsplib.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebeagle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebelonline.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "receptionpoint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reesmichael1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refuelcreative.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regresionavidaspasadas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remax.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remini.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "report2psb.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reyna.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardramos.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardson.cam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rifkivalkry.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rochakhand-knitcraft.com.np", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocketsandtutus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roninitconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roundtablekzn.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal806.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal810.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal811.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal813.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal816.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal817.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal830.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal833.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal851.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal856.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal861.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal872.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal873.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal875.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal879.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal88.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal882.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal888888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal890.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal891.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal892.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal893.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal894.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal895.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal896.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalyule.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpauto.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russiaeconomy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryyule.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s4q.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safeguardhosting.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salva.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samitechnic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samlivogarv.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanantoniolocksmithtx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sascha.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sascha.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saschaeggenberger.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saschaeggenberger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scbdh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolcafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scigov.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrumpus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdayman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secinto.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securetrustbank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securitycamerascincinnati.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securitycamerasjohnsoncity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sellorbuy.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sellorbuy.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semdynamics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sennase.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfaparish.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgs-systems.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shalyapin.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharisharpe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shawnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheekdeveloper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheekmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shellot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shgroup.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiqi.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shirao.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shivatattvayoga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopregional.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shortcut.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuvo.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuvodeep.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sierpinska.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sierpinska.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signdesk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silverkingalaska.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitefactory.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjzebs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjzget.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjzybs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skillout.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skutry-levne.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skutry.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sky-coach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sky-coach.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyn3t.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartacademy.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartmarketingcoaching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sngeo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snoringhq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowy.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softbebe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solepurposetest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solitairenetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southernlights.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southernstructuralsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "space-y.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sperec.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spinalo.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "splopp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportstreetstyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srife.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "st-innovationcup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staer.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starsing.bid", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stclementmatawan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stclementreligioused.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stephansurgicalarts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stjohnsottsville.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stjoseph-stcatherine.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stjscatholicchurch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stjustin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stlukenh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strawberry-laser.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamkit.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroseoflima.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugarlandkarate.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sujal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superway.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suttacentral.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swqa.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syntheticgrassliving.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tadiranbatteries.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talentwall.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tam-moon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tannerwilliamson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tar-mag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tccmb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tellyourtale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teriyakisecret.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terminsrakning.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebeginningviolinist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theblueroofcottage.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thediamondcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefashionpolos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theforkedspoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegospelforgeeks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theregoesbrian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesarogroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theyakshack.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thingsof.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threatcon.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threatnix.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokintu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tone.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toomy.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topkek.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toppointrea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tosamja.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toutvendre.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toutvendre.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toutvendre.cm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toutvendre.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toutvendre.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toutvendre.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toutvendre.pics", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toutvendre.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toutvendre.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracemyplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trailcloud.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traveleets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelrefund.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendus.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trilliumvacationrentals.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trouble-free-employees.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsgkc1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuasaude.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turf-experts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultrautoparts.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.gdn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ungeek.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ungeek.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unimbalr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "univerpack.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upnorthproperty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uprint.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uptechbrasil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utahtravelcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uuid.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v2ray6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v2ray66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v2ray666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanagamsanthai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanagamseeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vapesupplies.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vbql.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veganmasterrace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vendreacheter.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vendreacheter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verge.capital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verustracking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veryimportantusers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vestum.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veterinarian-hospital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidracariaespelhosbh.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viewey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vignoblesdeletat.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinihk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitmaine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vocalik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vogue.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voidma.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vorte.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpnpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvzero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vxz.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w95.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wa.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wajtc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanzenbug.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webgap.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weddingofficiantwilmington.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wereoutthere.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "white-ibiza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williamscomposer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willowbrook.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woaiuhd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldrecipes.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpgoblin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wtp.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwww.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwww.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--obt757c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--trdler-xxa.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ymoah.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ynxfh.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoppoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "you2you.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourstake.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zacco.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerowastesavvy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zionnationalpark.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoomcar.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1se.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "23333.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24hourcyclist.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2bad2c0.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "360vrs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "371cloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "411416.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "50.gd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5364jc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "55639.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "69wasted.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7045.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8349822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876520.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876578.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876598.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876655.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876660.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876687.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876770.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876775.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876776.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876779.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876838.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876858.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876879.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876882.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876900.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876991.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876992.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876996.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8880013.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8880021.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8880023.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8880025.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8880057.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8880059.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8880067.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8880083.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8880100.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8886737.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8886739.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8886793.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8886806.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8886860.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8889457.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8889458.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8889466.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8889563.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8889709.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8889729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8889792.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8889807.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8889809.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8889819.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8889870.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8889881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8889890.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8889893.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8889903.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8889910.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abateroad66.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abitidalavoro.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absimple.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academkin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acklandstainless.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actioncleaningnd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addictionresource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advanced-fleet-services.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advertis.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aegialis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerospace-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affloc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agriculture-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agy.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aibiying.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ailitonia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aimi-salon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnbchina.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airwaystorage.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aktin.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "al3366.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albrocar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-fashion-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allemoz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allemoz.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allhard.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allius.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almorafestival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "american-school-search.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanindiannursing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amicimar.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anaveragehuman.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ankaraseo.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antennista.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appinn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arackiralama.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "architecture-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armazemgourmetbrasil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arte-soft.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arteequipamientos.com.uy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asegem.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspformacion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atwar-mod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audion.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auspicacious.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "author24.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-dealership-news.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autonewssite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoteplo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avalyuan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avantitualatin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avs-building-services.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ay-net.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backseatbandits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bahaiprayers.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balletcenterofhouston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbld.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaverdamautos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejarano.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berger-chiro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernardez-photo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bescover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-accounting-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-art-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-baptist-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-beauty-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-business-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-catholic-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-community-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-culinary-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-education-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-engineering-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-graduate-programs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-hvac-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-lutheran-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-management-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-marketing-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-music-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-nursing-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-pharmacy-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-trucking-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestbefore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestelectricnd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestpal.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biblioporn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biology-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisq.community", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bistrodeminas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitmask.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitsoffreedom.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjmun.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blaauwgeers.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blaauwgeers.travel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackhell.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bleutecmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blinder.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonawehouse.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bongo.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonux.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botezdepoveste.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botsindiscord.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridgedirectoutreach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "briffoud.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "browserleaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brycecanyonnationalpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bso-buitengewoon.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bubblin.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bursa3bydgoszcz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessmadeeasypodcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-out.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byhe.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caldoletto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cambridgesecuritygroup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campaignhelpdesk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camshowverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candeo-books.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cannabismd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carfinancehelp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carfraemill.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caroffer.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinomucho.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinomucho.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cctvcanada.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdnsys.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceagriproducts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cedarcitydining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celeraindustries.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheap-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chemistry-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chengxindong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chesapeakebaychristmas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chesscoders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudcrux.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "club-climate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnlau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codemill.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cognixia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cololi.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colotimes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comprasoffie.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computer-science-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "construction-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covaci.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazy-cat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "credittoken.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crm114d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crsmsodry.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptagio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptojacks.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctcom-peru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubebot.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubing.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursos-trabajadores.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvchomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyanghost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberogism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czechcrystals.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d2ph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailyemailinboxing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailyrover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dance-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dangr.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danzac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dapps.earth", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkwebnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dataguidance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidkennardphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcain.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decoora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepblueemail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degestamptepot.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekko.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dental-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dermato.floripa.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destinoytarot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dia-de.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dickord.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dideeducacion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "didefamilia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "didesalud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitreads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimiskovska.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discrypt.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazione.verona.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distribuidoraplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djboekingskantoor.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djvintagevinyl.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmess.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docusearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doge.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doge.town", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorpshuis-dwarsgracht.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drump-truck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dschwarzachtaler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsgnet.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubious-website.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duval.paris", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastplan.co.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eatz-and-treatz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "economics-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edenming.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "effinfun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eika.as", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eldenelesat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrical-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electroinkoophardenberg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elementarty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitenutritionoficial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eltip.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encryptmycard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endofinternet.goip.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enelacto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "environmental-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eosol.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eosol.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eosol.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eosol.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eromon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esgen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essayace.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estherlew.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esuretynew.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroconthr.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eveonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evtasima.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "examedge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exordiumconcepts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "experise.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expertofficefitouts.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabbro-roma.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faceresources.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fahnamporn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faithcentercogop.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falcona.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farthing.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdresearch.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixaufreisen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feng-hhcm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fierscleaning.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "film-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finance-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fire-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiziktedavi.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizyoterapi.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flixhaven.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyingyoung.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "footloose.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foreign-language-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortknox.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foundationrepairnebraska.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fpaci.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankfurt-am-start.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frccsgo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freemomhugs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freessl.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendowment.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendsofgfwpc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frozenjam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fu639.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fu898.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furaje-iasi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fytcart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g6666g.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galeriart.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamblerhealing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamemodding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamer-portal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gametilt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatekiller.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geography-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geology-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgepancescu.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gettopquality.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gifudodo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gishiko.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glaspe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go-propiedades.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goblintears.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goedkopelaptopshardenberg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenruleemail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gondelvaartdwarsgracht.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphic-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatskillchecks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenwaylog.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtxbbs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakkasangroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakkasannightclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haozhexie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hashemian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbcu-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "health-and-beauty-news.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthandskinbeauty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hikerone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hinata-hidetoshi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirtzfr.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "history-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holymartyrschurch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "home-handymen.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeporn.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honey.beer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honoka.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoooc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hospitality-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostico.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostmark.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "httpsalarm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huininga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huininga.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huininga.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huniverse.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunterjohnson.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hysh.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iaminashittymood.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ianvisits.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iblackfriday.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icetiger.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idesoft.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idesoftinnovacion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idesoftinnovacion.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ijsclubwanneperveen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikumi.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imperiodigital.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinitescript.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infogram.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infotrac.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infraclass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infralist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inframetro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrazine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingatlanrobot.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insteagle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interior-design-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internationalschool.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipfire.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipplans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipv4.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isavings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iskanderbroere.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islavolcan.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsundef.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iurisnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivy-league-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwebolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacksonhu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jardineriaon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jashvaidya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaxfstk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jedmud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jglover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "job-ofertas.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobsnet.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joeyvanvenrooij.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshuameunier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journalism-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joynadvisors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joysinventingblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpralves.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "js3311.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "js8855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsdelivr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsonsinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jtcjewelry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judytka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juergen-roehrig.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justtalk.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jxltom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabulpress.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamranmirhazar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keevitaja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerrnel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ketaminecareclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevingsky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinheslinphoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "killerkink.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinkcafe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kissoft.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kochinke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kochinke.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konkai.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koroknaimedical.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koumakan.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krishouse.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kugelblitz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laac.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladyofhopeparish.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamafioso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapakus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larvatoken.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasrecetascocina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "launchmylifend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavitaura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "law-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawrencewhiteside.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazyhelp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learndev.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leaseplan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leto12.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lewiscollard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lg-waps.go.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lg-waps.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgbt-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lhgavarain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidtkemotors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lierrmm.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeboxhealthcare.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lijstje.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lijstje.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "literature-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livinginhimalone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ljc.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lng-17.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lohl1kohl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "looseleafsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louisemisellinteriors.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loveamber.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovevape.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovingthermo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lowcarblab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lqs.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucie.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyam.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m2il.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madbicicletas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madscientistwebdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mail180.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majlovesreg.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makechanges.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangnhuapvc.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manualidadeson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marek.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingbrandingnews.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingtrendnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markus-keppeler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markuskeppeler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marshallford.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masautonomo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mascorazon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massage-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "materassi.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "math-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxb.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxh.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxmind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayoimobiliare.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcsports.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdrthmcs.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mechanics-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "media-service.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediarithmics.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medical-assistant-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meditadvisors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meps.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercredifiction.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meridianfresno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meteocat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meteorologiaenred.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mexico.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfpccprod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelschule-rheine.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelslatkine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midrandplumber24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midwestplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikekreuzer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikupic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milkingit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mine-pixl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miniwallaby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitdip-mit-group-ch.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlii.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moe.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moeali.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moeli.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momentsofimpact.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mormon-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mostlikelyto.fail", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msize48.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mujerfutura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myconnect.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycookrecetas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhuthwaite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypizza-bremen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypnu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myred.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myzhili.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nailtodayminneapolis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakliyat.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nange.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationalpassportservice.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navegos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndatc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndfirefighter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndphp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndpigskin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nebracy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nebula.exchange", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neohu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextclouddarwinkel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nmmlp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nogetime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noobow.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noomist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noroshi-burger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northdakotahealthnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nowall.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "npregion.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nshipster.co.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nshipster.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutridieta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "occupational-therapy-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odhosc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofertasadsl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olfsecane.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omeopatiadinamica.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omniaclubs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ondevamosjantar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onegoodthingbyjillee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ontsc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ontservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openmirrors.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openroademail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oriondynamic.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orocojuco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otoblok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otokiralama.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovabag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owncloud.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxzeth3sboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oyashirosama.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oysterworldwide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "padkit.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pandkonijn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paniyanovska.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panjee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paradise-travel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrocinio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paul-barton.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcreparatiehardenberg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peertube.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peintrenomade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "performing-art-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petroleum-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrotranz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philosophy-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "physics-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilot-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirates.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitbullsecuritysolutions.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixel-kraft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plan-it-events.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plastiflex.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "police-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "political-science-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornalpha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornbay.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porndragon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornflare.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porngay.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornimg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornless.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornmax.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornmega.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornport.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornshop.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornstop.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornsuper.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornteddy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornultra.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porny.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portalcarapicuiba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poschtiliste.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postura-corretta.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerblanket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerinboxperformance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praha-9.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prashchar.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pratopronto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pratorotoli.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precisionmachineservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preload.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premtech.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presbyterian-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prettygirlcheats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatevoid.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progettograjau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propermatches.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "providerlijst.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psicologo-especialista-barcelona.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psicologo-infantil-barcelona.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psycolleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pxl-mailtracker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q1q2q3.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qdabogados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r1a.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rada-group.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radegundisfest.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiofmimagen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radior9.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raevinnd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rain.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ratelsec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rayan-it.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbx-talk.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdmc.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdxsattamatka.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recetin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redfoxmarketiing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekonstrukcestatu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resinflooringcompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "respecttheflame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revivalprayerfellowship.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riverbendroofingnd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riverridgecc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robbiecrash.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolandlips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolandlips.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romy.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roseon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roshhashanahfun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalfoxrealtor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royaltube.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rys.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sacharidovejednotky.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saint-cyril.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintpatrick-norristown.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sakura.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sakuracdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samanacafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samlaw.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savingsoftheyear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoeller.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholledev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seachef.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secpoc.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretary-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securitygladiators.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securityzap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seg-sys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seguros-de-salud-y-vida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senego.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senobio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoankara.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexflare.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgitc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaadithailand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shinglereplacementlv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiqi.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shivammathur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shop4d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopperexperts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopstasy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silverswanrecruitment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "site-helper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skk.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyscapecanopies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smokeus.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smtp.in.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sntravel.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "social-work-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sociology-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softonic.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softonic.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softonic.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softwarehardenberg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somoshuemul.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songshuzuoxi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonix.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soothemobilemassage.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soren.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soupcafe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southdakotahealthnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southflanewsletter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specdrones.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sperandii.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sports-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squeakql.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssrfq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sssppp.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stannri.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stanthony-hightstown.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starsguru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefanvd.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefpastoor.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steuerkanzlei-und-wirtschaftsberater-manke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stgeorgegolfing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stgm.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stickstueb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stisidores.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stjosephspringcity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stmariagoretti.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stmattsparish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stolbart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stpatrickbayshore.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamblur.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strosemausoleum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studisys.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "successdeliv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supcoronado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surveillance104.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiss-vanilla.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiss-vanilla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swissvanilla.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swissvanilla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swn-nec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synack.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tam-safe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanacio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatuantes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamtravel.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologyhound.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terrorbilly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "test-aankoop.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "test-achats.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theatre-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepharm.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therapiemi.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetotalemaildelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theverybusyoffice.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewayofthedojo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketdriver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tlyphed.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmas.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tohochofu-sportspark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tom94.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomik.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toontownrewritten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toppercan.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torontoaccesscontrol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tosolini.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalemaildelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toursthatmatter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transmute.review", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendreportdeals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trish-mcevoy.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triticeaetoolbox.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trueassignmenthelp.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trueessayhelp.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustedbody.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truyenfull.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuev-hessen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tweedehandslaptophardenberg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uaci.edu.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubcani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubuntu18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultramax.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultraporn.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universidadvg.edu.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "updatehub.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentin-dederer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valuechain.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varyrentacar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verein-zur-pflege-der-geselligkeit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verwandlung.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verzekeringencambier.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veterinary-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veteriner.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villu.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinahost.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vincentswordpress.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinistas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitbeulah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitavie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viveconsalud.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vouchinsurance.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvzero.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wacky-science.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wakhanyeza.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangwill.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wayfairertravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weather-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weather.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webgap.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webxr.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkslimreisslim.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westernfrontierins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westlaketire.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wesupportthebadge.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgcp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikihow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikihow.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikihow.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikihow.fitness", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikihow.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikihow.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikihow.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikihow.mom", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikihow.pet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikihow.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikihow.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipiedi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wineparis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wishlist.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolke7.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonderbits.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodstocksupply.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worca.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worcade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workeria-personal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woti.dedyn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writer24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wunschzettel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuwuwu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xmodule.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----8sbjfacqfqshbh7afyeg.xn--80asehdb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xr1s.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xss.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xsuper.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtrememidlife.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xuehuang666.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxred.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxsuper.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yanuwa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yayart.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ykhut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yosida-dental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourfuntrivia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourgadget.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuuta.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zabavno.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdymak.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeal-and.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeestraten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenram.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zjyifa.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zp25.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zyzsdy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz295.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08detaxe.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x48.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10xiuxiu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2012.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2chan.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2chan.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4x4tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaex.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adnanoktar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancedsurgicalconsultantsllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aegisinsight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeronautix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akademie-frankfurt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albertcuyp-markt.amsterdam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algeriepart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alinbu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almut-zielonka.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alstertouch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alstertouch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am-executive-consulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amandadamsphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antaresmedia.com.py", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anwalt.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "argonium.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armin-cme.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armin-cpe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlanticpediatricortho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awecademy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axiatancell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azsupport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bagelcraft.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baserverz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bauernmarkt-fernitz.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beer9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellyandbrain.amsterdam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biehl.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biehl.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackjackballroomcasino.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackroot.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogsdna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blokmy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonniecoloring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonniedraw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borneodictionary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boulderswap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breaky.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightworkcreative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brody.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brody.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brycecanyon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buena-vista.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "builtory.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burzmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "busyon.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytrain.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadcreations.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caldaro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calebennett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callidus-vulpes.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cargomaps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carrosserie-dubois.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catering-xanadu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cecame.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centa-am.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cespri.com.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cg-goerlitz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chattersworld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chauffage-budget.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chci-web.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christwaycounseling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clush.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cme-colleg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codecommunity.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codevat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codimaker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "complexorganizations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comvos.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cordejong.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corvax.kiev.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpe-colleg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cplala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftsmany.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cstrong.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cxadd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darklaunch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davypropper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedicatedtowomenobgyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepinsight.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deliveryiquique.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desuchan.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desuchan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diamond-hairstyle.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinerroboticurology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.gorizia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dive-japan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlcwilson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dojozendebourges.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doleta.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domwkwiatach.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dongjingre.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dostalsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonwolfpackaquaria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drakecommercial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamlordpress.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drinkgas-jihlava.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drlutfi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drpetervoigt.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drschlarb.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dstvinstallalberton.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtpak.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvdinmotion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eco2u.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efipsactiva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekostrateg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elderjustice.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eletor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eletor.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliaskordelakos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elielaloum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eligibilis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicdowney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estetistarimini.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudio21pattern.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurodentaire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excelhot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expe.voyage", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expertvagabond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exxo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabian-klose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabian-klose.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabian-klose.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faidatefacile.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasticservicesgroup.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fateitalia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faultlines.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbi.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feeeei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feuerwehr-gebirge.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finkmartin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firekoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixed.supply", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flavinus.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floresvilleedc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formulastudent.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotoboxvysocina.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fpsclasico.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebies.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freesslcertificate.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frownonline.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frpg.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fs-g.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futaba-works.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g-ds.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaengler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galilel.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameanalytics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamechefpummarola.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gcodetools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorealya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happybirthdaywisher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heartyapp.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henke-home.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiparish.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holycrossphl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostinecpodlipou.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hpage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humass.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iaitouzi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibykos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifly.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikudo.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilovequiz.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilovethiscampsite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "im-haus-sonnenschein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiecongdr.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "info-screen-usercontent.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interpol.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invasivespeciesinfo.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invinoaustria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invinoaustria.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipid.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iszy.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itap.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwyc.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jack2celebrities.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacksorrell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jazminguaramato.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jazzy-feet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jikegu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jlpn.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jlpn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joanofarcmtcarmel.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joinus-outfits.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonasled.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joompress.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jtconsultancy.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwod.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k-bone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalkulacka-havarijni.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanzlei-gaengler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kara-fabian.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karewan.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katzrkool.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimono-rental-one.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleding.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klose.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klubxanadu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koenzk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunra.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurumi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvalitetsaktiepodden.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "la-fenice-neheim.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamontre.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazistance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lcacommons.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "led-jihlava.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leekspin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemazol.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenou.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leontiekoetter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifetree.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ligadosgames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livi.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizmooredestinationweddings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "llemoz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loanreadycredit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locomocosec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longtermcare.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loteamentomontereiitu.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovemanagementaccounts.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsscreens.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-monitor.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "made-to-usb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicalshuttle.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maillink.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majorpaintingco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malik.holdings", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mambas.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manti.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maquininhamercadopoint.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariskavankasbergen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingbrandingnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marksmanhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marsikelektro.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mazenjobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mecaniquemondor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medellinapartamentos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpeer.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megakoncert90.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merakilp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mers.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mglink.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microzubr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minfin.gov.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minutashop.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkie.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmmaximaliselmeny.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moekes.amsterdam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mokken-fabriek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montgomerysoccer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mruczek.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mssora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mta.org.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtravelers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muz2u.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydoc.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygedit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myweddingaway.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mzstatic.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nefro-cme.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neheim-huesten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neuber.uno", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfpors.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngt.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nifc.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nihtek.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninetailed.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nixtest.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nkforum.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northcreekresort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntsb.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutrition.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvtc.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocni-ambulance-most.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okurapictures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldsticker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldstmary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olympeakgaming.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osti.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourladymountcarmel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourladyofcalvary.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourladyoftheassumptionchurch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourladyqueenofmartyrs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paccolat.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paginaweb4u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrick21.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pension-am-alten-waschhaus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peperstraat.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipssupportforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philosophy.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pikalongwar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pintosbeeremovals.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pivniraj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornsocket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pracevjihlave.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "practisforms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presidio.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prihatno.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proeflokaalbakker.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progresswww.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectsafechildhood.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promods.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qtmsheep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raspitec.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razvanburz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realpropertyprofile.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rediverge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regeneo.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reginfo.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reifr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "responsepartner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardfeinbergdds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocis.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rokass.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rteguide.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rteworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rths.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rttss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryssl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sainthelenas.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintjamestheapostle.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintjohn-bocaraton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salandalairconditioning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salidaswap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saludyvida.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saorsat.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sazavafest.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schlarb.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schneidr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schwarz-gelbe-fuechse.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scra.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebastian-tobie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendtrix.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serinamusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servicemembers.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sewa.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfg-net.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfg-net.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfg-net.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfg-net.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shee.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shinsyo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silica-project.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silica-project.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinfonietta-meridiana.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smokefree.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soontm.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sopo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sotai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spartacuslife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spectrum.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "st-bede.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steemyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stfrancisnaugatuck.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stgabrielstowepa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sthenryrc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studio44.fit", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiohomebase.amsterdam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuffiwouldbuy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supioka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supmil.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sv-bachum-bergheim.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiftcashforcars.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taiwania.capital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taiwania.vc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taiwaniacapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taiwaniacapital.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taiwaniacapital.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxi-jihlava.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techbrawl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-pack.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelifeofmala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevenueofhollywood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thrillernyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiekoetter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toontown.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topdroneusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topgshop.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradernet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradernet.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelemy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treussart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tribaljusticeandsafety.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trix360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulitroyo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usaseanconnect.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usdoj.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "userra.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ussst.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ustugov.kiev.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ustugova.kiev.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valek.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valkova.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valorizofficial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valueofblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaporpunk.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "variomedia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varshasookt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vauceri.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veneerssandiego.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vila-eden.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villa-eden.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualspeech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlakem.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vos-systems.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vtuber.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weems.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whirlpool.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiskygentle.men", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitehouseconferenceonaging.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winningattitudeawards.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worker.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldsinperil.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyydsb.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyydsb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyydsb.xin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xanadu-auto.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xanadu-catering.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xanadu-golf.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xanadu-trans.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiangfajia.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xliang.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xmine128.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ehqw04eq6e.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youpickfarms.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "your-waterserver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youthrules.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yxs.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeibekiko-souvlaki.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zirka24.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zunda.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zxc.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1895media.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1oaklasvegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2495dentalimplants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5dwin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5dwin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-ztransmission.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboveaverageplumbing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absoluteautobody.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accurateautobodywa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accutint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activeexcavator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advanceddieselspokane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advogatech.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aefcleaning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeropole.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeropole.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerotechcoatings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affittialmare.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affordableenvironmental.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agemfis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agic.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ai.je", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aidanmitchell.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aidanmitchell.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlibre-parachutisme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airswap.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airweb.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alibiloungelv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alis-test.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allpointsheating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allstarcashforcars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allterrainfence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allweatherlandscaping.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amautorepairwa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amica-travel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anothervps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apluswaterservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariana.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arlingtonelectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armeo.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artificialgrassandlandscaping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askcascade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atomic.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authenticwoodcraft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoproshouston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awardplatform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babsbibs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balmofgilead.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bartkramer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beforeyoueatoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belavis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellinghamdetailandglass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestkenmoredentists.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestplumbing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betaclouds.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilibili.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biscuitcute.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizbudding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizcash.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackpi.dedyn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blenderinsider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodyworksautorebuild.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bothellwaygarage.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bryggebladet.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulktshirtsjohannesburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butteramotors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyebook.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buzzcontent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calculadoraconversor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carroattrezzimilanodaluiso.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casa-lunchbreak.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "case-vacanza-salento.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathosting.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centennialseptic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cetangarana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaffeyconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chancekorte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chascrazycreations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chenpei.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "choiceautoloan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christian-krug.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "churchofsaintrocco.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "civicforum.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleaningbyrosie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cognicom-gaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "communitymanagertorrejon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conpath.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conradsautotransmissionrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultoriadeseguranca.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooking-sun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolcamping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copperandtileroofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "counterhack.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditscoretalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptomaniaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curtislaw-pllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuxpool.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danieljstevens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "data3w.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davisdieselandautorepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddosolitary.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dearly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decher.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depannage-traceur.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dez-online.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dicesites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "didigotoffer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinstec.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "direct365.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtyincest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discountlumberspokane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disk.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donaldm.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donovankraag.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dostrece.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dougsautobody.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "douzer.industries", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamdivers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamkitchenbath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreammaker-nw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreammakerremodelil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreammakerutah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dui805.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dzivniekubriviba.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e6ex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastsideroofingcontractor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyeigo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easymun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eden.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edupool.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eftelingcraft.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electriciankemptonpark24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emisia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eos-classic.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escolibri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esport-battlefield.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurocars2000.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evenwallet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extradivers-worldwide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feuerwehr-coesfeld.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixlasvegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floogulinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flushlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortuna-apotheke-lahnstein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fpt-technojapan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francoisharvey.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fukuiedu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameindustry.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gessettirotti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gla-hyperloop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glassexpertswa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golangnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goow.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gqmstore.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greice.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groenders.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupoproabienesraices.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harveysautoservice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "havarijna-sluzba-bratislava.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazeltime.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdkandsons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdv.paris", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthand-beautynews.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heatingpartswarehouse.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellobrian.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henrysautodetail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herringboneeats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herzogglass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hetluisterbos.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hnn.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horeco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htp2.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humexe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hytzongxuan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamcryptoki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ianbrault.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibeep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ignitelocal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ijr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikebuku.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikuuuu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikxkx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impendulo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incestporn.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrabeep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infradrop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infranox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrapilot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infraping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infraspin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infratank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infravideo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insidebedroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interstateautomotiveinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intreaba.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isdecolaop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivoryonsunset.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japanesemotorsports.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jelenkovic.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jnordell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jodyshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "js-web.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julienschmidt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justsmart.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jvlandscapingservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k-system.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenscustomfloors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kexueboy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khushiandjoel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingsgateseptic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kohoutsautomotive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kohu.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komplet.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kooer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koplancpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kringloopwinkelsteenwijk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ktsofas.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuaitiyu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kxline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kxway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakewoodcityglass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapicena.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leegyuho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalsen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lescourtiersbordelais.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letssackcancer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leveluplv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lg0.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liljohnsanitary.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilylasvegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lintellift.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolic.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolico.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lrdo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luowu.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lynsec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machinetransport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maitheme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandynamic.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manonandre-avocat.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maomao.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maplehome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "margots.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "margots.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "margots.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martialarts-wels.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massvow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxbachmann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbk.net.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meerman.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meermantechnischburo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metasysteminfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metron-eging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metron-networks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikkelladegaard.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftstal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morbius.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosaicmarble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movacare.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mukilteodentalarts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mukilteoeuropeanautorepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicdemons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muurlingoogzorg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myonlinevehicleinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypartybynoelia.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nbnnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neighborhoodelectricwa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nejkasy.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nenkin-kikin.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neurostimtms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nipit.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "njujb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsofficeinteriors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nunesgh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nwautorebuild.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nwimports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nwperformanceandoffroad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o5.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octocaptcha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olastrafford.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-textil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-textil.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-textil.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinehashfollow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineprofecional.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinetextil.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onyxcts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oveweddings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palary.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palestra.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulsnar.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payexpresse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paysbuy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepeelektro.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "percyflix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petermaar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipzhan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philslab.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piratebay.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumbingandheatingspecialistnw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polygraphi.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poodleassassin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-ben.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promedyczny.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "properchels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pushoflove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qaq.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qiu521119.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "questoj.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rafleatherdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainiv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rct.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readmusiccoleman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realincest.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reconexion.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reddyai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redsquarelasvegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reinhardtsgermanautorepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remptmotors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resourcesmanagementcorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ricksfamilycarpetcleaning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rideways.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripcordsandbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robotics.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roofingandconstructionllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rookvrij.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumartinez.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadeghian.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintmarkchurch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saludmas.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandboxfp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santiagogarza.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saudiarabiaevisa.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savaari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sb-sd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schnuckenhof-wesseloh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scohetal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searsucker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seedisclaimers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senemusique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seojames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsocks.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shangzhen.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shark.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shens.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sherut.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopific.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shulker.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siduga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigurnost.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silverfirsdental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simkova-reality.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplecmsdemo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplecrypt.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sion.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skoolergraph.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slysend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartass.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartmompicks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartthursday.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sno-kingroofing-gutters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snohomishsepticservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sodamakerclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofortimplantate-muenchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sooscreekdental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundtruckandautorepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southcountyplumbing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spakhmer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spokaneexteriors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spokanepolebuildings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stacklasvegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stekosouthamerica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studioavvocato24.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subjektzentrisch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superdroni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supra.tf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svorcikova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweethomesnohomishrenovations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swingular.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taylorreaume.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tf7879.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebeachessportsphysio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themenzentrisch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theoc.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevisasofoz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tibicinagarricola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipstersweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipulnagish.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tom-kurka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tractorfan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tranquillity.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transmitit.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transumption.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treeworkbyjtec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tricks.clothing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutoref.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuxrtfm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uchiha.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ugb-verlag.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umbrellaye.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbizoroofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzzamari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vapingdaily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venuedriver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verios.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vincentoshana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vingt.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visasofoz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vos-systems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vos-systems.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vos-systems.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vos-systems.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpntech.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsd.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapoolandspa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wblautomotive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wem.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wetrepublic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitebirdclinic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiteknightsafelockinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolfvideoproductions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodinvillesepticservice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsldp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wxkxsw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyysoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xeryus.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xgzepto.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xlui.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--irr.xn--fiqs8s", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--oiqt18e8e2a.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xsteam.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yans.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yellowtaillasvegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeskx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourlanguages.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuuki0xff.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhaopage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zjuqsc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zk.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zom.bi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x378.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12train.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1768calc.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1911trust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19area.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1europlan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "21stnc.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2718282.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3d-fotoservice.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876007.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876205.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876278.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876289.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876290.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876353.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876389.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876764.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876808.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876832.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876859.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876955.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876979.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876987.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8876989.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "888funcity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "888funcity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-invest.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acl.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acscbasket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afwd.international", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahawkesrealtors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ainutrition.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ainvest.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airsnore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airtoolaccessoryo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airwrenchei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akhomesforyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aktin.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcolecapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexiskoustoulidis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alieke.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allbursaries.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpinehighlandrealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alxpresentes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anchorit.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreasmuelhaupt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrejstefanovski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrelauzier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aneslix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angeljmadrid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annema.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annunciationbvmchurch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apkmod.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aranchhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "architectureandgovernance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arizonahomeownerinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arm.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aromatlas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artfabrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiinc-tex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ask.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atelierhsn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atisystem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlasbrown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atvsafety.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiobookboo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audreyjudson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurelieburn.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autohaus-snater.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoto.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autshir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auxiliame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auxille.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avvaterra.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awardsplatform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awningcanopyus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baazee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ball-bizarr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banjostringiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barbarabowersrealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barbiere.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barrydenicola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basementwaterproofingdesmoines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbinsure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bckaccompressoroz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beachcitycastles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beanbagaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beastiejob.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedrijfsfotoreportages.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benchstoolo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergmanbeachproperties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestinshowing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betsharpangles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettertime.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettertime.jetzt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgs-game.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bguidinger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bicycleframeiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigideasnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigserp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigskylifestylerealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitchigo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcork.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitfolio.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjmgeek.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bkkposn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluekrypt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bminton.is-a-geek.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bnzblowermotors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodyshopnews.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouzouada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bradfergusonrealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainwav.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandingclic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brettlawyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridgehomeloans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridltaceng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "browntowncountryclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bucek.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buckelewrealtygroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildhoscaletraingi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bunnycarenotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burg-hohnstein.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessmarketingblog.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buysellinvestproperties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwserhoscaletrainaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytanchan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabinetfurnituree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cachacacha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadacoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadafamilia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calehoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calenfil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canal-onanismo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candguchocolat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalfps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capsulesubs.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carburetorcycleoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carpetandhardwoodflooringpros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carson-matthews.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartwrightrealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casa-app.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casa-lunch-break.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casalunchbreak.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casecoverkeygi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caseycapitalpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catalyconv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cellebrite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celltesequ.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cennelley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cennelly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlottesvillehorsefarms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chartwellestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chessboardao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chewingucand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chocgu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrisplankhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrissx.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chshouyu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "churchofscb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciania.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciaracode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciftlikesintisi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cl0ud.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clayprints.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleanfiles.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clippings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudchart.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmgacheatcontrol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coderware.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coens.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cofbev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coindeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colectivointerconductual.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collegestationhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coltellisurvival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commeunamour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compunetwor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computercamaccgi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consegnafioridomicilio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constitution.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copydz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corpuschristisouthriver.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costcoinsider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cotoacc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "counsellingtime.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "counsellingtime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "countetime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cowo.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coxcapitalmanagement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpasperdu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpsc.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cr9499.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cra-bank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cra-search.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craigleclaireteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cranshafengin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cratss.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crc-bank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crc-search.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crisp.watch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cronoscentral.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystaloscillat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctkwwri.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubebuilders.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cupidosshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyclinggoodso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cylindehea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d6c5yfulmsbv6.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danburycampervans.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannhanks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darwinsearch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datajobs.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidfetveit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demiranda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desktopd.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detecmon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detuprovincia.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dev-gutools.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devstroke.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devtty.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dicksakowicz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digimomedia.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dijitaller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimitrihomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dipdaq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtyprettyartwear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discarica.bologna.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divinemercyparishvld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divinemercyparishvlds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divorcelawyersformen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djeung.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmparish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dndesign.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dollhousetoyo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domainspeicher.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domakidis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domenicam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donnaandscottmcelweerealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doorhandlese.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doorshingekit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dras.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drawtwo.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drcarolynquist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dresden-kaffee-24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dresden-kaffeeroesterei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dresdener-mandelstollen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dresdens-pfefferkuchenprinzessin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dresdner-christstollen-von-reimann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dresdner-kaffeeroesterei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dresdner-mandelstollen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dresdner-stollen.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivinhors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drlinkcheck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dronova-art.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drsamuelkoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drywallresponse.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtoweb.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duroterm.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvipadmin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynamicsretailnotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-teachers.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earlydocs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastnorschool.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebenezersbarnandgrill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebenvloedaanleggen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echobridgepartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echtes-hutzelbrot.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eclanet.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecliptic.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edi-gate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edi-gate.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edilane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edilane.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edv-schmittner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eflorashop.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eflorashop.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eflorashop.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eflorashop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eflorashop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eflorashop.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eflorashop.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eflorashop.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eflorashop.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eflorashop.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eflorashop.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehrenburg.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eichler.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einsteincapital.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalfencingbedfordview.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elfussports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eltlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elvcino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emarketingmatters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emdrupholm.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emil-dein-baecker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emil-dein-baecker.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emil-reimann.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emilreimann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emils-1910.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emils-chemnitz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emils1910.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encryptmy.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encryptmysite.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energyefficientservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enlight.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epi-lichtblick.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epspolymer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ericschwartzlive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eshspotatoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espanolseguros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espower.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eta.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroflora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroflora.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventide.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evergreenmichigan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everythinq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "examplesu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exclusivecarcare.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f5.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairleighcrafty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faktotum.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falaland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familiekiekjes.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fancygaming.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasiatravel.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farmmaximizer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionhijabers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcdn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdalawboston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdaregs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feandc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferienwohnung-hafeninsel-stralsund.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fewo-hafeninsel-stralsund.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fibra.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fifautstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fikst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fileservicios.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finalprice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finevegashomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finwe.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fioristionline.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fioristionline.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fliesen-waldschmidt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floraclick.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floraexpress.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridagulfbeachrealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridasexhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fnh-expert.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "form3w.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formsbyair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fossforward.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francoisbelangerboisclair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frasesconemocion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freemanlogistics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freizeitbad-riff.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freundinnen-ausflug.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freundinnen-kurzurlaub.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freundinnen-urlaub.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frontier.bet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuelfirebrand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullstack.love", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fun888city.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fun888city.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaetanosonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "game88city.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "game88city.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamisalya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamismu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gao.ci", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaojianli.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gartenbaur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genbright.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgiaurologist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geteduroam.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gevelreinigingtiel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giannademartini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giftbg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gilmourluna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gilpinmanagement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gilpinrealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ginabaum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giulianosdeli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glassrainbowtrust.org.je", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalitac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gloning.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmacedo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golang.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodth.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goproinspectiongroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpureport.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grantplatform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grantsplatform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grayiron.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greathairtransplants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greeklish.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guardianportal.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunsofshadowvalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guodong.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haberer.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haemka.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halloweenthings.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hallumlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haorenka.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyhealthylifestyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "havencyber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "havernbenefits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawksracing.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hayzepvp.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heikegastmann.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helenekurtz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hernn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hetzflix.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holycrossverobeach.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holyfamilyphilly.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holyfamilyrussell.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holyghost-church.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holyspiritpalmyra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holyspiritweb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homes-in-norcal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homes-in-stockton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homestay.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horairetrain.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horizonresourcesinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotel-kontorhaus-stralsund.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotel-kontorhaus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelromacuernavaca.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hugo.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humboldthomeguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamanewme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamlizu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idxforza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifgcdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igorrealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iimarckus.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illusionunlimited.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilonewolfs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "im4h.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "im4h.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "im4h.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imap2imap.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imdemos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immigrantdad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianafoundationpros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indie.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indigotreeservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inframint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innotas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insidesolutions.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspiredrealtyinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelhost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inversioneseconomicas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iodev.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iowaent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isc2chapter-cny.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsuitsyou.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivsign.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwantexchange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackassofalltrades.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesclark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janelauhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jclynne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeffrhinelander.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jennierobinson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jering.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jgoldgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jgregory.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimizhou.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jjhampton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmorahan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joergschneider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johanpeeters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnaltamura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnberan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joinhonor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonathanlara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordandevelopment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshics.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jouwpaardenbak.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juanmazzetti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jubee.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jubileumfotograaf.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpintogreenerpastures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junoaroma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kacgal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katalogbajugamismu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaufmanbankruptcylaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kcc.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kediri.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keylength.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khslaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "killedbynlp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kindfotografie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingsfoot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingsley.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiskeedeesailing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klaasmeijerbodems.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleine-strandburg-heringsdorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleine-strandburg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleinestrandburg-heringsdorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleinestrandburg-usedom.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleineviecherei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleintransporte.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klingenundmesser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kokobaba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kontorhaus-stralsund.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kontrolapovinnosti.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krusesec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuchen-am-stiel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kwoll.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lachyoga-schwieberdingen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagunacoastrealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lain.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanhhuyet510.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasavonnerieducroisic.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "law22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawbirduk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawyerdigital.co.bw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lbmblaasmuziek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leankit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leeaaronsrealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lektier.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letranif.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levineteamestates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libre.cr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeenrichmentnc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifelenz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linchpin-it.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lincolnpedsgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindaolsson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindnerhof.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipthink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisanzauomo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livingkingsinc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lonestarlandandcommercial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loricozengeller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loungepapillon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luca-steeb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lusitom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lycly.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madisonent-facialplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madisonsquarerealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madokami.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madrecha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnate.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magravsitalia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailnara.co.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majesticcolorado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makkyon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mammothlakesmls.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangotwoke.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcoklomp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markfordelegate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maryjaneroach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattdbarton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxinesbydennees.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxmatthe.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbmcatering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mburaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mc-ruempel-firmen-und-haushaltsaufloesungen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "me-soft.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediathekview.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesomeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metallosajding.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metaurl.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metricmutt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miadennees.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miavierra.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midlandroofingri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mightysighty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindox.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mingtreerealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mister-matthew.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmaps.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modemchild.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modern-family.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moderncommercialrealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moeclue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montanteaesthetics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moreniche.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morgansjewelerspv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpkshop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mt-bank.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtauburnassociates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muelhau.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicasbr.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musique2nuit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mv-schnuppertage.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvistatic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-gode.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybreastcancerjourney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygest.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygnmr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mykumedir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylife360mag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylucknursinghome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myprotime.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myservicearl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mzmtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n-linear.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naahgluck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nagajanroshiya.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nancytelford.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nashvillebasements.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neatzy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neno.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neotiv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neowin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextwab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhdsilentheroes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicoladixonrealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicoobook.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nmsinusdoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northpointoutdoors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nstatic.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutra-creations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obligacjekk.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "observer.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obxlistings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocalaflwomenshealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceancity4sales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "of2m.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofsetas.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okaidi.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okaidi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olcbrookhaven.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olhcparish.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliverst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olmc-nutley.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olmcnewark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olphseaside.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olqoa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onepercentrentals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ongiaenegogoa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openpresentes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opexterminating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oposiciones.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oposicionescorreos.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oposicionesertzaintza.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oppada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "original-christstollen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "original-christstollen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orthocop.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osirisrp.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paardensportbak.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacaom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palmaprop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panasproducciones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panhandlemenshealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panjiva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parisackerman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passionbyd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pastebin.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrickhoefler.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulgerberrealtors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcs2.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peddock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedimanie.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pekarstvivetvrzi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pet-tekk.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfefferkuchen-shop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfefferkuchenprinzessin-dresden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phhtc.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipdb.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoenixurbanspaces.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phpower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pierrickdeniel.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinetopazrealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playcollect.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pogetback.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poolsafely.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poolsafety.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pooltools.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poorclarepa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornovk.xxx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precisionventures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presentationmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preserveourhillcountry.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presscuozzo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primeequityproperties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pritalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proactivestructuresolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proclubs.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proyectafengshui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psg-calw.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptr.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pubclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulsnitzer-lebkuchen-shop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulsnitzer-lebkuchen.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulsnitzer-pfefferkuchen-shop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulsnitzer-pfefferkuchen.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pureluxemedical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvphs98.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pyrenees.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qbiltrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qianmo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioactivenetwork.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raku.bzh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-in-uruguay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestatecentralcoast.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestatemarketingblog.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realtygroup-virginia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realtyink.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recalls.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regionalgrowth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remarketable.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remiafon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renewablemaine.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resnickandnash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewmed-215418.appspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rgraph.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhumblineadvisers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ricardopq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardlevinmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardstonerealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riester.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripcorddesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roeljoyas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romain-arias.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roshiya.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rothwellgornthomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roundtoprealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruarua.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruitersportbak.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runtimepanic.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rupeevest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rutika.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadhana.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saechsischer-christstollen.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saferproduct.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saferproducts.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safetyworkkits.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sainthelena-centersquare.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintisidorecyo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintjosephschurch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintmaryna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintpeterchurch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintphilipneri.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintpius.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintpolycarp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samshouseofspaghetti.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanbornteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sander.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandrproperty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahboydrealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahcorliss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarasotaroboticurology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarkisianbuilders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sassandbelle.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sassandbelle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sassandbelletrade.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sassandbelletrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saveoney.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbscyber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sceenfox.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scentofwine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoko-ferien.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schokoferien.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholarshipplatform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholarshipsplatform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schuelerzeitung-ideenlos.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottlanderkingman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screefox.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screen-fox.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screenfax.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screenfox.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screenfox.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screenfox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrtch.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdgllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "se-booster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebepoznani.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securityescrownews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securityindicators.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seguridadconsumidor.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segurosdecarroshialeah.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segurosdevidamiami.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seniorhomepurchaseprogram.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensound.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seovision.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgs.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shampoo63.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shippercenter.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "showersnet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shtaketniki.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shtaketniki.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siberas.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siberkulupler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplytiles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sisiengineers.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjbwoodstock.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skiblandford.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sl-informatique.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smithchung.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smsinger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smspujcka24.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smvcm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snegozaderzhatel.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sniderman.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snoot.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snperformance.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soft41.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solvewebmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somethingsketchy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sos-elettricista.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sos-muratore.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosesh.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sourcecode.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southeastvalleyurology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southernlights.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southernsurgicalga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southlandurology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specialproperties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spediscifiori.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sphere-realty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spikelands.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "splnk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spnitalianfestival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sprax2013.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "springhillmaine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "src-el-main.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staffexcellence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stantabler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starttls-everywhere.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "static.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stb.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stbartholomewmanchester.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stbl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stcatharine-stmargaret.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stceciliakearny.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stelfox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sternsinus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevegellerhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiens.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stmarkseagirt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stockstuck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stocktout.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stollen-wurm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stollenwurm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stonehurstcap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strandschnuppern.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ststanstrans.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stthomasbrigantine.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studio-637.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studioadevents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supedi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supedi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supedio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supracube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supremestandards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sussexheart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svanstrom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svanstrom.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swaptaxdata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweet-as.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synchronicity.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemups.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syunpay.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sz-ideenlos.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sz-lessgym-kamenz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagungsraum-usedom.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagungsraum-zinnowitz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tandemexhibits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taotuba.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tauschen.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxpackagesupport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcdww.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techaulogy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techglover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technospeakco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techpilipinas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ted.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenderplan.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texashomesandland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-big-bang-theory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the8rules.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theafleo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theallmanteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebarbdemariateam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebestofthesprings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theboatmancapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecrescentchildcarecenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedhs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theeffingyogablog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefilmcolor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefurniturefamily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegatheringocala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegerwingroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehamiltoncoblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theimaginationagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelittlejewel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themeridianway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themiddle.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theninenine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestandingroomrestaurant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetinylife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevalueofarchitecture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "this-server-will-be-the-death-of-me.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomas-schmittner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timi-matik.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinkerbeast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titanandco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomsherakmshope.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonigallagherinteriors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toomy.pri.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toool.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totaldragonshop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touchstone.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradeshowfreightservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traintimes.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traintimes.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traintimes.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traintimes.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traintimes.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traintimes.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traintimes.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traintimes.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transpak-cn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelholicworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travellsell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendsettersre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triage.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triciaree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trim21.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trueduality.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truetraveller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustednewssites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tulumplayarealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turnierplanung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutorialehtml.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuversionplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twalter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twtimmy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txurologist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukulelejim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unionstreetskateboards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unternehmerrat-hagen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upandrunningtutorials.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uptownvintagecafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uruguay-experience.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usu.org.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utazine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzpirksana.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valcansell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanessarivas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaneurology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "variando.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varonahairrestoration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vawomenshealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegasluxuryestates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veincenterbrintonlake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veritasinvestmentwealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vfmc.vic.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vibrato1-kutikomi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vickshomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidarity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videobola.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viewing.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinnyandchristina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinnyvidivici.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinokurov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visual-concept.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viveport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlakjebak.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vochuys.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vodicak.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vollmondstollen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voltahurt.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voyageofyume.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w1n73r.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w889889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w889889.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waroengkoe-shop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "washandfun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wave.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wavengine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wba.or.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcrca.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcsi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webnetforce.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webstart.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedg.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wegonnagetsued.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welcometoscottsdalehomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellness-bonbon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westernpadermatologist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westside-pediatrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weswitch4u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wewin88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wewin88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wheresbuzz.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitehats.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whoami.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whoisdhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whysoslow.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windforme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winter-auszeit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winterhavenobgyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winwares.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wittu.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wixguide.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womensmedassoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpccu-cdn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wplistings.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wucke13.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wxlog.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyhpartnership.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--dmontaa-9za.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--heilendehnde-ocb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--schlerzeitung-ideenlos-ulc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--schsischer-christstollen-qbc.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xp-ochrona.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yak-soap.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoa.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youngauthentic.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuisyo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zavedu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zbanks.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdravystul.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zinnowitzer-ferienwohnung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zivver.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zivver.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zivver.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zivver.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zivver.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zivver.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoisfinefood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zydronium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zydronium.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10414.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1527web.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1cswd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1way.faith", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "222001.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22vetter.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233yes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24hourlocksmithshouston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2fm.radio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33jiasu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3de5.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "42ch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "566380.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "575380.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "578380.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "585380.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "591380.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "592380.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "593380.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "598380.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "626380.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "680226.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "69928.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "79ch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7qly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "850226.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88-line.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88-line.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "881-line.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "881-line.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88yule11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88yule112.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88yule113.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88yule12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88yule13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88yule15.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88yule16.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88yule6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88yule7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88yule9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8y.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99wxt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a2a.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a2os.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a7la-chat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aapar.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ababyco.com.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abc8081.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abinferis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absolutcruceros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absolutviajes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abublog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academiadebomberosonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accpl.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actheater.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actionfinancialservices.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actualidadblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actualidadviajes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actuatemedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adam.lgbt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addvalue-renovations.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addydari.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adlignum.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "admirable.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adonizer.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advanceddisposables.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventurousway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae-dir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae-dir.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aedollon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affittisalento.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afscheidsportret.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahegao.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiasesoriainmobiliaria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aidanpr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aidanpr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aidi-ahmi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiheisi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiho.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "air-techniques.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexwilliams.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfred-figge.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algbee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alienvision.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allfundsconnect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allurebikerental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almayadeen.education", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alquiladoramexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altair.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alternativeinternet.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altisdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amanatrustbooks.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amardham.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amesplash.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ampol-agd.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anciens.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelcojuelo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anicam.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animes-portal.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ankane.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anneeden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antennista.bari.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antfie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aoeuaoeu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apasaja.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aplusdownload.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appsforlondon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquagarden.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archaeoadventures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arraudi.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arroba.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artebel.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artis-game.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artofcode.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aryalaroca.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asafaweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashkan-rechtsanwalt-arbeitsrecht-paderborn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashleymadison.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asurbernardo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atallo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atallo.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aterskapa-data.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlas-heritage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atspeeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auenhof-agrar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auntmia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurnik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "australianattractions.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autobarn.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autokeyreplacementsanantonio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autorijschoolrichardschut.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autotransportquoteservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avmrc.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtomarket.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awarify.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awarify.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axre.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azane.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azarus.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bablodel.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bablodel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badaparda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balcarek.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baldwin.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balticmed.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bangyu.wang", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankpolicies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baravalle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barberlegalcounsel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barlex.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barnfotografistockholm.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bavartec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baykatre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayportbotswana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayportghana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayporttanzania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayportuganda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayportzambia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bearcms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaumelcosmetiques.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beauty-yan-enterprise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "befreewifi.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beisance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beleggingspanden-financiering.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellaklein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benewpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bepenak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernardo.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-tickets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestdownloadscenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betaal.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betleakbot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beyerautomation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bezzia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhxch.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bicifanaticos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bidman.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bidman.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigbrotherawards.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biju-neko.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billsqualityautocare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bintangsyurga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioleev.sklep.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biomed-hospital.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biomed.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biospw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biotin.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bistroservice.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinfees.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcqr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitsy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biupay.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjolanta.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackbird-whitebird.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blitzvendor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blo-melchiorshausen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloodhunt.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueoceantech.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluesuncamping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bo4tracker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botoes-primor.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braathe.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bramsikkens.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breznet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brian-gordon.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brier.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brk.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brudkista.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brudkistan.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brudkistan.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buayacorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bucketlist.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bueny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bueny.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buissonchardin.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulkowespacerkowo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bullpendaily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bunnydiamond.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butikpris.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buysuisse.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytecrafter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytecrafter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c3woc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cachedview.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caglarcakici.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calentadores-solares-sunshine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callanan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callantonia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capebretonpiper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "career.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlinmack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlocksmithkey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carshippingcarriers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casaessencias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashfazz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casirus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catcoxx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccc-ch.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdvl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cerrajeriaamericadelquindio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certaintelligence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certifiedfieldassociate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ch.bzh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chat-house-adell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheatengine.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chesskid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chocolat.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chocolytech.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chomp.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chopperdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chotlo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christian-fischer.pictures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christian-folini.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christiancoleman.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chybeck.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cibercactus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cierreperimetral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinefun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circady.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cityfloorsupply.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "civilbikes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claygregory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickingmad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudland.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmc.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmcelectrical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnnet.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cobaltis.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "code-vikings.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codehz.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codersatlas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coldcardwallet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comfun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comohacerblog.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compleetondernemen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computerfreunde-barmbek.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comtily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conference.dnsfor.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conorboyd.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consciousnesschange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corporacioninternacionallideres.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corscanplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "couplay.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coworking-luzern.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpsq.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crackers4cheese.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazybulk.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativeimagery.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativerezults.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditozen.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creer-une-boutique-en-ligne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criscitos.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crownaffairs.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruisemoab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystal-zone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystalzoneshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csgo.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cshub.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cstanley.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csust.ac.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cube.builders", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubecraftcdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cultura10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curvylove.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberhipsters.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cysmo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cytotecforsale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d2.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d4done.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damejidlo.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damirsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dangmai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielgray.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darmgesundheit.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darylcrouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datahjalp.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dataprivacysolution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datasupport-stockholm.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datasupport.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datatekniker.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dator-test.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datorhjalp-stockholm.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datorhjalptaby.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datorservice-stockholm.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davepermen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daydream.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "db.ci", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcmediahosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debora-singkreis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "declivitas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defreitas.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltanio.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denkubator.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedncr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedtalks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derp.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dev-sev-web.pantheonsite.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devries.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diarynote.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diba.org.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "difusordeambientes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digibones.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalposition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discarica.bari.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dist-it.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distro.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divegearexpress.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djroynomden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmaglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docplexus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctabaila.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolciterapie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domainhacks.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domasazu.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domizx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donboscogroep.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donjusto.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dopetrue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doujinspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downloadhindimovie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downloadhindimovie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downloadhindimovies.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downtownautospecialists.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dpecuador.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamstream.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamstream.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamstream.video", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreemurr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "driessoftsec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dronebl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drtimothybradley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dryjersey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ducius.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duranthon.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dworekhetmanski.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dx-revision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynastyarena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynastybullpen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynastycalculator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynastycentral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynastychalkboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynastyclubhouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynastycrate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynastyduel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynastyfan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynastygoal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynastylocker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynastyredline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynastyredzone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-gemeinde.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-imzo.uz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eats.soy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echi.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echoit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echoit.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echoit.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echternach-immobilien.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "economiafinanzas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecosm.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecosystemmanager-uat1.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecosystemmanager.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecuinformacion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edeka-jbl-treueaktion.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edgedynasty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edgefantasy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edit.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educatek.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationmalaysia.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edwarddekker.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edwinmattiacci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehcommerce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehseller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehsellert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eilandprojectkeukens.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eioperator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekz-crosstour.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekzcrosstour.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electro-pak.com.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektropartner.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elettricista-roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elexwong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elradix.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emaging.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emprunterlivre.ci", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enjin.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enrich.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eqibank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equallove.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erasmo.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ericspeidel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eruvalerts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eshigami.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esote.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espacioantiguo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espehus.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essenciasparis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estada.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esu.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etda.or.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethanjones.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etherium.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethers.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethiopiannews247.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etrolleybizstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurheilu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euwid-energie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evrotrust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evtscan.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewhitehat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excel-utbildning.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excelkurs.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezesec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88-line.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88-line.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88line.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88line.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88yule1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88yule5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88yule6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88yule7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88yule8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabbro.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fadeev.legal", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanatik.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasycdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasydrop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasymina.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farmaciadejaime.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fast-pro.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feek.fit", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferienwohnung-wiesengrund.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feuerwehrbadwurzach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fibabanka.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fibromuebles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "figliasons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fil-tec-rixen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finagosolo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findyourtrainer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fionafuchs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fisinfomanagerdr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fjzone.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleesty.dynv6.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flourishtogether.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluggesellschaft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flypenge.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fnpro.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formacionyestudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forro.berlin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotografiamakro.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankpalomeque.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fredriksslaktforskning.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-ss.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freecycleusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freemania.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freemania.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsty.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fun4tomorrow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furcdn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fydjbsd.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fyreek.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabriele.tips", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxy.edu.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galeriarr.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamismodernshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamismurahonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garagedejan.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garnuchbau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gassouthkenticoqa.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gayauthors.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gdoce.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gearboxhero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gedlingtherapy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gelonghui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geluk.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genevachauffeur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geocar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geomonkeys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gesundheitszentrum-am-reischberg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghettonetflix.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghfip.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gijswesterman.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ginacat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ginza-viola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gloria.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gme.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goedkoopstecartridges.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goedkopecartridgeskopen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goedkopetonerkopen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldsilver.org.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldytechspecialists.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golser-schuh.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodryb.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gordeijnsbouw.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gourmetspalencia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grahambaker.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greathosts.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greywolf.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gricargo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grove-archiv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtoepfer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtxmail.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gudrunfit.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guida.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunn.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gururi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutools.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gvc-it.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gymbunny.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hagier.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hailstorm.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halledesprix.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halocredit.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hannasecret.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haozijing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happybeerdaytome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hashxp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "have.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hax.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hcscrusaders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hddrecovery.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdtwinks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hebamme-cranio.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellerarko.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hemtest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hennies.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heromuster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hesslag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hindi-movie.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hindimoviedownload.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hindimovieonline.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiteshbrahmbhatt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hks-projekt.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hm773.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hogarthdavieslloyd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holadinero.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holadinero.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holofox.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hopemeet.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hopemeet.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelbretagne.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoteles4you.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hps.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hpsdigital.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrltech.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huangjia71.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huangjia72.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huangjia73.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huangjia74.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huangjia75.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huangjia76.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huangjia77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huangjia78.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huangjia79.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huangjia99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypeitems.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i2gether.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibiu.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibutikk.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icnsoft.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idoparadoxon.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idrottsnaprapaten.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ieffalot.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iesonline.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifroheweihnachten.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihcprofile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihmphila.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihuan.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ijsbaanwitten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikke-coach.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilformichiere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illative.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immarypoppinsyall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immersa.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impera.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incore.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inessoftsec.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inethost.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informations-echafaudages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosectalks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infranoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrapeer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innogen.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innotel.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innover.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inputmag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insecret.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insecret.trade", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insofttransfer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantluxe.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantluxe.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantluxe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantluxe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantluxe.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantphotocamera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "institutogiuseppe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "institutogiuseppe.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "int64software.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integroof.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interabbit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interguard.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interlijn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invoicehippo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irgwebsites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irish.radio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irishradioplayer.radio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irkfap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isbaseballstillon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isolta.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-boss.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-stack.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-support-nu.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-support-stockholm.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-support.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-supportistockholm.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-tekniker.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ithink.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ithjalpforetag.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itm-c.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsayardlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsupportnacka.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivopetkov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivy.show", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwantpayments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwanttrack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwascoding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaion.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamiewebb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jankamp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jansen-schilders.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcsesecuneta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeemain.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeeran.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeeranservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jewishquotations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiangxu.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiatingtrading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jieyang2016.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jki.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmbeautystudio.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joelotu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jokesbykids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonale.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josephgeorge.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpbe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpmguitarshop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrchaseify.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrlopezoficial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juanjovega.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jundongwu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justinmuturifoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justinribeiro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwplay.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k1024.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamisato-ent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kampunginggris-ue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kardolocksmith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karoverwaltung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazancci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ke.fo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelsa.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kermadec.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevin-ta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kgv-schlauroth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinderpneumologie.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinerd.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinesiomed-cryosauna.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingwoodtxlocksmith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kisel.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitacoffee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiwi-bird.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kkomputer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klusweb-merenwijk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kndrd.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kneipi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knihovnajablonne.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knuthildebrandt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komall.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosuzu.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kritikos.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kruselegal.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuaimen.bid", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l17r.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labanochjonas.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labanskoller.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labanskollermark.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladislavbrezovnik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laermschmiede.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laibcoms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamed.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landhaus-havelse.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landingear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "langsam-dator.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larabergmann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasowy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastbutnotyeast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latabaccheria.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "le0yn.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learnlux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lebensraum-kurse.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legilimens.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemonlawnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lendahandmissionteams.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "les-inoxydables.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesbrillantsdaristide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levelonetrainingandfitness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lialion.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librosdescargas.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libzik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifestylecent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilliangray.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkstream.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "listal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litebitanalytics.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "literaturpreis-bad-wurzach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littleredpenguin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "living.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "living.video", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livingafrugallife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lixiaoyu.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizzwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ljskool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ljusdalsnaprapatklinik.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lmbyrne.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lmbyrne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lmmi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lnmp.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lob-assets-staging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lob-assets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithfriendswoodtexas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithhumbletx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longboat.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loquo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovemiku.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsy.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lugimax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luloboutique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunalove.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunarichter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunazacharias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luoshifeng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lusoft.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luukuton.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxfosdecoenterprise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lvftw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lvguitars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lzcreation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mac-service-stockholm.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mac-servicen.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machijun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macsupportnacka.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macsupportstockholm.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madreshoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicamulet.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnificatwellnesscenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mah-nig.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makos.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manatees.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manufacturinginmexico.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mapchange.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maquinasdecoserplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marabunta.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marbree.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcusds.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariaheidemann.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariatash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingeinnovacion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maryhaze.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastafu.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matheusmacedo.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matt-royal.com.cy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattessons.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattprojects.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mazdaofgermantown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mechaspartans6648.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medecine-esthetique-du-calaisis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediabogen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediapath.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medikalakademi.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megamp3.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meia.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meimeistartup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meisterlabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meistertask.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mekatro.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memberstweets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metavetted.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metron-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfxxx.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mialquilerdecoches.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michelskovbo.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microneedlingstudio.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microwesen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midistop.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midress.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miguelgaton.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milchbuchstabe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milnes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "min-datorsupport.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindatasupport.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindatasupport.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindmeister.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minepack.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minivaro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misakacloud.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misxvenelantro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moahmo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modav.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moenew.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohr-maschinenservice.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mok.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mollie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monsieurbureau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montgomeryfirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mopie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mousepotato.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mta.fail", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundodoscarbonos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundogamers.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicfromgod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicstudio.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mxdanggui.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myboothang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybus.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycarwashers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycc.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydatadoneright.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myeasybooking.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myloan.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myonline.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypartnernews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrnabiondo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n2diving.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n8solutions.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nabidkydnes.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadiafourcade-photographie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nai-job.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naji-astier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nano.voting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanollet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanotechnologysolutions.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natuerlichabnehmen.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturalezafengshui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natverkstekniker.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naughtytoy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navstivime.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndum.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nederland.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nederlands-vastgoedfonds.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemplex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neodigital.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nepezzano13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerdca.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netnea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nezvestice.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfam.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nflchan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicochinese.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niedrigsterpreis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodecdn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodesonic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nord-restaurant-bar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordicess.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northcreekresortblue.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northpost.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noscura.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notilus.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nototema.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nova-it.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novacal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nureg.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nureg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nureg.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nut.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutrafitsuplementos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuvospineandsports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oatycloud.spdns.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octobered.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oe-boston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofertino.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofertolino.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offshoot.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "older-racer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliverschmid.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olomercy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olsh-hilltown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olsonproperties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "on.tax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ondrejbudin.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onkentessegertdij.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinemarketingmuscle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oposicionesapolicialocal.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oposicionescorreos.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oposicionescorreos.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oposicionesdejusticia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oposicionesycursos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oppositionsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opteamax.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orbital3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ordoro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oriflameszepsegkozpont.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oruggt.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osprecos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osprecos.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostgotamusiken.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outplnr.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overceny.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "packagist.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalworld.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paintball-ljubljana.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakingas.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakowanie-polska.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakroyalpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paleoself.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pao.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paracomer.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passover-fun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrick.my-gateway.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pay-online.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdkrawczyk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedidosfarma.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepgrid.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepme.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepstaff.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectstreaming.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "periodic-drinking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "persocloud.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peterbarrett.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peterhons.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pflug.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phillipsdistribution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phpstan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pimg136.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinnacle-tex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinterjann.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pipfrosch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateparty.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piubip.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixiv.rip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pkrank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plantekno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "players2gather.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plicca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pnoec.org.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc.xn--fiqs8s", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc060.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc080.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc100.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc109.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc116.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc119.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc120.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc128.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc15.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc16.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc17.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc19.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc21.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc211.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc226.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc228.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc23.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc25.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc26.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc261.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc262.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc27.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc290.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc298.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc31.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc32.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc35.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc36.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc37.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc38.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc51.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc518.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc52.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc53.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc56.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc568.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc57.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc586.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc59.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc601.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc618.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc63.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc65.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc67.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc68.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc69.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc699.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc718.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc72.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc75.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc76.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc78.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc79.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc816.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc88.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc89.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc916.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc98.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pocpok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pocqipai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponio.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornagent.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "povertymind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersergthisisthewebsitefuckyouchris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praetzlich-hamburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pre-lean-consulting.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preciosde.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preferredreverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prepadefi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prepavesale.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preventshare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printerinktoutlet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printertonerkopen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prismapayments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectgrimoire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectxyz.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promiflash.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prospecto.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prospecto.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prospecto.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prospecto.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostoporno.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puestifiestas.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puestosdeferia.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "punchlinetheatre.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pussr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putin.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pycoder.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qani.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qe-lab.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qipl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queencomplex.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quermail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quieroserbombero.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiq-api.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiq-cdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiq.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiocommg.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiumone.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randomrepo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randomserver.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcgoncalves.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rchavez.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdv-cni.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reachonline.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readybetwin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realfood.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redflare.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redmondtea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redzonedaily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reening.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reflets.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rendall.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renovablesverdes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rensa-datorn.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rentayventadecarpas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reportband.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resortafroditatucepi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "respiranto.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restaurant-de-notenkraker.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retornaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retornaz.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retornaz.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revista-programar.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ricaribeiro.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardschut.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rideintaxi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rijschoolrichardschut.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rijschoolsafetyfirst.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rioxmarketing.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ris-bad-wurzach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rms-digicert.ne.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robert-wiek-transporte.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robinfrancq.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootpigeon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rostros.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rowancountync.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalbeautyclinic.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roygerritse.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rs-maschinenverleih.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rssr.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rte.radio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruicore.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s2p.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadiejewellery.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saf.earth", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sailwiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintanne.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sainthedwig-saintmary.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sakamichi.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sakerhetskopiering.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samba.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahsecret.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sardacompost.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbox-servers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scbreed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottipc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scouttrails.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screenpublisher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdis-trib.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "se-live.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seamoo.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchfox.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretpigeon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "section77.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securist.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seedcoworking.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segnidisegni.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sekikawa.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seldax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selekzo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensavi.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensoft-int.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seodayo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serge-design.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergiojimenezequestrian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seru.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "server92.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "setasgourmet.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "settimanadellascienza.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevwebdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shabiwangyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharkcut.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shek.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shielder.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shinuytodaati.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiqi.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiqi.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sholtowu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shootingstarmedium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopific.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuhacksoc.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siamdevsqua.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siamdevsquare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signrightsigns.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sikecikcomel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvesrom.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simotrescu.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplylifetips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinusitis-bronchitis.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siteage.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skgzberichtenbox.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skolakrizik.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skorepova.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skpk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyfone.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyger.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaltimentorifiuti.livorno.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartweb.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sn0int.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snabbare-dator.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snabbit-support.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snabbit-support.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snortfroken.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snoworld.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofiadaoutza.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofiesteinfeld.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softblinds.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softfay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softsecmatheodexelle.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softwarebeveiligingtestdomein.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soloshu.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solutions-teknik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solve.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sos-fabbro.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "souked.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacebear.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanner.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparxsolutions.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spbet99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speakingdiligence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specialized-hosting.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spenny.tf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sproutways.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spt.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqsd.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssl24.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stadtkapelle-oehringen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stang.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starport.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startanull.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stellarx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stephenreescarter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stephenreescarter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stgeorgecomfortinn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stichtingdemuziekkamer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stmatthewri.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stonechatjewellers.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stopjunkmail.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storeprice.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storeprijs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stpaulcatholicchurcheastnorriton.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "str8hd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streetlightdata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroccounioncity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroeder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strrl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sttg.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiogears.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiosus-gruppenreisen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiosus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylaq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylebajumuslim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sungreen.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunnylyx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunred.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunred.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superidropulitrice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surfnetparents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swe77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swe777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweet-spatula.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synackr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "system4travel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szc.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szepsegbennedrejlik.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t-m.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t9i.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taherian.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taron.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tasadordecoches.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tascuro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxo.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tdro.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teachbiz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teachertool.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamspeak-serverlist.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tech-info.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techmagus.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telesto.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teletexto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temariopolicianacional.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temariosdeoposiciones.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terpotiz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terrace.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tesseractinitiative.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "test-sev-web.pantheonsite.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testsvigilantesdeseguridad.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tfb.az", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tfk.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-arabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebeardedrapscallion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebluub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecstick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theda.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedroneely.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theender.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theepiclounge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefreemail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theig.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theinboxpros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelastbeach.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themadlabengineer.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenerdic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theobg.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestreamable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetiedyelab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thijmenmathijs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thirdgenphoto.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomas-klubert.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomaskaviani.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threefantasy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thrush.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tidy.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tittelbach.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobi-server.goip.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobi-videos.goip.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toddmath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tofliving.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tombroker.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonifarres.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonnygaric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toolineo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toon.style", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top4shop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topvision.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torfbahn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torsquad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tower.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toycu.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trackfeed.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradlost-natverk.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traininghamburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelfield.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traverse.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trebarov.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trenztec.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trianglelawngames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trilithsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripout.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trueachievements.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truehempculture.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trueweb.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tscinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turismodubrovnik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuxone.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuxpi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twdreview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tweak.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tykeplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ujvary.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulfberht.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umbertheprussianblue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unfallrechtler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unfc.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ungaeuropeer.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unijob.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unstoppableunits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uotomizu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upakweship.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usb-lock-rp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valorin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanlent.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vastenotaris.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdlp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegekoszyk.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vehicletransportservices.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venusbymariatash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verboom.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veri2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verificaprezzi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verkeersschoolrichardschut.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "versalhost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "versalhost.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verses.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vet-planet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vhs-bad-wurzach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "via.blog.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viablog.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viajaramsterdam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victorricemill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoryalliance.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videojuegos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videosparatodos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vikaviktoria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vim.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinigas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitalium-therme.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vocescruzadasbcs.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vulyk-medu.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w889-line.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w889-line.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w8less.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wahlen-bad-wurzach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waldgourmet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallsauce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallumai.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangler-internet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanyingge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapazewddamcdocmanui6001.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapazewrdamcdocmanui6001.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapenon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waynefranklin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weck.alsace", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weddingdays.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weebl.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellnessever.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wenge-murphy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wenta-computerservice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wenta.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wew881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wew882.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatdevotion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatisapassword.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatthefile.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiener.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williampuckering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "win88-line.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "win88-line.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiss.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wissamnr.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wizzair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolfshuegelturm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wombatnet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wombere.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodenson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpexplainer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wptorium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrightselfstorageandremovals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wunder.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wx37.ac.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6638.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6673.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb851.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb862.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb913.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb917.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb925.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb927.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb965.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb983.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbpay88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xceedgaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiashali.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ximble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo270.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo676.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinboyule.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinlandm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinu.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xldl.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----9sbkdigdao0de1a8g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--15tx89ctvm.xn--6qq986b3xl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--4dbfsnr.xn--9dbq2a", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80adbvdjzhptl1be6j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--circul-gva.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--circul-u3a.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--fiestadefindeao-crb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--labanskllermark-ftb.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--lskieradio-3gb44h.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mgbuq0c.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--schpski-c1a.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--yrvp1ac68c.xn--6qq986b3xl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xperiacode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xrptoolkit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xvii.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yageys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yan.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yangmi.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ygreneworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yisin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ylwz.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yokone3-kutikomi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yosida95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ysicing.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuexiangzs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zagluszaczgps.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaltv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zanzo.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zcryp.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zehkae.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeidlertechnik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhaoeq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhenic.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zimaoxy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zizcollections.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znhglobalresources.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zochowskiplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zr.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zry-blog.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zygozoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0ii0.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233now.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dgep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affarsnatverk.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afterdwi.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenceactiv.immo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agendazilei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akshay.in.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alre-outillage.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazingraymond.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "an-alles-gedacht.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antennistaroma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antroposboutique.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apbank.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnakdanielian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asirviablog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "australianairbrushedtattoos.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "australiantemporarytattoos.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoeshop.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avaeon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awesome-coconut-software.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayj.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backup-kurumsal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bad-wurzach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baka.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bfp-mail.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bijancompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blakezone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloody.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluebahari.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bmk-kramsach.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borgodigatteraia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bou.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brutus2.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calkinsmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carrouselcompany.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cele.bi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherrybread.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chipset.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrisvannooten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cica.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciel.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearer.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colorguni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazybulk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-garnier-delaunay.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannicholas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "de-osopanda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deeonix.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekasegi-kansai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denvergospelhall.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deumavan.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diaroma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diebestengutscheine.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discordservers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djlinux.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontbeevil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draadloze-noodstop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drhoseyni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dstvinstalledenvale.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dstvinstallkemptonpark.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dstvsandton.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dstvsouthafrica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dzar.nsupdate.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastman.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "editoraimaculada.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eikounoayumi.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekawaiishop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emasex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emasex.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empire-univ.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endofodo.goip.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essayjob.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etha.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezpzdelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatalerrorcoded.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferrone.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmovizija.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finesoon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flesters.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.business", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.dance", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.education", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.lgbt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.management", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.training", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyawesome.yoga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeks.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fujiwarashinzo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxymimi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gavin.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gayhotti.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geitenijs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getbrowink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glolighting.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glont.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greendroid.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "griefheart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grundlage.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harukawa.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highair.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyparia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icecontrol.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icnsoft.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ict-helpteam.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illuminatisofficial.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imtikai.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indika.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inffin-portal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inffin-tec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insecret.co.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetmedia.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invitemember.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inxtravel.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iptvmakedonija.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isiso.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-supportnu.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itbox.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itkonsultstockholm.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jajsemjachym.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jar.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jario.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaypandit.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jefsweden.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeremybloomfield.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jhservicos.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jianny.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kap.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimbal.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korea-dpr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksmmmo.org.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ktm-troxler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kupaa.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurniadwin.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labeled.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakkt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lambdaof.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lammersmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laupv.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laurensvanderblom.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letertrefleuri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leviathan-studio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lewdgamer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lhero.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeisabug.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizheng.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localsource.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loli.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lriese.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mac-support.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicdlp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manaonetrading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marktplaatshelper.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewljiang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicm.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meggidesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meilleur.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meiodomato.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meizitang.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mensarena.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaldudek.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midcarolinaregionalairport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midcarolinaregionalairport.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimmog.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimusic.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindatorsupport.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mittbolan.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobi2go.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mochiyuki.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mop321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mphwinkel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrhookupsd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mteleport.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mullerimoveisrj.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myduffyfamily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakladki.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natureclaim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "new-web-studio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newcab.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niscats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noordwesthoekrit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntlabs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nukleosome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oessi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-backup.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osirium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otakucloud.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagina394.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pavamtio.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pemborongbangunan.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectfocuseyecare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phen-garcinia.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pholder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photofilmcamera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pierreblake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pillowfort.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podo-podo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poemlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokrowcecardo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polomack.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pormat.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primalshop.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procrastinatingengineer.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychotechnique.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychotechnique.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychotechniquetest.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qkzy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qpcna.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quadra.srl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readyrowan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readyrowan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recurrentmeningitis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reensshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regasportshop.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regularizaeudora.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rehabreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rene-guitton.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richeyweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rowancounty911.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rowancounty911.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rowancountyairport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rowanpubliclibrary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rowansheriff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rowansheriff.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rowantransit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rowantransit.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rozar.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpgchan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rws-cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sacredheart-cliftonheights.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintefoy-tarentaise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sainteugenechurch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sainteugeneschurch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintfrancescabrini.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintfrancisdesales.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintmaryscathedral-trenton.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samplefashion.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samri.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanjotech.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarabara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satisperfectacollections.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savilleassessment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sberna-fotofast.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schmitt-etienne.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schwano-dent.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seb-net.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sesrdcem.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgrmreproduccionapp.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharecc.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shimmy1996.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "showfom.sb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sicurezzalavoro24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siemencaes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skateaustria.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slatko.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smitug.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smokefreerowan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedwaybusinesspark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spero.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spira.kiev.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotswoodvet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stetson.edu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stjosephri.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stjosephsoswego.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stkevin-stbenedict.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stmaryswestwarwick.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stocp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stpatrickkennettsquare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stpatrickri.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stpatricks-pelham.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strandom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "straphael-holyangels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ststanislaus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studio-happyvalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swkdevserver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swktestserver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tadj-mahalat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tadlab.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taustyle.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcade.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tellthemachines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theideaskitchen.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetorlock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetorrentfunk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetravelczar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theyourbittorrent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thitruongsi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timebutler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timx.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tisvapo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toerschaatsenknsb.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torlock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torlock.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torlock.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torlock.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torlock2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toros.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toros2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrent.tm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrentfunk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrentfunk.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrentfunk.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrentfunk.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrentfunk2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalaccess.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tramclub-basel.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvlanguedoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u-he.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udsocial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicioushop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urlgot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usemusic.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vampire142.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verticrew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videobrochuresmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vtt-hautsdefrance.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvzero.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w88info.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w88info.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w88xinxi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webhost.guide", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webwelearn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welovemaira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werbe-markt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wforum.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wickelfischfrance.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windows-support.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windows-support.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmnrj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wprodevs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrd48.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenolith.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mntsamling-0cb.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yangcs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yhhh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourbittorrent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourbittorrent.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourbittorrent.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourbittorrent.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourbittorrent2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenluxuryliving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhangshuqiao.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhih.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zsq.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "04911701.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123nutricion.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162jonesrd.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2001y.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2tuu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dcollective.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu178.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu8888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4lock.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5219.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "618media.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "758global.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8xxxxxxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9jaxtreme.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-players.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aacs-design.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aadw.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acgmoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acousticsoundrecords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adativos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adelianz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "administrator.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adnolesh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adresults.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adresults.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afgn.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexfabian.myftp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alkacoin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphanodes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alternative.hosting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alternativetomeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altmann-systems.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amaliagamis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amandaworldstudies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazingraymond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aminullrouted.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ampleroads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antiaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antilaserpriority.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antonuotila.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apimon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apps-perso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcaea.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archivosstl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arogyadhamhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "around-cms.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art-pix.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art-pix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "articu.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arturopinto.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashleythouret.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "at7s.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atc.cuneo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atheistfrontier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "australiantemporarytattoos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avaemr-development-environment.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviationstrategies.aero", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avonture.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtobania.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtoveles.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awic.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azmusica.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azmusica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azsgeniedev.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azukie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badanka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bantaihost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bearlakelife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedrijfshulpverleningfriesland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behead.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belezashopping.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belfor-probleme.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benjaminbedard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bensokol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bepsvpt.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestdoc.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestpractice.domains", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betonmarkets.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgp.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibica.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biblethoughts.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigshopper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigshopper.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bishopscourt-hawarden.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biznesonline.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizzdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bomhard.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonniekitchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "booksouthafrica.travel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boomvm.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bottledstories.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brachotelborak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brazoriabar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brelahotelberulia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridzius.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brioukraine.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broadbandnd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brubankv1-staging.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brudkista.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brueser-gmbh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsapack564.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildfaith.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulgarianwine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butlerfm.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bye-bye.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cacn.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cacr.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafled.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cakearific.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calminteractive.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cambreaconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cambridge-examen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canadianatheists.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canadianatheists.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canopycleaningmelbourne.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cantonroadjewelry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "captainsfarm.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carmelrise.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casalborgo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinorewards.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbdcontact.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbdoilcures.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccattestprep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdmlb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceanimalhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centrallotus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgminc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatforskning.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chetwood.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicagoemergencyclosings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "choootto.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrisahrweileryoga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrystajewelry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cimbalino.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cirurgicavirtual.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citfin.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citizenscience.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citycreek.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clamofon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudalice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudalice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudwellmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coatsandcocktails.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codersatlas.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codersatlas.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codersbase.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colpatriaws.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comicspornow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compraporinternet.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comprarimpresoras-3d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultanta-in-afaceri.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooltang.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "correct.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "correcthorse.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "country-creativ.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberlegal.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailyroverr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielparker.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkestproductions.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datahive360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "david-hinschberger.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbmxpca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decfun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decrypto.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "define-atheism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "define-atheist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defineatheism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defineatheist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentechnica.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derbyware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desertmedaesthetics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devswag.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dexonrest.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dhbr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diccionarqui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diplomatiq.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.napoli.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diversifiedproduct.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnsaio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnskeep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnskeeper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doanhnhanplus.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dodds.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dodomu.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donnajeanbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doorswest.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dox-box.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragon.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draintechnorthwest.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "driftingruby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "droidandy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsmstainlessproducts.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duckblade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dum.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecfunstalls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echorecovery.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecotaxi2airport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eden-institut-carita-valdisere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edshogg.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eglisedenantes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eiao.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emailmeform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emanol.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emilio.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emprechtinger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encyclopedia-titanica.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engl-systems.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enjinx.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entwickler.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estoppels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eturist.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euterpiaradio.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "event-blick.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewok.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excella.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exmart.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyrelles-tissus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faeservice.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fafarishoptrading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falce.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familie-mischak.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasy-judo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feldmann-stachelscheid.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feminism.lgbt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ffrev.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiestagenial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finecraft.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finzy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firexfly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fisiobox.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiskalnepretor.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flieger-funk-runde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foerster.gmbh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodloader.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fpasca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fragrances.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freelancejobs.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freewoodfactory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshpounds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frnco.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullfilez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fun88city.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuszara.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futuressm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabiocs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "game-topic.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gekosoft.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgiatransport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gettodoing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glamouria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenmonrepos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomel.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "googlehosts.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gophoto.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goplex.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gosolockpicks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gowancommunications.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grapevine.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graz2020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenpaws.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gridsmartercities.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groomscroft.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groomscroft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gumeyamall.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guolaw.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gvoetbaldagenalcides.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hady.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hajekj.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamburg40grad.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanakatova.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hansashop.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hashcashconsultants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawaiianchoice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heldtech.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helgaschultz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hems.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heroco.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hervespanneut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "himiku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "history.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hnrk.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hochdorf-tennis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoge.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holzed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homunyan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostingsams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotel-alan.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelbonacabol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelelaphusabrac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelkaj.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelmarinaadria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelneptundalmatien.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelsolinebrela.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houselocal.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtomovetheneedle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hro.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsts.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ht.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hualao.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubchain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubchain.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubchain.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubchain.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubchain.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hundhausen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hy1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyvanolonterapia.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-0v0.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i9s.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ia.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibps-recruitment.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iktisatbank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iltuogiardino.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immobiliengutachter-holland.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianamoldrepairpros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianawaterdamagerepairpros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indio.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infobrain.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingolonde.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantphotoprinter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelligenetics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intellitonic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interabbit.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intern.tax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intr0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intrigue3d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ionspin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iprcenter.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irisdesideratum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itinthebubble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwatchcops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwatchcops.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jan-reiss.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasonsplecoscichlids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiosongs.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiyue.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jodbush.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonathanscott.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jongpay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jorexenterprise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpbe-network.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabos.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamata-shinkyu-seikotsu.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kameari-za.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaplatzis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katarsisuib.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katjavoneysmondt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keepsight.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keponews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kernelprogrammer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keys247.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kg7.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidaptive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klemkow.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klemkow.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klinik-fuer-aesthetische-zahnheilkunde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kongsecuritydata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kos4all.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosherjava.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kramer-edelstahl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kristall-energie.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvestmaster.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kxnrl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l-atelier-c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l3.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacaey.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lalingua.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamconnect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lampsh.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lancelhoff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lancemanion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latinmusicrecords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lehmitz-weinstuben.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leibniz-gymnasium-altdorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lequest.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "level-10.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberation2020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "life-like.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifefoto.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeupgame.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lift-wise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "line-wise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linhua.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkopia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littledev.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livaniaccesorios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livehomecams.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lmtravis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loansharkpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locklock.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locklockbrasil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locknlock.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locknlockbrasil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loker.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolly.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lty.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumbercartel.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lupa.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mac-support.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magepro.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailtelligent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maitemerino.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makedonija.net.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maplegate.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "margays.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrieux.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxlaumeister.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meangirl.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mellitus.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merchcity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesec.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microfonejts.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micromind.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikewrites.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milakirschner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milkameglepetes.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixmister.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mizuhobank.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mneerup.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moabpapier.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moabygg.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modnitsa.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mofidmed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mogooin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monobunt.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moplx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motionvideos.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muunnin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwamitours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfae.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myndcoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypay.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanogramme.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nayr.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nca.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncgt.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netd.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsgroups.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsletteralerts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nexd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikolainevalainen.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niktok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noahwitt.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodist.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noellimpag.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nooranevalainen.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northernpowertrain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nphrm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nwitt.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nysteak5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oaktree-realtors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odense3dprint.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offgridauto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oil-ecn.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olecoin.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "om.yoga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onetouchrevealplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openjur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opensourcesurvey.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oranjee.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orlandobalbas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxia.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxiame.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paintsealdirect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paperworld.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parasosto.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parcoursup.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkingparisnord.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peliculator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pellet.pordenone.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfect-carstyle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectgift.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfmatters.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pets4life.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pewat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipkobelt.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoxden.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "php.watch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phyley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piepermail.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pijusmagnificus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinot.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitaiabank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitaiatrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pkeus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plentybetter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plentybetter.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poptimize.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prateep.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preme.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pretor.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pretor.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pretorcup.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primananda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proformer.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertysales-almeria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.bet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulsnitzer-lebkuchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pumpandcash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvamg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pwt.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pxgamer.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qarea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickrelations.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quietboy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabbitinternet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radarbanyumas.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randolf.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravada-vdi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravanalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbmland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rca.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reactions.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reades.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reath.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recard.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redscan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redshell.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redwhey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rentandgo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "replace.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reticket.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retroride.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "returnonerror.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardson.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ridhaan.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritirocalcinacci.viterbo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmi.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodykossen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronem.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roomguide.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roomsatevents.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotapalor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpadonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rynkebo.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s2t.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saas.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safeitup.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salon-hinata.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saultdefencelaw.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schaffensdrang.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholieren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrapdealers.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrivito.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seasons-vintage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebjacobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securemailbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securemessage.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seekfirstthekingdom.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seguridadysaludeneltrabajo.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seloc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sense.hamburg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentiments.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentirmebien.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servidoresweb.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharing-kyoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shimi.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shimi.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiqi.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shrimpcam.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sim-usa.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sincemydivorce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "six-o-one.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skolnieks.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skulblaka.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyeeverest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slt24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slunecnice.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaltimento.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaltimentorifiuti.prato.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smart.vet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartpti.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smilenwa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smtparish.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snroth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sot.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sot.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southbendflooring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spieltexte.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spilled.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spira-group.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sptr.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stal-rulon.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "star.watch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startliste.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stdev.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steelbeasts.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stmarysnutley.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stnevis.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoneedgeconcrete.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strandedinotter.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangeways.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studentklinikk.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summermc.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunny.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunnysidechurchofchrist.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swarovski-lov.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syakonavi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symdevinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szeretekvajpolni.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taalcursusvolgen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taishokudaiko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tallinnsec.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tallinnsex.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarot-cartas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tea.in.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techforthepeople.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technicalramblings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teganlaw.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teganlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tekniksnack.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telco.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telegram.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenkdigitalt.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tepautotuning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terranova.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thambaru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theazoorsociety.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theeverycompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theissue.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevyra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theworldbattle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thietbithoathiem.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomas.computer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomien.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tilde.institute", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timelockstash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tm80plus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobiaswiese.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobiaswiese.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobiaswiese.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tophat.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toplist.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touchsupport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracking.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trafficmanager.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trebek.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trilex.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tronmeo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tucepihotelalga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkiyen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ufocentre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unikrn.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upcambio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upengo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uprospr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uriport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uriports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urnes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utahblackplate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utahblackplates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utahcanyons.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzayliyiz.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "va1der.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valtool.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valuemyhome.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valuemyhome.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valuuttamuunnin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vapex.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varaeventos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vctor.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verschurendegroot.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victorblomberg.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vietplan.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vincentiliano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "violauotila.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vionicshoes.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitalia.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viva2000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voss-klinik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpsao.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrcprofile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vroyaltours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangriwu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waylandss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whollyskincare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whqqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wicharypawel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wick-machinery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildcatdiesel.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildercerron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woblex.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wooc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wotsunduk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wscore.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wunschpreisauto.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuyang.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xdtag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xhotlips.date", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinsane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xmflyrk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--1yst51avkr.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--1yst51avkr.xn--6qq986b3xl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--2sxs9ol7o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--6qq52xuogcjfw8pwqp.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--6qq62xsogfjfs8p1qp.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--b3c4f.xn--o3cw4h", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--bckerei-trster-5hb11a.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--xft85up3jca.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--z1tq4ldt4b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xp.nsupdate.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yannis.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogamea.school", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoplate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "your-idc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ypse.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakelijketaalcursus.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakelijkgoedengelsleren.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhangwendao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhdd.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhost.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhouba.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zjateaucafe.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zubr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "000books.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "003971.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "008207.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "008251.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "008253.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "008271.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "009p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "050869.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "056657.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "056675.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "056679.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "056687.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "056690.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "056697.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "056867.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "056869.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "056875.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "056879.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "056950.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "056976.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "056985.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "057587.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "057596.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "058509.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "058596.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "058679.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "059957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "060757.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "060795.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "060796.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "060798.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0607p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "060870.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "060875.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "065679.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "065706.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "065790.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "065970.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "065976.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "066570.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "066579.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "066590.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "066705.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "066709.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "066790.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "068697.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "068756.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "068957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "069657.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "069676.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0708p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "070968.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "070986.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0720p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0798rcw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "085806.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "085905.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "085950.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "086807.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "086907.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "087059.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "087065.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "087540.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "087569.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "087580.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0vo.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0xaf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110692.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11221jz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1126p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1130p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "120323.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "126772.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "127661.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "127662.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "127663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "127665.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12autoankauf-berlin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "130212.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "131934.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "131954.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "133294.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "133492.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "136774.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "137724.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "141145.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1889p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2083236893.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2206p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "232192.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "249722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24items.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2586p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3351p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "336yh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3880p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3rsee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4111pk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4138hd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46fa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5002888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5007999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5287.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "532441.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "532445.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "545755.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "58nav.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5stars.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "620881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6556hd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6556pk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6602p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6603p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "69759.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7080997.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7770b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "77dostavkaroz.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8080883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "80883.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "80887.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "815jz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "816jz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8211p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8213p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8214p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8215p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8216p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "848jz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8802p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "885287.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88851333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88851777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "888666pj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8yun.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9090819.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "967606.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9950p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9box.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-care.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abasalehngo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abhibhat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abitidasposa.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abogadosescobarysanchez.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aborla.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acl.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acorncredentialing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaptergonomics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adcnvs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adminless.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adohanyzasjovoje.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adomani-italia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adtelligent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advaithbot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advenacs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aenterprise.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeonct.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aff.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "african-bay.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciamdg.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aipi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcouponest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alex4386.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandrefa.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexpnixon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allamericanpaintingplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allram.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allsun.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almenrausch-pirkhof.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpencams.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpstarentaisetaxi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpstarentaisetaxi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alternativehosting.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alternativehosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aluminium-giesserei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alxu.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americasdirector.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amiciperlatesta.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amielle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amokinio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amstelland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amzanalyzer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anatoray.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrewletson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angrido.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anoboy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anodas.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antonok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anythingautowebster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aobeauty.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aod-tech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aori.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aostacarnavals.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apiu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqua-bucht.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archeologicatoscana.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archit.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arrowit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arunjoshua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aryabusines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashessin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askeustache.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asksatya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aterlectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athekiu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlascoffeeclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atmalta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aucarresainteloi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aulasvirtualesperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authenticationhub.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoreinigung-noack.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoskolaplzen.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awscloudrecipes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b767.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baitcon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bananice.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bani99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankanswers.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bariumoxide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baumkuchen-aus-dresden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baza-gai.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbsec.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beavertales.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bee-social.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belos.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belyoung.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benbalter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benefitshub.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benefitshub.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berati.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bewegigsruum.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bfcgermania88.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bfob.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgmn.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibles.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bie08.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bie35.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bie79.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billfazz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitrefill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bixbydevelopers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizzdesign.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bkt.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black1ce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blaindalefarms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blicy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloogle.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluepromocode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueswandaily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookzaga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boothlabs.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bootsschule-weiss.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boreo.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boysontech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakwall.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightside.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britanniacateringyeovil.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btshe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bukiskola.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bukivallalkozasok.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bukpcszerviz.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulwarkcrypto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bunny.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bunq.love", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buscandolosmejores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "busiteyiengelle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butzies.ddnss.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byjuschennai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bypetula.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c376.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafesdomundo.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camshowdir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canberraoutletcentre.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "care-spot.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "care-spot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "care-spot.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "care-spot.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "care-spot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "care-spot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "care-spot.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespot.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespot.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespot.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespot.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespotexpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespotexpresshealthcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespottravelmedicine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespottravelmedicine.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespoturgentcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespoturgentcare.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespoturgentcare.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespoturgentcare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespoturgentcare.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casa-laguna.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casadopulpo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caseof.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cat93.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catchkol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catram.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caudo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebphotos.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centerperson.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centos.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centsi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgf-charcuterie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chapstick.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkandreportlive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkblau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checookies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiangmaimontessori.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicurrichi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christielepage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chromeworld.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chromopho.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chtsi.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cihar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinkciarz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citas-adultas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claraism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cldinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudsecurityalliance-europe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudsecurityalliance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudsecurityalliance.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudsecuritycongress.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudsecuritycongress.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "club-dieta.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmov-plongeurs.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cockfile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coindesfilles.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collab.ddnss.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collaborativehealthpsychology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collegereligionandphilosophy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comedyhuis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comercialdragon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commercezen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commissaris-vraagbaak.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "componentshop.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comprarefiereygana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computerwerk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concreterepairconcreteraising.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conotoxia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consideryourways.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constituenttracker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "containerspace.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corpoepele.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corso-antincendio.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmetic-surgery-prices.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cote-chasse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpe-registry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpe-registry.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpe-registry.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cperegistry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cperegistry.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cperegistry.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazybulksteroids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creaticworld.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativeangles.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creatorswave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cronenberg.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptomail.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csa-library.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csaapac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csaapac.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csacongress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csacongress.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csadc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csasummit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csasummit.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csosa.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cube.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curlify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvtemplatemaster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwc.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberbot.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberdyne.llc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d7211.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d7215.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d7216.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daddybio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dafyddcrosby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dai94.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dair.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daitouryu-jujutsu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damjanovic.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danfromit.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danfromit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datingsite-vergelijken.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daveops.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidandrewcoaching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidkeane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dazz.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dazzit.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dazzit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dazzit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dazzit.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dazzit.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbjl.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbrand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dd7211.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadbyhost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealspotr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealszone.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debatereport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decimatechnologies.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decor-live.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deep-labs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepinnov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dein-trueffel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dejting-sidor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deli-tochigi.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltawolf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedtambayan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deskguide.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dev-greavesindia.pantheonsite.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devils-point.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "die-bobbeloase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diendorfer.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital-sculpture.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalblood.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directoryhub.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disciplesmakingdisciples.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discus-communications.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dividendz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divisuite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dleger.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmk-realestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnalounge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnapizza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docassure.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctorxdentist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogodki.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominik-bergmann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doxal.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dracoon.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dracoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dracoon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dracoon.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drgn.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drgrace.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "droneland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsble.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsbutler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "du-alex.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duckcorp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dustyro.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dustywilson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchfoodie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynocc.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-sushi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easypayments.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echarity.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecp.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggqvq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egicloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehdud8451.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekranos.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eladlak-ingatlan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eletrochape.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elodrias.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emilstahl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encodecloud.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enganches.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engl-server.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enotefile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envide.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enviro-umweltservice.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erlebnisarchaeologie-bayern.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estefan.dyndns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estonia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eternalflame.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurorecambios24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exadime.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "explorebigideas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expmind.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "express1040.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facai666.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facarospauls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fachmann-umzuege.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakeduckpond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantraxhq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastinviter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbrief.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "federicoparty.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feixiang.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felix-hirner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fidufinance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "film-op-tv.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financewithcromulent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findelahistoria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findingtheuniverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finefriends.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finefriendsapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finlandcook.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finlandcook.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiveyearsahead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flamingogroup.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flibusta.appspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fmstr.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "followmystaff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forbidden-mods.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ford.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ford.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ford.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ford.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fordsync.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fosterpark.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frasch-umzuege.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frau-pusteblu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frc.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeministryresources.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freetaxusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friplay.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fruityten.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsgeek.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftdev.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furries-united.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furry.bot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g3circuit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadget-tips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gailbartist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gallmeyer-consulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gangnamavenue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gangnamcool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garagedoorrepairingsanjose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garagelink.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaw.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gd88.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gearbot.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekeffect.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gehrke.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "general-plast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geniofinanciero.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfedating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghost-legion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "givingtools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glass-mag.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalno.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gn00.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go2archive.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomel.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomelphoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "good588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goru.travel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gosnipe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gostargazing.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goufaan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graandco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupodatco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtn-pravda.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyakori.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gzriedstadt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haancommunity.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackerone.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackingondemand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hajekj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hambassadors.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handy-reparatur-berlin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handynummer-info.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hansashop.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hatter.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haustechnik-schulte-sanitaer-heizung-klima.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hd4138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hd6556.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heitepriem.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellomookie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helprocleaningservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helptasker.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hendrickx.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henrik-bondtofte.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herbertjanvandinther.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heribro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heroku.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hillcrestswimclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "himalaya-cross.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "himalaya.video", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitchpin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hkas.org.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoathienthao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoathienthao.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holidayacademy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homelabquotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honoka-seitai.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horizzon.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horsegateway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostingalternative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotel1926.com.mt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrafnkellbaldurs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huangqifu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hytale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idealcontabilidade.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideatarmac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idyl.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igdn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ijsclubdwarsgracht.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikmx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iliasdeli.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ima.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imcsi.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imperialinfosys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inc.wf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "independenttravelcats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infobalkans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosectekniques.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infraball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrabeta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrabold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infraboom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infraclip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infracron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infradart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infradisk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrafuse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infralira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infraloon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inframake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inframeet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inframenu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infraname.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infranest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infratask.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infratrip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infravibe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inoxandco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inoxdesign.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inoxdesign.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspiratienodig.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integrata.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intropickup.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipso.paris", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irismq.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irlfp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isitef.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itcs.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itfly.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "its420somewhere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itseeze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivotemahdi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwascoding.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iyoumu.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j-robertson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j5lx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j5lx.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j5lx.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackyliao.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacobs-implantate.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarrah-alsilawi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaybrokers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcus.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdm.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jemigjordy.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jennethaarfotografie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jianwei.wang", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jime-hlavou.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joesniderman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johngadenne.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jorsev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshhoffer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jusos-goettingen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "just-webdesign-berlin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwpoore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwybk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jzgj088.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamen-master.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kennedyinsurancesolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiarayoga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kieran.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kii91.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinecle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kipsu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirchhoff-getraenke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiropraktorvard.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kizomba.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kizzycode.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kjnotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kk.in.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kl008888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleine-viecherei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knoji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kobar.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koeeusa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kohparadise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kojip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kokoushuvila.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komodolabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kritikawebu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kroell.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksopp.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kt-events.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuanta.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuechenserver.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuechenserver.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunaldesai.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurszielnull.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuunlamaailm.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kybqp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kybqp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagsoftware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lalunaonlinebr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lambangcapgiare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lannatefl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laserhealthsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "layazc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "layordesign.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lbsistemas.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalforms.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legionminecraft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legnami24.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lehrermarktplatz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesummeira.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letson.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "level6.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leventismotors.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexic.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgbtq.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liangyichen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberationschool.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ligmadrive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "likeometer.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limx.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linaklein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linan.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linan.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linan.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lincoln.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lincoln.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxbg.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipighor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipighor.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "list-gymnasium.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littleduck.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liu0hy.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizhuogui.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lkellar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lock23.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithcarrolltontx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithdrippingspringstx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithlakewaytx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithmesquitetexas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithsbuda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lockwoodchristmastreefarm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locus-dashboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locusmap.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lostsandal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lostsandal.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louisapolicefoundation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louisapolicefoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ls-modcompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lundberghealthadvocates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m0v0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maduradas.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maduradas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicjudges.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malvertise.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamabepo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manantialdevida1450.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maniacoland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marietrap.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maroismasso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massagetherapyschoolsinformation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "math-coaching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matocmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauerwerk.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcconciergerie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcdsg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med-post.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med-post.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med-post.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med-post.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med-post.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med-postclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med-postdoctor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med-postdoctors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med-postemergency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med-posthealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med-postmedical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med-postphysicians.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med-postwellness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediacloud.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpost.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpost.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpost.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpost.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpost.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpost.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpost.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpostcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpostclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpostdoctor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpostdoctors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpostemergency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpostexpresscare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medposthealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medposthealthcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpostimmediatecare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpostmedical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpostphysicians.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medposturgentcare.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medposturgentcare.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medposturgentcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medposturgentcare.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medposturgentcare.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medposturgentcare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpostwalkincare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpostwellness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mekongmontessori.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memo2ch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metrodetroitmommy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meuble-house.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mexicodental.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgiljum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mibh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaell.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaell.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelloveys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micsell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mihgroup.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijntelefoonboek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikusa.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milkypond.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minican.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mircarfinder.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirete.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnconsulting.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnienamel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mods-community.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mods-pic.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moepass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moleskinestudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monelephantapois.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monplay.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motor-forum.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movfun.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrmad.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrstuudio.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mudit.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mueller-gaestehaus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muilties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muoivancauhoivisao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musiikkiohjelmapalvelu.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muy.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvwoensel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-co.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycamshowhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myclgnotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myibidder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myloneworkers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymonture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myopd.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myphamaplus.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrepublic.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysad.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myservice.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytime.gl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mzlive.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naarakah.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nabbar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naijaxnet.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nais0ne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakayama.industries", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakayamaresearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nameproscdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naseehah.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasr.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathan.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerdpol.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nereustech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nethack.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netube.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netzona.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newhoperailroad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nexter.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nguyencucthanh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicolaiteglskov.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikpool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ningbo.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nizhaoheng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nob.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nojobook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noleggiolimousine.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noonan.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northcoastlabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nosuch.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nosuch.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nosuch.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nourishandnestle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nowitzki.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "npbeta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrsmart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntut.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nysis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nysis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o-s.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octa.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okqubit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okviz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldonyosafaris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olivier-rochet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omegarazer.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onehost.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinecasinoselite.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opcionpublicitaria.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "open-ctp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "open-ctp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "open-ctp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openbsd.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opencaves.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openctp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openctp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openctp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openshippers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openstandia.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opportunityliu.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimaner.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ore.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osolutionscorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostachstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otisko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ots.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outfit-weimar.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outincanberra.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overlandireland.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ownagepranks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paced.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagamentosonline.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagerduty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pahub.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paigejulianne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palavalbasket.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palermopride.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panamatrippin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paniodpolskiego.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paragontasarim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parys.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrykwegrzynek.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pause-canap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paxchecker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pbren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pearlsonly.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pearlsonly.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pearlsonly.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peckcloths.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pencil2d.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penzionvzahrade.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepfar.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peppelmedi.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "performancegate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permaseal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peruvianphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petto.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonenumber-info.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pickupenc.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pimusiccloud.hopto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piu.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixshop.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixulutinho.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pjp.com.mt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plantron.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plastic-id.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumbercincoranch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plusminus30.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponio.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponxel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porncompanions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portesmagistral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premieravenue.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "princepessa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "probano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productionscime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promobo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertycrawl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proservices.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prove.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxirealtime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psauxit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pseric.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pubkit.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publi-all.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "punchlinetheatre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puntcunts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purejewels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purityclothing.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qaq.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qq885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qrpatrol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quallo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qvq.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qxzg.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiolla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiopleer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiumcode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raid-runners.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railduction.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rallypodium.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randewoo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "random.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razrsec.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reach-on.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readabilitychecker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recebersms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recettecookeo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reddingsbrigadeveghel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regensburg-repariert.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remembermidi.sytes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "respons.je", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "respons.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "respons.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "respons.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "respons.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "responscode.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "responscode.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "responscode.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "responscode.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "responsecode.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "responsecode.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "responsecode.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviderm-skinmedics-rheinbach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revuestarlight.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rileyskains.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rincondenoticas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ristorantelittleitaly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riverbendessentialoil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rle.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertkotlermd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roboex.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockerchyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolfsbuss.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romtex.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootetsy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootkit.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rowancasting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtsak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudel-wot.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruequincampoix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruzzll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rvc-france.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rvfit.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rxguide.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryuanerin.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samorazvitie.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sangyoui.health", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanovnik.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanych-msk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saorview.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahcheyette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarkoziadam.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satplay.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savbus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savbus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schluesseldienst-berlin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schmatloch.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schmidtlohwasser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schonstedt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "science.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secondnature.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sehablazolano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sek.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sektor.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selectionengine.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selectionengine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selectionengine.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selectionengine.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "send4x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seomik.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seriousaboutsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servicerequesthub.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servidoresadmin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharefox.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharefox.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopcord.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopperexpertss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shotly.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shrt.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigma957.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigmaweb.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silicanetworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvershadow.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinsastudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "site.pictures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sklep-majster.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skoilly.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyingo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sluhockey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sluo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slushpool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartgridsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartgridsecurity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartime.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snh48live.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soblaznenie.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soblaznenie2.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softcreatr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "software-search.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solemare-hotel.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sotayhoctap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sovereignpcs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spaceunique.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparumzuege.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spewingmews.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spiegel21.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportmundschutz-info.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotfake.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotypal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "springtxcarpetcleaning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqlbi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqprod.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssab.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "st-tir-pln.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stahlfeuer-ofenwerkstatt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "star.garden", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starease.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starfriend.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevezheng.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevezheng.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stickerparadise.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiebel.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiebel.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiebelmedia.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiebelmedia.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stockportpyramid.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stringbeanstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subtitry.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summerbo.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunbury.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunhaoxiang.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunplay.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sustc.ac.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sv-schody.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweepy.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swifteh.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swingerclub.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swrpgitems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemisbusy.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szasz.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szeptylasu.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagnull.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tako-miyabi.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talichi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tallship.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamada.expert", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamarimolhem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tambayology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanchynski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tangledmeditations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taowa.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxhawk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxisantapolagranalacant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcl.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teambim.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techni-grav.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techusers.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnosa.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teektalk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "test-greavesindia.pantheonsite.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testingbot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "th-music-finder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thcdev.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-jeuxflash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-train.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theagencywithoutaname.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theasianshooter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theasianshooters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theboats.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theboats.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theboats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theboats.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theboats.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theboats.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theboats.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thechavs.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedoctorsorders.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theghostlytavern.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegioidulich.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegreatcommissionpodcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelounge.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenetw.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thermo-recetas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesage.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesanta.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thurn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thymiaturtle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tib1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tieronegraphics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tigerscu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timecd.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinhchattrangda.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titli.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tm-t.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmd.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "to-riktari.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobiaalberti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todo-anime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top6casinos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topwoodltd.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toulineprestige.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradingview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traducir.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treehouse.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treestarmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trichdanhay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trico-pigmentazione.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triri.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "try2services.vc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttfin.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttlet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuanhstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tueplay.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twatspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tzsec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uberpromocodes.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubntleaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uddhabhaldar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ufo-blogger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultramookie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umzuege-berlin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unik.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "united-german-commander.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uoone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbangymfirenze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbexing.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valuemywebsite.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasastansbygg.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veilofsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velocom.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verkkopalvelin.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verschoren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verticesedge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vervewellness.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viacation.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicugna.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villaella.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vindipoker.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtuebags.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visionviral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitamina.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitamina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vive.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voxpopuli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vragenvanproust.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vuatruyen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vytea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waggs.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wammu.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warmtepomp.express", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waschmaschinen-dienst.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wasd.ms", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wasgehtheute.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wattmaedchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wav-productions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webhotelli.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webionite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weblate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weblate.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webperformance.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webplatform.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedestock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedplay.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wegerecht.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wegrzynek.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westcommunitycu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgtrm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whocalledme.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikilivres.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winfographics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmcns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolfcrow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woshiluo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpboot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpcs.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www-5287.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyomingexiles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb83studio.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xentho.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xf5888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaohui.love", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xie38.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xie91.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--13-6kc0bufl.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--90aroj.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--gi8hwa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mgi-qla.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--registriertesexualstraftter-ykc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpressable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpresswifi.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xstreamable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xueanquan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yangjingwen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yayoba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ycbmdevelopment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ycbmstaging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yes35.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yh64678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yh66656.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yh66689.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yh88890.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yiffed.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogaprague.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yooguo123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yooomu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yosakoinight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourbodyknows.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourbodyknows.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourscotlandtour.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youshouldbealiberal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yunloc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yxzero.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yycbike.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yyy116.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yyy608.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zalzalac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zap-mag.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeyi.fan", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zf1898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zh-yds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhanghao.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhiyuan.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zipfworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zjc3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zohair.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zooneshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zwierslanguagetraining.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zxxcq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110320.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "130032.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "136924.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1stchoicelandscapingwa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "301.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "303112.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "376208.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "51guaq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "581018.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "588l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7770t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7ferfer.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8080889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abg.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acfun.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actioncoachignite.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeronote.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "af-tech.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aianipid.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aidarikako.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiinsurance.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconsrandburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexhalderman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alltherooms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amica.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ams-web-qa.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anciennes-automobiles.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrisilberschmidt.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andromeda.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animeone.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arweth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspectuw.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astaxanthin-sport.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astaxanthin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlas-multimedia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoi.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badkamermarkt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bagni-chimici.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bara1.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbs8080.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beltar.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benjijaldoner.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bezposrednio.net.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bicycleuniverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioastin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackbyte.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blatnice.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blatnice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blatnice.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blatnice.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blatnice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blend.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blocher.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloganchoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bokadoktorn.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxspringbett-160x200.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brewvo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishsfaward.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brubank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsmomo-api.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buqi.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy2dollars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bvisible.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byteflies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caerus.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carcloud.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carterdan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carwellness-hinkelmann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casacazoleiro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certificazioni-energetiche.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cglib.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chairsgb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrisspencercreative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cienciasempresariais.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citydance.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "civicamente.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleanplanet.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "climaticarus.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudsec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cognixia.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compitak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conraid.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookingperfected.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "courseconfidence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cricklewood.condos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctknight.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cupoane-reducere.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursosypostgrados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvutdecin.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-imitacion.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d2qa61rbluifiq.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dax.guide", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daxpatterns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degroupage.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delam.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedclub.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dev-dot-naga-226708.appspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devonvintagechina.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dezzoroofing.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital-insurance-engine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital-insurance-engine.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital-insurance-platform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital-insurance-platform.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimanet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divewithfrank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drei01.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "driveexport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durgatopos.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earn.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "econsorzio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emergencyshutoff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emil.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encens.boutique", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epasar.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escalesensorielle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esovita.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europalettenkaufen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evernaut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakeemergency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familienportal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faradrive.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farleymetals.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farmaciacorvi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishlanestudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodcare.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formforger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullnitrous.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gametowndev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamishijabsyari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaodebo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekthis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gelukkigehonden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemails.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genemon.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geometra24.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gidari.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gilme.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodiesoftware.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gow220.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphobyte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grillhutsunderland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happy-life-food.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardhat.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harnov.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haushaltsaufloesunghannover.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helifreak.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helptasker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helptasker.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helptasker.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hgpowerglue.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyperd.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibsociety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ictoniolopisa.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idroserviceweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifan.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igva.or.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imjustcreative.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "improvision.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiansmartpanel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inflated.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isaropiping.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jabba.homelinux.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonas.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jxkangyifu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jz585.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalugadeti.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelantanmudah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinderarzt-berlin-zia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiwihub.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klautshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kongress-hostessen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kupleno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lado.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladotech.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladotech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagunakitchenandbath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavka-konditera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liftoff.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightweighthr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liuxiangling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livadm.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livogeva.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ljoonal.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ljw.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lockaby.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lokal-speisen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotsofbargains.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsmentor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mankomarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mantuo.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "map-patho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maquena.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massar.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastersadistancia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mateiko.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxmoda.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melbyjuliapak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meteorites-for-sale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miamaibaum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mifibra.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjpak.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moecraft.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mora.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morris.computer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mototax.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mountainbatchers.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movestub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multimediapc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "museclef.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncarmine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerdrockshop.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netchameleon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nwshell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyoliveoil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oaktonhouseandgardens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omenprinting.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organicskincare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p0l.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paullockaby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulw.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payjunctionlabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pefricea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmacyglobalrx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pikafederation.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poochingaround.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornofilme.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersaleskc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psabrowse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pxetech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q-tr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rafas.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rauschenbach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reddepsicologosdecr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rfitness.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rise.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ristrutturazioniappartamentinapoli.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robert-foster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertses.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rottipowah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rrbts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagaenterprizes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saluels.servemp3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saputra.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarbash.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schluesseldienst-hannover24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schwarzer.wang", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottmay.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secure-computing.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securefiletransfer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securityrussia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seminariruumid.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "server92.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexar.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexara.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheerchain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sicilyalacarte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siusto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjnp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyautorental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snus123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sochic.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speeder.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sport-decouverte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sshx.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "str92.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugarhillsfarm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suourl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svetila.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweetydecor.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tahmintr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tddos.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technorely.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teknoroit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tende.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisistechtoday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thorshammare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thorshammare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thorshammare.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tongli.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpro.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trinitasgyor.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tristanberger.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryhexadecimal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u-page.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uma.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umzuege-hannover.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umzuege-wolfsburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umzugsunternehmenberlin.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universalcarpetinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unpluggedjuice.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upropay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utrace.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uuid.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v5ray.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdzn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vertigo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitalastin-sport.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warfield.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wasabiwallet.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wasabiwallet.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webia.in.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmediaprint.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wickerliving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wojak.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolfdev.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodlandboys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wopplan.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuav.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyldfiresignage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xanderbron.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--solidaritt-am-ort-yqb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuyiyang.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhy.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zundapp.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "079606.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "079607.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "130232.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "132302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "17xile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1f412.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1in9.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "360-staffing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7898666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7plus.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9867666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ab-photography.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acchikocchi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "act-safety.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae8601.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agibank.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allmousepads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allroundtechnology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allroundtechnology.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alonas.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amiserver.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angiejones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anglersconservation.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apiplus.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aporter.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atzzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avm-multimedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avmup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axispara-bg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barwave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belanja.express", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benvds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bermos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettersecurity.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blochoestergaard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockchainevents.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloglyric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blubop.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brewspark.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brushcreekyachts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bunix.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caferestor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callfunc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashbackcow.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbdcontact.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centroecuestrecastellar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfigura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlie4change.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chesterfieldplaceapartmentsstl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinookwebdesign.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chshealthcare.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citadelnet.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckrubble.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloud9vets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cncs.gov.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "condominiosi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooksplanet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coya.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crabfactory.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crashboy.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossway.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielgray.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datecougarslocal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davewood.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deerfieldapartmentsstl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denkmalagentur.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desafiomovilidadsustentable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "design-production.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deskaservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devcoins.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "develope.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diadiemdangsong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diconnex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietervandenbroeck.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmzlab.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dollarrp.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-peter-jahn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dstvrandburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efreet.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricfencinggillitts.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricfencinghillcrest.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricfencingkloof.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricfencingpinetown.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eneamarcantoni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enuygun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eola.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eromond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espacelanguetokyo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "event-fullyyours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everify.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extradiely.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "face-fashion.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famion.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbwgynplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbwgynplus.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenichelar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fetchease.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fhbnutrition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishoilsafety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fkosquad.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flasaki.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fozzie.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedgb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freelanceunited.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frenchguy.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuvelis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gakki.photos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamcore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "game-club.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameharbor.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameharbor.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameshogun.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garagefox.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gathu.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geoffsec.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getlawyered.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glixee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godattributes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graph.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groundthumpingmotors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groundthumpingmotors.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groundthumpinmotors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groundthumpinmotors.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guadagnare.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h3x.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakans.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanying6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harveyplum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heighton.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellovillam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helloyemek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hhh1080.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirevue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hookupndate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hopecbd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydronicheatingaustralia.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyyen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifreetion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingridbai.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspiredlife.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instant-clearance-sale.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interessengemeinschaft-pregelstrasse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ionicisere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iservicio.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackgreenrealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacksanalytics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesedition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcit.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ji0vwl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joona.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justinfreid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katyusha.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiknudes.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinkyhookup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirkwoodfence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kooxdiving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosinc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kozawa.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kscarlett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lafermegourmande.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavril.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learnthetruth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learntotradethemarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legendagroup.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letkidsbekids.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsdocode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liqueur.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littleblackfish.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livecchi.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolitalechat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luclu7.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-gaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "managedhosting.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayorcahill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mb-server.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbsr-barmstedt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med.tips", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menhadendefenders.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metallomania.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meubanco7.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindhunter.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneseglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myownconference.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myte.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mzcsgo.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nac-6.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nagrad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naivetube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netfeeds.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nevalogic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nevivur.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newbernpost539.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newbrunswick.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newbrunswicktoday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nihilistan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninjasquad.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomaster.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomik.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onesearay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oolsa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oroscopodelmese.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oskrba.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxdl.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palace-bayreuth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paolotagliaferri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payjunction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pebblepointapartmentsstl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "persiart.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phibureza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photosafari.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picr.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pimylifeup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pintoselectricfencing.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.bet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pointcab.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokerslab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pooltechthailand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potato.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "povmacrostabiliteit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacyweek.wien", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostecheat.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pt.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puntonium.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qingly.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quirkytravelguy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raimondos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raito.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readitify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reaksi.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realtoraidan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reavaninc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "red-button.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redecsirt.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refer.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refrigeracionpeinado.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renesauerwein.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renesauerwein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retailcybersolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retrotown.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhondanp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roko-foto.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rs-cloud.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubixstudios.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruha.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runfitcoaching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahwellington.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savbus.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoenstatt.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securedns.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securenets.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sektor41.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentencing.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seowordpress.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serverping.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sextfriend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shapediver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shareeri.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheenveininstitutestl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopfinale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplegoodhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siseministeerium.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitz.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sixnines.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slowcookingperfected.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaaker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smarntrading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smokingblendoils.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snapnudes.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sneakycode.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialz.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotterpix.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sql.bi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stargate365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steffenmeister.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiebelservice.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiebelstore.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stlouisinsuranceco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stonegateapartmentsstl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strengthinyoufitness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syskit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tacticalavocado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telegra.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebirchwoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thermia.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thermia.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tio.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipsport.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokoplugin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treml-sturm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trentonmakesnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truthsayer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryitonline.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tts-assessments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tujunfang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txpi.nsupdate.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty5998.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tylermade.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhasseltctf.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universrumbacongolaise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbane-london.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usa-10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uze-mobility.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valdicass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegoresto.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veteransonline.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipllcnj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtus-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virus.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visadaifu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waffenversand-klausing.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wc1234.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-fox23.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdev-cw.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wfsystem.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windictus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodsmillparkapartmentsstl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpbook-pacificmall.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x6r3p2yjg1g6x7iu.myfritz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl15.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl16.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl21.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl23.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl26.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl39.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl63.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl71.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl78.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl82.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl91.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xssi.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yh56787.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yh811.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yh98768.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourtime.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yumikori.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhangxuhu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zstu.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zumub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zzbnet.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "021002.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "077768.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "081115.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x41.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "161263.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "177603.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1android.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1gp.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1zombie.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22delta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "411quest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4hmediaproductions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "62314.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "662607.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6bwcp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8212p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "877027.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "908.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "929349.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9hosts.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-pro-pos.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acchicocchi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ace-aegon.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acg1080.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adnmb1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aimd.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alhost.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alloutofgum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allrad-buck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almamet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alonas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ames.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amj74-informatique.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amyria.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "android-tv.3utilities.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androzoom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appspace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arslankaynakmetal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asmeets.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto1.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autolawetawroclaw.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtek.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aylavblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bagwrap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banderasdelmundo.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barneveldcentrum.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basics.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bazinga-events.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcubic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bebeautiful.business", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beherit.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlooperpedalsguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bezlampowe.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackmagicshaman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogit.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "briograce.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buck-hydro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burzum.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabanactf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camping-le-pasquier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canopy.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinoportugal.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cclasabana.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciclista.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citywidealarms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloud255.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codeandsupply.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coincircle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coisabakana.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colcomm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coldiario.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comoaliviareldolor.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooksecuritygroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativ-impuls-dekorateurin-muenchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crismatthews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypkit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cslaboralistas.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cumtd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d4fx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dadadani.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darf.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dead-letter.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepspace4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deplorablesdaily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depositart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derekbooth.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "developer.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dickord.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dictionarypro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directoriostelefonicos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotesports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dpsg-hohenlinden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drros.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubstep.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eblog.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educacionvirtual.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekaplast.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekouniejow.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricgatemotorglenvista.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eosolutions.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esteladigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estraks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiaryaprenderingles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excaliburtitle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excess-baggage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasysportsnews.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farleybrass.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fb-feed.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feross.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festicle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filehash.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fili.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firefense.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fletcherdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flexbuildingsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowersquito.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fonzone.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foreverclean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forself.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freertomorrow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friedzombie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frsnpwr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fruityfitness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gakdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garbagedisposalguides.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gestsal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giftlist.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpyy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groundmc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gurunpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyume.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h33t.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harelmallac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harelmallacglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawawa.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyrecharge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heikohessenkemper.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hokung.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostco.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsg-kreuzberg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hugonote.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icdp.org.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ictussistemas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iinf.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iiyama-bg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilmainensanakirja.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indigolawnscape.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innovere.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instafuckfriend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instahub.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "institutomaritimocolombiano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internationalstudentassociation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ishland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isif-ostewg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamicmarkets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j0e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamestmartin.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerrysretailstores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jix.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joyfulhealthyeats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julestern.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwhite.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalashcards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keeckee.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keeckee.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiasystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kileahh.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klop.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komp247.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lares.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "launcher-minecraft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leafland.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "left-baggage.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legabot.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leszonderstress.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linasjourney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lippu1.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "living-with-outlook-2010.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ltlec.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ltlec.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ltmw.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m2tm.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailhardener.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mainhattan-handwerker.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malibumodas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mantuo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markhoodwrites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marron-dietrecipe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterpassword.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matematyka.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matteobrenci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthi3u.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melodict.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michilaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindmax.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mionerve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mionerve.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmgal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mostcomfortableworkboots.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motogb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motospaya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mralonas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrdatenschutz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mte.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mukyu.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murphycraftbeerfest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvbug.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycreditunion.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nailsart.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napkins-wholesale.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napkins-wholesale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napkins-wholesale.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napkins-wholesale.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napkins-wholesale.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napkins-wholesale.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasosvdom.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nauris.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncua.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nebras.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkhane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "new-vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newfoundland-labradorflora.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nilgirispice.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nonx.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noxx.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obec-krakovany.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olandiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olivemultispecialist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ordbokpro.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorchoose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorhole.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxz.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paya.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paydigital.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perevedi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pglaum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmaquality.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phrazor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinkmango.travel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixeoapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platinapump.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podipod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postandfly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersergdatasystems.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersergdynamic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectmakeit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promuovi.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proximoconcurso.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptasiepodroze.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qklshequ.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qxzgssr.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reby.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redmangallpsychologists.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revivalsstores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richbutler.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riddler.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ristisanat.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robgorman.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruhnke.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rvsuitlaatdelen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabbottlabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safungerar.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchpartners.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securevideo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seemomclick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seht.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sektor.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selber-coden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendingbee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senorporno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senseict.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servetten-groothandel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servietten-grosshandel.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servietten-grosshandel.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servietten-grosshandel.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servietten-grosshandel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serviettes-et-plus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servilletas-de-papel.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servilletas-de-papel.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serwetki-papierowe.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shavit.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shdsub.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiny.gift", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopdongho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sietejefes.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simulping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirihouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skillside.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skorpil.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaltimentoamianto.campania.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartphone-pliable.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snwsjz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonaraamat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southwesteventhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sozialstation-ritterhude.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spalnobelyo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanch.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stgabrielavondalepa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoerevrouwensporten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studio-n.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suchem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superenduro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suppwatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweetenedcondensed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemctl.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tandartszilverschoon.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tease.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techlr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tedxyalesecondaryschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telsu.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testeri.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thea-team.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thealonas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecandyjam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedermreport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefriedzombie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theseoplatform.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesetwohands864.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomorrowmuseum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topyachts.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tovaglioli-di-carta.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tql.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracker.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradexport.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradexport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transferbags.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troxal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustees.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryplo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryplo.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryplo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryplo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turingmind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tusmedicamentos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u-chan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uitvaartvrouwenfriesland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukrn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ummati.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicmotos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unkn0wncat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upcloud.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uscis.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valimised.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valuehost.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veggiesecret.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vexsoluciones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualizy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vista-research-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viviendy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w3n14izy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wijnimportjanssen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "witch-spells.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordnietvindbaar.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldsy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsp-center.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ww-design.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wzilverschoon.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xavierdmello.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xgwap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xi.ht", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn-----6kcbjcgl1atjj7aadbkxfxfe7a9yia.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--12c3bpr6bsv7c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--3st814ec8r.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--3stv82k.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--3stv82k.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--bersetzung-8db.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--durhre-yxa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yachtlettering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yateshomesales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yesornut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuhindo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zadania.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeno-dev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhang.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhina.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zistemo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1236.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162632.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1plus-agency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3d1t0r4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3xm.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "42l.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4x4-27mc.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4x4coatingen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7milesglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "80bin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ac-elektro.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accessgaragedoors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acinq.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "admind.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adv.cr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventurecreators.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airport-charlotte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aivan.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amir-heinisch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrewtasso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apviz.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archivium.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ardadanal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnaudlanna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asylbarn.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aulica-conseil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avelinodiaz.gal", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baileybae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bee-removal-dublin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bereginy.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettercareclinic.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhserralheria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biomathalliance.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjoe2k4.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blopezabogado.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluicraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluinet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodemplaten4x4.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boutoncoupdepoing.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bt780.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budolangnau.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caffeinefiend.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camshowdir.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camshowhub.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camshowstorage.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camshowverse.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "car-insurance-quotes.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardioc.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casjenprome.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chainels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chateroids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheem.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinicloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciniticket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloneuniverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cna5.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffeist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "complexorganization.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "continuumrecoverycenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimbotrees.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cxfinancia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberdean.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d9c.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damianus.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "data.bayern", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dermopigmentista.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diethood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distinctdesign2009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diysec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnastatic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doc.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doeren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dommelschbierfusten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domop.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domop.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domovitae.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domovitae.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donation.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dormkitty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draadloos-besturen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drphillipsmwc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drumlines.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duesterhus.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edv-ringhofer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekeblock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekpj.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitepaintingsa.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elon-musk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esu.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etnoria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farvisun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feestbierfusten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstnetworksouth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstsecurity.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foroaranda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxbnc.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frietzombie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funkfernbedienung-industrie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funknotaus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galvingao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitecolombedesbois.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "githubapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gooroosmarketplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grid.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hammerpondkennels.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hansgoes.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hansminten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hauora.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hemkoll.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heretic-guild.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hguandl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "historiasdepueblo.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hktech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeland.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoxo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrebecek.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iinix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "industrial-remote-control.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infravoce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intellihr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isdr-bukavu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaamaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janz.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcvidroseespelhos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joelving.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jogjacar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jungidee.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juyunce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kappharn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karenwillisholmes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khg-orchester.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kibbesfusion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kindesfreude.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kt3i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kys.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laceysfarm.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leaseourthings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legoutcheznous.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legyenkianegykereked.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leignier.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenostech.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lepourquoiducomment.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "les-explos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsprint3d.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lieren4x4.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "life29.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlebirds.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lkbk.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loca-voiture.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locald.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loqyu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovebeingsexy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lowbidders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucid-reality.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luda.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludum-polus.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxecalendar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machcz.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malkoun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandiblackburnphoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathes.berlin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medsblalabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meidev.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minapin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minhyukpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirrordream.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobl.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moego.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moki.org.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monerogamez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monitoringd.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpu-ibbi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mussalains.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mxdvl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycamshowhub.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystagic.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neat-patch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neckbeard.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nelflex.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neppglobal.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newflavor.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nishimebistro.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nothingprivate.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nowarning.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntcp.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okada-touki.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opinio.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opus-consulting.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overnightglasses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parnizaziteksasko.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrol-x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payments.gy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pc-warriors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pc28yc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcmobile.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petaouchnok.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrsvec.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phils1990.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phographer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plantdaddie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "practixdevelopment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praderarestaurant.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prajwal-koirala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praxistipp24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premierdisco.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiermaldives.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puertasautomaticasgi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quaxio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queropescar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiocommande-industrielle.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranasinha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravenrockrp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reactivemarkets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reformation.financial", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reitstall-goettingen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relvan.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remeb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remedyrecoverymat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riskcategory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ristorantesamarkand.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertsonsalts.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robsalmon.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rp2018.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s92.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s92.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safetyrange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sajjadzaidi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saksonski-szlak-parowozow.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sancdz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandrabernardo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scalpel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoenstatt-fathers.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharecrypted.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shellcode.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shimonfly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiqi.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiqi1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoes-mori.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sich-fight.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigcafe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simonmanuel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sipyuru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sistemhane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sloanrealtygroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialtraderpartner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofgen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sos.vg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sos.yt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speeder.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speeders.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spirit-of-sahara.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssld.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steam-route-saxony.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sticky.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoneproperty.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stopoverconnections.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stopthinkconnect.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncity288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncity818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surmountsoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweetbabyjesus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symposium.beer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamtmgb.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techgadgetry.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "termee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tessierashpool.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texasabrasiveblasting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tharuka-app.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tharuka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tharuka.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebiggive.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehardylawfirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theshots.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetassos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipocloud.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelmexico42.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trueseeing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tubebegana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twmartin.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tziyona.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uns.ac.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unti.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unusedrooms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vairuok.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "view-page-source.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vincent-haupert.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitlproducts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vnctdj.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsoy.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvave.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterseal.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wbinnssmith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webetnet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webgeneric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webgeneric.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webgeneric.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webhopp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webstaff.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webtoro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weedelec.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weeka.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weknowhowtodoit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatsapp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyatttauber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xgadget.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xms66.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--12cg9bnm5ci2ag9hbcs17a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--pn1am9c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogaemmental.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourpersonalfrance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ypfr.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yunsoupian.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuucchi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zstgmnachod.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intercom.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "06804.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100k.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "136824.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "161233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "182162.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "191090.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19qq.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1hc.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1v9.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22d.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "321132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "338393.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3gdh.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "502312.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "621162.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "622812.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "668825.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "676812.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "709129.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "721172.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "797715.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "877791.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "998081.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abjay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accreditamento.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accrosoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achat-volets-roulants.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addistribution.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciamseo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alabordage.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfredapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altijdleroy.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altijdleroy.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amleather.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anarajaoui.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aoe9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aptumseguros.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcobalabs.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artacadia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asemanhotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astropaykasa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atinylittle.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avnavi.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bagnichimici.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banland.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baranhotel.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barcelonapremium.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barcelonapremiummini.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belle-lingerie.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beratungswelt.dvag", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgbaby.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bintangpiaggi.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackhawktreeinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bomboniere.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boosmanpoolservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bpreguica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bpvboekje.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "br-miyamoto.spdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buerger-lenke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cacd.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calzadonline1-latam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calzadonline1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cambuslangharriers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cannaffiliate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlocksmithcarrollton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carplus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castellannenberg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castlemail.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cchen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centrepointorguk-dev.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cert.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "challengeclothing.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkmyhttps.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "civey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claudiolemos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clav1d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloud10.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cluj.help", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coeus.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coker.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collegesecretary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "continental-zermatt.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contourheating.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "controllertech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crowdspire.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "current-usa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberdiscoverycommunity.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davethom.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denkeandersblog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derpy.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desentupidorapernambucana.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diabetesblog.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doggo.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domop.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doughseeker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downtownstevenspoint.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamboxpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drewzar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsmnet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dstvinstallglenvista.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dstvinstalljohannesburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eenvren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eenvxing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "effer.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eftopia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehcommerce.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elejordemarketingconsultancy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elib.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emo-poris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empregosrj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enbulleiugnen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energygenie.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enforcement-trends-dev.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enforcement-trends-test.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enforcement-trends.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engrish.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enlightenedmind.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enxadahost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erik-stomp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortlistings.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortlistings.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortlistings.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortlistings.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortlistings.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "est-it.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esthernariyoshi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etwalldentalpractice.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everlastingoak.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabrykowski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factorit.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiontrendsetter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firemist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitrate.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodlist.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebsdbrasil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freespot.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friedstechnology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friedstechnology.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friedstechnology.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friedzombie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friedzombie.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fskounoike.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuciam.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fukata.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fun-fan.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funkazoid-radio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaddini.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gajowniczek.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamerepublic.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gornergrat-kulm.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "govsurvey.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grazitti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haaksmadehaanuitvaart.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haarigerrattenarsch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hagskold.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hansgoes.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hansgoesit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happychat.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrisconsulting.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herba-belgie.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homecompost.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horgenberg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hummingbird.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huoqibaike.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydradigital.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypothesis.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibcl.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibericarbenet.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibericarcuzco.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibericarcuzcomini.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ijinus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imaginationpathway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impossible.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impossiblefitness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impossiblehq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impossiblenutrition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impossiblex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impresadipulizia.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imprezzor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infomasx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inscribe.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetnz.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intranet.dvag", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inyourowntime.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inyourowntime.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iondrey.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istitutoricci.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j605.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackjack.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpph.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k0.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kagucho.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kdcp.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keepleft.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevertje.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khojirdesign.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khorne.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidsdaysout.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kordamed.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "la-laitonnerie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawlessenglish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawlessfrench.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawlessspanish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecannabiste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ledwereld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenalio.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lmsuitespagna.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lockoutgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loliblogs.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loliblogs.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loliblogs.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loliblogs.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolifamily.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolifamily.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolifamily.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolifamily.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lq.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ltlec.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luv.asn.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahler.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailman.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "margatroid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markf.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mascotarios.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massage-well.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdi-wolfsburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediafart.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meineit.dvag", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mengliangyun.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merloaded.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miaomiao.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michalinastrzyz.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mihijoesdislexico.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikeandersondj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miniverse.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mivzakim.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mivzakim.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mivzakim.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mivzakim.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mivzakim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mocking-bird.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moesif.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mopxing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motmplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movewellapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mujemail.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netsecma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkofarts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newdimensioninterlock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextiva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicholasruddick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noteboat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsoft.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octomist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olgcc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olofsson.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onestop-study.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlylibya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onore.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openresearch.amsterdam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orchids.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "our-box.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paleo.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paleodietfoodlist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paleodietrecipes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paleorecipepro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paleoso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payment-express.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgwap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playmei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pourmoi.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "princefamilylaw.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privateservice.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propshub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostoporno.video", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptrt.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulseroot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quarticon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qxzg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raccoon.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reissnehme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhycloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhymc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riffelhaus.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riptoforex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robin.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsarchive.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsarchive.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruimarques.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s92.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "said.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saitoh-atsuko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samalderson.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarella.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savantic.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saveonkitchens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbblog.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdrive-gutachter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "septs.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharks.football", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shcode.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingandreviews.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sht.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sia.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signaconsultoria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skux.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sl-informatique.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slepsluzbabeograd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slobrowink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soumya.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanishfox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speeders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spikar.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srpx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startablog.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startmail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stavnager.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiodentisticomasi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surefleet.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takipone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tech-ninja.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teetje-doko.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "textbrawlers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tgbabyzoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thconsulting.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebiglaskowski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theboss.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefamilygarrison.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefriedzombie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefriedzombie.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenine.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepeoplesdata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepeoplesdata.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisistranquility.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thumbsupcandy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timetastic.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titanplumbingservices.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topstore.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traha.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tulsaworkshop.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tupass.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyroremotes.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uberactivist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimatepaleoguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ungelektro.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vacancyfiller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venten.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vernis-marins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinciladislessia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virgiliocervantes.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visionduweb.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visualgnome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volubilisplus.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wageverify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websize.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weissborn.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westondenning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitehouse.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildcardcorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildcardfederal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wugniu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xrbox.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yachting-home.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yakmail.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yangruixin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yiff.forsale", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourantiquarian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zermatterhof.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zwergenfeste.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "087010.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "098955.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0akarma.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10giant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "130497.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "133846.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "158306.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162263.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "163132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "188198.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1db77.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22txc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26004.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2melo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "376557.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "377813.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "555w.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "617020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6hzx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "701605.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88881.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8balls.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "939394.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-bm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaronfurtado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acefreightco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamgibbins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adc64.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "administratiekantoorblom.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrianobarbosa.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albilaga.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allseasonswaterproofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angeletakis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthonyellis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arjan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arjansteevels.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artozoul.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ascpaphilatelie.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asilo.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augenlaser-chemnitz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augenlaser-dresden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augenlasercenter-dresden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augenlaserzentrum-dresden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augenlaserzentrum-dresden.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autobella-hurtownia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baleen.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balmeo.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barsgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bentinata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bighouse-events.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjoernengel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjoernengel.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwhbwh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwhbwh.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cakirlarshipyard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camelliaflowers.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camping-landes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campsoulfestival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canalecontracting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capbig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catherinesofpartick.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdkeyprices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celestebonito.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceramica.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaizhikang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chargersdirect.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chordify.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrisspencermusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citizensgbr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classic-yacht-charters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cna5.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cockedey.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conquer-addiction.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coorpintr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corl3ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costruzioni.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csirt.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubaal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custodian.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cycledownunder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cynicaloptimist.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daddyfinger.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniel-milnes.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniel.domains", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daop.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deals.ms", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demoakasafe2.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dieradvies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dilberkebab.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobre-programy.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobreprogramy.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domy-drewniane-kanadyjskie.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doortim.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dp2.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drake.partners", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draycotthotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emilypennock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empatico.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escapeforyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escaperoomdoctor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escaperoomservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escaperoomsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escapessolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortlistings.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortlistingsuk.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esd.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esmincg2t1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etduvindemoselle.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventsframe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f1nal-lap.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factory-f.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femaex.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feministwiki.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferriswheelofficial.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flcatering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleet-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleet-search.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ga-2.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galeriajardim.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garcia-franco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gifino.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gladysstrickland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregory-thibault.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guiaextra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guidesacademe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guohuageng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gwynfryncottages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanjuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helensmithpr.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helsenorge.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heritagecoffee.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herzwacht.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hhuitvaart.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hokusya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holland-sailing.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotwifer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "how-old.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsturan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hulaginswoodworking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibericarempresas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibericarformula.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibericargestoso.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibericarmotors.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibkvkk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iknet.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imgal.vin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innovamag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inqorp.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interparcel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iszy.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-inside.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ja-zur-gs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jd777.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeerbl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesiensredniowiecza.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmwap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobbuddy.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kappie.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapsalonlinds.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keez.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidsdinefree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidspaper.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "killme.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiot.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kita-sun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klempin.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korbel-loziska.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kucloud.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kultsar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunsthandel-augustus-rex.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l66.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lafantasticatravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lcx.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lescrapdesfilles.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liangxingai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lm228.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lm338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loic.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londonpropertymatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longma168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loremipsum.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luchthavenmaastricht.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucky28.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lxai.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machidaclip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madamegarage.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maiti.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mann-und-maeuse.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuscripteditorial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "margaux-perrin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markvanacker.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matex-tokyo.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matipl.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcblain.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mczo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megaxchange.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michalklabnik.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michelletmc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midamericapiering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miele-katerini.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikeklidjian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misakastudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmsmotor.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monetki.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mopliangxing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrcrowley217.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtludlow.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mugen.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multiclinicacardio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nateandxtina.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "next-idea.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niumactive.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nobilefoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noleggioimbarcazioni.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noob-rp.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norfolkgardencare.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noteshare.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyconcretelifting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obrobka-zdjec.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odeonentertainment.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohentpay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohm.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oleam.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olmmcc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onemeter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onoranzefunebri.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "op3racional.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opcionpublicitaria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orcawiki.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oscarproductions.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osuszanie-krakow.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osuszanie-radom.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osuszanie-warszawa.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovisy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pageboard.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcunderground.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pensiunea-paco.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pestcontrol.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoenixnest.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photosafaribg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "physik.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinkoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pintiaux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaza.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plevenlab.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poshbeyond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pr3-space-staging.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pr3.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "przerabianiezdjec.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publisherservices.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q1000.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualitywaterproofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranobe.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rawcode.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rawpearls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdactive.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdactive.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ready4bf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regeneracjalamp.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regenpod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repsltd.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rgz.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rickmakes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rides-japan.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rjan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robison.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robisonweb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rochesterglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roosta.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rossfrance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rrssww.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-yuz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sannefoltz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sargeson.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarny.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saronikos.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saunafahrten.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searx.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securetasks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seekersmart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semao.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seniorhost.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensory-brands.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo-website.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sessile-oak.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheepproductions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shellta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simulise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sipyuru.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sklepvoip.tel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skremovals.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somethingsomething.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sophiahatstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speakersbusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spt.tf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "star-darom.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevehaid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stockholmpride.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storytellingforbusiness.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strategos.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streathamfoodfestival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sun1338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunnibangla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svpoa.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sw-machines.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t-pc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tasarimgazetesi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxi-legroux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techcenturion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temtekco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theaccountingcompanyleeds.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedword.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tifaware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tim-demisch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tkcafe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalpackers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trit.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trosell.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ub889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uitvaartzorg-heerenveen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uitvaartzorgzuidwestfriesland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uleenucks.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "um-sachsen-pictures.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.llc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "univate.berlin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanxhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usamdt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uvx.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uyku-apnesi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanwoensel.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vczk.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veply.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vernontechnology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villagecardshop.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ville-aime.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinkt.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangqr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanmen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wardslager.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmaster-infographiste-lyon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websa.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weidehelp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "widely.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wigelsworth.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodwormtreatment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workathomenoscams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yanwei.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youlikehookups.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youliketwinks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zbtcmu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeadaniel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhimingwang.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "03012.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "03018.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "035711630.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08845.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "095598.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "13214.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "132301.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "17kpw.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "288game.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "303312.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "338sa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "377625.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "377632.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "377817.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "378553.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4553.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "518.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "69games.xxx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6dec.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "756337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "787637.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "901543.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "984.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "998sa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "999salon.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "999salon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ab288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ab2888.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ab28s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alighierirescaldina.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allbetgame.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allbetgaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allcinema.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altered.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alxlegal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amal2019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anarchistos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aprendiendoforexhoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arshell.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arthuryidi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artistedeparis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artiwear.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashtonc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autorepairseattle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayumix3.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aznews.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azurlane.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bancomap.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaker.coffee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beeswarmrehoming.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernar.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernyweb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bi1gif.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bierwebshop.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bionima.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoincasinos.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bnck.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonus.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookofdenim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borysenko.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainyapp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravor.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breizh.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buycoins.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byte.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadmanlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calypsohost.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cameroonlounge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camisetasmalwee.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campusfit.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartelloni.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castlepointanime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catbox.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cb1388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cb1588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centermk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfc-swc.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charset.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checktechnology.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chefz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chengarda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrono-ski-aravis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cichol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classical-guitar-school.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevvi.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clich.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinsmat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinsz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coldlasers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collegesecretary.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colors3d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comidina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comiteexpertes.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "communalconsulting.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consulting-cloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coriolis.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cramersoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dansedesalonsaintave.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dat4u.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dayofthegirl.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daywalkers-photography.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dec6.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defendersz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degoticapunk.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devtoys.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimagrimentoincorso.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doggo.dance", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "download.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dronesz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchsailors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ealadel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earfolds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecomia.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eges.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eightysoft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elburgozagalicos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elevationcreative.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elevationfilms.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endviolence.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entravex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epaslaugos.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epitome.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epitome.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esdvfootloose.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esim.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esport-agency.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroroad17.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expertpanel.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exvs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facesdr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faggut.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanzhencha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastconv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fboerman.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcbarcelona.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdpbrig.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feat.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feeg-wage.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feg-wge.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fegc-wgec.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femmes-women.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femmes.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financialfreedomaus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finilaviolence.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitnessunder50.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetyards.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fmbilder.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foliumbiosciences.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fosgreece.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fromthemonks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundavi.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fztopsec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaycamvids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getintopc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalinvestigations.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmuh.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gr8engineer2b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handyklinik.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haorenka.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "headforcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hell.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hicts.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hinaryazan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitechgr.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoberg.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotcamvids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hothiphopmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hugh-dancy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hvenetworks.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hysolate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibericarmotorsmalaga.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibericarmovilcentro.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibericarmovilsur.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibericarreicomsa.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibericartechnik.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icci.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icelandicasian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idbs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impactingsports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infraredradiant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insegne.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instagib.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iondrey.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iondrey.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iondrey.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iondrey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwd.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izolpoznan.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jif.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jingyunbank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jomibe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonasberger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journeedesfilles.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsk26.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "json.download", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juergmeier.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justmade.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaisab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaktuskola.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karrot.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kastgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keevault.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevincramer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevindavid.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keywalker.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kfz-service-wachtmann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kjmedia.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolibrisolutions.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kometia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laan247.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landoncreekapartments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lartduportrait.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laurencball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsflyinto.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leuchtmann.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lffweb.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libravatar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libre-innovation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeslonglist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lincolnboolefoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liturgical.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "live8811.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "live8899.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "live8899.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "live8899.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "live9922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lm1628.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lm228.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lm338.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longma168.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m12uno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madpsy.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madridagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maikoloc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinbaileyphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcblain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "media101.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicsz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mele.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mhf.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mining.diamonds", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momove.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monopoly-one.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monwarez.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moseracctg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multimed-solutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muszic.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycaelis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myconf.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhostvm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytime.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namu.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nekorektni.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netzklad.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newburghhistoryblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newflora.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noradevot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noseastumismo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nt-catala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuipogoda.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "objetperso.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ochrebridge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offtopica.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oleron.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinesystem.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opinionitech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oppress.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ortizmario.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osez-l-odyssee.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osmani-gebaeudereinigung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pbz.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcsremodel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pen-sec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfssales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pictoriastudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pk8k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poetry.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pogotowiekomputeroweolsztyn.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polarfisk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pommetelecom.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porcore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profilib.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosperity-textile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pteceng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purplscientific.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualpay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantifiedcommerce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ragu.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ralvke.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rap4ever.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raspberrypi.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ratelimited.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravencoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravencoin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raysei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdcdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdfencingandgates.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realcolors.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retropack.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richlj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richlj.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richtoinfinity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riight.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romaindepeigne.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rssnews.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s1128.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saytu.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoenstatt-fathers.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolarchive.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scity88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottspainting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchmore.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searx.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securemind.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sellcoins.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semakincantik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serban.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexedquickies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexedrescue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsocks.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheaspire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sketch.jpn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skorovsud.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skylarker.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sliptrickrecords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smrtrpck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softlan.com.py", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solomonsklash.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulcasa.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotty.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spumanti.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starryvoid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steamosaic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefanfriedli.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stucki-bagger.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sun1218.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sun1245.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sun1345.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sun1378.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sun668.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sun668.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncity288.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncity8118.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncity8118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncity818.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncity818.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncity8338.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncity8338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncity858.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncity858.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncity8668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncity8998.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surfpacific.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swc-cfc.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swingtimeinthegardens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swissmadesecurity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagderinspiration.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takeomi.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcksolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tdr.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teetoptens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "textpattern.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-archimedeans.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thechargertimes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theobora.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theologyz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomascauquil.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalclean.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toxoproject.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trekking-friends.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsueri.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvdates.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tycyc88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uastrategy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uberi.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uberifix.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.pet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universe.horse", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unpaismejor.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uranius.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utahhydrographics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varmepumpe-guide.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vbsoft.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verasani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vextraz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinosalmundo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivemedialab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wage-feeg.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallis-inside.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterproofingahmedabad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webhotelsoversigt.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitesolutionsmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellspringsga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westlahair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wge-feg.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgec-fegc.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whizdomcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whm.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whtcsj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "women-femmes.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "women.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xm.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--6oqx6c301allufxcm23a7sm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--erban-e9b.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--u8jvc1drbz972aywbk0by95ffo1aqm1c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--underux-0za.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xoh.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yezishurb.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yicivideo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "young-brahmousin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuvaindia.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeiw.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhl123.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zocial.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoptiks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0xff.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12gotovo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "361171.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "361173.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "367553.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "367556.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "387763.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "638566.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666618.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7f.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "809088.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abelsflooringandtile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ada.eco", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adoll.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afinterio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "africankitchen.gallery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akrep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albareport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algebra-quiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allesovertech.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alloutsec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amanet.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ameliemarieintokyo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amendoeiraresort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anaisfae.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrewlarson.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anvorte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyad.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appspacestatic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appspaceusercontent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquafc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "argentinatrabaja.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aubreysnider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autismewoerden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automagischeberegening.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayumi.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aztummytuck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belfordroxo.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellmangesellschaft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bespokebathrooms.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bezahlbare-praemien.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigpicture-learning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bim.physio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bimibroccoli.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bimibroccoli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bimibroccoli.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bimibrokkoli.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binary.house", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blechbuexn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockclique.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogpronto.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bnusd.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobbyhensley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bol.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botmastery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bovworkplacepensions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxlink.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridesmagazine.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsgcredit.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butts-are.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadmanlaw.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafeey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cansworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carbon.coop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardano.eco", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caroleblouin.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolineeball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casian.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catenariadiscos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cceputnam360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chat-love.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chriscutts.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearview-creative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudsprt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "club-jose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnnet.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colloquy.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comptablevilledequebec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "con-con.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conversiepartners.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cowsay.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creamsoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crowleymarine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptoholic.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crys.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csgf.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customwebsitesplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "da-sh.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damtosfoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deathberry.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diagnoseo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diagnoseo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diagnoseo.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "die-machons.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitise.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distracteddriving.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doda.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dollchan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doubledash.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drbresnick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drdegenhart.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drdenisvincenzi.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e3leading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e3leading.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e3leadingsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e3learning.institute", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e3li.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eco-solu.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "embodiaacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "embodiaapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eooe.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erikapsicologia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurekz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euro-construction.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europareise2010.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventservicestockholm.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evlann.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extmatrix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabianegli.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastserv.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixkaaman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fikriwildannugraha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiskelures.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleursdujour.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florlola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frontletter.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuckz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furry.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fzdm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galighticus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gelpinhos.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgeblack.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giardiniere.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golkala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grabadolasermonterrey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenponik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyoza.beer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haju.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hatcher.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hillier-swift.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitrost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honglitrading.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hybrydowe-samochody.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypnovir.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iautodily.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icanhazpass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihorizon.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infodesigners.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inlinea.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inteli.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interssl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inzernettechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isabelmurillo-ordonez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islightdown.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istitutovivaldi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izttech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacksball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "james.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamestmart.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javelin.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javhdmovies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnball.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johndball.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jomagus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journeyof1000hops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaidoblogi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaizencraft.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakacon.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kep-sbt.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kepsbt.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kodamail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krsaustralia.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kulinaristi.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kysil.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l0v0l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapatio.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laurineprice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawabidingcactus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leiyinan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lepartiecomemoracoes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "link9.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lvcshu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machon.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicsms.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makropa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mara-martinez.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcjackk77.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdtorelli.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meidens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikegao.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikegao.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miramar.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mizternational.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moarcookies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monarcjuexpo.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosboutique.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrjbanksy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrmanner.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muzykanawesele.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvwoensei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwlcouriers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myconan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myedumundo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myndcoins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysticconsult.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namu.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanisiyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natehobi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncpimd001.spdns.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nectir-staging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nectir.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemausus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nengzhen.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "net-combo-ja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netframe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextcom.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nichi.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nietmvwoensel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nippangift.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noclegiwchecinach.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norml.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notariusz-bialystok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novaiguacu.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsamail.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nullchan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nx42.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oahpmdata.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obscureware.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octava.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oes.org.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omskrock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneindex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinevisa.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onvisible.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openconf.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opencpes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opencpes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacchioni.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palebluedot.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papiweb.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkinsplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pastebin.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peev.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peterkrivanek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picom365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pierreyvesdick.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pig.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinup-app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaque-immatriculation-auto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q01.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qiuby.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ql.tc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qoacher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qqiao.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raeder-test.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razvodguru.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reactivelambda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realgear.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebelko.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redgravity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "residentialmortgageholdings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ribtours.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rizonrice.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockmyshoes.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosenheim-wladiwostok.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rprevost.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsearch.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruffinstorage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runningrabb.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryanparman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safercar.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sailbookers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanqinyinshi.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satserwis.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seewang.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seidel-immobilienberatung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serverhunter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgdementia.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharerotic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sherpa.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpele-recepten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simply.black", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sincordones.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siselectrom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skipton.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skullnet.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smallbytedesign.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartlybuy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spsidahoinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squeakie.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stagend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stralingsonzin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sustainabilitysociety.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techmerch.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techsocial.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teraservice.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theafleo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepickledhedgehog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tnonline.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todasaslojas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tor.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tranquillapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trindonball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckers-auction.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsriggingequipment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turnout.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvteam.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twwd.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ugy.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venzagroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veronicaphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vesaviljanen.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetpraxis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vifsoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viku.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "washoedems.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wb2288.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "well-around-the-world.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westcoastheatingair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wifimb.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowgenial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyczaruj.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--95q32l0t6b9cb17l.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--anyd-7na.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--int-ru8ea.xn--6qq986b3xl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--kkcon-fwab.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtri.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ys6888.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zahnarzt-drvogel-rosenheim.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zahnarzt-drvogel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zylai.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zzpwoerden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00334.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "060258.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x80.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "101010.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "361183.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "43klive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4gnews.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "556185.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6boy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "701135.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "705994.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "716176.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "803001.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aarailfan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acandroid.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adswoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aestheticsplus.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aicv.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiwosq.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aktion-vielfalt.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alien6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrewbennett.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androtech.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aragon.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ars-online.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assetsec.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "at5.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlasauthority.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-res.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoelettricaperbambini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avselectrical.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bariatrica.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barneydavey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baugelitt.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betrifft-mich-dsgvo.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bi1gif.radio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biosalts.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bongloy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonus.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonussource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bourgeoisdoorco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandingclick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brownforces.desi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brownforces.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budweisermeats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buhayguro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butlercountyhistory.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bx49.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camphub.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caniuse.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carparo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catholicteacherresources.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chenghao360.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheque-transitionactive.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianoliff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codeknights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codetipi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compostelle-bouddha.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computec.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concilio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmicworlds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmicworlds.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cozmoapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crecman.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditcard52.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursosdeinglesmexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvazquez.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniele.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidbrookes.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddsmatchsouthwest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltaservers.blog.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devinite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "die-besten-bewertungen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digaxtest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitec.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitecgalaxus.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dino.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtytiles.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnsrate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsh.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvlot.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehorizon.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "embsaypreschool.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ems.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ergoterapeutas.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ert.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essencespresso.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etiennes.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f8s.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falegname.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridaengineering.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyinghigh.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeaf.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furniturezoneboone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ga-part.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxus.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxus.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxus.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generationr.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfourmis.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glassemployees.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goweraesthetics.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpu.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greencard.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gross-gerau-hausarzt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guysauto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gwo24.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h2rul.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halbowman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haplogroup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hashtagpatriot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawaiioceanproject.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haystack-staging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heraldik-wiki.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiczp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highkick.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "host97.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseandgarden.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htmanager.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydracommunity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "im-in.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imbiancatura.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investigazione.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iondrey.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itpanda.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ix.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackfletcher.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesusvazquez.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jolinebrussel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonny5.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juniorhandball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaas.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamuniang.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasinobonus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kavorka.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerenos.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koehlhoff.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kohlchan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kozossegireklamozas.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krinnovations.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kryptux.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l-1.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l-2.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l-3.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leapworks.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifemcserver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litebitcdn.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveslides.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "llandudnochristmasfayre.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmith--sanantoniotx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lohmeyer-it.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lowcost.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lrumeq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsh1688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucasit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicbeanschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marjorie-wiki.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "market-vanna.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markshroyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthew-cash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medik8.com.cy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meditation-rennes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medvezhii-ozera.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mega-key.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megawarez.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mengxin.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menno.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merpay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesami-art.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meubleko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meyerburger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mike-burns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mike-et-pascale-sanger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mittelalter-lexikon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkinteriores.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlsha.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modcover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moddiy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modscrew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpublicidad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydnshost.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navigator.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nebuso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nephology.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newyorkcoffeejobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngojclee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhnieuws.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "np39.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsadns.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nstinvoiceqa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nszipline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oepsbanaan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okuscapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olmcjc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olschurch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onestasolar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxyx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ozalp.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ozarktrailcooler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pama.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papabearsautocenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papermuseum.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passengertravelportal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrologisticsllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmacy.org.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photoutils.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "physicentrix.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piening.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poddr.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppiproperties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prepedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presdesdunes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pricegg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profmetod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectbotticelli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosperops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psycho-lobby.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qihl.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualitation.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quentin-sauvetre.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radomir-online.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radzikow.ski", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rascahan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reiciunas.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relaispourlavie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reptv.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rgbpty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocketmill.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootstation.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rslnd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runner.az", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-kanbanya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saberhortifruti.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safertruck.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottdunn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seberova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secard.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securecloudplatform.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secureprivacy101.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segnalabullo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segnalabullo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shard.vc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiqishidai.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skynet800.goip.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smesitel-online.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smicompact.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowreport.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somnomedics.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soungui.cm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soungui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soungui.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spofia.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "st-li.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stayokay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studenterguiden.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiotrece.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suhaildawood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suspect.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svartx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tan90.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanovar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tauflight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tchverheul.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thc-stadvdzon.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecyberaid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmadev.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonnie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topshelf.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalaccessnicaragua.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touhou.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tronlaserarena.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsrv.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutorialseo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twistertoneel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umasstransit.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "userstation.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanspa.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegavio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videoseriesbiblicas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vikramkulkarni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vqcymsa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvild.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wasteman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitevpn.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wigmore-hall.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wijwillendit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wintercorn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woopie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wphlive.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wywabmnie.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youreallyneedthis.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zabezpecweb.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaizaia.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zbp16888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdenekvecera.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhanglizhi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhanglu.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "07stars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "089818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162231.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2468lhc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "258877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "267661.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "351113.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "382225.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "592227.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "599980.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "716227.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "716331.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7pb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "911.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "933325.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aattrans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaptiveicons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airtec-france.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alldolledupstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alle-zonvakanties.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altrui.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altweaver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanwater.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "an7hrax.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anakin.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelcloudworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anitaxcph.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anjocerdena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antifilter.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnove.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aschismatic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atmind.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attentigroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attiremr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autorijschooljohanbos.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "available.direct", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakerviewdentalcentre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barcelonabagels.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benstevinson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestbrokerindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blobemoji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blobs.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueskydigitalstrategy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonus.net.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bottinquebec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bowtie.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "branno.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bufla.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burkhardt.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bvbmedia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwanglab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c-ma-copro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c00ke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c8ms113.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calidadelectronica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cannabiscare.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caraccio.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlosjeurissen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carmelglenane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castelannenberg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cellsheet.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralheating.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "channelsurf.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkpoint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiledogphoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christineblachford.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clemens-bartz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clemensbartz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clite.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubmarina.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codemahrt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colectivos.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commercia.srl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "communitychurchafrica.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "companion-web.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conference-expert.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolvibe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copyshrug.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coupestanley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craft-me-in.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crain.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuminas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuminas.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursed.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwinfo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyber-wolfs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d4b.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datvexehue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deped.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detao.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "determapp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dhelixnet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "die-pleners.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directscripts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distraction.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmoj.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamdestine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drgerthplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-beyond.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-labo.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eblog.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebuyclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecoder.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edapt.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehdud8451.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eidelpes.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekre.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emprendeperuano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energija-visiems.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eropics.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurocertificazione.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroman.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventosbgp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evote-ch.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evyn.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excel-mechanical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exchangers.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashion.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feiya.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feldbogenclub-hamburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flexve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floodsmart.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floristmou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forthetoys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "founderio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuzenet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamejobs.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garazskapuszereles.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekbundle.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geomac.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germanmasterpainters.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gervais-avocat.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geteventbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gladdy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gladdy.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gladdymedia.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gladdymedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gladdymedia.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "googleshortcuts.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gummientchen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hangerphant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haskett.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healingourskin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heaven.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellomedian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hengroenet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herealways.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiimodel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hildebrand.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hilden.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hopo.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotel-schiller.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hspinc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hywlovexyc.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idar-oberstein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikymbo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinipharm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infonote.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instagram.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intrack.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investinghacker.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j-softlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jakubsindelar.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarmatys.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jblackweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jecjacshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeffpenchoff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeurissen.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joebobbriggs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jokequebec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jolo.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonssheds.direct", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juozasveza.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaizenjuku.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamilmagdziak.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katsunet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kizzedbykelz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolitel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kollegamenti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kowabit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krommo.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kulopo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kutip.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labanote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecannabis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legendcatz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lissauer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lmdexpresstransport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logical-invest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logtywardrobe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorenz-hundler.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loto-tele.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makefoodrecipes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marinershousecalstock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markiewicz.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massagecoolangatta.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matchmadeinstubton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayhutmuibep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediciventures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meilleurstrucs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgdigitalmarketing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgvideo.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miaololi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midart.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midweb.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millionen-von-sonnen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirazperu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misini.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjsacco-dwi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpu-beratungsstellen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtinz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundoperfecto.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysteryshow.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakluky.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nalenders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namu.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naplata.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nebl.cash", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netz0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nostalgimidi.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nudes.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceanofapk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneminutetomindfulness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opture.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oswaldlabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otprema.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outstack.vote", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owddm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacch.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panascais.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passporttrails.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrick-omland.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepegym.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "periodex.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personalitymax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playsprout.industries", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pollev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "port5060.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postsubmeta.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiermortgageservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosafilosofica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.ist", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prtscloud.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pseek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulizia.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pushpanel.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pwoss.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pyroballpcbs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q4profiles-france.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quafe.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quebec.casa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quotedtale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "racing-planet.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rakett.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randallbollig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rannamoisaaiasalong.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redphi.dedyn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "replenology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retireearlyandtravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reupo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richcat.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richecommecresus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rk.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertcrain.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruralsoba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rzegocki.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-gong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s1-llc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanovnikat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savanna.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbivc.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scouting-wageningen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scungioborst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senjukannonreiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serrature.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuomingshu88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjorsvanweert.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sobeelectronics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sshd.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssmic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stadtundbaum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startstunter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoicatedy.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sudya-dredd.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svenskapsalmer.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synackrst.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syncmindglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takenbydrone.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talendipank.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarkov-database.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "team-io.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techlovers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tencent.xn--vuq861b", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaicurry.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebabypassport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theinnerprism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theoptechnation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thethreadofhope.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketcity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timelimit.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomwellington.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topmmogames.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalsport-bg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelinghacker.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyroremotes.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u17go.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukutabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umartina.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.krd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uno.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaganciatechnology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vamosbets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanwa.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vertigo-rec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vorbrodt.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrifox.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vygeja.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearepapermill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "website-traffic.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgdp.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatsthisword.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wir-machen-druck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "with.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodminstermanagement.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worksmarter.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wp-france.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpnuvem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwc.ren", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xilo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yanservices.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yellowsquid.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yolocamgirls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourconscious.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yrx.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yt668899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuweiji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerosector.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziwa.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zlotonews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zselicivt.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1890p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1cool.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "267221.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "276771.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3b.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3d-animator.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "51chiyu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6166p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7177p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "718337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "718552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "726221.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "763137.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7717p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7771p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7787p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "833792.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "890238.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "914cq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "944cq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "947cq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "961cq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "963cq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abuse.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acp-integrative.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adarshcloud.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aditibhatia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancedelectricalservicesqld.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afree.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aguijara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlectrical-airconditioning.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "al3abmizo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexglover.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allerstorfer.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altco.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ankaraevdenevenakliyat.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqarategypt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art-shinbi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashleykaryl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astral-imperium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autonoleggio.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avenuedesbebes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awsumchan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b-performance.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bar.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beansgalore.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behindertenagentur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellezzasenzalimiti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestfotostudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bezlepkovamatka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biec.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billograminternal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogramstatic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bimibroccoli.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bimibroccoli.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bimibroccoli.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bimibrocoli.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bimibrocoli.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biniou.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackboxconnections.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blocknodes.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueplumbinggroup.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluewizardart.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bogosity.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bourseauxservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breard.tf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brisignshop.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brouskat.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulk-pagerank-checker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwgjms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bzh.tf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camelforensics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caribougrill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caseificio.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdu-gebhardshain.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cegss.org.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certbus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chamsochoa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheatsupreme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chefcuisto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circuitcityelectricaladelaide.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claitec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claudiney.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearchaos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickbasin.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffee-machine.reviews", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colchonesmoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colourmanagementpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "complete-it.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contrasentido.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cozywebsite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crocuscoaching.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cumseface.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custamped.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daevel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daevel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielguttfreundphd.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danieljball.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dansaunders.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidzeegers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dazzit.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deavel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deavel.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deavel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designhuddle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dialect-agency.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diebestenvpn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digit.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directfinance.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlld.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlld.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlld.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlld.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doggybag-committee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drdripplumbingsydney.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drew.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drhildebrand.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drinkgo.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutyfreeinformation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dzworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earthspundesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eclectiv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eiti.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejelectrical-qld.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkhosting.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricgatemotorsballito.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elettricisti.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elipsyum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emilybellydance.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empatico.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enersolelectrical.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entropy.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eringmaguire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estintori.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etni-cidade.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euporos.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evdenevenakliyatankara.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewinstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expertplumbingandsolarservicesbathurst.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabien-hebuterne.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanjingbo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "favalart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "favorai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixedtodayplumbing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flam3d.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flam3d.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flam3d.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florianbecker.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankellawfirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftexchange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuego.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fulijiejie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galax.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxus.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gedachtekaarsje.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geeksky.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getenseguros.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giardiniblog.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "give.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalhealthstrategiesnetwork.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldcoast-plumbing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatwebdesign.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greensad36.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grossiste-en-ligne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h2b.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halihali.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hannywbarek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harmsboone.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "health-iq.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyspirituality.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthysuperhuman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hektenkairez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpwithadoption.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjertingfysioterapi.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hq77.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huoyankan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibb.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "img.com.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impactplumbingdrainage.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiapur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intoparking.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iparkki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipslsig.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itcbuerobedarf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itconsulting-wolfinger.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itdo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j0hndball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jgoguen.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johndball.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johndball.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johndball.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabellegger.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabouterbankje.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kafeh-jazan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinderergotherapie-ik.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingtreeexperts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinmunity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kriptokereso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krzyzowki123.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuaiyaojing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lalucepulsata.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lencia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letni-kurzy.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leutgeb.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "level3.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "level9hvac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leveragedtokens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lhr.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lianhongrui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libbywinberginteriors.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litebit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "literaki123.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liubliu.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lk1.bid", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lm-landscapes.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locoserver.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolaseuropeancafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotuswebsolutions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ltservers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumomongoose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahawi.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mainone.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mareamoda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewsaeger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metadata.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miaomiaomiao.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micromegas.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mierloiu.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "militaryonesource.mil", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirazonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misp-project.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojomusic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monkeyfaqs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muitoalemdobolo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mushel.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musiktag2020.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytrustadviser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myvegan.menu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nalsai.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nba-croatia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nibouw.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nico.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikitashevchenko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimbo.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nixnet.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nlayer.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodeflame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordfinck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "not-equal.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notequal.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nxcd.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinehaircuts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orthodocspro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourocg.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxt.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oyunpat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "par-allel.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkerplumbingcompany.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrick-omland.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulorochago.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payroll.myftp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pci4.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcw.gov.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photobooth.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pieter-verweij.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pieterdev.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pincong.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pivovarcunak.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetarydesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planitz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porn2019.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postimages.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postimg.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerwashingproslosangeles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premsarswat.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privc.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quieroserdoula.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quranliveonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramsdensforcash.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramsdensplc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapidplumbingpenrith.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reeftrip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reliableremovals-blackpool.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revistabifrontal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richie.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rogerbertrand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romastantra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalstylefit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rueduverre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rushmix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saplumbers.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scan2key.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scharoth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrabble123.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrabble123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrabble123.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrabble123.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrabble123.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screentocloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowvolt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shikiryu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siamrehab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signpath.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpleit.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sipa.nc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sipa.pf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitecentre.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sittogether.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyscanner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyscanner.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyscanner.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyscanner.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyscanner.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyscnr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slopeedge.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slownik123.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slpm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartmachine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snabblim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snopyta.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sohncloud.my-router.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spot.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stagelectrical.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stakeshare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strandbyfysio.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "styletron.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summiteyekc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teboorthodontics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technofirstonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telemovi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefusion.net.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themasterplan.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestatementjewelry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thing4everyone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiergear.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tjxxzy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tom.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treefelling-durban.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treeremovalsboksburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryplo.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryplo.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tully.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turystyczny-system.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twinkietotmom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "univerkeys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "up-ai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uraniborg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usa-10.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usa-10.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utensil.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valemountchamber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valemountmuseum.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentinarosamilia.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentinarosamilia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ventures.lgbt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ventureslgbt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicious.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victorcarwasher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vigilanciaysalud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vips.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladsfads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vractive.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warung.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "what.tf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiskey.town", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windowsdoors.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wit-creations.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordops.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wphosting.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x-6.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x00.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xaffit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--l8js6h476m.xn--q9jyb4c", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xor.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogamaya9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogamayanine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yornik.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuimarukitchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukimochi.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukimochi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zacharyschneider.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zahrowski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdravotnikurzy.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonky.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zontractors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zy.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "005555.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "060579.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0chan.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x00c.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "111.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123derivatives.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162223.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "17kpw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "192080.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1chan.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "204504byse.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "208garfield.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233v2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "238212.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2502.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2525admin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "27000.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "276112.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "276117.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "281116.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "311191.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3345.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3361p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "357601.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "361116.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365electricalvn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "371687.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3838onndo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "42.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "455327.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4smart.house", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "54lsj.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "595380.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5in.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "657660.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "657990.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "671660.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "671990.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "673660.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "673990.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "675660.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "675990.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "692660.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "692990.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "695660.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "713367.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "713387.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "718227.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "718772.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "721167.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "722201.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "726162.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "726176.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "762116.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "780aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "80780780.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8pc.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "911216.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9181181.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9182289.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99lib.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a122.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a22z.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdulrahman.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academus.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acclivity.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acticu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aculocity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acupuntura.coach", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acupuntura.doctor", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acupuntura.institute", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acupunturamadrid.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acupunturavalencia.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamsasphaltpaving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86sb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aero.parts", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ai00.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aisin.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akoofs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alarmat.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexjett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allbigdicks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allphaseclean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allpussynow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alltherooms.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alov.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphadefense.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altea-pep18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alteiria.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alteria.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am-39.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am6118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am8213.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amaranthinewanderlust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amateurpornhours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazetimberfurniture.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amianto.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amok8.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animeclub.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anonoriviera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antincendio.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aokae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apartamentosemindaiatuba.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apethink.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apicruz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appagility.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apprendre-le-russe-avec-ania.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appsdisosa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apunkt.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquaterm72.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arctic.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arena-lemgo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arjanenthijs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artofhomeorganizing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artplasticsurgeons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arx8x.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashridgetrees.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atahualpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attuned.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aura7chakr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autocartruck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automationsmarthome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "az.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aznaetelivy.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b2families.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bachkhoa.net.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ban.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batiskaf.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batteryboys.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batteryboys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "battleground.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baystreet.com.mt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautybh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautycarepack.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beboldpr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellware.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belmarresort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benefits.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benefitsbookcase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bensoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benzina.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bereaplumber.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berlin-cuisine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betor.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bevedo.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beyerm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beyondordinarylife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bfkcloud.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bi8cku.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibleversesfordailyliving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigboris.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogr.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogramtest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billopay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binhp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioedilizia.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biser.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcointrade.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitguerrilla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackbam.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackcountrymetalworks.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloombrown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluecanvas.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluffplumber.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boltenergy.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boltmobile.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bostonaoii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxcritters.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandpit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braziliex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakingvap.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brenbarnes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brenbarnes.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddycompany.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bunnymud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burienergy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butter.horse", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytepark.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byteterrace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c0o.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cakeoffencesact.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callerstrom.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cameronthomson.racing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canadaradon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlislepassionplay.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cases.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinochecking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinomegaslotos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathiebrousse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catlovingcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdshh.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ce-webdesign.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cedricbonhomme.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celliberate.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cerrajeriaenvillavicencio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cevin.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgeceia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chengfayun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chernevclima.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicback.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chirurgoplastico.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinenote.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "civics.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckna.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claudiney.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clientportal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clouddog.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudofertas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudwallce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmoycontracts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "code123.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codedo.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cogeneration-energy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coladv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collegegirlhd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collegesexvid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comercialbelzunces.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commlabindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comparewatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compartirtrenmesaave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connectivia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "controlvoltage.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooperativa-je.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corkerscrisps.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cornerstone.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corsicalaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crabrave.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creampiepornvids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crime-lawyers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criptocert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crsoresina.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryobiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cswgmbh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cttso.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubiest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuchichi.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuddlecat.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cudoo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customcontract.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwwise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybermotives.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dagmarhamalova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dahliacake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dakin.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dakindesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dakinnyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darani.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkskymap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datelligent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcdestetica.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "death.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decor-prazdnik.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defantasia.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defiantrust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delkniga42.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denariu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dental-cloud.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedclub.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedsurigaodelnorte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedtambayan.org.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depilacioncon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deployitwith.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depositomobili.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depuratori.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derf.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derf.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derw.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designerchad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destyntek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dexonservicedeskws.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diabetessucks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "didtrumpopengovernmentyet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diegotoledo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digipost.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalallies.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitaleplus.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalfoster.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalid-sandbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalid.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtinmyshoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disch.com.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discordbee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazionizanzare.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distratus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divingforlife.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diygeek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dm1.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmn.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolph.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domainspeicher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominctheroofguy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domznak.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorco.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drawchan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamcraft.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamz-staging.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drfun1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duckfam.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duvalo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duvalo.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duvalo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duvalo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duvalo.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-nanum.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastbaycontractor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecigfind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "economie2.alsace", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edeals.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edeals.co.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edeals.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edumi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edunet.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduschedule.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einkaufi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ele-sm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricgatemotorsberea.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricgatemotorsbluff.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricgatemotorsumhlanga.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elettrodomestici.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elgrecohotel.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitsa.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emigratieplanner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enderle.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energy-healings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enterclaim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enteres.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erclaim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ernal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erpelstolz.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "error.fail", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estimulantesbrasil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esyume.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethelbrooks.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etnis.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everydayhealthandbeauty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewa-hayward.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exablue.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exozwiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatturegeko.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdis.net.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff44.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filedropbox.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finalworkdriesstef.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flatbook.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flealab.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floravan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floravino.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyavantar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foliumfinance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodboy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formsmarts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortuna.co.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumotomobil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fredsmith.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fredsmith.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fredsmith.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fritz-koehne-schule.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsch2009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funbuynet.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fwz.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamechurch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameofbooks.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gardenstate.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garriganenterprises.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garriganenterprises.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garriganenterprisesinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garriganenterprisesinc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gdraco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genossenwiese.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentz.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gettok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ggbet.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ginen.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "git.org.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalbano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalhealthstrategiesnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalhealthstrategiesnetwork.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalhealthstrategiesnetwork.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gloeckle-gruppe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gloryholefucking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gondola-parkinson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodiesoft.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goonfleet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotrek.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "govloans.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpccp.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greta-birkner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gridpack.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grienenberger.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grinnellplanes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grosdebit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupseslogistic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruper.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutenbergthemes.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gvwgroup.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h-ealthy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackhouse.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackingarise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halihali.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamiltonweather.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haruhi.org.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "headlinesclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henryocallaghan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hentaipornography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herbolarigranvida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hetushu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hg170.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiffo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hillstrakwpg.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hisregistries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hisregistries.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hisregistries.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiteshchandwani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hj9379.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hj99111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hj99177.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hj99188.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homoo.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hr28.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsn-tsn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huangjia777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hudobniny.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hugolegrand.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huizenvlees.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i8cp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icy.aq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideageek.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igi-2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ignition.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imeifacil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imisa.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imy.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indota.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "info-o-zbozi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informace-zbozi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosecchicago.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosective.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrabind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrabond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infraplot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkihost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inphi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insomniasec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instachina.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intrepy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invalida.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ireviewi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irvingramo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isaaccomputerscience.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isovideo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "israel-in-color.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ist.cm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-swarm.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itgoesup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itgoesupent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itgoesupentertainment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsquiet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivanaleksandrov.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivanovolive.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ixanis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jancukers.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesuisunpapageek.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetfirenetworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiji.co.tz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiji.com.gh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiji.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiji.ug", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jingbo.fan", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkg.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jltcsecuritygroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmdiesel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joaopenteado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshuamessick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jreiff.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsme.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jubilerkarat.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliendoco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k807.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaloni.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kartbird.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katieriker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaypasocks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kee.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevchia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kexino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keynes.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khetmaal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kievkiralikotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimitang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimochi.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinetic.ventures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingjamesbibleonline.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitabmimpi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klauke-enterprises.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klishyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kn40la.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kn4ivj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kn4ola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koenberkhout.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koof.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koreaninhd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korem011-tniad.mil.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krikorianconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kumpulannamabayi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunvn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kupferschmids.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laboratoriodemarketingb3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labsys.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laportedufutur.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lauralinde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavinaec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazisbaiturrahman.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lcdn.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lcgabogados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ldesignweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ldm2468.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecn2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ledlights.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legacyiohs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leyun.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberationist.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeset.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifestyletravel.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilliputpreschool.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limsia.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limsia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linge-ma.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litebit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlenlargeevents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livhao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localsearch.homes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logitrack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logo-vogtland.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lohmeyer.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolas-vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loonylatke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lottoland.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lou.ist", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loverepair.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucie-parizkova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luisa-birkner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luthierunatespalermo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lynnellneri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-net.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macedonian-hotels.com.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macedonian-hotels.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madewithopendata.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahadulmuneer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mainquest.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majorpussycum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makerdao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marc-hoffrichter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcanhoury.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcheslep.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcotics.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinhaunschmid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvelousdesigners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mashcape.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattersource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maureencsmith.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maximilian-staedtler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mazi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mchost.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medbreaker-friends.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medpost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megaxhost.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meinheizstrom.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melosyne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melosyne.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melosyne.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melosyne.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metaglyphics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metainnovative.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mghw.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micra.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikecapson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milfpornograph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimavision.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minandolacorrupcion.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mio-ip.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobizma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moduloseltaladro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moegi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojkragujevac.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molpek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montack.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonlabs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mortalincarnation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motor1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mudanzasacuna.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muma.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muserver.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicindustrydb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycp668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydsacontabilidad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myjuvelirika.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytntware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywetpussycams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naga.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naka.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namalelaki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namaperempuan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naradiebosch.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naradiehusqvarna.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naradiemakita.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natevolker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationalresourcedirectory.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nch.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndvr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nedzadalibegovic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemiroth.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerdherd.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerv.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netid.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netwaf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neuronus.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neuropatia-periferica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextcloud.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextcloud.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhakhoangocanh.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicolas-simond.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niers.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodeedge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norrlandsbilverkstad.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notes24x7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noticiasdetv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrd.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsnsp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nspawn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "numo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nwtrb.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyerjenaheraval.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyzed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o0c.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oakface.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oakface.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "objectorientedsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceanbreezehomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octaviosimon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ode.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odonti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oe0fcdncxjpdd05b.myfritz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offensity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oku-nara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okwu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "on2it.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oncalltech.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onelinkmmp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onsinscrit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oosolutions.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orangehattech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orangewombat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orcada.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orde.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orfelios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orgyporngroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osteendiner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ota365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outfunnel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outinjersey.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ouxiang.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owntournament.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palomardisplays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paneldoorsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parentsandzebrasunited.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partage-noir.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peoplescu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgp.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phildonaldson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pif.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.lat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitch.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitshift.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelcomunicacion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetarian.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plasticbags.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pms.myiphost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc090.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc661.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc665.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc669.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc71.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc768.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc771.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc772.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc779.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc8811.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc882.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc8822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc8833.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc8855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc8866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc8877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc8899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc965.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc992.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc993.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc995.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc996.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc997.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poc998.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponnau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornforwomentube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potionlabs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersergemployeesonly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pqscript.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prayum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pressento.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primaflorafloristaccrington.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacytools.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prizehometickets.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prizelink.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prontointerventofognature.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propelgrowth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proteco.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "provent.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptab2pt.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pudro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulizia.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pussylickingnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qarto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quagga.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quebajelagasolina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quenecesitopara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "questionscafe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickassortments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quicksupplies.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quieroserdoula.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r102.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raadgiverborsen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raailto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raelto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raiilto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raillto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railto.cm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railto.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railto.com.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railto.com.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railto.exchange", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railtoe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railtoh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railtow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railtp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raketaro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raleto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rancowar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reall.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ream.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recipeapproved.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redheadfuck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remmik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renefloresphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revhost-consulting.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revolta-hosting.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reyesfernando.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rezenfitness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhamzeh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rheijmans.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhyme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richieheijmans.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riddimsworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rident-estetic.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riemzac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roach.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolandvanipenburg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rollforadventure.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roman.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rrailto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rs-solution.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubbleremovalhillcrest.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubenruiz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rw-invest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryanstreur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safearth.training", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safewaysecurityscreens.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salentocab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salmanravoof.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sams.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapancavillalari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarasotadentistry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sardinianvillas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saropa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savebt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saz9001.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbcargo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scaffoldhiremidrand.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schlick.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schuetzen-ehrenbreitstein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schultz.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scp-079.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sduoxminty.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebandroid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebastian-haeutle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secrium.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secureworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seeonce.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selfycheck.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semplicementelight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seomaton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seomaton.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serveursminecraft.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevathian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sg1.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgombero.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgrub.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharer.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shieldblaze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiji.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopfazz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopunilever.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shsh.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shunliandongli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siggi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sik-it.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silverblog.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplosoft.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sindicatoburgos.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirvoy.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirvoy.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirvoy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirvoy.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirvoy.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirvoy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirvoy.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirvoy.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirvoy.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirvoy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirvoy.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirvoy.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirvoy.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirvoy.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirvoy.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitedebelezaemoda.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sito-online.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sizuvip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skiley.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyblue.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaltimentorifiuti.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaltimentorifiuti.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smart-cloud.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smdtk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smith.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smys.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowparties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socheat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socost.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofoco.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softwoods.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solar-floodlight.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solar-systems.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solar-window.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solihullpcrepairs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solitaryride.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soltekla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songsmp3.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sospeed.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundclick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sounds-familiar.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soyvigilante.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "splash.solar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportsmole.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spurghi.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spydar007.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squirtingpussygirl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ss.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stable.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "star-one.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startloop.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stehlik.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stephycom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storm-family.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strange.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangelandrecording.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangelandrecordingstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangelandsoundstage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangelanerecords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangemusicbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangemusichollywood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangevip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangeworksinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangeworldmerch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangeworldmerchandising.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strotmann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studipad.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sulavius.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summit-level.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superlisa.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "survivingmesothelioma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svatbamisiaviti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svdesign.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swisscypher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swy.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tableandhearth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taki.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanner.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcg-digital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcpride.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamliquid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techcu.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techjobplaybook.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecknobox.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teeqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tehniss.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleskell.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenthousandbottoms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "test1websiteboost.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theblacklock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefizz.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thejoneshub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekodester.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelbc.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themathscentre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theshaker.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesoundstageatstrangeland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesteamrooms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theway2u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewizardsmanse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thijsenarjan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thingswithstuff.llc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinktac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ti780.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticinoscout.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiendadecosplay.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tightassporntube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timeworld.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tntware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobbro-trans.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobevictorious.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobiaswiese.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todoist.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torneobottacin.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tosatopsicologabologna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touchtunesnz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tozdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpastream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trafficsafetymarketing.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transparent.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tratamientodelvitiligo.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trattamentocotto.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travel2macedonia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travel2macedonia.com.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travel2macedonia.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelbuddiesperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triefenbach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triefenbach.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troubles.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tudineroasi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tulpan22.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuning.energy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turtlepay.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tv-sports.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvquot.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u-grow.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubiurbe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ugtdigiteldocumentos.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukr.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umlcode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniqsys.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unlockblackberryfree.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unlocks.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unstable.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urlsimple.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usa10sb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usaautoaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utahfanclub.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uteasybooki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwusergdatasystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valaphee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valeo-it.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanss.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vapeking.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vapekingusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varizh.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vave.men", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vecchiofornobarletta.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegan-pratique.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venmail.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verifygroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vglist.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victusrp.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vigilanciatotal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vigira.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vignaud.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinodoc.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinoshipper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipfitter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualcitehuallaga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visibleone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visiondetails.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivesaludableconomnilife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vizierdata.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vns1780.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vns3780.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voidnya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vojtekpince.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vonimus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpsvz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vtul.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w4solutions.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walma.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webini.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wecho.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedovapes.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkeninvledder.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wetpussylipsex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wfcom-98-wf-www.pantheonsite.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wh36.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whichgender.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whorepresentsme.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whythisguy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windowseatwanderer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wingspatagonia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wishingyou.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "withheld.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wobker.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wois.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wondercris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodminsterrealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wops.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "words.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workshopengine.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wound-doc.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsetech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwtext.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wysz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb1001.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb115.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb2002.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb201.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb3008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb306.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb3636.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb380.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb3888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb601.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6600.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6610.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6616.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6619.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6625.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6627.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6628.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6629.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6632.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6636.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6639.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6656.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6676.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6680.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6683.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6689.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6692.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6696.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6806.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6808.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6880.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb7001.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb7077.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb7676.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb780.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb8006.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb8018.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb836.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb853.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbjt66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl.xn--fiqs8s", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinsto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--die-hrercharts-zpb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--t8jo9k1b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpiuat.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yao28.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yesogovinpetcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ym039.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ym065.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youdamom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourcleaningcompany.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoyoost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zbib.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenidees.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhaostephen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhattyt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhengzihan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zjbuilding.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zl0101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zl0303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znti.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zodgame.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zookids.uy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zravyobrazky.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "01-edu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123birthdaygreetings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "373816.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "68hvip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "731716.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "731783.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "736371.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "736381.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "961621.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "977hghg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaa-racing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaa-racing.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaa-racing.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdl.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abilitymatters.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achtzehn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adiprospero.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrenalin.travel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrienjacquierbret.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenziapubblicitaria.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agpideas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmd.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akuston.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alacriti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alessandrotravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allmemy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am22i6xaf1m2a5m9k.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am5566m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annetta.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anns.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archerygearonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arilto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkhvoid.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auburn-housekeeper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bagnichimici.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bargainsettelement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baron14.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barth.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basketforex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bazari.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bfh.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibliotecadeseguranca.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billigastehemsidan.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binarka.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjut.photos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobasy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brocinema.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bustany.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwgjms.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwgjms.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadra.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafermin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camzroofing.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caravanserail.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carezzaperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cargobas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlitoxxpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolinehanania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathouse.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccc-cloud.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cell-lookup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "changemywifipassword.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chliine.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classiccutstupelo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmserviscz.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultasdigitales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "controlambientalbogota.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "counterenlol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazypowered.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctoin.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czwartybrat.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dale-west.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcmapping.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deathsdomain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deco-parisienne.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deimos.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denuevestore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diamondgrid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directhomeremodelinginc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djbobbytables.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmarc.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doggo.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotweb.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragcave.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-referendum.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echomall.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edugundavetiyesi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ej.uz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elblogdegoyo.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enlightenth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entertainmentformitzvahs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicserver.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ericksonvasquez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esher.ac.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashion-hunters.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fau8.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fazzfinancial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finanziero.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findcheapmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flameworked.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franziskaherbert.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frappant.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freexmovie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friends.tn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fromager.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fukushima-fun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundmylegalclaim.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabz.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxymusicpromo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekstreet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gellis12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gestionrocamar.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldsteinlawgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grabatt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hapimiennam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happychungus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harms.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hauller.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "havasigabor.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helloaigo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herrfirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hi.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hmnd.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htdcomputer.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-voting.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iglosujemy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihearmedical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impresa-di-pulizie.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infohub.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrafile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrafind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingressfs.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "input.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inserzioni-ticino.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inserzioniticino.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetanbieter-experte.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intr0.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsfitlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivocopro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivocotec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeancafe.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmsjms.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmsjms.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmsjms.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobbidag.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnhancocknypensions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnhancockpensions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonnasbeauty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jubobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juristique.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kendernet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiro-ku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kjgmuenster.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klu.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koeldezomerdoor.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koenrh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koenrh.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koenrh.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koenrouwhorst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolas.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kpmgccc.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kpmgclientcollab.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l214.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamaletarural.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasabubillas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasranas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "launch-subtitle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leadpagebuilders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leftbrainsolutions.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legacylawofwashington.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livada.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liztattoo.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "llbcpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lokalna.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunite.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lycetre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malenaamatomd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maniaiti.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mantachiepharmacy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marie-pettenbeck-schule.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marxists.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massconsultores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matchlessdentist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mctitan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentecuriosa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meridianoshop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mezzehuis.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microlz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mistine.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mistine.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobydog.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneylance.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mongolie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mopedpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morgan-insurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrschristine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mubase.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-webcloud.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystaffonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanopixel.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naspro.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nazimogluinsaat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nivelul2.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noiglosujemy.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noiglosujemy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noxx.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olitham.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneearthapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opcare.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ortho-europe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourfavorite-kakamigahara.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p-p.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parsdev.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pechonova.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentagonreviewcenter.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirapiserver.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumbingkingsllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pnnl.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "po0k.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "post.monster", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postawnasiebie.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "predkosci.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protectorlando.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pukkapilatesandpt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puttymonos.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcmstream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recyclebin.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reidsupply.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retidurc.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rightlaw.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rinprom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romainlapoux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romainlapoux.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsdisedezzari.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandstroh.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandtohand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanikapandit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanook69.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seanstaffiery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensuality-models.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seulean.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seutens.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seutens.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevocomm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiyouqkl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silesianus.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplifyengineering.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simulfund.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sloneczni.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smokeping.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solupredperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somoyorkies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speights-law.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srdmarketingservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starlux.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startersiteweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sun-beach.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunsquare.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superbomsupermercado.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supervets.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "switchchargers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t3.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tambo.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamsweb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technokicks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techy360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telibee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theviewat55th.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thmpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiger21.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tissus-paris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titser.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uddate-linthdcp-3345app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uddate-linthdcp-567app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undp.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unhurriedluxury.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upstart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uronlinestreams.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usbcurrent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v5ray.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victorpelletmill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vscodownloader.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warezoom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wed.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welovejudo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolkjehosting.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordpressfly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb856.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb857.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb859.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb8606.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb865.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb871.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb872.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb873.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb8801.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb8806.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb8808.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb8861.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb891.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb893.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb896.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb9009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb901.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb906.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb935.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb936.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb937.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb951.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb952.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb953.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb961.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb962.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb963.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb967.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb971.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb972.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb976.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb980.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb982.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbdmov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbjt1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbjt11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80ahclcaoccacrhfebi0dcn5c1jh.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpertcube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zen-solutions.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znaj.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00370038.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0038088.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0205wc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0380l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0531009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0999sfce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100086ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1049578.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1265353.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1325390854.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "13866670.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "13982407454.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1406304513.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1441805971.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "168wcw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1834202695.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "18680288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "18858586888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1918173197.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "198752qq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1ki174.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "20000615.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2001617.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "20190204.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "20190508.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2019318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2112323.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2324275338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233hub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24796559.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2569abc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "260842907.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2686288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2692646200.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2941798824.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30375500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30375522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30375533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30375588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30375599.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3054056550.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "308xsj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "360008888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "380021868.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "380138000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3801808.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3801988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "380201314.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3802024.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3802025.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3802288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3804488.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3805201314.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3805355.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3805500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3805511abc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3806677.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3806789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3807344.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3807711.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3807733.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3807755.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3808822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3808844.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3808855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3808866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3809900.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3809911.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3809922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3809933.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3809944.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "380zz8989.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "38138938.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "39661463.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4999016.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4monar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "504737.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "518558.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52051z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5225sf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5356699.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "556021.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57771399.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "578637.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "58586668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "588007008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "60068vb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6133feng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6859551.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "715805617.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7717411.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "781371.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "781376.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "781671.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "781683.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "781713.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "783631.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81000906.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8363p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8367p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8368p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8369p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8371p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8373p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8376p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8378p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8379p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8387p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8391p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "83969789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8396p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8666213.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8880005555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "919093590.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "962312.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "98198823.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "989868888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99818adc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a1972894570.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a19840925.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a666l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aa753159.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abc9981.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcdzgx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abstudio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adept-elearning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancedendoscopycenter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agentur-pottkinder.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahd1234.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ainishitou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airslate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfaproweb.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aliv.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aloexn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alplogopedia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amao999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amplead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annalitvinova.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apc.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appassionata.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aramloebmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art-et-tonneaux.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artigianociao.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "associatedwomenshealthcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asu.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atf.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athenacle.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audioboom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-i-dat.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autocobot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autohomehub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autouncle.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autouncle.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autouncle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autouncle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autouncle.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autouncle.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autouncle.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autouncle.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autouncle.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autouncle.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autouncle.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autouncle.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azh-kunden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babineaux.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baidu389.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basement961.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baterioverolety.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bavaroparadise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bavarovillage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beau.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belgicaservices.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bethanypeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bi-ec.ac.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bianvip888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikhof.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binwu666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biofrequenze.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolgarka.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandonhaynesmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brooklyncosmetics.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buckscountyobgyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caipao123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campingshop.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canavillage.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candinya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlavitalesteticista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlosabarbamd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casacomcharme.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catholic8964.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cc-customer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebrasianconference.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centrodeesteticarecife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chadpugsley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chc9912.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chen22311.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrisgieger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cio.guide", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudeezy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubegolfpt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coaching-harmonique.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coaching-park.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codenlife.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colyakoomusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consciente.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consciente.ngo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consciente.ong", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consegne.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "construct.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coop.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "couponbates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpcp380.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptizy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csjministriesfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "css125.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curacaodiveguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cxq77128.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dadahen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dakotasjoint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dallasmenshealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielmiessler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielpenno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danna888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datax-cloud.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidzack.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dawnofhope.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbudj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decidio.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dein-baumdienst.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demibaguette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digicode.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalredshirts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalspiders.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "displayenergycertificate.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmfj.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dq12321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drglassgyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drhyler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutrac.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecologikashop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecuadorbienesraices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edubase.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eirik.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elchamandelaprosperidad.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electerious.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elegance-sm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elysiandigital.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emsadi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emzi0767.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encountercss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endustriyelfirinlar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entrezdansladanse.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epagos.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epcreport.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epiclub.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eppione.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equi.ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escapejoplin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esu.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etajerka.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evaluate.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "example4d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expromo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facchinaggio.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fallenmoons.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fallin.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familleseux.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdfz.edu.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferienstpeter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filebox.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firestuff.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flamingowomenspavilion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flossexanten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francescoyatesfansite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frostednetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fy380.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g-fruit.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabinetejuridicotecnologicojuandemeseguer.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaltosalento.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamesme.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ganaenergia.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gathermycrew.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gdsqua.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geektier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentcdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlent.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giveoneup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gladiac.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globe-flight.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globologic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grapheneos.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guytarrant.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haarstudiok99.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hag27.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haoshen666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hedge.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heroliker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hh46953255.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highdesertroboticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hillsandsaunders.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hillsandsaunders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hingston.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hm5189.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houhaoyi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hpvtimmerwerken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "html2gutenberg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hugonote.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hugovr.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hui89119.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huyaya123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyansc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyper.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ictbiz.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iegat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iliz-kafe.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iloli.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianareflux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inshop.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insideevs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insideevs.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intr0.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ione.net.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iotac.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isa357.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isa5417.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italbavaro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivisitorinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaingynecology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jb159632.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jianyuan.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmx520.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joebiden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joodari.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josephbarela.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jydwz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaioken.bar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kandofu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiczela.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kjfaudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klev.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolaprestaurant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kompjoeter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koolauwomenshealthcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreativbande.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ktmclubitalia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuwichitaim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l456852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labavn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laegernevedlillebaelt.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakersview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laudableapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laudablesites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laudwein.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lay1688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lettersblogatory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lev103.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "li756.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifestylefoto.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lin2018168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxgiggle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liujr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ll.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "llsv666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localcryptopremium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londonindustryshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longdie88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loteamentoabertoamparo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louisvillefibroids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovemybubbles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lwsl.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyclive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-cont.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-kugpn.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macrostudent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madeinrussia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makita-online.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamatting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamoris-net.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangel.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manilaprinciples.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martin-weil.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meccano.srl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medguide-bg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mehrnevesht.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadeolocal.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meridianenvironmental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meta4.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metronews.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mhurologytriad.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midi-ctes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikemooresales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minmaxgame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mistinecn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mm4447761.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monsecretariat.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonboys.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morvo.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mt1016.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtechprecisioninc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mulk.hopto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myconf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhmz.bid", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywiwe.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nb10000.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neev.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neo2k.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newenglandworkinjury.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "next-server.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicolaottomano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "normantobar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northtexasvasectomy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nstnet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nursemom.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nxgn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzbs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obgynmiamifl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ok3on.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oklahomafibroids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omnifurgone.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omnimoto.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineweblearning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openrtm.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otvertka.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovabastecedoraindustrial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p1group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacificgynsurgicalgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "padelbox.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parrocchiamontevecchia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pc9865.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedalsbarcelona.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinellaslaser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ploxel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poopchart.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornskyhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potomacurology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppwancai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precision-tops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacybydesign.foundation", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procarswoking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "professionalbeautyshop.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "provinciaotlavoro.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ps2911.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qdqlh.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qlarititech.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qmee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raccoon-music.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raewardfresh.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rclaywilliamsdo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reparacionesdecalefones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reparizy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rideapart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodeoimport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romail.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rueduparticulier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagitta.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schokoladensouffle.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolofphilosophy.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scitheory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdfleetmanagement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seabooty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segenstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentinelsmotorcycleclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serenavillage.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serviciales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servmaslt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sf3223.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiji456.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuai1122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvernight.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyportcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smelly.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smithf.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sneakers88.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sointelcom.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sort.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sourdough.vc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soyfanonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "space-inc.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssc8809.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stagespediatrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevengrech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugarlandurology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumit.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "support-ticino.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swid.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swisservers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sxwancai18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagtoys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "televizeseznam.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testvocacional.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texasurodoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebigslow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefootinstitutela.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegarage961.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theissen.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thijs.amsterdam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timeclub24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tk-its.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonarinoliusan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonight.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tourdewestwoud.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traderbot.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trickle.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trueminecraft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truendo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ts5server.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tylyjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ujiyasu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unnamed.download", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uplead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uspaacc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utavatu.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utorg.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vape-hit.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venstar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vibgyyor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip380.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivaio.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vwh-kunden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wancai666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wancai880.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wancai886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wancaibbin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wancaip66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wancaiqe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wancaiqwe5967.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wancaiwang8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangbin1023.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangfuhe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterheaterdallastx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watervillewomenscare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wc11122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wc168cp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wclhtzs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcw10000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcw130.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcw179.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcw618.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcw635290.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcw668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcw9366.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcwcp88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdj1023.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webrabbit.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wendabisheng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wg1907.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whanwhy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wo211997.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldmeetings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wucanyao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyjmb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xanyl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbjt2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbjt22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbjt3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbjt33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbjt4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbjt5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbjt55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbjt666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbjt7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbjt77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbjt9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl17.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl28.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl62.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl67.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl73.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl85.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiang111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiazhaobing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo010.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo016.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo018.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo026.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo028.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo030.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo050.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--0kq33cbsi8bk6d417b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--p3t555glxhnwa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--svezavaukuu-ulb08i.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xun3708855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxx020625.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ykqpw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yonema.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourstage.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yusukesakai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuvibrands.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zanzariere.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhengqiangonglue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhouzeng1314.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zjh6888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zp.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuanqianni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz0036.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "066816.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "09elektrik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1sand0s.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "293921.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3615jacky.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197a.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197aa.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197b.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197bb.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197c.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197cc.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197d.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197dd.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197e.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197ee.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197f.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197ff.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197g.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197gg.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197h.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197hd.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197hh.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197i.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197ii.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197j.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197jj.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197k.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197kk.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197l.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197ll.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197m.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197mm.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197n.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197nn.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197o.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197oo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197p.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197pp.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197q.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197qq.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197r.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197rr.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197s.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197ss.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197t.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197tt.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197u.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197uu.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197v.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197vv.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197w.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197ww.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197x.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197xx.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197y.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197yy.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197z.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5197zz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "726127.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "790security.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "842844.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297a.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297aa.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297b.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297bb.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297c.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297cc.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297d.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297dd.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297dh.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297e.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297ee.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297f.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297ff.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297g.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297gg.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297h.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297hd.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297hh.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297i.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297ii.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297j.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297jj.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297k.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297kk.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297l.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297ll.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297m.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297mm.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297n.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297nn.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297o.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297oo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297p.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297pp.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297q.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297qq.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297r.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297rr.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297s.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297ss.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297t.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297tt.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297u.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297uu.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297v.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297vv.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297w.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297ww.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297x.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297xx.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297y.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297yy.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297z.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9297zz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397hb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397oo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397pp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9397y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721qq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9721y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728a.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728aa.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728b.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728c.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728cc.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728d.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728dd.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728dh.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728e.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728ee.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728f.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728ff.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728g.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728gg.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728h.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728hd.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728hh.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728i.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728ii.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728j.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728jj.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728k.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728kk.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728l.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728ll.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728m.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728mm.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728n.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728nn.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728o.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728oo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728p.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728pp.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728q.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728qq.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728r.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728rr.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728s.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728ss.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728t.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728tt.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728u.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728uu.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728v.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728vv.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728w.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728ww.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728x.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728xx.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728y.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728yy.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728z.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9728zz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aa5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aa9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aa9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aa9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accessibletravelclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adnexa.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajhstamps.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandercanton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allcleaningservice.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animefire.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquamarin.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archematerial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armadale.wa.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aromachat.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arttel-media.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "as8423.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attendanceondemand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auvidos.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awesomenamegenerator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balaskas.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bb5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bb9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bb9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beardboys.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernbrucher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernbrucher.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blideobames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blui.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blui.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boulderlibrary.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandondivorcelawyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandonlui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandweerbarboek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "briansemrau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsaft.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "business-creators.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canavillagepuntacana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canavillageresidences.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catus.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cc5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cc9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cc9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cc9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celltick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfrq.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaitanyapandit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianadventurecamps.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chwilrank.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearpay.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "co-founder-stuttgart.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "competencyassessment.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conftree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cornergarage.coop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corruptsamurai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberfamily.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dd5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dd9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dd9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dd9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadmorose.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denali.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desynced.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detusmascotas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dh9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dh9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalgov.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalprimate.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discarica.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmhtwebordering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnscrypt-blacklist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domein-direct.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donateabox.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dormitengernyikaland.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyenrollment.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecsupplyinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ee5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ee9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ee9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egbc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekvastra.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elenta.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "embracecontext.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emprendeconchrisfx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emsa-casm.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engweld.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enrique.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epsmil.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exclusivebeautystudio.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "experimentator.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "explicate.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falegnameria.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fansale.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasmesexuel.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femmesaupluriel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenhl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fhar.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowchats.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foundationswellness.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freiewaehler-verden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fyner.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gay.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gefolge.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generujdata.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gg5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gg9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gg9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gg9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gg9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gh-sandanski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gooddayatwork.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gordonchevy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gratis.market", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "green-techno.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greengorych.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haha.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haka.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hb9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hd9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hd9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heddoun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hennes-haan.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hennes-shop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hersdorf-eifel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hg0086.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hh5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hh9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hh9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hh9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hielscher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitflow.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollowwinds.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honigdealer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrbrt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsiwen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyper.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hytzongxuan.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-hoz.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iansyst.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibavaro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibi.mt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icloud.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ii5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ii9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ii9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ii9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imoe.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imoney.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imovel5.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impresapulizie.firenze.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infstudios.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inputmodes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instalador-electrico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invidio.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "is-socket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isthephone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italserver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j1visahealthinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaduniv.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jedayoshi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimeaton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jj5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jj9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jj9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jj9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jj9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnrosewicz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julianbroadway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juristique.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juristique.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jvdham.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaginalycloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keezyavaleri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelsall39.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kendermore.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kipwells32.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kk5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kk9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kk9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kk9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kk9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kursypolska.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kylianvermeulen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lansoftware.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "law-profile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letempsdujasmin.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgnsh.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libraryofcode.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "licloud.homeip.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ll5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ll9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ll9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ll9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "location-appartement-dakar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luminary.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lust.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxurydistribution.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "managedservicesraleighnc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maorx.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marinat2012.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mazepa.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicinasaludvida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mehmetdursun.av.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meinewolke.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memmertusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraft-ok.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixedrecipe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjsacco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mm5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mm9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mm9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mold.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monicajean.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moseleyelectronics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motoactionimola.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motodb.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motodb.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motodb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motodb.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrjo.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtjholding.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musta.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadine-birkner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationalservice.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newinf.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nn5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nn9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nn9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordstromheating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsradiology.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nullwebscripts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nwea.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyerjachioval.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oasiristorantebagno.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octavus.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okazoo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olmik.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omerefe.av.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oo5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oo9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oo9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oo9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opvakantie-noorwegen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opvakantie-zweden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oro.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osom.finance", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paratlantalalkozas.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentatec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permisecole.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "persefonne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personalidadmagnetica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perubusca.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piramalglassusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playandwin.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playtopia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playtopia.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playtopia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playtopia.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pp5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pp9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pp9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praktiker.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prsnlafk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulizievap.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qq5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qq9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qq9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quedos.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioradicchio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railto.llc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railtollc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raingoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readify.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebeccawendlandt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recipesmadeeasy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "render.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restauriedili.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reverselookupphone.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhhfoamsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rightsolutionplumbing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riproduzionichiavi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roams.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robotsbigdata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocknwater.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roguerocket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolecontj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roncallijets.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosimms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rr5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rr9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rr9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rr9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubenbaer.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rundesign.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safeacs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saitapovan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samkelleher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandiegoluxuryhomes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sartoria.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbl001.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scanmailx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schreinerei-schweikl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scqpw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sculpturos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scuolamazzini.livorno.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serfas.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servicios-electricos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sethriedel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadedesign.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shahidhashmi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopminut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sicurled.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidi-smotri.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skulblaka.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solarloon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sondebase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spilnu.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spmswiss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ss5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ss9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ss9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ss9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stassi.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stbarnabashospice.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steiner.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemmayhem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoeckidsign.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcj.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tclb.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telestepina.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terme.viterbo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testfra.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thatguyalex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theundefeated.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisphone.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainyourtribe.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelus.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tricare.mil", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truelovesakuya.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsinnosti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttwoee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unibolsit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unosconotros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "up2mark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "up2staff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urmom.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usarp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utahhomes-realestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uu5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uu9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uu9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uu9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwmarktspecialist.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v0ctor.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v9728.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vancoevents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanderlest.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vehiclematsuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verybin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicgenesis.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinifriuli.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladimiroff.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voda.org.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vofy.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vv5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vv9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vv9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vv9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walkhisway.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walletconnector.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wantocode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcheck.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmediums.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkeninwesterveld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatismyipv6.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whotracks.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiocha.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ww5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ww9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ww9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ww9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ww9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xb6679.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiao094605.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaobaiwancai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo056.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo059.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo066.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo068.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo076.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo078.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo088.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo098.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo120.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo129.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo130.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo150.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo156.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo158.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo160.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo189.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo196.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo198.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo258.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo260.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo266.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo276.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo278.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo279.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo280.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo286.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo296.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo298.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo299.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo326.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo350.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo359.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo369.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo376.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo378.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo38.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo386.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo389.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo390.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo396.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo400.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--8n2am80a.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--acompaamientoholistico-pec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--hmdiseoweb-y9a.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xx9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xx9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yellowfish.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yellowstone.nsupdate.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yp518518.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yubanmei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukict.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yy-s.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yy5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yy9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yy9297.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yy9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yy9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zebranolemagicien.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhaotongjun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "000321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "111321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "170686.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171083.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "23436565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34536565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "351079.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36554ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36554mm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36565123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36565234.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36565345.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365654321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36565456.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36565567.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36565678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36565789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36565b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36565f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3657654321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36587654321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365iosapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "44321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "45636565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4iners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4obgyne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "513maximus.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "55321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56736565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "67836565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "695990.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "726217.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "77321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "78936565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9118.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9181182.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9181183.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9181184.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9181185.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9181186.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9181187.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9181189.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abmackenzie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academica.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actorshop.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actualsolutions.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acutewealthadvisors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addictic.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrian.web.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affairefacile.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aguarani.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alamowellnessalliance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambulari.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apachezone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "argecord.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arterydb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arthritisrheumaticdiseases.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authcom.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-none.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avinilo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awomansplacenj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axishw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b00de.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9999ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9999hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9999ii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9999jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9999ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9999mm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9999nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9999oo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9999pp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9999qq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9999tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9999uu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9999vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9999yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9999zz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99iosapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bahana.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balboa.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balkenbushmechanical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bancosdominicanos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankerscaddy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barbara-fuchs-gruene-fuerth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batch.engineering", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batuhanbensoy.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baytownent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbyouthco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berend.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bi8cku.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bienestarinmobiliarioyaliadas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogramcontent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billopay.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billopay.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blinkdrivex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueprintrealtytn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boardspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bochantinobgyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookwave.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brianwalther.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brizawen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brooklynentdoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsmn.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buscasimple.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caiben.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "californiawomensmedicalclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canopytax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capeannpediatrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolinapainandspine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casperfirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casualgaming.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catmoz.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cezdent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chestercountypediatrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chestercountyroboticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chip.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinema.paris", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckventura.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cliffbreak.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudhoreca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudwise.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clovertwo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffee-up.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colorpicker.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "communiques.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connect.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmetify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazyvisitors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crea-th.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crea-that.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cristianrasch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crux.camp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csd-slovenije.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cureatr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyclonebikes.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyphar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czech.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dadafterforty.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielvanassen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debraydesign.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decorativeconcretewa.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delopt.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentanestplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devapi.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "die-seiler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogforum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominik.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doppeleinhorn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotrel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drghomi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drpetersenobgynal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drtristanberry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duplicazionechiavi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dverisochi.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dzi.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecr-test-backoffice-app.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecr-test-partnapp.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecredits-dev-app-backoffice01.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecredits-dev-app-partner01.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eisenbahnfreunde-lengerich.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emiliops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmagarland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "employeemanual.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eneko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "englishtofrench.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventerlebnis.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exaktus.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excursionescaribe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extensionciglia.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyebrowsmicroblading.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factoriotools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashioneditor.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feministspectrum.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findaffordablehousing.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitchconnect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiveslice.pizza", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flixflex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridaweightlossdoctors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formio.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotocopiatrici.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxvisor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frederikshavn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freds4buildings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fromanolderwoman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamster.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garagesmart.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaspapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gelsey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glyptodon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomedium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greaterlowellpediatrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gs1pt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guadalgrass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guiadamassagem.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackendoz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackerone.events", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hacktober.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamburgobgyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harititan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heartcomms.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helijobs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hghanbarimd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeeducator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostmywebsite.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htb.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iberiserver.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idysse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ift.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iiax.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iiax.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impresapulizia.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impresapuliziebergamo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incarceratedwombats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invuite.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isamay.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isterfaslur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsburning.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsynergy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iyc.web.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j9504.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j9507.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j9508.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j9512.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j9515.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j9516.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j9517.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j95aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j95app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j95bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j95cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j95dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j95ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j95ios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j95ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j95xx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j95zz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaiestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jakewales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jbeta.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johngmchenrymd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juristique.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kagicomb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katalogkapsli.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koboldmalade.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotke.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kouponboket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kpopsource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krasnodar-pravoved.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kulturmel.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuwichitagastro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kylianvermeulen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapageamelkor.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learningselfreliance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lebedata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legal-tender.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalatlanta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalsoftware.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lehighvalleypeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemilane.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lettres-motivation.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilyvet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limoshka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkk9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lndrive.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londonindustry.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsiq.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luckystorevn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madsstorm.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manicuradegel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manicuradegel.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariafernanda.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvell.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matt.gd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauricioquadradoconsultor.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauricioquadradocontador.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauricioquadradofotografia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mckendry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mckendry.consulting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec010.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec021.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec023.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec024.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec025.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec027.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec028.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec029.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0310.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0311.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0312.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0314.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0315.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0317.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0319.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0335.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0350.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0351.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0352.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0353.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0354.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0355.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0356.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0357.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0358.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0359.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0370.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0371.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0372.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0373.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0374.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0375.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0376.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0377.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0378.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0379.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0391.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0392.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0393.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0394.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0395.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0396.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0398.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0410.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0411.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0412.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0413.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0414.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0415.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0416.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0419.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0421.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0429.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0431.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0432.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0434.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0435.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0436.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0437.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0438.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0439.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0440.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0450.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0451.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0452.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0453.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0454.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0455.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0456.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0457.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0458.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0459.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0470.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0471.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0472.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0473.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0474.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0475.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0476.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0477.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0478.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0479.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0482.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0483.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0510.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0511.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0512.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0513.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0514.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0515.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0516.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0517.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0518.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0519.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0523.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0530.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0531.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0532.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0534.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0535.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0536.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0537.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0538.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0539.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0550.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0551.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0553.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0554.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0556.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0557.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0558.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0559.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0561.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0562.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0563.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0564.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0566.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0570.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0571.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0572.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0573.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0574.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0575.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0576.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0577.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0578.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0579.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0580.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0591.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0592.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0593.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0595.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0596.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0597.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0598.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0599.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0660.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0661.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0662.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0691.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0692.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0701.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0710.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0711.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0712.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0713.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0714.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0715.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0716.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0717.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0718.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0719.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0724.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0728.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0730.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0731.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0732.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0733.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0734.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0735.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0736.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0737.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0738.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0739.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0743.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0744.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0745.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0746.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0751.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0752.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0753.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0754.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0755.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0756.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0757.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0758.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0759.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0760.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0762.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0763.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0765.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0766.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0768.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0769.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0770.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0771.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0772.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0774.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0775.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0776.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0778.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0779.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0790.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0791.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0792.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0793.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0794.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0795.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0796.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0797.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0798.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0799.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0810.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0811.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0812.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0813.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0814.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0816.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0817.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0819.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0826.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0827.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0830.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0831.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0832.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0833.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0834.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0836.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0837.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0838.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0839.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0840.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0851.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0853.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0854.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0856.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0857.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0858.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0859.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0870.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0871.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0872.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0873.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0874.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0875.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0876.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0879.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0890.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0891.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0910.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0911.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0912.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0913.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0914.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0915.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0916.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0917.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0919.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0930.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0931.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0932.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0933.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0934.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0935.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0936.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0937.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0938.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0941.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0943.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0951.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0952.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0953.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0954.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0971.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0972.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0973.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0974.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0975.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0976.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0977.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec0991.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec825.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mf302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mf303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mhtdesign.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miah.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midiaid.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minimalistbaker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miramar-obgyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnciitbhu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modellismo.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modusawperandi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohitchahal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moretti.camp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muhcow.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multixa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundismart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicalsoulfood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydais.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywomenshealthgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nan0.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nashuaradiology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nettgiro.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhhoteljobs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickmchardy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niourk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noleggiobagnichimici.perugia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nualgiponds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nucleosynth.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nurseregistry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okoris.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onepersona.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orangutan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ordermore.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osimmo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osm.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overs.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overs.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacificpuke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalworld.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panino.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paninohome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peluqueriaalcobendas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peluqueriaalcobendas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pengepung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pensionecani.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pillitteriobgyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pj5588.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaros.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ploi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poliscentraal.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pracujwunii.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pranaprinciple.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "princetonnassaupediatrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profumeria.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proledwall.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promovite.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulsr.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puntacananetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purexis.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qabel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qpresentes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qristianuliarkhi.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quicksell.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raaynk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainbow.pizza", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rampestyuma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rassro.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdap.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redcarpets.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redrowcareers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reitoracle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rejoice1009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rene-eizenhoefer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rentsbg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reuzenplaneten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewu.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rexxworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ristrutturazioneappartamenti.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolobio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronsguideservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roofconsultants-inc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalbuffetdijon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalpainters.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalvortex.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruddick.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rustpedia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryois.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safara.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salaire-minimum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salt-documentary.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sample-site.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saucelabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scale.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schweingehabt.expert", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scienceofpeople.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdyzmun.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "se.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sector.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securemantra.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seerainer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serenavilage.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sglorch.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shachang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowoftheoldgods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "short.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sicz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simon-czech.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sismit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sismit.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skalar.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slrpancreaticsurgery.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartlink.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartproductguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sommeilsante.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southeastradiology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starretest.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statically.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stepbymestudios.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevenlepen.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevenpilger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strm.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroke-of-luck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sttammanyurology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stview.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumitchahal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swaz.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tajemno.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tayanamina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbpchan.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tealdotsinanorangeworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamdog.pet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teextee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenniscourtsjoburg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teramind.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegroovecartel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thejimmyw.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thsc.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thscpac.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmachinery.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomjepp.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "towzone.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traslocatore.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsachs.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tshirtscapetown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsmgroup2.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twoef.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uachemlabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedprovinces.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usa-reisetipps.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usabibi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uze-mobility.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uze-mobility.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzemobility.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzemobility.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vancouverwebsitedesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ventassantillan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vgcheat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoreriksson.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vieref.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villagecenterpediatrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipw66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voidbot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vojenshandicap.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "votre-hotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vqeg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vspin.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w2design.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watboeithet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weavers.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wfschicago.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgcaobgyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikiwp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williamsvillepediatriccenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winner-ua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wintersportscompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writtenworld.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyomingurology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbvip.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbvip99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl60.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl68.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl69.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbyl89.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaomi.express", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo038.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo060.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo069.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo070.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo079.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo080.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo086.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo089.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo090.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo096.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo099.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo170.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo178.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo179.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo180.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo186.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo200.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo218.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo238.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo256.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo268.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo290.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo306.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo308.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo356.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo379.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiumu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xkwy2018.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aanbkcescrdedmxzcl4pmc.xn--p1acf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpjiosapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yamei99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yannyann.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yasirworkfolio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yellowparachute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoelelbaz.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yr8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zingpetfood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "118btt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "15918.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "168btt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "168btt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "176f88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1994.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "218btt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "321666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "360hosting.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3oneseven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "420.nerdpol.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "432666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "543666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "567666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "616f88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "618btt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666365app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666365ios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666365iosapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729aa.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729apk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729b.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729bb.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729c.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729cc.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729d.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729dd.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729dh.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729e.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729ee.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729f.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729ff.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729g.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729gg.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729h.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729hh.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729i.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729ii.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729ii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729ipa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729j.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729jj.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729k.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729kk.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729l.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729ll.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729m.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729o.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729oo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729oo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729p.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729pp.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729pp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729q.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729qq.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729qq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729r.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729rr.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729rr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729s.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729ss.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729t.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729tt.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729vv.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729w.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729ww.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729x.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729xx.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729xx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729y.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729yy.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729z.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729zz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729zz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957a.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957aa.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957apk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957b.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957bb.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957c.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957d.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957dd.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957dh.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957ee.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957f.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957g.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957gg.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957h.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957hh.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957i.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957ii.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957ipa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957j.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957jj.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957k.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957kk.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957l.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957ll.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957m.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957mm.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957n.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957nn.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957o.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957oo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957p.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957qq.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957r.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957s.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957ss.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957t.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957tt.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957u.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957uu.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957v.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957vv.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957w.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957ww.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957x.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957xx.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957y.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957yy.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957z.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957zz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "876666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88btt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "918bbm.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "918btt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "918btt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "918dp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "918md10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "918md16.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "918md25.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "918rw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "987666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a291.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a88fc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aa6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aa6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aa6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaron-russell.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutpublishers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ac-cosmetics.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acarreosvillavicencio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerlux.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenziapubblicitaria.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airship.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albaniareiser.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algawell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algorithmic.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphapoker.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altaynews.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambulanza.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amruta.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amstelveentje.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animefever.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthony-bardon.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appspacehosted.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arctus-security.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arlartistadigital.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashenm.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atbwebservices.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autofficina.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autospurghi.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azotobacter.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bahadirh.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bb6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bb6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bc-reloaded.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beachmarketing.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beproduct.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettaline.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bevhills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biancapulizie.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibliotherapie-existentiale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilibili.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black-holes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blastair.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boran.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bphostels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bruckmuehler-kanu-club.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btt-39.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btt-59.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btt891.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btt9898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btta13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bttna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bularmas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "call-centervko.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candidateexperiencemarketing.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candinya.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caph.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carls-fallout-4-guide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cc6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cc6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cc6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cendata.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "center-elite.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralconvergence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chlo-products.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chlo-products.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrisluen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianrasch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clica.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudsharp.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collare.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compassbest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compratecno.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contentq.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corevetconnect.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coronersconnect.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cortealcastello.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimsonconnect.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cs.money", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubeperformancecentre.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custodiamobili.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datisstom.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dd6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dd6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decal-times.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "declarationlocationmeublee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delphia.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delphia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df3312.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df3313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df3314.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df3315.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df3316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df3317.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df3318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df3319.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dh6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dicelab-rhul.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dipro.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discarica.firenze.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djvintagevinyl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docdoc.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domainvoider.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domarkperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dongcdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dortmund.directory", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dspace.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dz6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dz6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dziura.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastwind.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecuatask.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ee6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elevationtech.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitebike.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elpaseadordeperros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elysium.coop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emiliemunsch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eminententerprises.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emissary.coffee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emrah.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emulovers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethicalconsumer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exploretsp.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88fine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88good.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88yule111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88yule122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairr.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantgames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatfueled.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fe-data.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filecloud.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "files.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizjoterapia.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxroy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frtib.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fucknazis.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fucknazis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g116688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gambler.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgewatson.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getcard.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gg6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gg6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gg6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globecollege.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goehler-baumpflege.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gosportweather.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunbrig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanazono.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hb6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hd6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hd6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heino-peters.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hgw777.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hh6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hh6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hh6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hidroshoping.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoofdredacteuren.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrbanen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htmdom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huipc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamhealthystore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ictbaneninnederland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igorandandre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ii6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ii6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indigoblack.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkopers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmueblescartagena.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innatocol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurancesloans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intellimax.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interviewme.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investigatore.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investigazione.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ips-consult.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iryogakkai.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsok.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivoid.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j-ph.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jbridal.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdmgarage.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jj6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jj6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobalicious.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobsindemedia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnkraal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnnybegood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joinhahobby.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshjanzen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jttech.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaleidlink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kbc.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kids-world.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kk6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kk6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kk6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kli.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kupiewszystkieauta.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laeryn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamargheritalruoto.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landegge.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learningaboutcarinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalplace.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalsearch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leolemos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liandongyoupin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisinphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ll6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ll6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lock.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumenbrowser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madwarlock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maesinox.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magdeburg.directory", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marktguru.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marktguru.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxedgymequipment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mc-web.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdrsp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medialys.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medlabmediagroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midt.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mishkan-israel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missblisshair.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mktenlared.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlan-server.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mm6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mm6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mneti.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modelemax.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monospazzole.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mouche.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrichard333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netexpat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networg.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networg.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newinternet.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextrec.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickfrost.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nim-news.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nirhub.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nn6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nn6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nn6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nophelet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nousyukum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nullxsec.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okashi.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omny.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onionplay.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oo6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oo6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oo6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orologeria.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p1979.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panevo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pchancs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pe-bank.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pis.eu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playelephant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plexnet.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plichso.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumbing-arlington.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pocze.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pointforwardinc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pollendine.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poopthereitisla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potsdam.directory", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pp6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praleria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prepagosyescortforyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primos-tech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programarya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projet-saara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prvnirodinna.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publicholidays.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qq6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qq6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quic.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redchip.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redjuice.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "residence-donatello.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resumelab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardlangham.plumbing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richelelahaise.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rioxmarketing.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rlahaise.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romancoinsforsale.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roya-holding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalfitnesschennai.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royveenendaal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpoplus.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rr6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rr6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rr6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rssl.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russelljohn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samkoandmikotoywarehouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sampaguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saxowert.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scde.ventures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schipholwatch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seaelba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serrande.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serviceair.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "setesat.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shelbymunsch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shibbydex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siikaflix.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skolnilogin.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skolniweby.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smileserver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smuns.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soczu.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solutions-marquagedelignes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solxsys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonofsunart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sound.as", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spectrumelectrical-brisbane.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spedizioni.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqdll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ss6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ss6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sspanel.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stariders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starvizyon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strippersondemand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swo.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sx6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taalmeisje.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talxis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tampacific.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tampacific.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tappezzeria.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taunusstein.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tda602-secure-login.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tentech.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "termoidraulica.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theantarticx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theaviationagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecr3ative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecr3ative.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedailyshirts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themenmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetipo01.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tielecingenieria.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipo01.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tldtattoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmheatingcooling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todaysbestinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toest.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomaszdwornicki.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trousers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyree.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udvalgte-ordsprog.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uplotnitel.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uu6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uu6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uu6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ux-designers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uxdesignerjobs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vega-rumia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veterinario.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videownload.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viennadancecrew.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipf88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivo.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vtuber.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vv6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vv6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wang.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellgreece.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welltycoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkenbijsherpa.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wervingenselectieamsterdam.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikibuy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowin88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ww6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ww6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ww6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo190.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo269.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo380.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo398.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo399.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo401.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo406.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo407.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo466.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo468.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo478.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo480.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo496.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo498.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo506.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo508.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo516.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo526.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo528.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo536.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo538.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo556.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo566.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo570.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo576.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo578.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo580.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo586.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo590.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo600.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo608.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo609.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinbo610.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----ncfb.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--kl-oja.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xx6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xx6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xx6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xy6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xy6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yamei9911.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yappy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yesod.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yjst.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yorgosbos.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youneedfame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yovko.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yy6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yy6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zer0-day.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhaoxixiangban.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhenggangzhao.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0--1.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "14159.gb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200201.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "250708.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2ag88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365zg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "378901.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "378902.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "670102.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729a.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729mm.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729mm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729n.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729nn.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729u.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729uu.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729v.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6729yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957cc.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957e.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957ff.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957pp.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957q.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6957rr.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "918bhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "918ma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "918sa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a1post.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag-2.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag-3.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag-55.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag-777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6262g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag8181g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag8808.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag8829.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag8850.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag8856.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag88777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag88798.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag888818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag88910.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agaa35.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agslot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agslot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agslot777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agwin2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agwin777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alaskabuylocal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aliefirfany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almostobjective.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpha-ag.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambacoin.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andysroom.dynu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anunturitv.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcovix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asociacionbienestarinmobiliariobogota.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auburnperio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autopark-ost-fichtner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autostramites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtecmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awsbs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axom.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backmitra.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balafon.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baroloboys.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bb6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbc67.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bebe2luxe.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bebe2luxe.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellamy.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettersocialmedia.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biblesignposts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bishoptx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bongbabyhouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxlink.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btt7676.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyusa.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwin2288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caetanobenet.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caetanoformula.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caetanoformulacadiz.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caetanoformulagalicia.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caetanomotorsmalaga.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caetanoreicomsa.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calverleyparish.church", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlosvelezmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carmelon-digital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashontime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cesarparedespacora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianwitts.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarkelectricalservices.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clocklab.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comp.kiev.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comprasegura.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conforama.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conforama.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contouring.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crackheros.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruicky.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyber-core.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybercustodian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniela-schwarz-individuelle-lebensberatung-coaching.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielluisrodriguezs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "das-ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "data-jt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datacaptive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datart.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dc-service.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcyph.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dd6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deal30.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debierhandel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deeplink-medical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defibrillateur.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delpark.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devops.pf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimo-analytics.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimo-crm.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimo-dematerialisation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimo-tresorerie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimomaint-sav.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimosoftware.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disabled-world.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discountpokale.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distortmotion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divisasexpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnswarden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dockflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docnhanh.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dora.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dratini0.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamsxxl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dunyahalleri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-mandataires.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-michiganinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echo-in.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eddy-vh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edvinaspaliskis.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ee6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ee6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eebt.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrocardiographe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elle-weine.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eqassociates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "especialistagoogleadwords.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espyder.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euc.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euronic.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eve-raynon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evpro.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excellence-eventos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expicore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familyrecipe.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdicig.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdicoig.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fewo32.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridamainmovers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyadrenaline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fonts2u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forevergreens.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumdimo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotl.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freewarez.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frign.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftx.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fusechange.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futo.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gagekroljic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garagesecond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geeksandthecity.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gerandroid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giardinaggio.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodtrip.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gospelites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growthseedconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grundschule-mittelbuch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haaldesignpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helm-pokale.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helm-trophy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highcorkett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hippiekiller.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "histoiresdemotos.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeadore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hr365.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrmg.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hu-a-u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyperv.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibloggospel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ichitaso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ii6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilacrehberi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indigojewelers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infraedifice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insuranceonlinenow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italiansrent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itmustbee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itxn.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j0rj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiretvariedades.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmkrecords.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journeying.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jtcat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jxi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karinwerner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kintana.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirakirasoft.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiumie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knoxvilleimplants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koffie-enzo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kulpakko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunstkieken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasabina.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lauravaindumentaria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legaltechnology.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesgarianes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lespoesiesdheloise.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lienhardtconstruction.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lije-creative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "likestudio.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "login.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxstil.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m3windowsanddoors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ma-maison-container.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ma-maison-ossature-bois.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mac.osaka.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnetgaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malphisruul.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marsbleapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maseni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastodon.uno", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathe.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meginajums1.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metrorealestatepros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mexico.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mhonline.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mike-estela.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miroslavbaka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitevi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momsays.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moniquedekermadec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moroccomiami.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morox.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "munich-eventlocations.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muntproever.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysam.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysql-real-escape-string.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naberiusmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newfordmustang.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newhopeplacement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextrend.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngetik.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nist.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nooneshere.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novicecamp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oauth.how", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octovpn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olafwalther.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optiker-gilde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoortrip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacalzheimer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palembal.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pantherage.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parents-as-allies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partyausstatter24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passionfiat.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pawgearlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paymongo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payps.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pensionecani.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfect-privacy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonefleet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phpmynewsletter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pigliadesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pkvitality.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plugins-telechargement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pole-et-motion.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pomegranate.productions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potatotee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potature.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poundgatepark.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pp6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pp6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privateger.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proctorio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostoporno.love", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychometrictest.africa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychotechnique.africa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puripia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quintenbraakman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quintenbraakman.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabotayes.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radicalepil-haguenau.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raiffeisenleasing-kosovo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rambedjeans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rayadventure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbd.events", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refreshcartridges.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "researchbyaxia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reserve-duchenier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resilientlives.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rezaaryo.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rightoncorpus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripley.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riteway.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rommelwood.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronnytito.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rookiehpc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "root-couture.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubenbrito.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruhproject.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saeder-krupp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saityvkaluge.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samfreaks.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samodding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samotorsporttyres.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sashka.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scalive.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seputarpengertian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serele.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "server72a.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgcy.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowcp.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sicurezza24.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signaletique-inox.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sissden.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soffit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solulan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solutiontestbank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulc.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ss6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starfixreparaciones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemkit4kids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storzrealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suksesbisnisonline.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunshine-cleaners.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svisa.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sx6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tapissier-schall.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teensybows.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teichroeb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texaswinetrail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-trophy-company.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestockoasis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestylebouquet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tidych.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobis.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toerschaatsenoverijssel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transfers.com.jm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transferwiseturkiye.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treeline.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triozon.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trophy-discount.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trophy-solution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tukdesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicode.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedbaby.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "untaianelena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urion.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoreriksson.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viewflix.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmagz.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voidbot.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vv6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walkman.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walkman.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wby.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webarxsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdesign-note.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wepbiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xingyu1993.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yanbohon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yicipick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuho.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukbeli.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yy6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zczc.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zell-mbc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenways.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhujiceping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znakcomstva.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "071k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "077k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "109k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "113k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "13-th.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "135416.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "160763.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "170376.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "170386.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "181k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "185k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "192569.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "210k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "213k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2264707.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "668k8.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "673569.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "688libo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "71787777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "76668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7666898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "76669.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "918yy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "97735.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9800.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9998k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9999k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9h.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9to5notes.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abogadoperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abogadoscav.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acceptancerecoverycenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activephoto.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aglc8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agworkers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aidmycomputer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aitrust.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allram.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almisnedrm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andicui.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andicui.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animebits.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antoniogatti.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apotheke55.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "applegun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appraf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artsmarket.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artyengine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asananutrition.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axone-computers.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azlocalbusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backmitra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backmitra.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baiyu.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banglets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdupnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belgraver.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bin92.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bintach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin-wizards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoiner-or-shitcoiner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black-cat-seo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blondesguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bransive.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brettpostin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broadyexpress.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsimyanmar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butterflycare.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campaignlake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canine-mobility.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carefulcolor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carloshmoreira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartaodigi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashflowstrategist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casino-cash-flow.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celiac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centricagency.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrisx.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearspringhealthcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnymenshealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cododigital.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comeyegroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comicsans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contabilidadebrooklin.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contactaffix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "correctemails.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creatic.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crebita.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crmenrich.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptonx.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csy.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d888818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dachbleche24-shop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "data-captive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "databasez.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dddmelbourne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detrapdoor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devrim.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diariodearaxa.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestatore.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "displaysfas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diver-equipment.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctorperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domjh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donnabrothers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsi7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dt688.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duama.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dzu.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-emploi.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaststudios.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyrents.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eckstein.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edmm.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educaestado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eine-andere-welt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emailtemporal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emcentrix-com-site-mvc.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emotionalmente.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energybank.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esalesclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escobarservice7000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estadoreclamos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esthe-zukan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eve-online-com.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventim-business.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventim-business.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewar.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facadeforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facchinaggio.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factoriotools.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factoriotools.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "failforward.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferprobolivia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff763.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff769.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff916.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff967.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ffdhw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filehippo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fisioterapista.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fpsv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francisdelreal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fresh4.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fro.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funcabinrentals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundamentt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galganoboutique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gass-transformatoren.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemstn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genioideal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gggggg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giaoxudongtri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glexia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gobiz.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gordyf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hallaminternet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hashtagswimwear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "he.kg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyhomesofmichigan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heijmans.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henlich.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hepla.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ho68.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ho918.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubitt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hv-huset.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hvt.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-fastnet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iceandfiremechanical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idealize.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilc666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ime-a-tolerancia-eredmenye.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imediasingapore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immivest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inboxceo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "industinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inewroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantdomainsearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investforum.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italiataxi.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itaporanga.se.gov.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itmx.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japanese-cuisine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jecurranpc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobit.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joeldbolivarc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnsongenealogy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpbuttonnorth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juszczak.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jvdz.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8002.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k80039.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8023.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8037.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8039.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k805.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8063.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8071.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8075.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8082.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8102.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8106.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8125.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k816.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k816.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8268.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8368.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8370.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8403.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8421.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8437.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8463.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8487.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8524.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k86788.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8694.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k86965.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k86988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88208.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88801.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88870.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88891.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k89388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8dc01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8dc13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8dc17.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8md01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8md12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf-59.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf0000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf6464.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kff7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidneydonation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koreanrandom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kr.cm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks0858.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladakhtrip.tours", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasterhub.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc1588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc1818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc389.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc460.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc5998.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc68694.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc68699.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8841.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8893.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8dc12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8dc14.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8dc17.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8md03.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8md30.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc9852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc9910.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecheng.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecheng08.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecheng88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ledspadova.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libertas.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifestorage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithsinsanantoniotx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lombri-agro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "long788.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lonny.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "looptics.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lord.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucidlink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lysbed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnumwallet.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailbro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "md19lc8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "md21lc8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "md24lc8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "md33lc8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicoleads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mein-einszueins.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercedes-benz-kiev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miguelkertsman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikaeljansson.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mipnet.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missivystorm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mklenterprises.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mklenterprisesacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mklenterprisescoaching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momobako.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moosmaus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motorzone.od.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movementdanceacademy.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrsiding.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mueblesemporium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationalcashoffer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navaneethnagesh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerdinator.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netsoj.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicaise.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikitin.photo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nnkkserver02.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noop.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notablepeeps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ommcitalflex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onetwosweetatelier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orchardnh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orembaeviajes.tur.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overmark.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p-mint.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakaranggrek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parleur.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pawnkingloansmore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peaceandjava.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pekinet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philiperiksson.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonedoc.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playstationtrophies.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poke.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porondam.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "positiveaffirmationscenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pranita-schals.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pranita.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pranita.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pre-renewal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiereco.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "princezna.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodatalabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psicanalista.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pterodactyl.org.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pya.org.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qed.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qq6177.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qq6177.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualbe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quizz.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rattattees.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcra-uganda.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refjob.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rheijmans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richieheijmans.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richieheijmans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richieheijmans.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "root.vg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubylabs.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sajter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanyasingh.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarae.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schack.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensorville.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serpic.photo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serviceinconstanta.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharpe.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiftsixth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofiaestado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somp-rp.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonderkomission.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sorx.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sounavholidays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sploch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spokesly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssrjiedian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stlouisnativeflute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sukoyaka-labo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supersena.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t7ys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tapety-na-pulpit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tdyx-china.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techdatapark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-alan-parsons-project.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theoriginalmarkz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevirtualbookkeepers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tintoria.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tohofc.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomasmoberg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torresshop.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tqm1.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twlitek.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umail2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universidadperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "update-linthdcp-567app1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upplay.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vahoshop.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitorslist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visualproyectos.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vonkuenheim.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w3punkt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w66938.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wasgigant.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watchmetech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wattnow.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wb6668.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "we5688.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "we6668.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "we9988.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcaptive.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webhostingspace.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "win365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xboxachievements.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--90adahrqfmec.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--e1aaavheew.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--e1aaavheewr.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--e1adlfhcdo7h.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--j1aoca.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuzurisa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zl9814.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zlogic.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "010777a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "010kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "010ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2030411.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3040519.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35898a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35898b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35898c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35898d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35898e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35898g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35898h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35898j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35898k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35898m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35898s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35898w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35898x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35898y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35898z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5060711.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5060715.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "55d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "58d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "71787m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "71787n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "71787o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "71787p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "71787q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "71787r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "71787s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "71787t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "71787u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "71787v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "71787w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "71787x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "71787y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "71787z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "77177.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7sdre.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "809kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8208d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8812ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8818ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8819ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8890ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8892ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "98d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aartsplastics.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acg.vc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86nb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aghayeva-edler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akinix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandreguarita.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfacharlie.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all4nursesksa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allcoveredbyac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alteraro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alteraro.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altonkey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amusa.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antincendio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appizia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asart.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "australianstrongmanalliance.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axin888.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayvalikgezgini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bank-tour.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barca-movie.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "becquerelgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestsingingbowls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogkuliah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boren.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buycccam.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinorobots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbr-rcb.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certificato-prevenzione-incendi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaboisseau.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chattingorcheating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checalaweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chenx221.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chenx221.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chenx2210.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrystus.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clare3dx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claudiney.eti.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnbibo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnss.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "col-head.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commonsenseamericanpolitics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consertodecelulares.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "correctlydesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmohit.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costarellos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coveredinspiders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crosswords123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberme.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberpathogen.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyllos.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d1ownqs4tcx37f.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d8118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d8228.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d8787.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d881.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d8811.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d8816.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d8819.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d886.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d8864.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d887vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d8886.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d88877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d8898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d8998.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidgreig.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbplanview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealdump.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "definitions360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degradarium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deluxecccam.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dennishzg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derco.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "districtcapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dockstarter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dor-tak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dor-tak.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downunderporn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-royaghafourifard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dranous.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drgeadsdavinci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivermototaxi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dryudha.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duggtec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecpic.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egold-keeper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekimma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ellatotal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elri.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eon.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eradoom.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ero-video.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estetici.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esyoil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farm-vacations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fern.health", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fff-du.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ffmv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fheuschen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fjco.alsace", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flonharmonymassage.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowinity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortygordy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fraplaster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frasestop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frosty.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funyirotraktor.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getonyx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glammybabes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goaskrose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gopayz.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gopnikman.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gordy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gordyforty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpcp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpna.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grantpark.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guancha.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gulcinulutuna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawaiiwho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthfitapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heinrich-kleyer-schule.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hereticle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herrschaftlich-durch-dresden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hks-ffm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotvideosgalleries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hudognik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunngard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "husqvarnamoped.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hvgg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibidyoupeace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idirect.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihre-pflege-sachsen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immortec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inditoot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infradeep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmag.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integritet.com.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intensivpflege-sachsen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ips-sachsen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ird.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ishigurodo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istdas.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itemorder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ja-no-me.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaja.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janome.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javaweb.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jellysquid.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jenniferlucia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jupuglia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaffeeringe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaseban.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kashbet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb9988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kbet168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kensyou.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kill.trade", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleyer.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klumba.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kommx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kriptoworld.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks058.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks0788.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks081.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks086.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks6665.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks680.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks8802.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks8812.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks8825.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks8831.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks902.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks912.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks921.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvestiks.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "le-upfitter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learncrypto.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lewdlist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lewismcyoutube.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "listsothebysrealtyhk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lodus.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "long388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "long510.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "long8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "long8039.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "long918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "long988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovingbody.yoga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ltheinrich.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mansarda-life.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marex.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martian.community", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matchpointusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattadams.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediation-mv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merza.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "method.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfsquad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mickgrimesgamingpodcast.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "model.earth", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modul8infinity.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrsheep.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muratatifsayar.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murmashi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n3ro.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n3ro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nahouw.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasladko.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naslovi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncascade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nednex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkmas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newdirectionsolar.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodebb-cn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nolte-imp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nooben.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noticiasymas.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noustramits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "numeritelefonici.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oncotarget.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onsudoku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onzerelaties.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opbedbugcanines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openai.community", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operationsafeescape.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimo.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ordermygear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osterlensyd.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pandiora.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcr24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planet.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popitsnack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proctorauth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programyburian.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proj3ct.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puntasiho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raistrick.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewcenter.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rfxt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rheijmans.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richie.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ru-e-business.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russianrandom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russianrandom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saludnutrivida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salzerperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samuelebencini.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanctumwealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savebees.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sen.bo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevengang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signmycode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singer.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaltimento.salerno.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartpatika.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartvita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smtvonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snapintegrations.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softwaresen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spstaticfiles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studyportal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swdiscount.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syogainenkin119.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanshin.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techmunchies.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technotronikcanada.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tentacletank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terudon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texier.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaimega.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenewclassics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thooka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomthorogood.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toparkinfo.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tourdatenarchiv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unclebens-specials.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universovalve.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upmon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uze-mobility.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzemobility.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valuecashhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valuecashoffers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verified.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipd88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladimir-chanaev.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanlieyan.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waroengkopigazebo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wav.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webtrek.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellcareliving.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wheredoi.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wieloswiat.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikijugos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikiversus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wittywomaniyaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wot-zadrot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wotzadrot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyckoff.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyckoff.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--bckerei-wohlgemuth-ltb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtremealaskainsulation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youngvoicesmatter.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z8193.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaadnet.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zombie-40th.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ztk.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "010888a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10365a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "135374.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "17187q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1ticks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233hub.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233hub.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "23lhb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "291.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "501117.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7893.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7894.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7l00p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "89386.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "89386a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "89386b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "89386c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "89386d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "89386e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acatec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acquaparrucchieri.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acquire.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adidasrunningpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adpkdsim.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventureworldtour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeksistem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aetherlink.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afterpay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag3131a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6211.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag88220.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agyacht.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ai-media.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aj-foster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aktca.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alchemy.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allcarespecialty.pharmacy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpharail.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amsfoodhk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anora.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apt-one.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archina.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aresanel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "as5158.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asaabforever.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atheist-faq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autospurgo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axiodl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ba47.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakersfieldhomeoffer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "becomeabricklayer.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beizsley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beizsoft.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beizsoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benjaminmarket.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettyweber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "big-tits-video.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackstrapsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blaumedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blenderman.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogdefarmacia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botnam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouwplaatscheckin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "briangosnell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brianpagan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddy-development-rabodirectconnect-api.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddytop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buggmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buggshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byraje.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caetanoflotas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafedelahalle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casino-cash-flow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casino-cash-flow.com.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casino-cash-flow.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casino-cash-flow.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocash-flow.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocashflow.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocashflow.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocashflow.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centumail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chataberan.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaturbate.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapautoinsuranceblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicguay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cifapme.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicaltrialpodcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudclouds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colombiajeans.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connexfilter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corriel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creationsgate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creermonsite-wp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossroads-gmbh.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuatroymedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cumnock.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybersecurity.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danbergen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dccwiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defensivefirearmsinstruction.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dennisforbes.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diarionoticia.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diretashop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnsmate.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donaldjenkins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorfpark-falkenburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doublelist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreatho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drogavista.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dziaduch.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebteam.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecalculator.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eikentafels.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eisblau.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elldus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enodais.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espaciosdelalma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eve-ua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evearly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everglow.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expromo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extrawdw.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farmacia-lloret.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionflavorph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fattyink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fernland.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fhservices.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flywus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frozendurian.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundkyapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funmountaincanyon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaganenterprises.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gambling-business.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getcheapinsurancenow.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glamur-video.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godan.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldlevelmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldlevelprint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goparity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goswak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graviola.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunlukburc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutscheinemagic.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guzdek.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gynem.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hannes.paris", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellosalmon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highpressuretech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horsky.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "housemates.uk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humanit.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humaniza.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyncice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilemonrain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosexual.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingwaz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inprotec.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intakesync.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intellimatica.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetstiftelsen.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inwebo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ip6.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iperconnessi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironfittings.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irrigadorbucal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsuki.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivanaleksandrov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j-l.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j1879.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jean-luc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jezeravillage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jezibaba.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmsjms.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joustsec.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joustsec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joustsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jouwtechnischecoach.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joyinverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpprivatehiretaxis.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jugwallonie.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justmysocks.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwr.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k-sails.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kawaiicon.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb7373.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kbcso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kk575757.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konfekcjonowanie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koreanrandom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labworks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lelux.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leminhduong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenafonster.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesbi-porno-video.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilomatrixcorner.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linux.pizza", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "little-bird-bayreuth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lnhydy.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lnrsoft.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logiccircle.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londontaxipr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luctam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lueersen.homedns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lxx77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m23cal.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magestionfinanciere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magic-photo-events.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maiscelular.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamaisondefamille.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamasorganizedchaos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manelli.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangabank.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mantuo.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastermindcesar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "media-soft-pro.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mega1.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menh.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mifarmaciaenbarcelona.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miyatakaikei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohot.fit", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monitorbox.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montrealcatadoptions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movilcelular.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mr-bills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msafiri.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-news-portal.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhealthyday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynewsspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neighborshop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nekomio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newgraphics.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextstart-staging.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextstart.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicht-blau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noinghene.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nostalgische-attracties.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notilus.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntpana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvlocalbusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odensc.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odysea.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offerhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohioflockcote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oic-ci.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omega-gaming.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omexcables.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "open.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orbitcleaning.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overframe.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagecdn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paintersgc.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pandit.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pangoly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parrilladasparaeventos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partoenagua.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcatv.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peertube.uno", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peniarth.cymru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philippestudiopro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phone888.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonemore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photo-castings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photolessya.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piucellulare.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plu-pro.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plusmobile.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pointclickcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokeli.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porno-stars-video.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posbich.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potature.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presidentialserviceawards.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privorot-taro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qnickx.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redpatronus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodrigoacevedo.com.uy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roh.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rphyncice.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russia.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-u.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sacaleches.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagagardencentre.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sampatjewelers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schermkapot.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchforbeer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seats2meet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selfiehome.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serviciodebarralibreparaeventos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sewing-world.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shelvacu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sice-si.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sikademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skolni-system.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartplace.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southernlights.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedyjanes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srb.help", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srx.sx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuartbell.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surgenights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swedentelugucommunity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synapsepain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sys-tm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tadamstudio.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talis-bs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxi-uslu.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxichic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technology.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teen-porno-video.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleport.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "test-allegrodev.pantheonsite.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetsai.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehopefuture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theleap.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenexteducation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theodeboer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theperry.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theycallmefox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thingsandcode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomaspluschris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threatmonitor.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiendasmart.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinyppt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tncentro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tolmaidis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomkempers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top2servers.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topreit.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trutopoffer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twin-tails.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tytod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubytovanihyncice.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.lc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "up2mark.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uyen.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veganrecipereviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venditorepoa.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venetkaarsenovart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vigorspa.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voshod.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearetuzag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdesigngc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wemakeit.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wincasinosmoney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wongu.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www63605.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwwindows.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wzxaini9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yapeal.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ystream.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuzzamatuzz.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0-24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0-24.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "067310.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "067313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "067360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "067361.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "070136.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "070167.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "070183.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "077810.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "077863.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08817a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08817c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08817d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08817e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08817f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08817g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08817h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08817j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08817k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08817m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08817w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08817y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08817z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24onlinereview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35898f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "44-k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "513x.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activefootandankle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adeon.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aesthetikpiercing.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahj.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alkusin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amigucrochet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anarkhe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animehf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariyaoil.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arizana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assaabloygaragedoors.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asyikbelanja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augehost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurbrowser.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austinchase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b-tree.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banfor.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barbe-n-blues.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basebyte.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbcomcdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestcarscyprus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestproductsaudit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bfas237blog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhyn.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackrose-garden.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blijfbij.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blijfbij.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blomberg.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluestarroofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bohan.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boresmail.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bpvr.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddy-acceptance-authentication-frontend.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddy-acceptance-backoffice-frontend.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddy-acceptance-web-frontend.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddy-development-backoffice-webapp.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bundito.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buttgun-tattoo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butz.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c-3.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calibra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cannabislegality.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitaoalden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carontetouristisoleminori.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cga.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaturbates.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciudadanosbo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cliqz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comparemymobile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confrerie-rp.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosentus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossnet.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cumnock.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberweightloss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d3dev.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dadycandoit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datatruckers.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datatruckers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decipe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepblue-web.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diegogonzalez.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolcesalatoweb.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doubleglazingmasters.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doyleshamrock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dphipartner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dposit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dposit.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dposit.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dposit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dposit.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr.mg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drakoacademy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivetonortheast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtbw.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtbw.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtbw.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtmbx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtmbx.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtmbx.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtmbx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtmbx.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtmbx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eddy.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educativetech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edwardsgrounds.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edyou.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitebasementsohio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ender.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enter.eco", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ergonova.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "est-keyman.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etaxigraz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eternalparking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eternalparking.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eternalparking.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eternalparking.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f00f.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f5la.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenixportal.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festivaldimouamaroussiou.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fieggen.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fieggen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financecontrol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridawaterapparel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forsaleinedmonton.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friseur-foerder.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsavc.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundingrainbows.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatewayclub.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gb-repair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gesunddurchenergie.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gipelpsb.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gisauto.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go2people-websites.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golden-kamuy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "googlerecetas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gopostore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gourgouli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gymnastikfitness.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackintosh.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbgshop.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiddout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "himalaya-masala.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homecareinterio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hopeofmyheart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtutu.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtutu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtutu.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtutu.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtutu.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtutu.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtutu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtutu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "httpstest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "httpstest.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "httpstest.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "httpswatch.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "httpswatch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hwsw.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibestproduct.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iccorporateinteriors.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iedcommunications.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iexpert99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ig.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iitowns.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iloveherb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immedia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inclusion.tn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incosi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indasun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "individualizedwellness.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inf0sec.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infobot.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infobot.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infobot.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infra-se.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innovomuebles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itgm-consultants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itisyourmoney.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j9511.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaylineko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jjjj003.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobs.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpm-inc.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "js0204.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadro.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaitori-goods.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanootours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karo.pc.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karopc.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karopc.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kativa.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb3939.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kcire.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kennethandersen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khohangmadeinvietnam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiomara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleinhelena.dynv6.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kmnsk.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotonozaka.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labavn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labibikids.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landassessmentservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lassovideos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "law-iku.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazerengravingpros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learncrypto.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learncrypto.show", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenovovietnam.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesgitesdefranca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightning-wallet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilai6616.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "line.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "little-brother.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losingweight.coach", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louremedi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucasdamasceno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucentioluo.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyax.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machine.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makermiles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makermiles.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makermiles.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masha.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterton.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mawrex.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megh.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megh.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meow.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meralda.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meralda.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meralda.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meraldamulder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meraldamulder.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meraldamulder.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meraldamulder.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meys.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikecameronyyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missfuli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mladamoda.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mondzorgaanzee.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moow.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moowcraft.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moowdesign.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murmashi.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myexams.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanshy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturalbijou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navroopsahdev.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netdiode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netdiode.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netdiode.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netdiode.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nethui.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkdiode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkdiode.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkdiode.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkdiode.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newlifehempoil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsdiff.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsdiff.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsdiffs.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfltshirt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngmx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngmx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngmx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickserv.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickserve.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickserve.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickserve.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickserve.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niyen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niyen.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niyen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niyen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocnjapartment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okasurfbali.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliverah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orged.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostechnix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otoma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panoramichq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patriciaandpaul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrikzk.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcprkolo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentechealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phive.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "physiobiggerawaters.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "physiobroadbeach.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picka.gift", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinheirofrio.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pipeuro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaintextpledge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plasticstare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plexbpvr.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pozitive.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poznajrynek.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premierrange.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prestigesoundandlight.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "products88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productsblockbuster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productsbrandleader.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productscastle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productsmansion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proteh.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychopersonnalite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q8igh228tq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "que-debo-regalar.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queenmargaret.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quentinaurat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quichante.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickbookssupportphonenumber.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quitsmoking.coach", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qybot.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raketenwolke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbt.sx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redion.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rednumberone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reroboto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reroboto.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reroboto.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reroboto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resqdesk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resumeshoppe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retro-game.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviveplumbingmelbourne.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roalogic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosalindgreenllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosecrance.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalkitchensandfurniture.co.ug", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rrbt.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rrbt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsec.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safetynetwork.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagenesykkel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sainikbiswas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salesblackbelt.coach", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sam-cousins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sampleappservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sduconnect.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sellmymobile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sender.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplycateringequipment.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sindarina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sindarina.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sindarina.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slow.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slowsocial.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slowsocial.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slowsocial.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slowsocial.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialsecurityhelpcenters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softwaregeek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soniadoras.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sony-psvita.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparkar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srsforward.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srsfwd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srsfwd.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srsfwd.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srsfwd.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srsfwd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startachim.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statusboard.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staycurrent.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staycurrent.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stb-timmler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stealthmodel.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steelpoint.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sterlingleads.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stmosesbookstore.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamspouredout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatphoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swhw.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szurgot.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technistan.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telford.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terabyte-computing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tested.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testmx.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testmx.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testmx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "textonly.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaqfni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theapplewiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedinnerdetective.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepillclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thermalflowtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therworth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therworth.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therworth.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therworth.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesecurityvault.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thirtysixseventy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinlook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobias-bauer.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobias-bauer.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobias-bauer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomashouzvicka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomashouzvicka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topcarehvac.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topproductidea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topproductsanalysis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trance.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trancehost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trancetronic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trilon.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troyhuntstress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trufflepig-forensics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tubepro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuingresoonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubstudygroups.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubstudygroups.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uglycat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uglycat.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uglycat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uglycat.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unadonna.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unityvox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upbeatrobot.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upbeatrobot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upbeatrobot.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upbeatrobot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urantiabookstudygroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urantiabookstudygroup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urantiabookstudygroups.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urantiabookstudygroups.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urantiastudygroups.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urantiastudygroups.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urcentral.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vbestproduct.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vbestseller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velvetia.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videozv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmconnected.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voodoocomedy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vreviewbestseller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vtbs.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vthebest9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vuasinhly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w-architectes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanekat.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcaptive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webtex.limited", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whta.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wirekeep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wit.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workplace.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpcdn.bid", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsbhvac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinqinhai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aihgal0apt.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ikketenkpdet-1cb.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--j8se.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xwf.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yh12366.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yomi.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "your28days.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yumiandryan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yunhu365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zalaxx.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerocash.msk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0d111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100up.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100up.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120327.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120328.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120330.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120331.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120332.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120335.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120336.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120339.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120341.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120342.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120343.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120345.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120346.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120347.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120348.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120349.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120350.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220301.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220304.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220305.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220306.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220307.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220308.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220309.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220310.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220311.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220312.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220314.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220317.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220319.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220320.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220325.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220326.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220328.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220329.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220330.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220331.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220332.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220334.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220335.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220336.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220339.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220340.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220342.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220343.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220344.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220345.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220347.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220348.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220349.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220350.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "136ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520301.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520304.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520305.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520306.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520310.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520319.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520320.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520323.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520324.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520325.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520326.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520327.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1720303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1720336.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820317.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820325.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820326.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820328.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820329.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820330.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820332.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820334.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820335.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820336.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820340.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820341.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820342.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820343.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820344.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820345.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820346.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2030404.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33btt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dtootmine.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "432web.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "588e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "62222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88btt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91milk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a2os.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acapadena.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accadia.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aftonpravdan.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag173168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag2983.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag775.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81826.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81867.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag9999.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agefriendlyri.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agencia.barcelona", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agencia.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agencia.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajfite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alberoraydolap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almanssur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aluminium-express.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alwayswanderlust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amerion.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrewjphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anythinggraphic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aptekakolska.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arco.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkitextonico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artera.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artifact.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asgrd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asoagroca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athens-limousines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autocadperfmon.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviasalon.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandeiraimoveisitu.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankapp.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bazqux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beambdi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bendostore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernama.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueeyedmaid.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluetomatographics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blumando.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodybuilding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodycaredirect.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolalocobrews.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolamarela.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolamarela.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boughariosbros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxtreeclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brickadia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btopc.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buysoft.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byfeldt.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadastroloteamento.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calendriergn.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "careerdirectionsltd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicourologist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childrensfurniture.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrisseoguy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "churchofsaintbenedict.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciliberto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claimflights.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claimflights.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claimflights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claimflights.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claimflights.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claimflights.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claimflights.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleary.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicamiracueto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloud-screen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codedynasty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cointosh.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comedimagrire.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corsisicurezza.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuteselfie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d885188.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d8861.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d88girls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d88md03.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d88md29.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danel.ski", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danelska.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danelski.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datasafeassurance.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datatypes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dd118d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekasegi-supportcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentistryateastpiedmont.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digpath.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distributore.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doesinfotech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donghochinhhang.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragontours.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsreal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dzu.fund", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastwesttmc.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easy-prono.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easynm.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eboardsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecmatching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eiadaladel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elranchofeliz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enigmadjradio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eos-utvalget.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ermessecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expatfinancial.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f886666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fayntic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fb.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fgsv-heureka.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filedesc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firerain.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firmajulegaver.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fite.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funkydealz.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gardensquaredental.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gay-personal-ads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getacrane.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golnet.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growth-rocket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guzlewski.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbweb.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpkoil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hhfgaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hokenselect.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hp-67.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsjccconference.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htb.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htbplc.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hua-chuan.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hua-chuan.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icasebr.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iflyi.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikisser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilovestickers.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imkerverenigingzaanstreek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imolights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosubasta.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innvision.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innvisiondesign.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ionplesalexandru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipschool.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ireaco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "israelil-leumi.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "israelil-leumidev.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "issoexiste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itdutchie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaculus.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jehelpdesk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeps.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeroendev.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jigsawplanet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanis.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kartikmohta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kashbet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb4393.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb88818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb8885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb88dc04.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb88dc05.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb88dc12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb88dc17.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb88dc26.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb88md12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kbk4t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiousis.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirkwood-smith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kisser.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klupper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korob-ok.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreyolgym.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks-89.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks8883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks996.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuscheln.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larpkalender.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larryandprisca.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lebanonbitcoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichtletters-huren.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linosky.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littles.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lkw-servis.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lofstad.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loheprobado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "long288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loteamentoabertocapivari.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludovic-frank.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macangus-wainwright.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuelguerra.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marisasitaliankitchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxmuen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcstaralliance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcwrapper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meodihoang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mhcdesignstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micluz.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microjovem.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midwayrecovery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midyatsaklibahce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mieresabadus.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikerichards.gallery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikerichards.photos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikerichards.pictures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikerichardsphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmbhof.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moenew.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monsitemoncommerce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motornaolja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrnathanpowell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysasiedzi.bialystok.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myunicornshops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nclf.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "negocios-imatore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newworldnewlife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhv-vintagelemans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noites.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notariuszprzybylowicz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notariuszsych.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novogradnje.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noys.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvfoundation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyerjakekszekkel.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omie.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "on-the-wave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optizym.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orangecat.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orvitdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outstandingpromotion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasarkoin.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulmarc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedago.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pediatersucha.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "performio.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peridotcapitalpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perini.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pesdacgh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petnow.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrovich.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philanima.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photosaloncontest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pignus.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podsvojostreho.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poorstock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pr-news.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-clean.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profession.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvpheroes.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qttransformation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantumcrypto.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raydolap.web.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raydolapfiyat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbh.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rca2015.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recrea.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reddited.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remont-p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repaik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ressupply.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhypehost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ricci-ingenieria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roachesofficial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rt1314.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rupostel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryanfamily.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safarimasaimara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saletzki.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samandej.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satario.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seabehind.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sedlex.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sembyotic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheilagranger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shigaben.or.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siscompt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skelleypiano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skinstyleglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soacompanhantes.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softwing.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somefe.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southside-digital.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steph.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stinkefingereinhorn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stkildaosteopathy.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "styledbysally.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sudocat.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superpi.noip.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supplypartnersdecolombia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "susthx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syquel-systems.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tag-coin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taptoweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teenpussypornvid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaiforexfamily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theagilitychallenge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theentertainmentcontractor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therapyroom.rent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thermowood-bkh.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thoitrangsikimanh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tk2net.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tkbuilders.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todoenunaweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomboy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tq.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelzoneshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trekinafrica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tritiumdisposal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trix.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troyhuntstressed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttp-shop.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tugafm.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tus-kikishinkyo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuzaginside.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuzagtcs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twoguyswhoblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tytocare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uix.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicorndesign.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universal-village.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universityhousemates.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universityhousemates.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unknown-player.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "untilyouarrive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uphuntingland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanindustriecoiffure-auray.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uscpaservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uvpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uvseh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "va11hal.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vamosbien.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vilafloridacapivari.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinmmo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volvoconnect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallisch.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearefrantic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websiteboost.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitesmiths.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weecarepreschool.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weightlossoutcome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wormhol.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wu6v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenox-rp.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--agncia-4ua.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--prt783d.xn--6qq986b3xl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xrope.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xyloefarmoges.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y0bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y2bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y3bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y4bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y5bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y6bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y7bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuer.sytes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zi5.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zl-59.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zl-69.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zl-79.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zl6xw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glassrom.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "003zl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "009zl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "010203.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "010ks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "011zl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "012zl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "018zl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10365001.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10365002.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10365003.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10365005.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10365006.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10365007.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10365008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10365009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "103656666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "103658888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10365app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10365c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10365e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10365f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10365g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10365h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120334.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220315.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220324.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220327.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220346.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1520328.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820327.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820331.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820347.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1820348.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1941-45.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1blazing.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1onehouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "217778.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "285551.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2blazing.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36506000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36506011.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36506022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36506033.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36506055.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36506066.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36506077.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36506088.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36506099.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36506111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36506222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36506333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36506555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36506777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36506999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "428northampton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "456666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52dashboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66.tn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7214.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7214.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8207d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8850d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91d71.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91d72.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91d73.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91d77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91d90.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91d93.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91d95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91d96.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91d97.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k262.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k323.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k329.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k339.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k379.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k387.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k389.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k392.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k393.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k562.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k563.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k568.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k569.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k572.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k626.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k636.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k653.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k658.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k662.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k665.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k667.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k669.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k682.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k686.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k689.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k692.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k823.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k826.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k833.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k836.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k839.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k859.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k865.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k872.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k875.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k879.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k892.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k893.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k896.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acacia-gardens.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aceitedelcampo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ad4msan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ad4msan.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adonai.eti.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advens.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airanyumi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americorps.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andesnevadotours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelinaangulo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anhqv.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apartmanidano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aracusbienestar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcogb.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "areis.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artlabdentistry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashtonbromleyceramics.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assosfi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athomedeco.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlanticyellowpages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auditready.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baka.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barashek.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barnettville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "battleguard.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baudlink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbbff.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beijesweb.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellebakes.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestmattressforbackpain.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betheredge.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biogiardinaggio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birkenwasser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitking-trading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizlatinhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockchainmagazine.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bryanfalchuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btshenqi.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btsou.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buhex.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burbankdental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calbertsen.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canavilage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capillary.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cargoguard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carmatworld.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartes-voyance.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashbot.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathy.lgbt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccriderlosangeles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centrederessourcement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chifumi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coachapp-ipass.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coachsystem.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "combigo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "complex-news.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultorioespecializado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copyrightcoins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cranberry-tee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crowter.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csust.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuanticasocialmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubanross.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuentamecomopaso.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curexengine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybernetivdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "david-merkel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daysinnaustin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deedyinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delvickokolo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dizzie.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dizzieforums.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djdeepstate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmerkel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docmed360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogboarding.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogeboy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draemar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drcp.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dressingmaternity.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "droidchart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drthalhammer.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumb-laws.net.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwilawyer.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eichinger-stelzl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrolivefest.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elementarewatson.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitedangerous.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emergesydney.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ep-cortex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epilepsiyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "es-tools.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "es-tools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "es-tools.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "es-trade.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortaccess.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esmart.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essayshark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exxvip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabrika.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabrikafilmes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facedack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farmtoys.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fertigasi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fgsv-kongress.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmarchiv-sachsen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fimfiction.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firegeisha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodsoul.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forcelink.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forthvalleykeswick.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxhillshotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fps73.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freefilesync.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fridarestaurantemexicano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaestehaus-leipzig.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ganpris.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemstonz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "get-quick-bits-fast-2018.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gielectrical.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goeikan.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpfitness.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gqyyingshi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gqyyy.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greentea.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guaranteedloans.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "havedicewillsave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hebbet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heijmans.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellocyber.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herbaldiyeti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hes.com.cy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hgmaranatha.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hikarinime.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiltonsydney.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiveopolis.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holidaypackage.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holunderbluetentee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeable.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hosteleriauno.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huabantxt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huabanxs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huimiquan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humanlocation.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idlewildflowers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igondola.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indemnityinsurance.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianjewellery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infixegypt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infotelecharge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingestion.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "injurylawyer.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innovacoachgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inoio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insanelyelegant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iryodatumoguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ishimen.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j3349.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackingsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javiscoffee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerome.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jewelers.expert", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiji.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jijistatic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiu99shipin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joorshin.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jppcadvertising.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juweliervanwillegen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaanhaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karodos.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kathy.lgbt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kawaii.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kayit.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb059.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb0606.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb0707.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb3232.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb481.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb5959.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb709.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb750.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb8383.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb8484.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb8585.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb8851.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kieskundig.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimkhisaigon.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinderopvangthuis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinfolkcoffee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitchenwarestore.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kniga-goda.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kokosnusswasser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreditkoll.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krumpf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kubabrussel.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyotokitsune.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacuerba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lai.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapacho-tee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawfirm.tips", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learntohack.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeonplanetjapan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lignesante.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limit.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limnt.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limstash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lmvsci.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lohvinau.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolcloud.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolio.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lts-tec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lulua.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyness.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magebrawl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majormedicalinsurance.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malpracticeattorney.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamabatataya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcberndtgen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariasilverbutterfly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariendistel-tee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markstevenkirk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnet.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastermindbusinesspro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masternautconnect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mb-demo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megaron.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meliowebweer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meloniecharm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metallibrarian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metz-metropolitain.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgmd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miku.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milieuland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miniclip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojleksikon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moosikapp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moraffpritchard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundosuiri.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynaturalmood.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysteriesandmargaritasblogspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nachrichten-heute.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naide.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanaimoneighbourhoods.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natur-care.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natureshive.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "necord.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netcials.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "new-jersey-online-casinos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuoha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuovavetro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officina.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ogkw.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oreadstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orifonline.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oriontravel.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outwesthunts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passau-webdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peers.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personalnames.net.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmacistinfo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philomathiclife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piedrasblancas.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pikio.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plagiarismcheck.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaintextpledge.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaintextpledge.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaintextpledge.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaintextpledge.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmi.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productliabilityinsurance.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proeski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proseo4u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosony.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosperus.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "providential.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puteulanus.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raqoo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "re-crawl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richieheijmans.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertnankervis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rottamazioni.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roughtime.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sacadura.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saifonvillas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sard.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scale.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sccimo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schachtelhalm-tee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schafgarbe-tee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schat.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scislowcy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scom.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sellingsherpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seyhanlar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shejutu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoulderpainrelief.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shtaiman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shtaiman.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shtaiman.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shteiman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shteiman.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simonholst.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinmik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smalldogbreeds.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smictecniservi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smslodging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soora.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedboost.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedwp.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sprachenlernen24.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssmpuc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stanmed24.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starbaese.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemcellclinic.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemcellclinic.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemcellclinic.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemcellclinic.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemcellclinic.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemcellclinic.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemcellclinic.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemcellclinic.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemcellclinic.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemcellclinic.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemcellclinic.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemcellclinic.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemcellclinic.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studay.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sulytics-tool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szs.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tazarelax.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teeautomat-teemaschine.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the1.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecontentcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecraftingstrider.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekiddz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thutucxuatnhapkhau.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipsdebellezaysalud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobimi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomstew.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracknerd.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainingswiese.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelexbiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelexinternational.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelround.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trigraph.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troiaconsultoria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunsbergwhiskyfestival.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutu.green", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uat-mypfp.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v139.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vazovia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verbzilla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viflores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visionofcolour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivaldi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvs.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w-surgeryhospital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wagenmanswonen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waiwaisw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmail.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weissdorntee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wermuttee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whojoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willi-roth-holzbau.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williejackson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wism.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workthings.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wtprecife.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn---35-6cdk1dnenygj.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--babassul-t4a.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--bachblten-tee-1ob.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--brombeerblttertee-zqb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--bucheckernl-0fb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--chrysanthemenbltentee-nic.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--cisowcy-pjb5t.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--eebao6b.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--gstehaus-leipzig-vnb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--heidebltentee-2ob.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--hibiskusbltentee-szb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--lavendelblten-tee-c3b.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--maracujal-77a.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--nide-loa.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--rosenbltentee-2ob.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--schwarzkmmeloel-6vb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--weidenrschen-tee-swb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourkrabivilla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yporti.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuzu-tee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z8182.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z8851.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaffke.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakonu.net.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zd279.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhis.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhuktrans.msk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zigarn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zinniazorgverlening.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zitronengras-tee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zl-29.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zl-89.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zl0606.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zl6767.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zl8824.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "000a1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "000a2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "000a3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "000a5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "000a6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "000a7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "000a8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "000a9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "000b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "000x2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "000x3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "012345678365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0123456789365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "018663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "038663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0393ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "03region.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "050.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "050a1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "050a2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "050a3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "050a4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "050a5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "050a6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "065l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0681a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0681h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0681k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0681n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "068663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0737399.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "078663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100pudov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100visits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "111b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1120344.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1190america.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1220323.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12345678365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123456789365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123seo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "131365qq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "148663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16-qw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16qw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16region.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19990kk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1baks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1cprosto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1hfree.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1malaysian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2012review.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2013review.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2015review.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2018fifaworldcup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2033a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2033b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2033c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2033z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "20n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "222b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "228668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "23454048.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "246773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2484811.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848188.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2484822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848b.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848c.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848d.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848e.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848kk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848oo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848pp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848qq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848uu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848w.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848x.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848xx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848y.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848z.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848zz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "248663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "25may.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "27878jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "284365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2kvn.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2lovebirdsblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "317811111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "317822222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "31783333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "317833333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "31784444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "317844444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "317855555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "317866666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178666666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "317877777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178888888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "31789999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "317899999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178aaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178ddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178eee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178fff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178iii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178jjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178xx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "333b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3344985.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "335a.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "348663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "351365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "360365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36588801.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36588812.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36588823.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36588834.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888345.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36588856.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888567.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36588867.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36588878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36588889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888890.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36588890.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888ddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888dddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3659867.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3659980.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365y0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365y00.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365y11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365y2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365y22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365y3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365y33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365y5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365y55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365y6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365y66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365y7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365y77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365y9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365y99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365zg.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "380111000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "380111777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "38irkutsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3957b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3957d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3957f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3957g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "396302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "396305.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3963aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3963bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3963ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3963ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970100.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970200.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970300.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970400.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970600.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970700.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970800.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970900.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "39news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3danimation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3djava.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3w-solutions.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4001365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4002365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4025360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4025361.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4025362.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4025363.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4025364.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4025365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4025366.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4025367.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4025368.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4025369.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4048kkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4048l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4048v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "408663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "40n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "416365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "418663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "426773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "436773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "438663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "444b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "44b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "451365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "458663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "476773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "486773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "498663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4best.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4dillusion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4tgw34.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500wordessay.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5017503.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "51365a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "51365aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "51365b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "51365bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "51365c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "51365cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "51365d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "51365dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "51365ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52002c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "555b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5566bet.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "55b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "55n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "59759vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "59759z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981844.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "59859h.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "59859j.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "59859k.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "59859l.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "59859y.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "59859z.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "59rus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5ilg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "60n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "611165.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "611195.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "616675.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63960000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63961111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "639611111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63962222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "639622222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63963333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "639633333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63964444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "639644444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63965555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "639655555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "639666666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63967777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "639677777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63968888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "639688888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63969999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "639699999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396aaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396bbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396ccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396ddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396eee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396fff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396hhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396iii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396jjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "664048.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666111bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666222bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666333bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666555bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666777bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666888bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666999bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "677314.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "677340.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "677341.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "677346.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "677347.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "677354.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "677364.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "677384.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "678365cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "678678365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "70n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "733575.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "74365365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "755243.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "755a.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "769k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7788bet.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "77b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "78365aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7888813.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7888815.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7888821.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "80651a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "80n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "811121.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "812221.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8278eee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8278jjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "83365365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "842365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "846773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "848663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8521.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8521.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8602012.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8602013.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "866300.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "866305.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "866308.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "866341.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88740n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "888789j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8me.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "906vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "90920.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "90n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91d91.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "940365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "946773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "97736.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "97737.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "97738.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "97739.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "999b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a365vip2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a365vip5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a365vip7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6632.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aa7666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aadv.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abanilla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abc-solutions.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abc001.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcode.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdullahzubayerofficial.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdurrahmangazidis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdurrehman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abhishekkabdijain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abitech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "about-bangladesh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutshakil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abrahametalero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abrightspark.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academy-awards.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accesoriosviaje.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accordable.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achinsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acrobatic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acyclovir-cream.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addnewsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addyourlink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrian-riemer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adriatrans.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrino.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adsviews.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokat-malinovskii.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokaty-onlajn.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokaty-yuristy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afganistan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afghan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aflebedevo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "africalebanon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag66321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agarioforum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenux.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agiosthomas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrargruppe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agroplas.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aido.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airwolf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajman-realty.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akhabar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alantica.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alargarlavida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alaskarsbc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alatkesehatan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albalatedelarzobispo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albaniaonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcamilo.cloudns.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aleftinka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alevi-forum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alevi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexsandrasverden.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfonsostriano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alisondavenport.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aliziolaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alko-stop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alkor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allaboutreligions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allcat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allenwillis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allfaucet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alliance-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allo-luxembourg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allopurinol300mg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allright.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allwiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpha-centauri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alsops.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altergalaxy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altisnet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amberoad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambrosio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amitriptyline-hydrochloride.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amphost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anachronis.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anagramma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrewmcfarlane.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anekdot-pr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angepsychedelices.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anime-drift.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animedon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anirvalle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anonaddy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anonser.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anothermusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antalyaescortyaren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antarctica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antarctida.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antarktida.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anti-nsa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antihistory.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antijob.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antonoff.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apart-hotel-weimar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aperturelabs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apkpokemongo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appworld.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apustaja.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquabyte.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquadecor.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabia-news.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aral.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arandinacf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcanetides.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archbishop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "argumentative-essay.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arheh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arielpereira.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariixmex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aripiprazolee.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arithmetic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armcar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armeniaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armtopnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arpumpsonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artcaly.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artcar24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arti-islam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artificialplants.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artitbe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asdyx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiasmi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assemblage.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assignacii.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atfstudios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attractieparken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augesen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "australianonlineappliances.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-skills.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autokeyinaustin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autorama.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoresponder.marketing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoschool.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autotyreprest.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autovesti.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviconverter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avto-signal.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtoucheba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtoyurist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awningsydney.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aypotech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azenot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azerinews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azora.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b-honey.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b0308.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b03aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b03cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b3333.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b36512.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b58365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b58app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b58appb58app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b58appb58appb58app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b5909.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b6710.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b6720.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b68.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b830.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9902.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9967.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baby-massage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babybuddah.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backgroundscreenersofamerica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bactrim-antibiotic.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bactrim.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balaganlimited.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balakovo-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ballast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baloncestolliria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baranmovie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barao.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barganhanaweb.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baseerapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basketball-malavan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be4lead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beachpoint.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beatuprobot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautyspot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaver-creek.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beebeads.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellecarmen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belquant.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bembee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benatherton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benazir-reaction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benetcasablancas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berksnetworking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-book.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestboot.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestechgadgets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besthemes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestkeys.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestmedsmmj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestofbooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besttrade.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestwebcams.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet062.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet064.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet06vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet074.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet07vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet08vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet09vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet290.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet3639.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365bc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365cnq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365cnr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365cns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365cnt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365cnu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365cnv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365cnw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365cnx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365cny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365cnz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365g8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365n1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365n2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365n6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365n8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365n9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365q0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365q6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365q8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365q9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365r8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365vip7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365x0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365x1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365x2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365x3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365x6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365x8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365x9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet599.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet66669999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet666888.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betaa0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betaa1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betaa2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betaa3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betaa5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betaa6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betaa8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betaa9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betxx1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betxx2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beverly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beylkin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biaxin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigdiscounts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigthunder.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biletvkrym.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billcompare.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billcomparison.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biodobavki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biomeris.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bionicman.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biosearch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitgain-leverage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitmag.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitstage.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biz-secrety.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biz-secrety.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biz-seecrets.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biznes-sekrety.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biznes-sekrety.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biznes-sekrety.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biznet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackoutzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blacktubes.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blic-zajm.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogaram.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogcosmeticsurgeon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloodpop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluesnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobcoffee.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodaneiranunez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boffin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bogwitch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolsa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonaemi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookslibrarybooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bordo.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boredhousewifeconfessions.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bornreality.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bosattondskap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxdropcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boykovo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bozhok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainobeat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainshare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasiltopnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bratunaconline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakcraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brest-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brestnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brezani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brianvalente.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brianwilson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridalweddingshow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bringingbackthesweatervest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brosay-legko.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bruce-springsteen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brusselsexpoloft.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brusselsexpostudio.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bryanarmijomd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddy-acceptance-authentication-api.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddy-acceptance-profiles-api.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddy-acceptance-users-api.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budgetboats.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulgariablog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulgariya.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulvar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bungabuket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buquesdeguerra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buselefante.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bushland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "business-secreti.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "business-secreti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butterhost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-an-essay.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-essay-online.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-lasix-without-a-doctor-s-prescription.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-los-angeles-auto-insurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-neurontin-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-seroquel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-sildalis.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-zofran.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buycitalopram.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buydiflucan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buydiflucan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyfluoxetineonline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buylasix.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buylevaquin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buymethotrexate.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyrogaine.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byemeds.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bystryj-zajm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabecera-descendimiento.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabelgrano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabezadelcaballo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafenix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calaverasmedicalcannabis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calcioragusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calposa.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cambodiainfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cameraslyphotography.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camisado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canhq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cantosdisidentes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "car-speed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carfinans.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caribuku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carmeni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolicious.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carousel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carrabiners.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carsshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartfilm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casalcrevillent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casalinghedisperate.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castalie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castle.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castleoblivion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castrillodelavega.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catalojic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caterbing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catiadecastro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccblicense.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cctv-supraveghere.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdlinares.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celadas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebritytopnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centrum-edukacji.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cesium.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chardik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaussurerunning.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaussuresmarche.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheap-life-insurance-quote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapmedrol.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chefpablito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chezbernard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinastory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chispita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chitinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianblog.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrixonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chuvashia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cilacapnews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinemadoma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinexmachina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "city-forums.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickforum.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickphobia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cliffburton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "climatizzatore.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clipperses.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudninelandscapedesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "club-leondehuanuco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cm-loures.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codeidea.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codesgroup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coeurdesushi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coginti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colley.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comeoneileen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comlipa.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "communist-party.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comprarcarteras.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compu-ofertas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compusrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computeradvance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "condit.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "configurat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conflicting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consoleuniverse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolmath.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coomonte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copycenter.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copywriting-on-demand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "correctionsfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corvee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmetique-totale.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coth.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "countrysidemarquees.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpegypt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpsa.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cracksnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crafttalk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craig-mullins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crapmail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazyhost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditif.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cristals.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cristianonascimento.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cross-culture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crvegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubanchino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubigames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cucaracha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursomarketingdigitalmx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customessaystation.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cutlinks.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cutmylink.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyber-yaroslavl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybercat-tver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybercave.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybergame-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberium-planet.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybermaniac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberpanel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberphoenix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberquest.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybersound.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cytat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-consultant.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-soft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daemon-hentai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dahobo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailynewsclubs.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dairikab.go.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dajiadu8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dakota-spain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dale-bancruz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danceylove.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannygaidateraelgar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannyjota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dapoxetinagenerico.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dassolutions.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dataman.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datenendlager.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datingsrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcareer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "de-mossadeq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deantiguos.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debauchery.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debitterballetjes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deblocking.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedmoroz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defektologiya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defifa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defterikebir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deine-gitarre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deinelakaien.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deionized.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delcan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delcan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dementieva-pennetta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demicrofonos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demirdokum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "democracy-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denegmnogo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denejki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dengivdom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentals.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denvernews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "departmentofoncology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depelteau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depleteduranium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depositomerci.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derango.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deshevle-net.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desportvriendenoverijse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destroymc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detiks.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detki.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detreannamaria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detyamobuv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detyobuv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devcore.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devildog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devils-co.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dieta-figura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "differentgirleveryday.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimitrovi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directlendingsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirk-dogs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disabuse.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discodery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disconnect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distancelove.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dities.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dixi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj16888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj16888a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj16888b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj16888c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj16888d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djfafafa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dji-ars.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djlove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djslash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlyaribalki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doc-baza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dockysearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docogo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctornaima.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doddy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dodikod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolce-vita-mia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doll.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domain-skachat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domainforfree.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domainhostingcompany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domlist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domoset.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donaldtrump.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doradoscampeon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorogaminina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dostav.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosyanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doubleness.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downloadfiles.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doxycyclineprices.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dranik.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dream-pools.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamcrack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamworldstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drianpublishing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "driv.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivingacademy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drunkendropkes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubaizone.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubrava.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durcal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duxi-s-feromonami.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dy1d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynamofanforum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dzus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-diabolo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-fishing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-informatyk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-peets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-yachts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e007.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e365.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earningthatis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earthcorporation.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyshare.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easywin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eblog.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eburg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecbt.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eden-project-insight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edgarz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationtree.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egonix.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elcin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electroforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electromagnetism.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electronicssrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electroworld.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektromotor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elephantia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elikers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elite-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elriacdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emersoncanada.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endlesswebsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enerypa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "englandschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eniziolab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enoisdaturma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enrack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enrique-monroy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entertainmentblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enwikipedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epal.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicenter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erasure.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erevan-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eridas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ersinbiltekin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escueladego.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esmejor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essay-writing-topics-fce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essaymaker.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essenerbaeder.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estaryshop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euman.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eusarse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evadental.institute", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eveaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventosformativos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everberg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everglowtrading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "examsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "examticket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exciters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exotic-bengal-cattery.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expert-voronezh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "explosionstereo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expouniverse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exsanio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extremfrank.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyetooth.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezik-ido.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f51365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factslider.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairyth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fake-show.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakes-ru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fall.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanclubrbdmaniaromania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasyfoot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farberplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farmaspeed.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionlistify.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fasturl.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festivalpopayan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ffvideo.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filesuffix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fimozin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fimp.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finance-news.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findlocalproduce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finestrabatalera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finlito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fioritic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firenews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizadvocaten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fkraiem.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flamengopi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashgamedev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floorballphilippines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florenciasabio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyawaybirds.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "folar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "footballsrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ford-mustang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forfeit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forum-egypte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forum-gilee.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forum-noginska.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumirc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumpakistan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotofon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourscore.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frail.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fralippolippi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankieburkeactor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankieruiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-bitco.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-generate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-traff.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebegames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedogecrypt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedombankva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomisslavery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freemotion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freetrung.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freifall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freiwuppertal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fruit-farm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fukt.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fungomoscow.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futbol-tv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fyss.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g3homefoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g47.web.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g51365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gablesportsga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabryjeluk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadgetstock.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaelico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gagramore.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaktika-znakomstv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxyplex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamerspost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameserver-admin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gammaphibeta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gastronom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gathegi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gazoz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gdesemena.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geoffnussmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geonice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgekaraoglanis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gerbang-singkolo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geroiplavska.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geschaeftsideen-ebook.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "get-california-real-estate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getpromo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfronline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giovannarossi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "givepenny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glebov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnezdo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go-kuwait.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gogomail.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goquiqstatus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorodrostov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gosaavd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gougeaway.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpswebsoft.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpz500s.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grafik.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greeknewspapers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grekiskagudar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "griffinsrfc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grilllness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grokandtonic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grumpyseb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupdedansa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupoauxteclic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruzoperevozki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gugs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guidethailande.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guillen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guitarangel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunerds.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guzelforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gvitebsk.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gymnastic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyroscopicinvesting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h51365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h6852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h6853.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h6913.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habernet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackthat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hair-guide.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haircutideas.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakimova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halilweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handymanbypolli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardrock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "health24world.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthystyle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heijmans.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helbreath.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helloafrica.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herqqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hexsafe.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiddenimage.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hieisuki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hightechreviews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hilarious.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hindibaba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hindu-temple.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollywoodstars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homophobia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honeybrooklibrary.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hongki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hongorw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hongosdemexico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "host4me.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostingdirectory.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelsrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotmann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "housedesigninfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houstongaragedoorsrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huaxingui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydrasecurity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i365365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i51365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i7sas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamwill.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icelandic.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ient.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifiveglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifolder.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ignatij.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikari-san.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikx.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilg.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iligang.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iligang.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iligang.net.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilovesamara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iloveyoutoo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilug-ktm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilumantio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imolights.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inalvittile.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inbound.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indexmarket.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiafm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianapolisnews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianerschmuck24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indigobooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indonesian-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indospot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinitelightofbeing.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "info-bolivia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inglesencanada.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inlineskating.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innico.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insiberia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intercrosse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internet42.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetmagaz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intimznakomstvo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ip40.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irajsingh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iranfilmcity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iranonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iraqinews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ireland.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irob.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironraven.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamabadcourt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamnewss.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ismadgeintrouble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "israelnewswire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it4sure.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italiatopnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italik.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itezu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ittgame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itzkavin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iweathernet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j32661.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j32662.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j5563.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j5573.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j8846.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j9943.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackrussel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janelle-jamer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janellequintana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japantravel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javaexpert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javiermascherano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jennifertilly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerisandoval.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesseonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesusvasquez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jino.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinsha1234567.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinsha12345678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinsha168.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinsha2228.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinsha2288.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinsha66669.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinsha6969.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinsha8888888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinsha99999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johan-koffeman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jolfamarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jomsolat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jongcaxent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jongtonghapkido.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jose-latino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joseenriquegonzalez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josefernandomorilloardila.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jovenescontraelaburrimiento.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsidefox.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julia-clarete.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jungyonghwa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juppy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "just-heberg.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "just-keep-swimming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justknigi.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaatsen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabachok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kafel-ufa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kai-ruecker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kak-pohudet-legko.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalashnikov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaliningrad.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalsa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kandhamal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karantholdings.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karapuzz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katalog-serverov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katalog-tovarov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kathleendeisher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb7676.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kegelschiene.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kemerovo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keramed.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ketoconazole.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinvanderperren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keyworth-meadow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khakasiya.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khakasiya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khakassia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khakassia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khakassia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khakassia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kilo-files.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimberleythomson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinglier.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kino-doma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinodrom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinosha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinovsem.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinozone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirovcity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirovgrad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kismy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleinhaneveld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koba.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korancode.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koroleva.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korund.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krakozyabra.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kravmagaangers.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kresimir-blazevic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kryptologie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks023.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks257.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks641.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kst-service.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ktuluweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kukeri-karlovo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kupislivki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurd-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurgancity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuznica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kylie-pomada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyrylych.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "la-paco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labandadelamente.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lablnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lada-granta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laencina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laramewa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasdelgadas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavozdelamusicachilena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lbc-podcast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learnhowtoplayguitar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learningladderacademy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesbianlovers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letaman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letdownloads.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lg.gz.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "li.gz.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberty-city.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librarium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libruis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifekirov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liftmastercloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightcraftmc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightfoot.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limbaido.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limitlessinteractive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindgrenracing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linestriperdepot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkwheel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linonin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lion7.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipacom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisadelbo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlelucifercafe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livelink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livenewsrussia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locabir.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lockerroomstories.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithservice-humble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithssanmarcostx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithstaffordtx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "london-mafia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorimullins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorisfnotary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loveismystyle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucarautti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludolust.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukaszuk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukaszuk.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukezweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lux-house.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxhome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyna.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madeira.gov.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madgeandpaul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madgech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madgeisawesome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maewongaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magaconnection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maggot.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magic-cheerleading.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magisternegi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailinabox.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maladie-autoimmune.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malariaadvice.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maleperformancepills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maltasite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maltaultrastifo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangaworld.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marblemosaics.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "margolis.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariahandnasty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marufmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvaco.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masalaband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masdemariette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mass.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathiteia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mati.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthieuchedidweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matuslab.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauriceje.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maveeranpasupathi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "max00365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "max7365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxclean.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayre-idol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mazavto.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "me-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med-line.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medalofvalor.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediagetnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medichat.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medivox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megawebsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mehibo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melatonin.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melda-agustin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meliyb.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesabi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metaljournal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalliran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metrodemaracaibo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mevsim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mezedokamomata.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micontractortraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mido.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miguelito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milan-news.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milavica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "militarysrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milkmoovement.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mill.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minaio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minibrewery.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mink-coat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miragg.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirkvartir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitiad.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mix-channel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miyanaga.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkbet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmcalc.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobileague.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobinst.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobsitin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobtop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moburst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mogica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moldova-online.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moldovanka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moldovawall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molodost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momocrats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneta-rossii.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mongolbox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monkeysorce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mononom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonwolfwiccanschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moraldehornuez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moroccanews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moroccotodaynews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mortengamstpedersen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moscow-moscow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moscow-new.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motoscascos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motun.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrlove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mullinsfarms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multigamers-net.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multischool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murmansk.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicradio.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mutualmoney.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-bratsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-tunisia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myarcade.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mychamberlain.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mychamberlain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mychamberlain.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mychemromance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygreatwebsite.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mykursumlija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myliftmaster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myliftmaster.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylkguys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymerlin.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymerlin.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypenza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypfp.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypvhc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myqbusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myraboats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myxxxsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "na-kipre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nabeez.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nabokov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nacocu.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakedinkas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nameshield.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nameshield.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nancyzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nandito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napominanie.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narrabeenlakesbikehire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naruto-best.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nataez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natasabekvalac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturalcosmetics.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturelk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nay.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nazarenoviso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neboley.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neofilia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neoverso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nert.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netrabota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nevergirl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "new-smile.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newillusion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newlovers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newlovers.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newlytricks.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news-sy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news123.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news12elite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news53today.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news54.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsbali.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsbusiness.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newscultural.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsinkansas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsinpolitics.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsireland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsuk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsvideo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newyorknews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextpost.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicoleta-prestescu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightwishchile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niituva.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nika-travel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikitenko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikolahost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikolai-schmidt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nina-woerz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "no-real.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nocturnus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nokya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nontonfilem.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nopajam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordicsrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northkoreainsider.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nou9ta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novak.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novanetwork.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novokuznetsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novoselie.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "now101atm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nullscripts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "numericall.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nurmio.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o3c.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oakparkmedicalcentre.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oaktravel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obmen-viz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obnalichka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "occultisme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ogamerezine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oghost.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ogo-knigi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oimexico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ok118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okpo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldaine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldbkcom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldcity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldfieldmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldiesmusicguide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldriver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olesaradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olivejs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ollo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omretreats.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineautodealered.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ooo-santal.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operanavigation.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opncld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oposicionesprofesores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orangtua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orel-sait.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ortaev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otdyh-v-abhazii.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otoplenie-ufa.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ouwerling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxymail.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ozonstyle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p58101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p58102.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p58103.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p58104.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p58201.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p58202.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p58203.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p58204.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p58205.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p91aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paintbrush.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakistan24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pamc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panamatravel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panangelium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pandithaya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panoramahurtowni.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papakonstantinou.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paperplatefun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paramaquetas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paranoidandroid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parfumer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkefficient.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parrocchiadimeana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasnederland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasteht.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pastorello.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patioroof.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pattayafruitgarden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulandmadge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pavelitus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcbmarketing.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcisecuritystandards.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcissc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peacekeeper.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pearcom.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peliculasonline1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penholder.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pensioner-1000.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentamexicali.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penza-on-line.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penza-today.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penzaonline.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perevedut.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perevirka.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perewall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perpetual.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personvernnemnda.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perulinks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pervoklass.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrotrustlibya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrozavodsk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peturnashes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmaceuticalcannabis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philarmonic-abaza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philippinenewsvanguard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philosophers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phuket-nash.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pierreterrien.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pigb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilesyk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinchuk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pionieren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pipenav.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pivbar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pivotanimation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizzariapartiupizza.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pj21k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pj21m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pjshop.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planeta-remontika.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playingvideojuegos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pleasanton-daycare-childcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pleasantonmobilenotary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plenkanaotrez.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poetenblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poker4all.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokeram.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polimer39.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polisipati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politicsandnews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politicsnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polliconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polskienewsy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pomorskibereg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postoyanstvo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potgrowersunion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potkani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pozharnyi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pradeek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praiss.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pravoslavie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pravoslavnayarus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pravosudie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preference.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premised.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presidentdirectory.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prevention-formation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pridnestrovye.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progeste.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programmatv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectfreehosting.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostitutki-narvskaja.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosto-dengi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prototyping-computer.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psihotest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psixotest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psixotesty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psw-training.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptupapers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "public-measures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pucogid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purchasescooters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purrfectlove.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putana.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putanypitera.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qdrat.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qq6396.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qqq6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qqq63.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantumfinance.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qubhockey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiqstatus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raballder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "racaliz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radionrg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiopharereims.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiorainbow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radmehrco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainbowsmoothies.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rajaealhoceima.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ralix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapport.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rascals.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ratgeber-guide.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razgon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razvlekuha.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razvlekuhablog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reallycooljobs.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realpaella.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recherchegruppe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redeyeguatemala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redunion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refluxogastroesofagico.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regata2015.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "region-vologda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rejido.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reminisceaudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remont-kvartirvmoskve.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "requena.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rescuer.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reshka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retailing.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reut42.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revisoronline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revizor-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rezka-burenie.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rgpdkit.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riba-lov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riddickthemovie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rido.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ridvan-vllasaliu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roadtripusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roamfreun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertoullan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robuxemporium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockslideengineering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodinka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolandozarate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roofer.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roomee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosa-spain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosbiznes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosstroj-balashiha.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotaractclubtucuman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rothbruederlein.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roxburytech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rssfeedonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubbaduckee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruchka-mashinka.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruexpert.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rufartabs.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruffnecks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruknguk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumenka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runame.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruoskachile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rusexmany.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rushmyessay.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russian-page.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rust.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryabinushka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabians.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sacians.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadoun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safefreehost.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safesoundcounselingllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sainshand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saint-peterburg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saint-petersburg.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saint-petersburg.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saint-petersburg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintpetersburg.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintpetersburg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintpetersburg.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salesactivities.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salvadorinfantil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sambuchanan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samiratv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandwichcouncil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanfranciscopersonalinjuryattorney.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sangen.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanluisdequillota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santibanezdetera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santjoandevilassar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saratov24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saratovlive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saratovnews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saratovtime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarhua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbgroup.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scandinaviancorner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scarinex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schellebelle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolroom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolstats.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schwarzenberg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scooter-experts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scotthelmesucks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoutsanbartolome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrapbookdecorations.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scriptomania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scurtam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seabrooklocksmith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "second-life-partner-ichien.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretagentclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secumailer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secumailer.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secumailer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selimcerkezi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selo-cer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senhorst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo-obmen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo-phpbb.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo-piar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoonline.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoserfing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoviziti50.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seozel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "septonol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serverninja.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serviefectivo.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "setevik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevastopol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowfight2.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shanhay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharik-msk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaytan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shechipin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheffield-wednesday-fc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shelehov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shenderman.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shijij.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shirevirtual.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiriforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiva-temple.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shola.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shop-slivki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopera.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shouldbetaught.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "showmethegadgets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "showslivki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shrapnel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidmax.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sikaranbrotherhood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvertorrents.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sim-mobile.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simsimi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sincronizateconlosmilagros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinluzvenezuela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sion-colony.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirandorung.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siscompbolivia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "site-ua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "site.mu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitekatalog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitesdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skaiman.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skante.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skateswagger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skirts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slipknot-site.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartcover.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartleads.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smcasino.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smcasino.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smiblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sms-pro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snatch-note.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sngnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowboardforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snsirius.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sochionline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialair.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sociedadsostenible.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softbit.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sokak-sanati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soldierangels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solidsteel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solunci-loznica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "someserver.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somosabc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "son-onlajn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "son-tolkovatel.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonodrom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosaka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sot-te.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundtube.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacewallpaperhd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spaenny.tf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparkl.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparklesvt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparklingessentials.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spartancoin.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spiritous.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sporemasters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sports-sites.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotzlight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sritalaska.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sritcities.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srithunters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sritidaho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sritspanish.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sritvermont.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standartgost.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starsandmanifolds.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stealthpressurewashers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stebenkov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefchapman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sterlitamak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevemario.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevemason.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stilsvadba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stonetribute.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoplossoff.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storefront.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strikers.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroiproect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studio-abok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stupidthoughts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stupino-stroy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylebeat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subdivider.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "successemails.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sucessclick.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sudanindependent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sudanindependent.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suecaunitedfc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugatime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugos.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suicide.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatrabarat.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatrautara.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatriptan365.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summarized.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunshilin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunshinelife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suomenkielisetnettikasinot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superbestpalsclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superdrillers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supermagna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superservers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superstargossip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superstarhost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supertrade.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surnganet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surveer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suseki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swissurf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88kk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88uu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taanishsaifu.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabacundo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tablerocksbestrealtors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tadalafilindia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taggigkaktus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taigamehack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tambov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamoxifen-citrate.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatary.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tattoo-art.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tauriscia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamrevolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teazer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technowise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techserve.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techwalker.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teka.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telephoni-cdma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tempdomain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "templete.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temporarysanity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terengganudaily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "termoidraulico.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "test-school.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testthis.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "textpages.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaiboystory.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaihotmodels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaiportal.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the51news.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebacteriafight.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebestlaos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecarpenters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theknockout.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theminiacs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenest.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theparoxetine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theproject.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetopmovie.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewashingmachine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomastestor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threepercentrealty.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thuongtravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiagosimao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tierarzt-karlsruhe-durlach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tigerfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tigergroup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tihvin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiles-for-facing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "time-business.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "time-hotel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timerace.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timgame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timich.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timmi6790.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tips4india.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tirteafuera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tixio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobiasfischer.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tolerance-zero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomsk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonorosario.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-russian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top10media.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topknot.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topspin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topurls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tormox.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torontonews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrance.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalhost.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touchka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tourism-exegetai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toursinvietnam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toyschina.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toysplace.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracking-app.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradebotcompany.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traderinside.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trafic-wap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trapkitchen.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelphilippines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelwithsearats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trazodononline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treatmentforkennelcough.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trials.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tribalwarsstyles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tribistovo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tricountyathome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tridentmedia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triplicate.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trotter.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trusthook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryingtotakeovertheworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt3666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt6396.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tula-city.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tula-news.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuneotune.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunisiapress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turciya.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkey-portal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkishhackers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkmannews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turtlehead.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutdevki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutorialcoding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvoia-dietka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twainhartehotels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twodrinksaway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty513.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty525.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty529.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty561.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty573.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty583.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty587.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty593.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty613.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty632.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty637.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty650.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty679.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty705.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty715.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty716.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty723.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty736.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty737.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty739.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty750.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty756.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty767.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty783.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty785.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty791.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty793.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty812.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty853.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty857.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty927.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty935.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty937.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty953.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty962.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty965.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty980.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyumen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyva.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyva.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uareferat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uberhorny.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uborka-kvartir-moskva.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucmatedeveloper.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udbina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udien.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulsters.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimate-fireworks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimatebabyshowergifts.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultrafine.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unasim.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unbolt.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unboxed.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undertow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unexpectedcompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitir.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniuni.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universidadcatolica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unixhost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unxcoconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uplinkgame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uppfinnarenc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ural-emal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urlfly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usercompare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utahrealestatepodcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utbosbeekhuuske.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utevai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzbekkizlari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzbektumblers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzhas-uzhasny.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v1.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v10006.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v10008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v3025.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v33v33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v44v44.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v5075.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v55v55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v6021.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v6170.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v6350.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v6506.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v6752.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v700a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v700b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v9820.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vacati0n.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valencianisme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valeravi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vardenafilhcl.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varjo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasheradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vatav.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegetarier-sind-moerder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veggies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vektlofting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velib.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vendi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venezianischemasken.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vengriya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veredadelaestrella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verstka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vestlundbolargen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veusveus.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victorcarrasco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victorhorta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidassemfronteiras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vietnam-tours.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vildlaithailand.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villablino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip-moda.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visionxcreative.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visit-thailand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visiter-tunis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visual-design.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitaliyshepotkov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkarpaty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladimir.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlcentre.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmf365.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vneftekamske.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vns5656.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voetbalclubinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volosnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vovkamagazine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vremyachko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrostove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsaratove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsem-privet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vstavropole.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vulcancycling.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vulgar-teens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vysokoe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w9710.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w9720.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w9730.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w9740.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w9750.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w97a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w97app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w97app2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w97app3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waermekabine.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waimanu.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangshengze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wash-house.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "water-polo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wealthcreationsolutions.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-format.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-test.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdesignersinchennai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webinator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weblights.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmaster16.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webranking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitedesignersmalappuram.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitedesignprice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitepromotion.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellnesshotel-weimar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "west-raptors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whisperwashonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiterabbit.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wicontractortraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wien52.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikisorg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildandwonderfulbodycare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildberries.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wilgo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wing-tsun.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wither.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wizardschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wkhs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wnsr3970.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolflambert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonderlab.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woorocket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordops.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordpresssetup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldcarding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldoflegion.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wulfrun-invicta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ww6396.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x58.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x58f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x58p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x58t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x58v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x7715.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x7716.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x7718.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x98t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xab199.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xaba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xacker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xarangallomangallo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenical.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xerdeso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xh7eee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xloud.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xmyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--4brt03c.xn--io0a7i", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--7or43h.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--bcher-bestseller-jzb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--bcherbestseller-zvb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--eebao6b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--schcke-yxa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xucha.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xx6396.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y3650.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y36500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y3651.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y36511.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y3653.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y3654.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y3656.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y36577.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68ah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68gl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68jn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68sc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68sz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y70101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y70103.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y70104.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y70105.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y7091.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y7092.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y7093.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y89eee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y89ggg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yagoda-malina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yangfamily.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yantox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yapan8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yaws.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yellowsquid.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yemenlink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yenbainet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeniexpo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yerbasbuenas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yesteryear-chronicle.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yordanisp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youcanhelp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youla.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youngmodelsagency.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "your-forum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "your-greece.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youreward.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourmagicstory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuandan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukoslibrary.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yy6396.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zackiarfan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zadrot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zagruz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaim15min.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zajm-ehkspress.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zajmy-contact.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zajmy-contact.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zajmy-contact.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zajmy-contact.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zala.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zambianewsforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zamenim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zandra.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zappingarahal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zapreaders.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaruhi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zcrypto.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zegriesalmansa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zemlyaki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zen-zone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zepter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zepter.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zero-knigi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhivoj-dom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zinabnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zindan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziroux.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zizibook.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zloybot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znanje.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znich.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoepolitics.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zok-ambicija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonaperu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zowe.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zsoltbereczki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zumberak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zverskij-site.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1vpns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2018j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2019j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2020j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2021j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2022j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2023j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2024j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2025j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2026j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2226321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "230110.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888456.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365securitymg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369028.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5017501.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5017502.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5017504.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5017505.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5536z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5539z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5goglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66321o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6638s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6639s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6810app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6830521.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "690918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700wns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800139.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900823.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91d75.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91d76.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91d78.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91d79.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91d92.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499060.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499066.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499068.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499113.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499115.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499125.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499151.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499238.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499263.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499292.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499293.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499369.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499399.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499403.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499558.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499568.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499575.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499682.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499869.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499958.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499mmmm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k326.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k367.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k377.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k382.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k395.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k396.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k399.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k576.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k628.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k827.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k856.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k863.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k876.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9k878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ab2web.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abashevo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdulawal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abelbarretto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abogadocriminalorlando.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abusive-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accessibilityguidelines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achiksongs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activescreenshots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adceuta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advantis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affinity.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "africanhosting.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agaveandpine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrodronechile.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aimare-web.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajaxtime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alabamacoastalradiology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aladintechnologies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alalivre.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcobendas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcoholrehab.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcubillas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldenmiamibeach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfa-host.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfagroup.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfavit.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alineonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alkopedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-things.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allfoodrecipes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allgosts.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allnovosibirsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpha-bet.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alternatiwa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alushta-vostorg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alwayshowher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am5188.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am615.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amandahamilton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanunicornparty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amoxil.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amputated.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anabolickdieta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anabolics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anandchowdhary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ananiev.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anarcho-copy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anarhija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreyjuravlev.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreysmirnov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrianova.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelcorpus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angora.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angorarental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalliberation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animamega.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aniviasport.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ankaraotokiralama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anonaddy.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anonymousbitcoinexchange.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anouncer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antabuse.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antfarm.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antonimos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "any-download.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "any-download.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "any-download.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "any-download.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apocalypseboard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app6810.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appliquette.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "architectus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "areacinquentaeum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arquitet.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artcenter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asabacortoscaseros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asdchieti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashleyashbee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "associationhorizon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrociencia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astroloeches.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attengo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attimec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authanet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avangvpn.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avarcom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avengersonlinemovie.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviationmilitaire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avrora-nov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayporealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azithromycine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b70661.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b70663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b70664.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b70771.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b86255.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bacanora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badodds.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baloch-intelligence.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baptisteplanckaert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barcelonawinewalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barsukas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bashkirlife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bassrhymeposse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bd-media.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "begintravel.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behar-selimi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belgraver.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belgraver.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beritanow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365cn-casino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365cn-game.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365cn-keno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365cn-livecasino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365cn-sports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365cn-vegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betty-baloo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhavansvidyamandir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biaggeo-prod.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibliatodo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bienvenidoamerica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigfatbetty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigsam.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biolack.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biowtage.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birthright.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin-fauset.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinbot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinrush.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitjunkiehosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackminds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackspark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackthrone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blog-garage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blognews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloguser.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluegifts.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluetoothspecialist.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bob-dylan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodas.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boevik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonbini.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonusov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borba-umov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borein.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borriquillacuenca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boscq.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounouh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bramois.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridgedigest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brigittefontaine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bromo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brownwolfstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "browsbybecca.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bssolvfagen-pre-storeswa-wap.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btc-alpha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btc-doge.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddy-acceptance-banking-api.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesspartner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "busphotos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buswiki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buysildenafil.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwashing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byggonline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cactuspedia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caddyfashionshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadifit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calandrahosting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalist.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitein.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carapax.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardiagnostics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carepan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carltontownfc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolinaoliveira.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carontetourist.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carpetcleaning-cypress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carplus.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carpuya.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinotokelau.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castellet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catalog-underwear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cernac.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "challengerinvestors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "channydraws.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapsmall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkmin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkwebsiteonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chelpogoda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chelyaba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheneypartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chesterman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chetanrana.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicofc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiksfashion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "china-online-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chocope-peru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citypro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citywisdom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clan-hosting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clan-wars.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "climatgate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clomid100mg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudix.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "club-eclipse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubatleticonacionalpotosi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubdeportivocieza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cluberiks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubtamarugal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cola-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commons-mayflower.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compositedevtec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comprarparaguas.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computron.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comumlab.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conalpedis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confiscate.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conradcartagena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "construred.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contratti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contrisur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolshirt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coralcanticorumbarcelona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corehealthberks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cornitek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corruptos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosec.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmos-software.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cotswoldflatroofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coworking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpchur.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftshiponline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craigdavis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazygifts.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creategyx.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativesectors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "credit-default-swaps.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criptomoneylite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criticalgenesis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossfiremovies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptopaste.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cs-algeria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "css-tricks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culaneenergycorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culturabrasilia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culturalparadiso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwaclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybergroup.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cz.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czprothz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-vision-web.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dagrs.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dakinecoupons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniel-leblanc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danskoya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danzka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dark-crystal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dark-nova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddosguard.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadroot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deal-runners.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decode.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defunct-engineers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delta-host.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demonbuster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demopanel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denatured.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denkmalsetzung.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "departmentofdefense.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desish.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deti-vse.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diebetriebsraete.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitai.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directorydashboard.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directorydisc.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dizayner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlyatepla.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doc-baza.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domain-speicher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domain-speicher.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domenaru.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domhos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominicandfelixroco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domowe-potrawy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doramamusic.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "download-knigi.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doxepin1.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dozor.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drogariasantoantonio.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dukeandduchessdrivingschool.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durin-art.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dx2o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dzu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dzu.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyfiles.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easylogics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easytube.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaugenethomas.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebookabc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebooks-pdf.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eclipseforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ed-studios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edrosd.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edyhenry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egomaniaque.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einsurancetraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekspoint-mods.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electras.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electroniko.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elegantlatex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektrotango.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elite-nakhodka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elite-tools.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emoforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emreaydinfan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emulator.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ep-plus.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicentar.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erektion1.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortlareryaman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escovator-records.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esperantio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "european-hospital.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "european-hospital.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "european-hospital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eva-briegel-fanpage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evaalordiah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventblog2017.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eviction.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evil-empire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evsinemasistemleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f8003.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f8007.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familleshilton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionusa.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionxmas.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fast-cargo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastknigi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcapollo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcarsenal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcic.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feministreview.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festesuniversitaries.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fifacup.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filedoom.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmwallpapers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financenews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findautoloan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findsingledating.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finestreview.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstbooks.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstwebring.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flipmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flipphotography.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florausa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forex-giants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forexcity.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formalgrammar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formality.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forum-tutorapide.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumcarriocity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotopalacedigitalstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "founded.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxtrotfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fran.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "france-news.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fredhook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freelancerinc.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freundinnenausflug.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frode.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funnychristianjokes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabriella.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingtilltheend.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaopindy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gastrobox.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gazizov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gbthatcher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekyquiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemwire.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gennerator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germanicvs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germantrip.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germany-board.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germanytravel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germanytravelguide.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gestus.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getpaidclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getwork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gezinnenhilton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfxworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gibreel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigasoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigsoupmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gimnazjum-miloslaw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "givemylife.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalshippinglimited.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go-srx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golosok.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorodabakan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gosti-dom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goszakupki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gourmetvitamins.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gps-fleettracking.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grafittikontroll.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandisco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gratisonlinespel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greeks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "green-anarchy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greendrive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupoinassa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guiacursos.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guys-reviews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habitable.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairpins.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakkariradyo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hallcouture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamarimarriage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamiltonzinelibrary.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamsystems.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harabar.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbaa.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcarereviews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthierweight.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthylifeelite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heijmans.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hentamanga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiddenpalms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hilalnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirel.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "histkult.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hittop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoffmancorporation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holidaylocal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holyriders.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hosiery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelconsulado.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotlog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtechvalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humanidad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hwjkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-house.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iceshopy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icetechy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihuir.men", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "importsign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imstocker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inanam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inefin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoland.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informspb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingermany.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inlt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innovationgarage.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "input.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integ.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integsystem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interminsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internet-tv4u.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investactiv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iotorq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iptvmaxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irandex.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irkutsk38.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamicnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "israelportalk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itemcreator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itraffic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iubuniversity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivahbbiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivendi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izamulhakeem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izmirescort.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ja-hypnose.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jabber.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jailfood.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaimepumarejo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeans-shopping.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerrywang.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerusalempersonals.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jewadvert.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jfgselbitztal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jhw3d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimmiestore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johncam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordanprogrammer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordibelgraver.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordibelgraver.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordibelgraver.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jose-manuel-benito-alvarez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jucocauca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judybai.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juragan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jurassicworldfilmen.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justcalm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justquoteme.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jvlfinance.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwimps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadvi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalamos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaliboairport.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamildrozd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapelya.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kareltrans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karimsaadati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kariyam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kateysagal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katherineswynford.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kavatasygarety.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kemerovo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kemerovo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kemerovo42.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keniff.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerrydavisguitars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keyhani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keyphotojs.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khmh.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiahalchemy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiliframework.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kindergarten-neugnadenfeld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinomagia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinoshki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kip-ribbetjes-bestellen.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirgistan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitevalley.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klassika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleidermarkt-vintage.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konstanz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konstructdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konsul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopfgeld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosmosfestival.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotuwa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kovachica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kozlekedes.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krasnodar24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreditzone.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krossakorven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krovatka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks015.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks410.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kudinilam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kulthist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kupibilet.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurdishphotography.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurido-anime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvest-v-moskve.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lada-plus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladanmokhtari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladocs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lafansite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lalegria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamasacre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laminsaho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "langadeduero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laoliang.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapolvora.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larasm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larsnittve.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laterremotodealcorcon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laurable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavalon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawda.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawyer.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazer.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leak.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leeyoungaeph.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenn-blaschke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leon-tec.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leontyev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leshok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leticia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexikon24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lfyhokk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libportal.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libreria-ouroboros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lierohell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "life-in-hell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightsfromspace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limstash.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lince-bonares.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lineshop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "link-net.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linko-pomoika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkuva.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linux-help.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linux-taganrog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liress.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisasc.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisius.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lissajouss.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "listach.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "little-news.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littleyokohamakennel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liturkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livejh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livetopknigi.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livfcshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localtownhouses.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logicdream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lomayko.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lonavla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losaucas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lossaicos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louisdefunes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louiza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "love-books.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lspdonline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lstlx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyfebotanicals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyriksidan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyuda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-16.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-beshr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m1gun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ma-ze-linux.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macaroonshindig.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macosx86.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macroseo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madskauts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magazilla.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magazinecards.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnetoscopio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maguire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailer.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailinaitor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailingproduct.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailmaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailsend.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailstart.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailtobiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailwala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailxpress.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malaysianews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamanakormit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamanura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamtapark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandela-effect-wiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangaboxes.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangareactor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manicur-salon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mantenimientoimpresoras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manusiasosial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marbrerie-segur.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcelabarrozo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcelofernandez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marina-tsvetaeva.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketgrid.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketgrid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingpalace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingsuite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketking.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketsearch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketvalue.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maroussia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mars.army", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mars.navy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martincernac.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnetdigit.al", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnetdigital.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnetdigital.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnetdigital.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnetdigital.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnetdigital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masqueradecostumes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matejstrnad.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matematikkulubu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrimonio.com.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattaki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxiservak.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxrider.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maysambotros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcduff.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medifirst.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medvedivka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megaherz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megalithe.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megaportal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mein-tortenladen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mekaleskirit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melissaofficial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memento-mori.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentalcalculations.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentalcraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadohype.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meskiukas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesotheliomacentre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metacortex.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metal-rock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalempire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metallobaza.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meteobox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mezinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mhabdullah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mica.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michele.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micoff.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midnight-gaming-community.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikechasejr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikesystems.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mind-books.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minddrive.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minikin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minivehicle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mir-faktov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mir-multimedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mir-pressy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirknighechek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirokon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mistlake.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mithgol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixmix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmwb.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilebooster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilityworks.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moda-donna.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modeldoll.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modern-gaming.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohamedhosting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moltapor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molusk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "money-fast.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneyreal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monolithic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monzo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morozko.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moscowlove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mostafabanaei.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motekforcelink.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motichi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motiv-rechts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motoclubentresemana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motoland.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mountpost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moyideal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpgu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrston.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtcpuntosalud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muchotrolley.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mudasobwa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mudcomplex.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicfactory.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musiker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musketiers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvpinfo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvpower.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybathroom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycam.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydoxod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myedcreview.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myeditclub.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myedu.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfursona.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygameconsole.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygomel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygrodno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhoor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myinsiderplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mykarelia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymkphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymotherlandstuffs.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myphotonics.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myphotos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myportal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myresidence.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myreviews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystore24.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n888ok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadjabenaissa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadoske.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naemnuk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nagato.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nahman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nailshop.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakim.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narela.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natalia-in-quebec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natarius.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natariusadvokat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natashki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navalarchitect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nazbol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neanderthalia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neaz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nebohost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "necromantia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "needfire.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nethealth.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netpenge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netsearch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "new-tuning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newblogr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newforms.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newlynamed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neworiflame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news-novoros.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news-srilanka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news-technology.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsarmenia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsuzbekistan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newtekstil.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newtons-erben.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicastrosalvatore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nichesite.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nieuwpoort.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nijniy-novgorod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninmegam.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nippel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nipponkempoph.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nipponnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nivoit.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nkorolev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nl-comunistas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nn-vol.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northscottsdaleloan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novichok.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novinkihd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novinminer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novorossiysk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novorussiya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nudeimg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nwradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nymity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyushikaikaku.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o15y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oakwood-park.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oasisorthodontics.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obmen-vizitami.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obozrevatel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obzor-znakomstv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocenka-nedv.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odejdamoda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offlimo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofisescort.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oil-heaters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okulistiyoruz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldliverpoolrailways.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olegrpg.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omarsamarah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omsk-web.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omsknews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omskweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneless.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinesports.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opioneers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opraab.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orbits.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ordina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oriflamesamara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orikos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orologidicristina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ortopertutti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orvibo.com.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostankino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otdelka56.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otoplastik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oussoren-vinetomatoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overnetfaq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overpb.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overps.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovmfinancial.mortgage", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oyunmadeni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p333aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p333eee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p333hhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p333ppp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "padshah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paginamaravillosa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palenque.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palermoantagonista.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pamm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panduan-hamil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papa---mama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parket.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkettdielen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partii.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patriciaramos.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulocolacino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pavernosmatao.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paywait.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pbcables.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcexpress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pckurzypd.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pecheneg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peelland-fm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pegundugun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peredoz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permaculture.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perron.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personaljokes.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petburial.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrovitch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phantomfund.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philippinegreenparty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonenumberfind.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photographerforwedding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pieterbamps.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pimanta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piranhaattack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pircher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pisanpeikot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pistonkandidatu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitbooks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pl-trans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plastischechirurgie-linz.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pleger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poemwall.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pointzip.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokemonargentina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokemonguide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politvesti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pologalileo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popjudge.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "populardogs.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popupbazaar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porelsam.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porevo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porinnuotiopojat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portable-games.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portal-books.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portal-ru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portaleldense.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "positiverbeitrag.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "positiverbeitrag.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "positivos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postmusicologia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potolok-brest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potomac.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potterperfect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potterybroker.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerlifting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pozarevac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pozd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pozitiffchik.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pozitiffchik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pranksearch.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pravo911.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "predskazanie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiumplusiptv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prettycities.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prisminfosys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pritchi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacyget.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-kemerovo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proactivenews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proculsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productosfitness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "produkt.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "professionallawyer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profuntime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prog.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programming-solutions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propanesale.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proporcer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proposeinspain.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostoskidki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protectwrap.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protogenbrainbooster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "provereno-rabotaet.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "provereno-rabotaet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prushka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psa-travel-care.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychologbruksela.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychologi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychologytests.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptcbooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptmp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publishedpaper.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulcinella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "punkart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pupok.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purpletech.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pursuehappiness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "put-k-uspekhuy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queensfactory.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quelle-catalog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quinmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qwantjunior.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qwq2333.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radicaldream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-brest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioborges.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiocartel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiodiagonal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioelectronic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiowakeup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiozetta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radixsalon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raghughphotography.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raginggaming.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rammsteinzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ran-drunken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randomsearching.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapwoyska.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raquelmolinacases.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rarece.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rarename.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rastabooks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razborpoletov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razborpoletov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razborpoletov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razrabo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbunews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reallywild.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recycling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redstarpictures.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redwiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reflexionspain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "releasepoint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remodeus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remont-naushnikov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remontpc.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remoteoffice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renovandoingresos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "replikatelefon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resanebartar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restoran.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restoringhopeberks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revizor-online.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revolutionaryaim-vienna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rfid-grundlagen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rilish.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ringofglory.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roadtochina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rollingstocks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rommelhuntermusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "root-books.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "root-books.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosiervandenbosch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosrabota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roundaboutweb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roverglobal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalcavaliers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalmech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rs-aktuell.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtgnews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubyonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudating.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rukminicarrentals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runrocknroll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rurs.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russia-rp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russiahunting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russianbearsmotorsport.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russianbristol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russianpunkrock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruzaevka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabbat-wildfire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabedinovski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabghijewelers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabine-dicklberger-massschneiderei-muenchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabworldtricks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saglikhaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samandcatonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sambot22.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samiysok.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samsebe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanalaile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sancaktepehaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santacruzdescargas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santegra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santippolito-borgo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarah-jane.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satanspowers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savatha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savemylicence.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saveusfromavril.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scandalindo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scfpensante.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schastie.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholareducation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolantwoorden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schweizerbanken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sciencetram.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scooterinaustralia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screenfox.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seattleshadeandawning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebastianjaworecki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selebrita.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "self-business.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selfrealize.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selfretire.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semenov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semiotika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semobr.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semops.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senhost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentenza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo-reality.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seorus.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seowork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servicemagicusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servtraq-staging.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servtraqazure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexologist.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadikhan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shahrsazan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shamans.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shanju.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharking.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shawiah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shevet-achim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shgw186.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shielddagger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shilpaonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shitnikovo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shkololo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoponlinedeals.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shossain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shownet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siberia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sierramusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silken-madame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silveronline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplecryptoconvert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplelinux.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplyowners.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinavyo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinfully.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sisirbatu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "site2002.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sithijaya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skazka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sketchbox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skiingnewsletter.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skincareagent.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skinseries.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slavasoloviev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleepawaycampseries.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slogan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slutty-girls.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartphonesolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smbeermen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smilecon.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sms72.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snea-kers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sniffing.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snipr.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sobakasite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softwarecloud.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solarfever.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soldarizona.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soloparati.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somehsara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soniaferrer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sophiebbeauty.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacebestnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spaghettiphreakers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spaghettiwesterns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spidercrabs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spikejeon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spilka-dyplomativ.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sports-online.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sriravana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srochnozaim.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srochnyj-zajm.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ss-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stajka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stalker-eyes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stangeland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stardam.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stargatedesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starover.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starpoles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starreview.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starsoft.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steam-rewards.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steamsprays.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steering-wheel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stenaro.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "step2web-cms.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stephanao.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stephanieleonidasfan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevebuck.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevejobsfollowers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stolarka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stolensheep.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stop-activ.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoppage.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storeplus.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stormhub.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stormylegions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stphilipneripreschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strawberries.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strl-tunis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroimvse.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuartbeard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studenti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiosql.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "styleelite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sudametrica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sudanell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sufarce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumcrevillent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supercarrot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superiordetail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supermustang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supernatural-fans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suranganet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surasak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suzikogsm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svorkmofotball.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swallowgateway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweat-shirts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symetrix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syonix.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sywnthkrawft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t1209.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t1316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t1317.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t1318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t1319.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t2181.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t2182.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t2881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t5881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t6381.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t6801.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t6810.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t6820.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t6830.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t6850.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t6860.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t6870.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t68app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t7009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t7119.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t776633.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t7802.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t7803.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t7804.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t7805.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t7807.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t7808.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t7810.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t7880.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t8006.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t8070.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t8110.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t8119.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tadjikistan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taginet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagungsstaette-usedom.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagungsstaette-zinnowitz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taihesy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taipei-101.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taken.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talusan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanveersingh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarakan-klopik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taranagar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarzanka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatiana-kpb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxi-domzale.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxi-zakaz.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taximinvody.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taylorgalleries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tech-techno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technicalproblem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technosapien.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnikan.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terrorblast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tesdrole.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "test-iq.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "test-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testforce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testlabs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-archive.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theaterreichenhall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theberries.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theconverter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedarkfusion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefreebay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekonsulthub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelakedistrict.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelencystore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theocratic.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theosophic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theprojectx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theptclist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theredsgazette.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevanishedvoyager.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thimbros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thwiki.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketscol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timetrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timothy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinnhanhvietnam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todayupdates.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toolspain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toopopular.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toothpique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-mining.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topkorea.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torreconta.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touchdown.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tovarypochtoj.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toys-robots.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracesteps.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trackify.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trade-platform.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradesmance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tramikshop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transeshairtransplant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelvisit.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendingdeals.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendingeducation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tresmaistres.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trickgsm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triplethreatband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tristanhager.i234.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trumanlibrary.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trz.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tulasdeportivasbless.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkface.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkmistress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutorialdb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvoyaknighka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvplusiptv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twelvecolonies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyc923.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ualove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ugeek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umniy-dom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undergrounder.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniaofraternalraulcury.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedarmyofentropia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unpleasant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upbatangan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "url1.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "user-agent.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uslugi-voronezh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v-novosibirske.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v800a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v800e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v800f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v800k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v800n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v800w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vacontractortraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valencianistas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valeniidemunte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valledeleresma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valleystories.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vam-podarok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vampire-studios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasilisa-volodina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vchelyabinske.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vebbankir-zajm-onlajn.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vecherka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegtelenchat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velacartagena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velosipedi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venlafaxine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verdugosxerecistas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viantours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viewmythoughts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villadelprado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villakarma.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villalmanzo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vincura.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viphackers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viporiflame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viraljobs.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viraloffer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viralted.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viralvids.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virgontech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualbrestby.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualcomputer.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualmemento.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitaminmovie.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkstream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vnovosibirske.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vodicaknapocitac.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volchara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volqanic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voss-zaehne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voss-zaehne.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vozhatik.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vprotect.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpswebs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vremyapervyih-hd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vse-potolki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvvvbrest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w-ws.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w0115.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w6603.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w6612.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w6863.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wa3368.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waplumber.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapspaces.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wartimecontracting.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "washburnenglishschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waytofreedom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearethreebears.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-studio-kzo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcam-model.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcreativa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websiteguider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitemarketers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webtaxi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weili1111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weili1120.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weili1121.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weili1122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weili1123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weili1127.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weili1128.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weili88888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weilibet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weilibet.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weilibet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weilibet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weiliyule.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weiliyule.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wenhelpdesk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westhotel.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitepen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "widejeans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiki-books.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikizip.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildanalysis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willdropphoto.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiskundeonderzoek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wispmaeksmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wl.bet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wl970.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wl971.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wl972.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wl973.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wl974.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wl975.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wl976.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wl977.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wl978.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmsndorgen.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmsndorgen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmsndorgen.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmsndorgen.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmsndorgen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wojciechowka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolfteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wom-en.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womensbiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonderfulworldofwalliams.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wooblr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordregistrar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldix.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldsfree4u.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldvisa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wormincorporated.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowlove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writers-club.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wvpbs.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwwwnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xakepctbo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xanhdecor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xerezdeportivo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--tagungssttte-usedom-owb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--tagungssttte-zinnowitz-84b.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--uasacrilicas-9gb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--v4q.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpa.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtravans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xurl.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxoopz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xybabyshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yagmursoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yak-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yamal-online.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yardesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ybvip789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeti.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourloan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yura.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaimdengi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaimexpress.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zajm-bez-poruchitelej.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zajm-bez-spravok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zajm-na-kivi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zajm-pod-raspisku.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zajm-pod-zalog.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakaz.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaracraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarbis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaympodzalog.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeanweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zentrumfuerchemie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zetasystem.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zfyl8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhabababa.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhestokiemechtyi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhurnalyu.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zinchenko.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zlatan-ibrahimovic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zlotykameleon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znakomim.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znanie-sila.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zofran-medication.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zofrancost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zofranprice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoloftmedication.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoloftpills.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoloftprice.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zolushka-1950.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zooforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zovirax-cream.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zrinski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zrs-meissen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuitaotu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zwergenfreiheit.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zxfiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1000wordsevents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "166jk.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1698k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "197jjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "198jjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "208wns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "225485.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2gether.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "301355.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30365.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178ppp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178qqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178rrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178ttt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178uuu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178vvv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178www.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178xxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178yyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3178zzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3344981.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3344982.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3344983.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3344986.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3358m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "350533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3518k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "360videoshare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "380805.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "390933.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "39708888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970abc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970bc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970ccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970fa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970go.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970ku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970ok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970win.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970ylc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3blazing.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dprinterwiki.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dprintinggear.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dreactions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3k188.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3k288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3k788.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3k878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3k988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "406811.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "406833.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "437844.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "459022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "463855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47788z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "487511.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "487522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "487866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "492977.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "497773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "517jjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52067.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "541651.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "55558744.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56564z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "57574z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5889k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "606722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "608885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "633663.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "633663.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63gaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6556a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6556b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6556c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6556d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6556f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6556g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6556h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6556j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6556k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6556m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6556x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6556z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "661326.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6619k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6685m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6689m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "670633.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6u55ooxpo38mnikkxqvbmwfwauiiv35bsmm-2yj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "775018.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "77778744.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81818z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "827774.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "847773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8744z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "89386l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8938885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "897774.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "917jjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "927774.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "937774.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "998wns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99998744.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a899365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achieveinternet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activeaerogels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activespaceautomation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activespacetech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamtatusko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag8819-livechat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ai-cuisine.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aktive-arbeitslose.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alentadoras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alessandrobasi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alyanak.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrewisidoro.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelspabeauty.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apitodemestre.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appbooks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arouparia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assis.partners", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrong.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiomaze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auf-nach-mallorca.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automuovifix.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avocats-fiscal.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awaygroundguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aymerick-dupouey.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayudacloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayudalabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayudapreview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9618.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankheadvegetables.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bazar-24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behemot.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belroyale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestgearlist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackteam.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blacktownbuildingsupplies.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blessedgeeks.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blm69.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blonde.style", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluebie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boese.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolsashidrosolubles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bongoo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandingcoapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bride-forever.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "briefkasten-welt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btcbenthuizen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bugteam.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burmesecats.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwin58.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c899365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cannacun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cannagoals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cateringvanhetland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cc8833.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdmdisinfestazioni.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "civmob.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cjsounds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clientesendemanda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cokomi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comprauncelular.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connectionstrings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conocedordigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copyrightcoinsnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crew.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystalroad.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d899365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dafe2021.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dajiale.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damaskena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daretogain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darklang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dashabi.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dashabi.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealbx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealosa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decorarmicasa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defesa.gov.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degeeks.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demadryn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "der-rohrstock.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dermo-concept.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df63.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalch.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalchurch.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitaldaily.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dildosconsoladores.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djl63.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djl63001.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogandoganay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domainstaff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominictaylor.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dondiabolo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dracula.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "druzya.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duoyin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e899365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easywio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebenda.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echosnature.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echoteam.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efoood.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efzh2so1cuskp9j3evlqa1m68id-m9p1tzb05zo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enjin.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epidastudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erisys.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erkenntniswen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eson.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essextimbercraft.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estahl.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurowaage.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evntage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exechip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extinctionrebellion.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f899365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fapflix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feltons.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finext.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishme.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flokkr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "focanocliente.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourxone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freelance-webdesigner.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freewerkt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuuko.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadgets-cars.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garbott.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gerinet.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghana.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giac.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gieschke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnmlive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gqyys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregmarziomedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gse.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gt-himmel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guyfletcher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyaou-ek1njb79xkfsyxemzmauhkvxszyua7v2t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackdown.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hallhireforevents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanteln-fitness.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heartycorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henkrensing.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hj556.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hlg66.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hlx86.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hn122.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houby-studio.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "housingneedz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hx56.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hx678.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i86666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ijazjewelers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imcassociation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impresadipulizieantonella.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indexcesmad.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianvisa.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indoorpaintball.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrarot-thermometer.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inge.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iniby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intranetcrowd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "introes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iplist.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipvbook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irxoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itqh0pk67wngbob5suh-c7glbmvtfa0dqhokufs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivocopro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdd888.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinduoduo369.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinduoduo888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmbmexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "js80651.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsh318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsh517.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsh799.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsh916.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsh917.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsh918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jss6868.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julesroovers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juraciimoveis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jw66.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kajabutik.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kocka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kocka.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kp0808.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kpaycoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuadey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakeandriverrestoration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavabit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lb366.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learnsait2.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ledcpu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgygf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linestep.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lirico.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livingword.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lkdpp.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lore-seeker.cards", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loteamentoabertopiracicaba.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lowcostvehicleinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ls-mapping-team.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunarflake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luv-scent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luvscent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-team.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "man-stuff.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maneql.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maneql.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masarn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbadika.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdihi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medstatix.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meilleursavis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meugamer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miasonne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaeljacksonforsale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraft.gen.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miravelli.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mismart.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitfx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mserve.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydevops.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n3domains.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nastycomics.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neriumrx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsnew2020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimanranch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obistarltd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohome.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ojk.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olivia-smith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ontstoppingsdienst123.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oplatki-charistia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ops.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opticaltest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otixz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otooil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ottxz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otzyvy2.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovodev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagamentosdigitais.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parsuv.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payment.ac.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personskadeadvokater.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinksec.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playocean.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portafoliodenegocios.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prdelka.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pricesim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proastec.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promods.web.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proyectosx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qbtechs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qdon.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qgr.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queryquinton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quhyu.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramsaver.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realgogo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebelbranding.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renyiyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "republicghana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revisores.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rggraphics.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rickycbenitez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rights.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rinsepimp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "risounokareshi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robotenmihogar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rod.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rossilber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roy-buehring.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rps-auto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubblerock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sa68.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sam66.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sand66.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanderstech.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandr0.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanierungskonzept.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scanwords.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sda.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searx.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sefinancial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seguimosganando.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seicochimica.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoparbonne.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartmones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartpheromones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartsitio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solyplaya.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "someog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somosbrujas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songdew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sormeyli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedtemplate.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spielmit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spruijtparket.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srilankan-hope-for-children.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stardawg.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stupidest.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylusgroup.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supersandro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swgenetx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swlabs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sycca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symplexia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemausfall.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t6370.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t8003.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taguette.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamacadia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tech-professor.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teldak.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaihong.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theaustinsevenworkshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepavilionbanbury.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theqjourney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tholcomb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tielectric.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiemcayxanh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinycrm.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tld-list.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toiletable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomoradexpert.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topeducationhelp.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trippen.travel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripsvia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tucocoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twitterdriver.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty7788.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyc009.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ufroo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulli.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umount.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undeadpirates.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedmatrix.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universal-tutorial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unternehmensbewertung.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upgradedpoints.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v800d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valordotrabalho.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vandrielschoenen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidady.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villavaltava.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vintagecarparts.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vns89386.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vorsco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vserus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wd63.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdestiny.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weddingwire.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weliway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whymps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wlmhtrecoverycollege.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wort.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpsermons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaocg.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xlem.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--matua-n7a.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--s-0fa.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xolotto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xuehao.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xy366.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yashik.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yd169.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ydyy99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yhndnzj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yl366.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoba.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yobasystems.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogadeux.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yooptopian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yorkshiregardensheds.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuce518.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yy366.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yzh8.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeroanarchy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerobajt.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeusec.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zixin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x3bb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11335835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11445835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11555835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11665835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11775835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11885835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11995835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "20191r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24hourlocksmithhoustontx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24hourlocksmithspring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3311.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "492y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4y4a-arts.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "551365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "552365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "80651c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9ungnir.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "active247.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adontenchambers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afilio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airtable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alles-nur-ge.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alonas.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alonas.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alonas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angora.freesite.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antispam.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apometria.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquaist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquarden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquarden.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "architecturequote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artesaniastonalaytlaquepaque.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashtonwealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avocad.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b303.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baufi24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bea.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beatz-anime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beticalia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhat.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibliology.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biggerpicture.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodegasvirei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandfolder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broadbandchoices.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brols.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bruijns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwin369.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byjamesrush.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caffeinatedengineers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campmackinaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canfazz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caphefin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carbonnel.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castiana.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceylavi.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chat36.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapnhljerseys.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianr.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cjs8866.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clnlboard.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coachbakery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cod88.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codelyoko.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comercialroxana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comprarcl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultoresrey.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coptel.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coreup.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cornfestgiethoorn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpsurvey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crucibleofworlds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cst188.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberforensics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d88.cn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d88agent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damifph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielkeppler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decologisticsgh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dependablehvacrefrigeration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devun.limited", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dhirendrayadav.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diariorealidad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distributednya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djsanonimo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dk1818.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogfriendly.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downtownsuiteliving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dpim.org.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drjosebarrera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dronepilotgeorgia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ds168.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ds388.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earthava.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebaby.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eboocker.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echarlascartas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edstem.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edusercontent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehealthfest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einquiz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eisenhowerlibrary.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emergency-federal-register.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enerte.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicginger.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortsforu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortslittleblackbook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiogarcia-rada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etny.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etsservicios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europa.jobs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exnoobstore.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eznetworks.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f8036.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fh169.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finotax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florian-lefevre.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fmcs.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fmeventcentre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshair.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funerare-cazacu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fvap.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galerialamanai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garchi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gcdamp.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gkasper.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glitzafricafashionweek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gooty.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupeatrium.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupoattia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtapg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guilde-dissection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunstatus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackerone.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haderecker.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halls.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haustierbedarf-shop24.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hipeople.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hohlhupe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hohlhupen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeandliving.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homs.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houstonlockout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hugonote.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hugonote.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hugonote.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hugonote.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icetwister.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idiot.trade", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ies911.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illaadventure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illinoiscaselaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "improv.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indigartbeading.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indigartbeading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "injuryhotline.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmigracion-florida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instagraph.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instawierszyki.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetloansdirect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iqskinclinics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-journal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacquesdedixmude.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jawo2008.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jazerxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jellyfloral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiayi.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimmycarterlibrary.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joljeugdstad.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karakatoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasperstad.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kassarsoap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katcr.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khojhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kireilign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klocast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kloclabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knrt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knrt.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kodomo.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koflegend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krillz.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuhnerts.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kupu.maori.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakiernictwo.auto.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lars-kusch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasvegasescortmagazine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalband.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "likefluence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilysgrill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkzyovh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithdickinson-tx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsbricks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luissotodesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lykope.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macnugget.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madhyrecords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mancrates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marco-burmeister.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marquesgroup.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medundmed.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mehdimassage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merakiclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metakari.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mexicotopescorts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microsoftedgeinsider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitratech.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjniessen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkpdeepclean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mokhan.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monkatos.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monodejuegos.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mr-moulding-knives.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mralonas.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mralonas.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mralonas.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mralonas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrvnt.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msha.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muku-flooring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "munera.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mychamberlain.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myekon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myeriri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nativeonestop.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nbm.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nkp.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noobsrus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novacoaching.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuverabusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuveratechtrends.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o-aconsult.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oaken.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onelifenutrition.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operrbilling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operrgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osac.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osagenation-nsn.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxsec.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacificautobody.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paravroum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkscandles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passbolt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passfindr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paul-sitarz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pauld.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pauld.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulsitarz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paymongo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcjsercon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepperandpartner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petwatchersnj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pierreau.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pisf.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playmytime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podcrto.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polarnova.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porsi.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portaltudoaver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "practicalhomes.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiovapozicovna.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertyfindercdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertyflare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosperandoemcasa.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proudplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psitarz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychotherapy-vienna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quadron.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioheaven.co.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainturtle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rawcbd.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbuddenhagen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebel.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reby.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reby.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reby.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "residentiallocksmithdallas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resumeprime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resumeprofessionalwriters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritualesyamarresdelamor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rivers.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rochcloud.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romacoffee.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royaloz.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saharacloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samystic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savorvip.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebastian-kuhnert.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securewebcomputing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sellmyphone.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sh68.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shelfplanner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopmacher.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpleshirts.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjwheel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sk33t.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sk33t.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sk33t.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sk33t.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sk33t.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyros.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sliteapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartgrid.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sms-go.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanch.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanch.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanchelele.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanchelele.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanchelele.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanchelele.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanchelele.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spiritualityrise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqlwrapper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssr.llc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strandhaus-claassen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strandhaus-hinter-der-duene.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swrelay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t5880.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temperandtantrum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terra-24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thealonas.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thealonas.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thealonas.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thealonas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefuelcardpeople.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theoosmetalart.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theoutsiders.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "time.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokitover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tommyemo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topappandroid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topcanadianescorts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tourx.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainingdigital.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transdevbus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "translationge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traveltomachupichu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tspdrits.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucmjlawyers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "un.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unionreports.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upacores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urlaubstipps.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwe.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uxtag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v800g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varlex.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vcm.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetcard.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetnet.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vettenburg.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtuewisdomfund.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voloskova.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "votemate.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w3n14izy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w3n14izy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w3n14izy.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w3n14izy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w4tec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterheaterleaguecity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wealthsimple.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webanyti.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdevinsider.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmarketing.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedenth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitesuithacking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "widgetmaker.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wireshocks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worio.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpabzar.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wx6688.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--strandhaus-hinter-der-dne-1wc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xunleiyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yay.cam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yolocast.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourpocketbook.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yspa.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeilenwind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeta.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zgndh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhendre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhihe.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zormeloandassociates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zs6688.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz017.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz993.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0d222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0d333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0d444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0d555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0d666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0d777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0d888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0d999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11assets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "168zz.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1net.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "25percent.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2jhb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500promocodes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500promokodov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "556777.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56011r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56011s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56011t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56011u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56011v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56011w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56011x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56011y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56011z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "633663.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7782001.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9allery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9thwonder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acgqwq.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeh5134.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affordableinsurancenow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciacorujadesign.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albatrosswear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alejarod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allaboutgreg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allitcrm.sytes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alonas.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andresrios.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnaudardans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authenticate.computer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviteng.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviteng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axault.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bachmatt-baar.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bachweid-baar.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bastide-viens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berksarl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestcomputersecuritybooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhthome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binaries.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biographywiki.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bithausen.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bkkf.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blautiefe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bllb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blm36.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueskyinsure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bongminhtam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broerict.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bu-dun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burmakatze.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buttonizer.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwin18.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cc8822.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaturbate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chcuscojungle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrismarker.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ck1020.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copenhagenoptimization.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coppidesentupidora.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copyrightcoins.help", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "correotemporal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cou.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creamyfox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctes.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daily-exps.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielkanchev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dark-nova.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denydarko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designartepublicidad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df1nif.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dhde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domein-direct.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dpellegrini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drandrewarnold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "droid101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drweinrach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duijf.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwood.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dxmpay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dyneco.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earthsgoldmine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyeditcms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricfenceboksburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricfenceroodepoort.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elo-rocket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eltonpastilha.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emotive.productions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encontra-me.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enviroli.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enviroli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enviroli.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enviroli.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eristajanmutka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esdacademy.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eseances.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esehospitalsabanagrande.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eumr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facturama.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familie-witzik.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festival-transform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festival-transform.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feuerfestival.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fierykitchen.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstchoicefriseur.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitnesskarate.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flixstats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "food4healthybones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frasesdodia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftnpower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullreggaetonrd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamegear.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getinsuranceanywhere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gliihc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glk.partners", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go-life.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomega.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodsleep.pet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h4kl4b.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hainanstar.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happylearning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harvestcookrepeat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herz-und-gemuet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hex.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heyboldface.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hinyari.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hizliwp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hj555.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hlg88.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hlx66.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeprivate.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hookshotdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "how-to-simply.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hx789.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icecodenew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ieltslananhtruong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihacker.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imranraza.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "in1000worten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingfreelancer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelmed.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intensify.pictures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetmusicexchange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iplaycraft.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipoisk.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irose.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jairbehr.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jangl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "je.net.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johndeisher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonathanphoto.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpoirierlavoie.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpvtutoriales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrcmo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jw77.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalmykphilly.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kandoo.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasiafricagroup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-sports.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khramtsov.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirkae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knallfrosch.ddnss.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knowpanamatours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kp0809.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kriskras99.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "langgasse-baar.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lauralep.sy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavaggista.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lb369.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localseo.repair", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localseorepair.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localseorepair.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localseorepair.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localseorepair.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localseorepair.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localseorepair.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localseorepair.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localseorepair.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localseorepair.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localseorepair.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucille-thomas.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucky-frog.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxur.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macappstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macpress.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macreosolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mani.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mantenimientosenjardineriaypiscinasveracruz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mantul.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markusjochim.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnet.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnet.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnetforum.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnetforum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnetforum.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnetforum.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnetforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "max-it.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdcghana.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mein-domizil.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mekanika.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metroplex.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mivm.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moens.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netface.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netfolio.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nix13.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "note64.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuva.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nxtgenbroadband.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nylasercenter.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obu4alka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oe2018.gov.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oe2019.gov.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "only.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ontourmarketing.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ontrio.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paradies-baar.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinnakl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelmedianetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetpowershell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podlibre.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pousadaestreladapraia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precedencemedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiumhosting.com.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-co.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promocodius.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propiteer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pubgbattleworld.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "punishment.institute", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purple.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qcbrna.qa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readifycloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redeshoprural.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reputatiedesigners.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rizarus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robodeal.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rrvmz.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rwx.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sa88.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagnette.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sam88.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanketsu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scapdoors.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seaborn.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securelogin.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seminariosvip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sesturizm.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sglynp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shannapeeples.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shanshushu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shidai88.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "short.cm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shota-sekkotsuin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sisterjoeworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleepet.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "small-panda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smithings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportsdrobe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssdpalermo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starb.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupstack.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storedieu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stromkomfort.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studio413.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunpig.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunpig.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunpig.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunpig.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tail.id.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tail.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tailwag.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takeaimnow.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techlines.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teckgeekz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tempmail.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texasholdemevents.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tfadictivo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebuttongame.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themusic.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theocg.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomas-steel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tian123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tian888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toronto-escorts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toyopac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelerofcharleston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripasia.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tube8.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tube8.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twobitbusker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyc001.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uppercap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaisselle-nature.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vandijkmaatwerk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vch.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venusbeautyproducts.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verwimp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vnology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wd36.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webszolgaltatas.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellsprung.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wenjulebu.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildandwonderfulketo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wils.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuyiwa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xc9988.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaojicdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xlunastore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80ageukloel.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--skmotoroptimering-zzb.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xoommit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xy369.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yap26.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yavin4.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yd163.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ydiversa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yellowhawk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yihouse.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yl369.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yorkieloverdiy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yy369.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z-cert.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z3u5.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z81818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zombmage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoohaus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "168fff.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dlab.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3pestki.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "620207.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8888yule8888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "889w889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "889w889.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88home9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88wewin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9kb.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaapo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afashion.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aigner-club.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aigner-club.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aignerimage.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albstaedter-kids-cup.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alibaba-test.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antyfake.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arslonga.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aucospa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aumentada.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "av-systems.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b889b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backupassist.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bahrevaran.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banananet.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baokhangfood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayltd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beardsome.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "becleverwithyourcash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belebey.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belplombier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bepayd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestedeal.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betterselfbetterworld.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bicromoestudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bionovanaturalpools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjl688.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackmagickwitch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bojiu99.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonsi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borderless360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridgetroll.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightpool-markets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broodingblogger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bviphotovideo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlosmfalves.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catalogobiblioteca.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdigitale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chathund.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkrent.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicaarques.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocbaoan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comparesolarquote.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conciencia.fit", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connect-more.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conradboraboranuiresort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "countdowntrader.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cp015.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativeideasagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptex.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctf-albstadt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daunatotala.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "de-kramers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deckersheaven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dermaldistinction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "descargar-apk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desentupidorademais.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desheng28.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ds138.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtinel.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dylnuge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebertlang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elainesearer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricfencemidrand.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliasong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elisabethcasanova.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitepainmanagement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elsanoguera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equisecu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ervinthagod.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortbruxelles.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortgigolo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espherapromocional.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esteriliza-me.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excerp.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exxpozed-image.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exxpozed.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exxpozed.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exxpozed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exxpozed.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exxpozed.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fctwo.download", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdremodelingatlanta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fekir.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferlc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finestrina.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fins.money", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fivestartrader.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frauen-etappenrennen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g818city.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaci88play.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "game818play.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "game88play.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "game88yule.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gdpr.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gelaendermanufaktur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentledance.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentledance.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getalitools.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalesm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go-datasecurity.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go889w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golsportsoccer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "griswoldplumbingct.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grizz.gdn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupem6.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruhn.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gstand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hadleyluker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hammercast.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heartbound.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hemainteriors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hg661.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hgc369.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hibanaworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hifumi.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horairetrain.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horairetrain.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horairetrain.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horairetrain.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hosoi-tax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hospeda1.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelpalmas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hqon.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iberion.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idealog.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idesoft.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idesoft.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idesoft.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idkidknow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igmt-guinea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immovit.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imperioth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inegol.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infomundord.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inodari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipsum.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irioka.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itzer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivocotec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jadesong.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasonwei.nctu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jb138.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jbc88.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jf886.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinbijin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jl-dx.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jof.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jplennard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jshub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justeducationonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kartoffel-tobi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerner.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kettinggeleider.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kickingpixels.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinaesthetics-forschung.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kobudo49.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuditel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladiesofvietnam.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leeannescreations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lequocthai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberta-me.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lideradigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lighthouseglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilianejuchli.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithfourways24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loli.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lonelypawn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loverngifts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lz898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machinerysafety101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicnethosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvps.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketing-apps.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnet.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maryluzturismo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matchupmagic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxmusical.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdaemon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melda.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merdacz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minload.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minton.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mllz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnszone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modell-lq.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momentumdesign.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mothership.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mu105.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mudaomundo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicsense.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfiladelfia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mythen-fonds.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mythenfonds.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n-gram.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationalaustriabank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netfirmtextile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nethorizon.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networksolutionsconsultant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noga4you.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomzamo.spdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsine.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octopoos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octopoos.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "official-sensitive.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "official-sensitive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "official-sensitive.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "official-sensitive.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ontogenese.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openwrt-dist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operrtel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orangelandgaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ouest-annonces.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parasca7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pari.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pastimeproject.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulcloud.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelosanimais.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "percloud.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmasana.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoenixnow.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phukienchanh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.vet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plus-aliance.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praladofuturo.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praveenravichandran.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progaudio.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promodance.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.lat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pube.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puntacanatransporte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putasdelporno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qlinksgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quuck.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quuck.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "racevinyl.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radlina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raketa.travel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raportdnia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ratajczak.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raveboy.dyndns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raydius.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reeves-family.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rheijmans.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ribella.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richieheijmans.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruf888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runningandoutdoors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryanjarvis.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-pro.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safetysign.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salnet.wf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scriptslug.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seamus.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seblod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serkanceyhan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sham-group.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingvrimini.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skuizy.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sm-kyoushitsu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smakoszwegrzynka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartacademy.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartresumeservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smcj.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snj.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofiawestergren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softly.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonderfloral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songyang.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spectrum-markets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srfloki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srkb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summusglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suniru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunnistan.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunpig.fit", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suroot.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiftbonds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swindontennisclub.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syncplay.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szww99.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taubin.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tehden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teriyakiweasel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terselubung.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theedisoncapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theilluminatisociety.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therudeworkout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thierrymazue.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiochambita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toddlerleaf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokky.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toprelatos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topstore.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transfersw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelingbagsmke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trelki.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trumtrimun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tugesha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uestc.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upvoted.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videogamer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vigilantesporcolombia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voicr.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volatilethunk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpsrussia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w889vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wagonyard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallmarketing.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanghuiblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watchhentai.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wattcontrol.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "we168168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "we88fun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westmidlandslettings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wew888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wewillfixyouripad.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wewillfixyourpc.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wewin889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitemountainnaturalcreations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winall8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiredmedia.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wirkungs-forschung.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wirkungs-forschung.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wirkungs-forschung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wirkungs-forschung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wirkungs-forschung.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wjg.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordops.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsv-pfeffingen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ww8989.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwin818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwvip88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wy188.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xavita.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xcharge.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xeniox.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaojiyoupin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--nidar-tib.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--prfontaine-c7a.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xuehao.net.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yesh.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yesildiyetisyen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuleyule88game.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zestadionu.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zimtoel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmiguel.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znidar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zollernalbtour.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz606.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitbucket.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00rfb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1lc1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "220control.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33weishang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "50milli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5eki.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "690938.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91fldz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "941988.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abbeyok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abiscrane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abminiplex.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accademiapugilistica.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acuaticos.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acumed-diagnostic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addo-addo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aievaluare.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akeenshort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpine-holiday.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amethystbodyart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrey.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angkasa.net.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angular-software.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalconnect.org.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antanavagefarbiarz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aphelis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apod-portal-daily.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appsimplex.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appub.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabic-shirts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autolider.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autorijschoolstorm.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baneh-academic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banglarfont.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankruptcy.ky", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basebalance.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bauingenieur24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "become-lucky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berksabstract.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestremote.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billgradywebdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biofattorietoscane.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisq.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bog8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bombayfashionclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boschsplit.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyplore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cambiemosjuegos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camshowhive.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camshowplace.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canobag.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carding.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cas-chauxdefonds.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celcelulares.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chalupalokovka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chefkoch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheraghestan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chhlin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cirruslab.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cjenni.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearspringinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "come2cook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compliantbusinessprocessing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concordiagaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creandoydesarrollando.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossformer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubsbestteaminbaseball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvtshop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dapperdom.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidschubert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbw678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deanandnatalia.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deinsparen24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desanta.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designs.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desktopgoldlink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dewitteprins.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diabhal-staff.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digiepoxypaint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalframe.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disruptiveadvertising.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnssecandipv6.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctorcalefon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotnetdocs.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsbmradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsdesign.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eciso.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecmeshltd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecrownoffire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eldercare.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektrische-zahnbuerste24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enrico-caruso.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enzoic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "era.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estela-artes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etalktome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europainchemnitz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europastudien-chemnitz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europeanstudies-chemnitz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everyvid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evilla.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairbairnrealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairgreenlimited.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falasteenjobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashworldtrends.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fd020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festx.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fgafsaneh.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fish4dogs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florida-immigration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluidpicturesinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flying-dudes.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forexarby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortdodgeradio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franklinmagic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furgetmeknot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futuristacademy.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g2jp.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadgets-and-accessories.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gavlix.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gehatrans.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genusbag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getcertified.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "global1.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goiymua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodfor.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "granli.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregmarziomedia-dev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gujun-sky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haitou.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hauora.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hauora.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdbits.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcaresuccess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helkyn.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helkyn.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helkyn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herd-kaufen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highclasseducation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holacannx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holacbdoils.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hongbomiao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howmanypeoplearethereinthe.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howmanypeoplearethereintheworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huntcraft.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hurbascooter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydra.ly", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hytopcp168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-make.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-make.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igkabel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igkabel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igkabel.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igkabel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igkabel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihacker.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihacker.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "income.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmedsm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspired-creations.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipv4.rip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipv6alizer.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ispmedipv6.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itemstore.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackspub.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japansm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerseyink.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joedeblasio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kajakswaderki.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinpatel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kgt10.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khamphafood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiir.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kokomu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kommunermeddnssec.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kommunermedipv6.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kondomshop.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lackierereischmitt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lauresta.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lauresta.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesptitspasdelyne.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-stikeez.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localhost.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lostinlegends.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "love4musik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovechester.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovelo.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lprcommunity.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunepieters.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luv2watchmycam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manshatech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manzalud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markusjanzen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marzio.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbclegal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meran.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miklagard.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlathrom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momocogames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monitord.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ms-australia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mummyandmephotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musasdanet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybauingenieur24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfortdodge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myinsuranceauto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myinsurancelife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myinsurancesource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myndighetermeddnssec.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myndighetermedipv6.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myroofandhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n8solutions.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netfoundry.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextgen-life-insurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightscapesoutdoorlighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nms-thoracic-surgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novawatch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nucleuspanel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuestratecnologia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nycrerc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyonator.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nysis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obsessedwithknives.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olenergie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olenergie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olenergies.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olenergies.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olhovirtual.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omanlover.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneso.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onload.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operrhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "origamitutorials.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloroblesminister.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagatuarriendo.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paketbox-systems.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papelpack.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penguinworld.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentools.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pick150.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pidibagrik.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plandegralba.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plasticosbiobasados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platformlms.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plusreed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politsei.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pragata.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prgrmmr.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profiservis.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profits.fund", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profsaranya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pymeup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiqurl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reachout-ghana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recoba3d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remodelingfy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resume4dummies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rightreview.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robinloeffel.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salvameuba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salvandoalocombia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secureenduserconnection.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevipro.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shakthifacility.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siamericas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplysmartgardening.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sipstix.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skaginn.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skalec.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaksbanken.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snizl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songesdeplumes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sphacks.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spoters.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srimakc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunshinecoastplumbingcompany.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svodjapan.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tacticalvote.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatard.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tdstoragebay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tech-leaders.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techchip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technochat.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techsystemsa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "templetattoo.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefranknews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegaucompany.healthcare", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theresabrant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thierrymazue.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkclic.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thornton-le-moors-ince-elton.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinclip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinkerers-trunk.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomgaechter.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toyokawa-fan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trinityradioandvideo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tupianku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twelvecornerspediatrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twojapogoda.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unluco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urologyoklahoma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v2x.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v800b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetustainversion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victorunix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "violarenate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivianadavila.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volatile.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vunn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waifu.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-lab.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weydu.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whisky.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitesoxbestteaminbaseball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wine-route.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80akjfhoqm2h2a.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--pckm3a1bi21a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--whlefamilie-l8a.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yana-co.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ykn.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogamarlene.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "younameit.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youregeeks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zedeko.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhan.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhina.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zowedo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "106jamz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "17xrk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1fc0.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2000.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2255motion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2monkeysandme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acicj.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acs-nettoyage-entretien-immeuble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actionverb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeroalbrook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agendaspectacles.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agktest1.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agpsn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alchemy-media-marketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alice-memorial.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aljaspod.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altorise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreaassenti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anjara.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anoracdn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app-scope.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apyha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquariu.ms", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artrapid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attunedstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auntiesnorkel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autodemolizioni.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoklub.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azpogomap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azrhymes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bancastato.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beauty-form.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bengaldarpan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berndbousard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bevallarta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgemi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoingambling.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjs.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackhost.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluebnc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobandducky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandonsample.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravebooks.berlin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bueromoebel-experte.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdc.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chilikin.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claude.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claude.photo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleango.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clemency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevermatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clwrota.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compassionaterelease.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confygo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coralreef.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creafitchile.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyanhexagon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d8841.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dayswithnostabbings.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deckenplatten.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defis-franciliens.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demastglazenwasserij.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "despachomariscal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "despinavandi.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diabhal-staff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discord.gift", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djl188.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doerz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duarteeleiteconsultoria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dyremyhr.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-boekhouden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edefrutos.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educative.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eveil-et-savoirs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excelsiorcomics.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exploringmorocco.tours", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fibercoverage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fokus.ag", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fos-apps.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fos-games.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franqois.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftmc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g7yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaigelama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ganodermatiendaonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gavr.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gavr.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemsmarketplace.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genunlimited.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gheestore.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghull.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glamcosmetic.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldeneggs.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graddient.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grahamarthur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growingsmiles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growwithdaylight.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gymlife.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackerflare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hana-groupsac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hayl.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hayobethlehem.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbcm70.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hentaigogo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hentavfall.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiq.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hkmap.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hn75.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoffnungberlin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoffnungdeutschland.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holyszko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrw66.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "human-shinri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ialps.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iancu.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iancu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifbagro.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igramming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihasco.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infans.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinity3dengine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innoraft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inyourcornerinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iosecurity.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaluzelemoderne.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesrobertson.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarmala.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarmandental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasmyn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jg-skid.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jvrproductions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabinett.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaiwu.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaskocdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaskocloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaskodev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaskojs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaskoqa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katsiavarasorthopedics.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazvel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb88dc06.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kchomemed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerryfoodscareers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keyex.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kfassessment.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kfo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimathilegal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinodrom.kiev.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klauswissmann.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolrami.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kprem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kratochvilovi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks2099.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks335.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks339.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunda.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "la-manufacture-du-nettoyage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lambda.sx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lbda.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lentivo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmith--richmond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmith-pasadenatx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmith-springtx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithforcarshoustontx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithmidrand24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithresidentialspringtx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithservice-cypress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logactiond.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukaszwojcik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luvhacks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahalux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahalux.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mairie-sornay.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marc-beninca.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnetdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mashairi.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medirota.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merlin-memorial.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesvision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metaljunkiez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metallschutz-direkt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijnbeijesweb.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milkaalpesiutazas.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjrlegends.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mossaino.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motto-iikoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mricspatial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvorisek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvorisek.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycakeangel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myinternist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myresearchtoolbox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytravelog.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napiki.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nediapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerdin.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netgaming.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightman.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nnnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuits-franciliennes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nut-dev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olinux.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinemoviewatch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlycrumbsremain.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orxideya.az", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osszekotatermeszettel.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owner.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partiono.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peawo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photosgaia.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phuoctran.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phuoctran.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phuoctran.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phuoctran.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phuoctran.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmp6.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokeforest.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popcorncult.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiumdeal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premkumar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primglaz.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pugetsoundspas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qosmoschools.edu.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiz4math.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ra3y.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raynis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rciliberto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "re-inspect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "re-security.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reginaclinic.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "registr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rfid-sicherheit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riimihaku.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rime.com.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rimkereso.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robotstxt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockypest.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roopakvenkatakrishnan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotamap.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roys.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rrbts.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "run4gameplay.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rusticpathways.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sambus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sand66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanjosecolorectal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarjakuvakauppa.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sattaresult.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secapp.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sedesignxtra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seedno.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sehd.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senu.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serv.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serveradmin.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "setxrm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidsun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sieumod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sign.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signaturedallas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skeriv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slalix.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slatemc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spillforum.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squarefootllcconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squattra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssone.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stats.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stavanger.kommune.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stghv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stonesfamilyrestaurant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoutassociates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sulabs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suomika.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swatee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxicab4you.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telcodb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenber.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thalliman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tierradeayala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tilde.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinminnow.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todaslascafeteras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokky.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokyoadultguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-zdrave.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpark.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trandanhland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttfollower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turiscar.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutorcruncher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txlocksmiththewoodlands.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uj2008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultravip.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultrixus.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utrantor.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaxxwatch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vectomatic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vijoe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipcards.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlamir.dynu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vote2019.appspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpsvz.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpsvz.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpsvz.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webinstit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webkindergarten.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williamshomeheat.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windmyroof.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wingchunboxtribe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womenshealthadvocate.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xaver.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xdown.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xhcmnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaoxia.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--lt9h.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yf128.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yijia.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "your-dns.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yz86.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yzarul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yzh8.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yzh8.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znn.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x15.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162229.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22i.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "27is.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3369p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3389p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3666ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88djl.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aanwp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abraxasteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acmi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acneintelligence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acunetix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agencyalacarte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aljaspod.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpharoofga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amdm.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andersonpowerservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antizon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyi.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyilin.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apothecarydouglasville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aramyss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archambault.paris", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "area.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asakoh.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assetsman-assetsvalue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atmmantenimiento.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiohub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiohub.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aw.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdpestsolutionsstlouis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beatrice-raws.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhglamour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billionairemailinglist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biuropulawy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookingtool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookingtool.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandonlin.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasserie-twins.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasserie-twins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bring-heaven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brojagraphics.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bumble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campo-salado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caycehouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbnainital.org.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centrumpieknairelaksu.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chartsheets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiavistello.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christiandiscourse.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christopherd.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarkwifi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleveille.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cliksource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicos.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codingblog.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colonize.africa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "congresscoverage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corsomassaggi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "countrylife.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftmachinec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crys.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crys.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crys.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crys.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darlenejacques.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dechetor.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dejongonline.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devmode.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diariocibao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diepanhcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalcronies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitiqo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobryautoskup.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domainname.forsale", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domyiadaptacje.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doradocomputer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drrhonda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drsheri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ea-lateleassistance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaglemoe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecotechnologyti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elprint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emeraldislerealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "employer411.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eqiware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurotop.net.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evolvingsouls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "examopedia.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exodiac.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyemedica.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "febeditora.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feilestrokestown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fieldexpert.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firtreetechnology.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formi9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourmies.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomhkg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frosoku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemeentestein.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genomedia.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go.exchange", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenhost.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldships.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grasscity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gridtennis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h-server.myfirewall.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heightselectrical.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honeymaze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ictindia.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incomeproshoutr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsallaboutplumbing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itschromeos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jakse.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jan-gerd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japonyol.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeansdiscounter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justin-p.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kilbi-reussbuehl.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingdominnergy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirscrb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiwibird.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klempin.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klikweb.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knowledgebuilds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krupacars.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks89.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kstr.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacochinacounselor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacocina.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lederkleren.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leoservicosetc.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leruevintage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsbrand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindajahn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loader.us.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorenzocampagna.myqnapcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ltcwaterwijk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macaos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magniflood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangabank.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mansora.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marijuanajobscannabiscareers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martindoe.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterplumber.coach", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcs-kutc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcukhost.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediafamous.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "middletonshoppingcentre.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjjlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjs-domy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkfilm.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mokeedev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moobl.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mostbelehuzunk.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muloft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycounterstrike.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myremotelogin.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathanbarry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natteravneneibergen.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neusoft.ren", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newmall.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newshell.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicholasrhodes.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikka.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noeontheend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novotoznanie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutrashop.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvoip.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omangrid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onceuponabow.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oortcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oralb.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orgoniteindonesia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osci.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paesi.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "page-rank1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paknetworking.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkeerbordenhuren.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paroisses-theix-surzur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcdbank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitoufi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planisys.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playlisten.radio.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prankstercompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proevlifecycle.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progresivoptic.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertyauctionaction.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protiksana.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvhe.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quemadoresdegrasa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quprop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiosendungen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radyodinle.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ratujemyzwierzaki.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rawdamental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcpdesign.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redkiwi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redray.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remetall.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remitano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rightfold.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riveroacessorios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronbongamis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safevault.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samlam.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schbebtv.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholtensupport.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scribbler.monster", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securegovernment.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senimag.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sewfarsewgood.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sewfarsewgood.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoposal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siepomaga.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simmtronic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinakuhestani.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyblockrebellion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slalix.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaltimento-rifiuti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowsubs.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solucionupsperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srqpedals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stapvoorstapduurzaam.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steliosmanousakis.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steuerberater-hopfner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storingdesk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroifenix.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subarulegends.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subrad.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sungari.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swimminglessons.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swrelay.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synedat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synrestaccounting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syuez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syzdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tablemagnet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tato.noip.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebridalcollection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelicagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thsecurity.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "towsonpediatrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tualiadaenlimpieza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tycycles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucc.edu.gh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedfitness.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upliving.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vangore.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ventadecolchones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veryswing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrikshamindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsactivity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsportage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vuelacaruru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walkingandcycling.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warthog.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellandslim.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weloveliving.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wemajin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatismypublicip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wielrenbond.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wso01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80ancacgircb8q.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yanniclandsmann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ydraulikos.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeah-shop.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ytec.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuansecard.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukaction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukonconnector.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukonlip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zd739.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zone-de-confiance.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoubaa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0cd.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "14erc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "14ercooper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "222tips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "234666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "235u.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "345666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35089y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35089y1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35089y2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "40percentpapermache.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "45b.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4investors.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4wrd.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52062m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "654666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "765666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "92owl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a04webapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aberon.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actingcxo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adonis.hosting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adonis.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advaith.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affiliates.trade", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconditioning-sandton.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allanta.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allmajestic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apkright.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appbydl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apply-esta.us.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apwide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artifexnet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artigoos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asesoriaglobalenseguros.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autodius.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autogestioninmobiliaria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awangardaszkola.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayyz66.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b1nzy-pinged.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bachmannyachts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bacsmegye.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balanceado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baltimorecashflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baranyavar.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barnhardt4berks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basechat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautyseasons.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beckijayes.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergfex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestehostingproviders.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettashoerepairs.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettmer.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettmer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhaweshkumar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhrenovations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bi5.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biancazapatka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisoga.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogauto.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloomscape.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueangel.org.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bmcorp.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boomfestival.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "br1334shop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brickweb.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridalfabrics.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridalfabrics.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brokolit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brugerklub.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bryanphilton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsstainless.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callmewhatever.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cameramark.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canhas.report", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardozovargas.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casashmodel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceramiche.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "changinglivestoday.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chernyak.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicagenial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christineandcie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christineprayon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cialisonlinee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clairette-de-die-lantheaume.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coderscripts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinsuggest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comfortsolutionsair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consommation-locale.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contractorswestga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "correctconstructions.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativeground.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crowcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctmrepository.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubesugar.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuckoo.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursosgratuitos.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d1qvlbepn0kduz.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dal.net.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dating.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decoacerospanama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decorativeflooring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demedx.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dianpi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni24.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobbshvac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "douglascountybar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "douglascountyfilmtrail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ds28s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dungdev.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-surety.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eimmigration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eleganceperfumes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elgringosrentals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elycoin.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encoro.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enjoytech.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enlamochiladeadri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enlilrosse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epawnatl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equipoweb.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espacobebecia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everydaylatestnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exploredouglascountyga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f9marketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fachfusspflege-exner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fejervar.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finda.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fireglow.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshbean.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fridaysforfuture-bremen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "froogo.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuckssl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funktionevents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaetantremois.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaozj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garduri-electrice-animale.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalairsea.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalvoice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorpg.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greengates.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregorydorrifourt.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grexx.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gympass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hac2er.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haramainbd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harington.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "has.report", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hasandeniz.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heardcountyathletics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellofrom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hi-media.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hinepaving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hklbgd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homecaring.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeehome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homelabalert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horizon.ne.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelstanford.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "husk.house", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-pinged-everyone.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icanhas.report", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igramfollower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "im-a.cricket", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imoe.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkthreadable.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inpatec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelligentcontacts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "introspectivemarketresearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invetep.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irishsessions.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jack-p2.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janostheil.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaramilloconstrucciones.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jitterbit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jnsz.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobfury.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobtarget.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johannfritsche.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jyk.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karawanken-tunnel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keestalkstech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingfast.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingsblueblue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kita-freie-schule.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klimmzugstange-fitness.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knuterikskare.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kodkollen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kodkollen.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopfkrieg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreatorbus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurierwilenski.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lcv.psc.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leoservicos.etc.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leoservicosetc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leoservicosetc.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leoservicosetc.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leoservicosetc.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leoservicosetc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leoservicosetc.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leoservicosetc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leoservicosetc.rio.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leoservicosetc.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levels.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leveluprankings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libertarian-party.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libwebsockets.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifetoolscdc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lintelliftusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "love-spells-tarot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luisfernandoosorio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumacurve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicstay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magyarepitok.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maiet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maklerinfo.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malwar.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malwar.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malwr.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martellosecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvinschopf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvman.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnetdigital.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mawulihotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maylamtoiden.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mazloum.adv.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbsync4supply.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meiksbar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merchant.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgsdb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michelwolf.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micropigpets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikkei.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millerwalker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miniwaplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miss-alisa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misterandersson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlonline.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlwr.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modelspoor-projecten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modelspoorprojecten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modernautorepairs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mont-thabor.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mountainutilities.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mraag.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrvnt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mustsellacarglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-web.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myphamthemis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nan.cm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natmal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noahenco.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nocloud.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nogradhont.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "objectif-securite.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officezoneonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okkhor52.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olive.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ollies.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneartyminute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlytrong.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onpointplugins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optiekdemeester.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oqpo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osmdroid.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osomagicmountain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ownian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pandahut.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paradiseprivatehospital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partnersofprc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdfget.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pestpilis.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaisirs-coquins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetchiropracticga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planosylicencias.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plans3ds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plcgurus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "please-uwu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plz.report", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokoleniebar.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priv.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatenebula.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programador-web-freelance.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putnamcollision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "querencia.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickformspro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdviitd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recruitnow.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renewedhopefc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restore-aid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rinkhill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riptidetech.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rohrle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roomkey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosebankplumber24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roseberyvenues.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsquare.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rswow.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubymediagroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rummey.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saalfrank.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saalfrank.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sakerhetsbubblan.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samandroscosrestaurant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samusil.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sand-stoneinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santa-fell-from.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapphireservicesga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satmali.az", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segurosmaurobracchieri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergio.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sherrikelley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiganmartialarts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sideleau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skjt.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skolebil.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofialobocera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solucionespicadelly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somogyivar.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songsmp3.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songun.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonictonic.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundorabilia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staticfury.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stau-a.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stelinauto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strousberg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "structuralfix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surveil.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swoffordconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarife.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technicaloffice.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temariogratis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-spoonfeed.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theboulders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theepicsponge.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theolivetreerestaurants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetuco.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevenuevr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toddcullumresearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tolnavar.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomik.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradecloud.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradelogicintl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainme.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travauxcontact.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelamm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trebnie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tusi.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twdtulelo.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twistfix.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tylervigario.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unique-tutorials.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universal-edge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usa-viagra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v800y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vabusinesses.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "versicherungen-blog.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vnministries.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "void.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waehlefamilie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warmcat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearebase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wefound.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wenceslas.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werbetopshop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "west-nerica.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whistleblowing.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildrough.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writemyestimate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsave.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuz.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--5kv19nxn6b.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--birkenblttertee-7kb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xuwei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxbunker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xzibits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y2g.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yabbarov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yachtfolio1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yocto.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourdailyalerts.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ys633.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ysuna.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z33d.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zanjirzanane-shanbeghazan.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0553z6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1u0m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3333ylc.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "364553.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365600dl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36594a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36594b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36594c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "373.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4000milestare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5763.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5781.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5792.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5796.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5797.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "602yb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "603yb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7776365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7lb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "94imk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9kopb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86dj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agendo.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahsyg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiva.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alarelleimpresiones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alko-centr.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allbestcbdoil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allsoulinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allsoulmobile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allsoultech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allurefest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphaperfumes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altairlyh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amethyste.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amsel305nc.ddnss.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antennajunkies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antennista.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antikvariat.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apa-canal.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apostalegal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apostalegal.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assemblywithoutthewalls.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrojunkies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asurgiant.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atrafloor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aussieseoadelaide.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aussieseobrisbane.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autodilyhulin.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avalyuan.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avivaplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aycasac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baese.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bariatricsurgerysmg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baronspices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcmguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beeremovalspretoria.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beestation13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestcivilattorneys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestroofbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betmobilenigeria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biblionix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binoqlo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biol.moscow", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bither.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boreacr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bossdistribuidora.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandonforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brunchandmatch.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bs-herting.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsdio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bubulazy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buffup.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyessayscheap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cacrm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cargoio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinosblockchain.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centre-momboye.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaip.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chupanhcotrang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cissa.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clipchamp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "closoltech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnxy.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coastmedicalservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coatl-industries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "code4.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codebrew.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffeestain.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coiffure-andrea.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coin.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinpath.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comfintouch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "complexcoral.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concierge.diet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conversationsri.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copleylawfirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "counselingfw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creareup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "credito360.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditorapido.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crfcap.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criptoinvest.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cristianuibar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossword.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruciverba.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dark.fail", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddepot.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalcoffeepodcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diyanet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctor360.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosje.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drewlearns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ducksoft.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaglenation.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecuteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edisa.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrum.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elena-baykova.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elkim.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equifaxobjection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eulessplumbers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evoting.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewc.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewcd.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "examika.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyep.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasticservicesgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastboyscouts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastboyscouts.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fengchuiyudaqu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightright.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightright.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightright.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightright.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightright.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightright.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightright.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fojing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fraufries.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomtoolkit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftl13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftworthhousekeeper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futurefastforward.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamblinghero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameindustry.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garsio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gcode.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekclubbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geektarven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geschichtscheck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geseduc.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gesmav-trier.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gietvloer-wand.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gkv-gorinchem.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glimhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gloalerts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalaccountservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globetalent.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldskysecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gramtrans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greaterreadingyp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greek-kitchen.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guoke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gwbet99.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hair-reborn.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyhourboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrisonm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hendranicholas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hl8id.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hosteons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelmonal.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hvenetworks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypotheca.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icharme.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "id3global.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impakho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imposingoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imydl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infopier.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inovatecapi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inpdp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insights.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intentanalytica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inversionesgalindo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ioasync.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isamiok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ja-publications.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiji.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jjj917.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jjrstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkdhn.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsh173.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsh920.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jtl-software.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumprun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "just3preety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jyrilaitinen.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jyvaskylantykkimies.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k51365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88258.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88260.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88261.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88262.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88263.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88265.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88267.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88268.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88270.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88271.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88272.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88273.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88275.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88276.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88277.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88285.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kashis.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasual.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb802.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevin.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirchenchor-olzheim.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirillpokrovsky.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kmucsu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kromonos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kroy.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krugersdorpplumber24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kursk-otoplenie.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuruma-ex.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kustod.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvetinyumarkety.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l10n.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lalaloe.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larch.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learngreenlandic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lethosdesigns.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lethosdesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgcamsps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberhk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberhk.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberty-med.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librerias-he.com.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisasworkshop.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "listyourinfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lockr.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lowcarbmaven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lrs.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucybles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludothek-burgdorf.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukasrod.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukestebbing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m4all.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madisoncountyhelps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinboerhof.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masstercurssos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastdi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathematik.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memberhk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merite.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micamisetaestampada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmassemblyline.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motscroises.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multicore.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multimatte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muralswallpaper.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muralswallpaper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mushfiqweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-hps.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybestmattress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybestwebsitebuilder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myecms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylegacyvip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylennonbuddy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylennonbuddy.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylennonbuddy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylennonbuddy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nad-r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navlnachekg.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neo-novarion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neuroandspineconsultants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niclewis.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "njprimary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noematic.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notenarchiv.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "numbrz.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obdchekautomotriz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odesenvolvedor.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohmy.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohoreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "on9.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ondeapostar.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "one6688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-eikaiwa-guide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orbitalcommerce.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ortlepp.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacxodka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakho.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkrocker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peakslead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peerbanking.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectgarden.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peterfiorella.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfarreiengemeinschaft-neuerburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pianyigou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plantarportugal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playsawdust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumberlewisvilletexas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podshrink.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pompoco.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porelcorazon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppoozl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prepfba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectemail.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectmailext.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prophiler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosecomgdl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostoporno.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prowpcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychometrictest.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qnome.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quanttydesignweb.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantum-evolution.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioldpr.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranalawassociates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rankgiants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rastasorganics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raza.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razalabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razalabs.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rc-respect.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redper.serveminecraft.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reinhart-auto.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resolvergroup.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rfid-schutz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riograndesurgeons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roelenscitynews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rogersnowing.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rory.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roulettecarnival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtwcourse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruri.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryanhowell.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintleochurch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanqianssr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santo.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scanwords.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdn.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sekfung.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seolabuitest.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serenavillageresidence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgh.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaloc.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shanoviyam.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shenqi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shota.soy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shutupbabyiknowit.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silentkernel.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silesianlawyer.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinfulthrills.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitahk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skena.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skullbite.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sky-torch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyntalent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sluimann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snoopyfacts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solsocog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sombemerchant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonnenta.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "souleymanecamara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sourcebox.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "souzanabellydance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqreemtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stickyricelove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storgaarddieu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strick-welt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiotres.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sujblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunsmartresorts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surtisitio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syswiki.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-forgotten.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thouqi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tickettailor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timawesomeness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tommihynynen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toopita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toughlife.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toutelathailande.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelwithbender.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tumarcafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u32i64.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulickaprozivot.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unikalo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uphabit.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usabackground.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uspesnyprvnacek-staging.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uspesnyprvnacek-testing.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uspesnyprvnacek.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uspesnyprvnacek.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v88158.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivoregularizafacil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vulpr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wakastream.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watchlol.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wca.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wicksandwonders.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildandisle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildcraft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worlddeafarchitecture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xmr.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--kreuzwortrtsel-fib.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtaboo3d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yayl888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ybdh88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ycwt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuanbaohd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarfinakber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zindec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zugfahrplan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00168365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00228555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00228999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "01365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "02365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "04365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "05365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "06365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "07365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "09365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1002712.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "105318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1068511.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11018vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11018xpj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1111365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "111365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11168365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16836500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1683651.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16836511.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1683652.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16836522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1683653.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16836533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1683654.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16836544.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1683655.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16836555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1683657.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16836577.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16836588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1683659.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16836599.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "168365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22168365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2222365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "222321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2288422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2288499.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2299411.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2299422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2299433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2299455.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2299466.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2299477.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2299488.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "23365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "235998.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "242712.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3033888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "32bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33168365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3333365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "333365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36525.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "396228.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "44168365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "44365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "444321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "45365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "456365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5017701.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5017702.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5017703.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5017704.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5017705.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5017801.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5017802.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5017803.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5017804.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5017805.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "55365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "555321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5795111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "579533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5795333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5795444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5795885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5795886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5795887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396ooo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396qqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396rrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396sss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396ttt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396vvv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396www.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396xxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396yyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6396zzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65131y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66168365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "77168365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "777365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "789365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88168365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88365.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "888321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88yule3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88yule5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "89365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "96002e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9968282.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9968389.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9968404.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9968535.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9968aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9968aaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9968ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9968vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9968xl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "999321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "999365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99qp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abruzzobeautybar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acces-elevation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adelgace.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adonisgrup.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adoptionpregnancycenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adoptionpregnancycenter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agromotorsburzaco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akeenext.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alamo-analytics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allinsuranceinformation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almeeraloyalty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almusbahperfume.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpineplumbingandrooter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anageorgia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anepsa.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anzacparkeast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aperture-science.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aplazame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app00228.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app11018.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app77018.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appliancesrepairservice.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquasun.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artmosfilms.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asmanyasgiven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assemblytechnicianjobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atrias.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiohub.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autopower.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autotrac.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autozet.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "az11018.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62102.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62103.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62104.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62105.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b62h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b6730.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b6740.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67772.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67774.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67775.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67801.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67802.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67803.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67804.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67805.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b70884.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b70885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babblenotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balsamaiso.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandeirasnacionais.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banderas-mundo.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandiere-mondo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baoxue1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baoxue2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baoxue3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baoxue6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baoxue7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baoxue8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baoxue9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barakayu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barbaderespeito.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayraklar.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beercast.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beers.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bescoutednow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestinbarter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet1668888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166bbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166ddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166eee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166fff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166hhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166uu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166xx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet166yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet819.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bfanis.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bienestarfacial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biol.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoingah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitvps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizpay.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodrumhotelsresorts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonn.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bosekarmelitky.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breadpirates.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bretech.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brindesgrafica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brisq.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxdj2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxdj3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxdj4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxdj5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxdj6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxdj666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxdj7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxdj8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxdj88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxdj888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxdj9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxzx1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxzx2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxzx3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxzx4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxzx5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxzx6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxzx7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxzx9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c3kidspace.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c86255.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calluro.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camago.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camping-aupigeonnier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdbtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centurion-consulting-cie.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centurystonedental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceskaexpedice.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chapek9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicagobreastaugdrs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chriswilding.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chronograph.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chronosgroup.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classicfg.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "climed.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmpsc.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comicbank.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computingsociety.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comschool.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contentmarathon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "couponbre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cozumel-activities.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crafted.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creaintel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crownsterling.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curanderosantiago.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danskefilm.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dartydiscount.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dc-acupuncture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decofiori.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denisadinu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desert-maroc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df5101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df5102.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df5103.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df5104.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df5105.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df5aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df5bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df5cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df5dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df5ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dfafacts.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digimaat.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalarchives.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ditec.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domainevanina.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donsremovals.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragowebdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drapeauxdespays.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamhouses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtleague.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubbningshemsidan.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dziscover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eentertain.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eldoradocylinders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricfencesandton.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engagelogic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engima.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engym.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eprojectfreetv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ericsilva.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erperium.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exbolivo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "express-vyvoz.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f00228.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88yule3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88yule9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f8cp4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f8cp9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faizanullah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fam-borsch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasticcleanersbristol.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fetishbazar.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff00228.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fffinfo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fibroarrendacaseton.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstnet.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flaggorvarlden.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flagi-panstw.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flagistrany.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flagpedia.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flagpedia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flixtube.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fordtrac.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forextraders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franchisehive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomhk.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomhkg.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomhkg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freevision.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fujieb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxsshiwo.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g00228.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galeriakobylarz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gchc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geohoney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getbookked.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getsmarterinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goc4wraps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grand-city38.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grimm.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupocata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbudd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearthstonehungary.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hedys.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helderneves.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hygieneproclean.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i00228.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibhgospel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifoa.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinityvr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inh.gob.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iopool.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ios11018.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iosprivacy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isigmaonline.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j00228.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaimesotelo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jenslody.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessietessiephptrouble.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jftw.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinduoduo666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jtl-connect.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jtl-pos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kappershuis-meppel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kettlemetalbbq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidsphysiotherapy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingnutrition.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinothek.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koki.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuscu.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kwickshop.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laopcionb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasonorastereo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "last-strike.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latanews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latinosup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latinosuptv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc862.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leemankuiper.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lelux.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberhk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberhk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librehk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librehk.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librehk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librehk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeinsuranceresource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxhilux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livelondon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livingspace.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lohr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lowestpriceremovals.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsmarketing.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumierewithinspirato.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lushnikov-alex.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maidenliput.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manchestercleaner.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maquinariastitan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marilynhartman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "master-tmb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattknight.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcfarlow.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meditest.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meetfranz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memoirmedie.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalartbylaser.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meuautotrac.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micr0lab.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midlandslotus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindseyesolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlohr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojitoparty-articlespara.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momentumcoach.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mountbatten.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msoll.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msoll.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murmu.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myinjuryattorney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mythoughtmachine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naidonline.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nccfa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemzetizaszlok.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novonegoc.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nr-sputnik.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutrizionista.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvmo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o2oxy.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officiants.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinevergidanismani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orablanket.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otherlandlabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ounage.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ozli.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pablovaldiviesoar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pandemic.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pantsu.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "part.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pascal90.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pbfashionexhibition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penconsultants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipdeussen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipdeussen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platform39.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playinfinityvr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumbingofmesquite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prismintl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proclassifieds.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodesigntools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prof-toplivo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promexbol.com.bo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publivate.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qoptalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qr1.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qrd.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiq-uri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randomdata.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranwest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebellionbrewing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refinedroomsllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regon.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repuestosmedellin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revampweb-development.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rightpol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romanticasfm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royaume-smoke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubenroy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruddick.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sailanitours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltedfish.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandiegoopticas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saskadoodle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scip.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seaviewkohchang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sedlakovalegal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sekainokokki.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seolotsen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexyfotosvandep.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shahpurjat.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shearin.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shixuen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shotsleeve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shulyaka.org.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simbamail.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinanaydemir.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sneakersmexs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofaclean.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speventos.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssmm88.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starfishconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statnevlajky.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statnivlajky.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefan.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stina-vino.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stmohrael.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stortiservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strathspeycrown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiokilund.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summitlighthousela.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunsdesign.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swindontennisclub.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swrelay.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t1208.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t2183.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t3dynamics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t6354.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t6360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t6364.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t6371.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t6880.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t6881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t7809.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t8250.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tackleyourfeelings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanks.je", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarek.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taskworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taylorshillsamoan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamif.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teedb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theheatingoilclub.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timeai.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobefree.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "togtider.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tommyemo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toolnerds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "towellconstruction.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trajano.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treintijden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trisect.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tropicaltravelco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turuncu-sepet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tves.gob.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucngame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uddin.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwe-r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwe.training", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v6004.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v700bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v700cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v700dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v700w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v9037.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valx.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaperion.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verdensflag.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veteranreservecorps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villagenscamuria.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vilnagaon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viveport.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viveport.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viveport.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viveport.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viveportal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viveportchina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlaggen-landen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrba.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vscm888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vttnordisere.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vtupro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w00228.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waivcollective.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wealthsetsyoufree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webhostingzzp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webpagetest.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedohair.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weinboxbuilders.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weitsolutions.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welt-flaggen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wepa.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westlandplacestudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatnot.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williamtai.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldonwheels.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worongarymedical.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wossl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wppeeps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x00701.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x00708.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x00738.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x00776.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x00786.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x9016.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinnermedia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68ii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68oo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68pp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68qq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68rr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68uu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y68zz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y70102.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y70301.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y70302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y70303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yert.pink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaledia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zijemvedu.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziledelaultimagafaavioricai.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2017c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "222111.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233ss.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2712aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658880000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888001.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888002.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888004.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888005.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888006.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888007.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658881111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658881234.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658882222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658882345.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658883333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658883456.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658884444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658884567.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658885555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658885678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658886666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658886789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658888888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658889999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3970yes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6666sb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8602014.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8602015.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8602016.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8602017.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8602018.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8602019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8602020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8602021.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "86086011.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "86086022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "86086033.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "86086044.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "86086055.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "86086066.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "86086077.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "86086099.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8888209.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "889vip2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "889vip3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "889vip4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8914499.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "93cq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "about-ti.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancedurologyswla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aecis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afrikmag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agencytsunami.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airline-economy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajs5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akerboom.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akerboom.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphasib.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americans.cam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amymabel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrey1p.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anna-dance.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apalancamiento.trade", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aravatul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcadio.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arno-klein.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arno-klein.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnoklein.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnoklein.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artc.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arx-libertatis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asianwebcams.webcam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asmarketero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asperger-ag.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atheit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aufwecken.dynu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoglass.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avancen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avisofi-credit-immobilier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b0hr.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b88vip2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b88vip3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b88vip4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b88vip5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99011.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99033.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9904.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99044.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9905.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99055.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99066.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99077.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99088.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99099.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9912.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99218.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99418.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9951.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99518.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9954.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9961.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99618.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9962.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9970.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99718.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9973.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9976.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b99918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bairuo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baiurl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bekolite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet44401.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet44402.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet44403.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet44404.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet44405.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet44406.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet44407.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet44409.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet44410.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bienhacerlimpiezas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blaargh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloggingtipsfornewblogger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bongocams.webcam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botsiah.fail", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breizh.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bryandesrosiers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bureaugoodwork.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buriramradio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyplaytix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byrnesagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cakesbyzoey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cargosapiens.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carpet---cleaning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casaasia.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cedric-bour.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "censys.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centraldoencanador.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centurion-consulting.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certisoncologysolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chainge-re.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "change-coaching-gmbh.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicjrajeevalochana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chmc.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chris-siedler.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citationranker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckpl.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cldejessey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clean-mailbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cncn.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colombianas.webcam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compassleaf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connectme.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consteval.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constexpr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constinit.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultinghero.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contact.inc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooljv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craft-beer.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crafters.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftsandsweets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crtalleres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuir-lipari.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvo-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberpcforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d4designstudios.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d4designstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dafassl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkhunter.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidje13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbb.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dearstackexchange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debarras-diogene.paris", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decarrouseloss.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delosgaia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deped.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deshobi.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diamgroup.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digirechnung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital-eastside.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dilibel.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diyibo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docupaymentuat.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domeindns.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donpanda.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dottore.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ds.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dscharrer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtcp8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtnx.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dyxe.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dyxe.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earlybetter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eazyproject.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebooknetworking.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eco-repair.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "editionsnoiretrouge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eficsolar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitedns.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elvendrim.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emoxie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endbox.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erichoekstra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erichoekstra.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erkiss.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "errolstambler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essays.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroexpres.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exploithe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyedesignuniversity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eziwine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88qin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip102.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip103.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip104.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip105.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip106.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip19.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip20.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip21.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip23.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabslabour.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fh999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fhyl789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fhyl888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fidoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitequilibrio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flatfix.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foreignxchange.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freddieleeman.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freevst.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frsra.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fryergroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fx-rating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gampa.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geluleminceur.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genealogiegazet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentoocn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostsupreme.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gluhov-ss.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotowebsites.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graficasantana.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenpark.uz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenpathscience.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupog2i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairfitwolvega.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardcoen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hasst.schule", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hif88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitsbola.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseofpertijs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrpage.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imiix.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incrom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inflatiecalculator.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "influencerchampions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoprosnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkbunny.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innovum.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instagc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetzonei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interstateremovalists.sydney", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inu.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investigatore.torino.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ixit.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaisiam.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesusandra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janeymac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasminlive.cam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesusthegoodshepherd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonglvab.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "js636.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "js637.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "js638.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "js6868.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliaknightly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justimports.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jyoba.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kas.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "key-form.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keysso.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kjkmail.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kneppe.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knulla.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knulle.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koef.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolkinn.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kpntdolive.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kraftpc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunzesoftware.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kupriy-coach.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuretru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kycisrael.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanzalex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latinoramarecords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "le-fumoir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesptitstutos.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liborburda.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightyear.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lms-luch.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lomaem-nsk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londonlegaltranslation.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londonseedcentre.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lostandfound.mu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loxal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucyhancock.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludofantasy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macha.love", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maephorncurry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maisvitaminas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maisy.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandilabeachhotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manitaggarwal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marjonruns.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvin.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvnet.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maydn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meditarenargentina.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megapixelweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megapixelweb.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megatravel.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menthiere.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijngiftshop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindmusic.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mispromo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miss.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mizoey.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mooremetrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mountaintree.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpoonamchandpearls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musthinsider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-sex-cam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywindscreen.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nbclinic.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfl.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ng911services.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickkallis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicolettajennings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicoobank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nielsbohr.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nlpdiscovery.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nobreinox.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrthcdn.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutextonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyan.kim", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyerjanegroval.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obra.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohbabybean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ok7779.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ondiet.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlysim.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oumyshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overwatchss.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxfordbio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p4g.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paguponku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paiementdp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paradigma-med.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partenopei.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pazerandepstein.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pbwebdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personadecoded.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfstaging.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pimichi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelumin3d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizza-calzone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pjax.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "points-pote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postmistress.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premium-computer.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "previousmagazine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodampro.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profritual.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychiatrie-ricany.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puntaprop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pytradebot.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quatulo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quik.legal", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qurplus.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabbitcallcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravelin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redmoon.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redworks.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "referat.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "referat.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renanoliveira.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restaurantedonono.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revampweb-staging.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revistasomos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rexfinland.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rfid-schutz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripp-it.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romanian.cam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotate4all.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalaubar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruvinroshan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rw2.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rythm.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saiyans.com.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saledump.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salonderecepcionessjl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salto.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarkaariseva.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scenari-community.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scenari.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scenari.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdebitati.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seishinchuo-lawoffice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendzik.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sex-sex-cam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shahzaibm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoemakerywc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shokureach.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signaturechannel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simonssh.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slc.gd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleep-go.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sm.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socaliente.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soccers.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sockfetish.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softwarepara.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulcraft-cracked.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southpointcollision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacehighways.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "st42.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stacktrace.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stamboomgids.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sth.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stopyhrdinu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storiesbysign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stripe.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stripecdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stronku-gaming.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroyka-iz-brusa.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sukherchador.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svtr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sydneychillies.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sztoriboljeles.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t39.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t3hty.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techaraby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "televotia.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temp.hopto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebasicstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefestivals.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theo-andreou.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theorioncorrelation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetwistedrabbit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomasecookedds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thundercloud.onthewifi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timacdonald.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timeless-spirit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tixel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tls.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toddexler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todotecnohoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toorl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrentgalaxy.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toudum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tussier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twtr.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubezpieczenia-poznan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uborka-812.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukriate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimateappreviews.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upholsterycleanerslondon.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "username.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usjunkyardsnearme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v05666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v06999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v12555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v67555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v68777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v700ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v76555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v78555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veg.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verbmaestro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vertretungsplan.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinhodragao.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visuri.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voidancerecords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vostok-zapad54.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voyagewonders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vs106.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vs107.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vs301.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vs302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vs303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vs313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vs601.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vs603.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vs677.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vs680.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vz.al", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w3app.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wajs1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wajs2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterheaterirvingtx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watthasawang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wbuhs.ac.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webkam-sex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webshaped.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitecyber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weeklydcoupgen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weldotherm.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werxus.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiteeagleca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wibness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikileaks.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winckelmann2020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodwo.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wossl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wulala.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xahbspl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ya.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yachtfolio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yanik.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeswecan.co.bw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ygm.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yl8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yvb.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zalure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdenekpasek.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenassociates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "09000113.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x7.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12l.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1stcarpetcleaning.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2033002.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2033003.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2033004.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2033005.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2033006.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2033007.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2033008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2033009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2033010.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2033011.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24hourelectricalservices.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "347552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3651143.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3651145.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3651146.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3651147.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3651149.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365q01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4151365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "420screen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "427552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "457552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "487552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "77zxdy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8225.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "889vip5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaainfosystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abrikos.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accs.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ackis.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adminrezo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agences-cegee.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aimiastestseries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aland.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alice-of-alice.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alkemi-si.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allisonchapleau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ammrio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aotearoafreepress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apod.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apollo-auto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqua-ferra.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnove.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arteerotiko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artofhappyliving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspireuniversal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspirevc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aussiemilfs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "background-checks-systems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "background-checks.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "background-checks.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "background-checks.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backgroundchecks.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandolino.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baypromoteam.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautyandfashionadvice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernmail.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestbuyzone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettercleaningcompany.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beverhof.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biotera.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biz-architect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluesoap.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobstenancycleaning.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bocawa.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boomkins.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxt.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brindisi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddyme.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buri.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bvgt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytynazizkove.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadep2019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canttboardpachmarhi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "car-spaw-rac.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "careertransformed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carwashdruten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdf.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdnya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceiba.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgp.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chadlenz.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chianti2002.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chineserecipes.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chloes.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chpwmedicare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciagutek.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cineworld.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citsc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claumarservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craterx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazymarvin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyber-travel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dandan101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datacommissioner.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defendtheweb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delhitalkie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltafinanceiro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devicom.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devlinjurister.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dhit.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dianadrive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dipietro.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discarica.napoli.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discounto.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divjak.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmarcian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doadaybook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doanhnhankhanhhoa.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doinaruscior.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draireneborro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drradin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dspropertyservicesltd.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easycosmetic.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecriminalrecords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edtech.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edukador.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eion.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eisen-biomed.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektrownie-tanio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emeliemai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmiwelentain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "employment-applicant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equabanking.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erty.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esfahanahan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esoteric.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f8908.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familiearchivaris.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familytreesbyjackie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faretrotter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farodeluz.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixklenner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ffg.berlin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fietsvierdaagsen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flassetlocators.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forensicsoftware.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendlycleaners.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frovi.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullmoviez.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxstrategics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxyscientific.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamewinninggoal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gearwise.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genealogiewerkbalk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girl.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globemusic.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnaucke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gogs.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gospicers.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gratefullane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greekplots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greiner-it.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greinerj.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupescr.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupoalpi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gryinx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakkasan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardfloorcleaninglondon.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heathersmithcommercial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hermiu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hifly.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "himalayanyogashram.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hobby-freizeit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holtslander.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holundersberg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeportal.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydroponicglobal.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icecutethings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illange.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspiresurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intrixgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inyr.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipinfo.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isaob.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ispfontela.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivetazivot.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwashealthy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jan.gl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkvov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmlogistica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joanjensen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joyofhaskell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrt.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliuseskola.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpingdeliege-vip.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwtv2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaibo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanpian369.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaputtzich.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kartashev.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keoliz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kernkompas.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kkcinemas.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kochbar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kojy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kranjnakolo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kubanitoscali.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kzmhk.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "langleyporter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laurajeandesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leathersofacleaning.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lelux.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lewiatan.opole.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-shop.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-sklep.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidlonline.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liebt.schule", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightningwirelabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lincore.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveint.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lxx4380.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyonslawlink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mademoe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnes.priv.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnesy-neodymowe.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnesy-neodymowe.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnesy-tanio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnesy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnesy.net.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnesy.priv.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manicminers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markxpdesign.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinelias.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mateuszmajewski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matt.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matts.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matts.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxuniverse.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcjars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediasst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medsourcelabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memorind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadosex.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meridanas.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mia.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijngeldcoach.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimolo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mist79.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mittwoch-nacht.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkm.szczecin.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmxblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mo-mochizuki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moca-2080.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneyfortitude.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montrain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moteksystems.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mott.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "move-out-cleaning.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mservers.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mt-tech.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtasts.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicinsiderdigest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myofficeconnect.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myoptimalbrain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypt3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nepozitkova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netolink.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netolink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nixnet.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrvc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzelaweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oberhof-hotel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceanlogisticgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octopuslab.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocupat.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odegua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oegd.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ololmke.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omega-marijuana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omshivalab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinestoresite.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opsre.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimalrehab.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimumterapia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostylelimo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overspeed.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paramountelectronics.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patchyvideo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postari.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preparetheword.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pressplayandrelax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prexxorvita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "producentbalustrad.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectborealisgitlab.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prolinq.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proshow.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protocol.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prove-uru.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "providentins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prvcy.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pure-host.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qr70.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcjescrow.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redpen.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redsequence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reflectiondentallasvegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restaurant-fujiyama.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revworld.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rezendemultimarcas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhubarb.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmdscreen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rugcleaninglondon.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rusdigisolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rutracker.appspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-socks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sakenohana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samindgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santi-club.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scanwords.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scenariossecuritygroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seandawson.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seccast.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serverhost.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shepherdsfriendly.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shymeck.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplemining.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinhnhatbaby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sittogether.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skydiverapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slan.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slidesvideo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smoothiecriminals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smtenants.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofacleanerslondon.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softweb-dev.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soko.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soterdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soupbuahtaza.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sphericalvision.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spmax.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sprossenwand.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stagemaster.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stamboomforum.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statuswatch.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevenselectricllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stonearm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stormboost.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strelnicesmirice.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunsetdentalhenderson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supercharged.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swapfin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swmlink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemdynamics.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taffe-elec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxisaeropuertomadrid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcgpraktijk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telhabrasil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theartistjournal.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelittlepeartree.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomasbnt.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalemaiildelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalemaiilldelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalemaildeliivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalemaildellivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalemailldeliivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalemailldelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totallemaiildelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totallemaildelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trabajaenvitamina.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traiteur-laporte.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turbomag.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "typeclasses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubicaciones-vitamina.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.ltda", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universoscuola.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upbtrbt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upbtrbt.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upbtrbt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upbtrbt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upbtrbt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "us-10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usapublicrecords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usmiddleclass.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ustaywell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utiars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uxp-it.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v0v.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegetalvalley.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicenez.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viewbykrian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visualmarketingdeals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visvolunteers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitavista.health", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vocationnetwork.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vponline.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watchesonwrist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watchmoviesgallery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watzijnmijnkerntalenten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weadvize.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wealthadvisorsmf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webceo.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webservertalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webzoly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wkz.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowprezi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www-8225.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinxin.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xlink.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xmag.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxgalgame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yauatcha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogamexico.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogshrihealing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youber.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourcareerhost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z36533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaixsp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zambranopublicidadvideo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuim.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zurlin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "031373.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0cp8778.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2002712.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "234lc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3002712.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dnovedades.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4233070.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "455328.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4661049.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4776070.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "513651.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "58xiangka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5ccapitalinvestments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66lc8.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "70nb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "917.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a210.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aabenjaminjewelry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdullahavci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdullahavci.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdullahavci.net.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamoshaver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aes-freundeskreis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affaire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciabonobo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ainzu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajbenet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albertforfuture.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alberts-blatt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allgovernmentjobs.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allindiacityguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpha-premium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altabib.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambra.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analisi-logica.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anney-life.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aponkral.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aponkral.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "application-travel.us.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "applied-privacy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apply-eta.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apply-visa.us.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkenco.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arlaperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arpatutorial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashlarimoveis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asirigbakaute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athemis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlanticmarina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiclubbahrain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augur.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augustoshoppingnet.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automentesszolnok.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axiomeosteopathie.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b4lint.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baac-dewellmed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bairrosonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basicamente.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beddentotaal.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestporngirls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333345.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333456.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333567.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet444400.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet444401.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet444402.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet444404.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet444405.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet444406.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet444407.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet444408.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet444409.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet444410.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet444421.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet444422.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet444423.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet444427.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet444428.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet444430.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biasmath.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biggles.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blog-investimenti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogpress.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "booknowmytrip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brazilianbikinishop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bread.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakout.careers", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brillio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bronzew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadmax.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cairuz.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caldersoldas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calonmahasiswa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carbuyersbrisbane.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carmenluz.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashforcarremovalsipswich.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castelodosmoveis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cavenderhill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccelectricaldrafting.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccsistema.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceefaastresources.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chapelle.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chardhamhotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapsslrenewal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chelpipe.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chromaitaly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chungsir.com.pa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cialde.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clientcms.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinique-ser.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codeguard.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cognitiveapplications.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coiffeurty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinvex.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "competitor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compra-deuna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "couponlo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "couriergrey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "couriersrs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativeliquid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cremedigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptex.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csci571.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cythereaxxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daceurope.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailypop.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dalcomseo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danalytics.com.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danstoncu.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadpulse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decorotti.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedoles.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedoles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedoles.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedoles.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedoles.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedoles.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedoles.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedoles.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "del-ex.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dementiacaring.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designepublicidade.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deti-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dgtakano.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dhakawebhost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djitsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djmox.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmcw.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmitry.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontstopcoffee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doppler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drpil.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duelingaces.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durmatest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earlyimage.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earthsolidarity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easy-vn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecobagsmauritius.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecodesign-labo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekole.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elmresan.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmastree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emme3abbigliamento.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmynet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enanto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "errortools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evisa.us.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exams9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excitoninteractive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fa158k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff-koenigstein-opf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ffsbgateway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fhinds.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstcoastteaco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fittingperfetto.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fonamperu.org.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forfeiture.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forthewin.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foselectro.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fozzie.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankieistanbul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freiboth.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshers9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frutasyvejetales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullhost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamblernd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genunlimited.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geraldoazevedo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getyour.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ggismo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gim-app.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gipfelbuch.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gkb2020.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go-away.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodmood.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodmood.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodmoodsocken.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gospomedley.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grantsmasters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruposertaoveredas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsmsale.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardweb.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hastaneurunleri.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haystackrenovation.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiyoko-shokutaku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hmeonot.org.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeworkacers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostallacasamia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hosuronline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelevershine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelindraprasth.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotellerssolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotellilas.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houstonendodontics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hr-praemien-santander.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrcrew.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrpregnancy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htxlaunch.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypercompetitions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idesoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilc552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilc553.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilc999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iloft.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imaginelab.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impulsocristiano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infocus.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingenias.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmatesupport.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inocelda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insta-drive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interphoto.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipanchev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iranturkey.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "is-in-hyper.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ishotagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isolde.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsig-faq.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwatt.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ixix.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jabberd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jgonzalezm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiayi.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joejacobs.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jungleadventuretours.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jurojin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k-jtan.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k801.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k811.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k818.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k851.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k852.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k860.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k865.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k867.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87071.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87072.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87074.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87075.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87076.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87077.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87078.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87079.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87080.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87081.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87082.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87083.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87119.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87121.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87126.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87127.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87128.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87130.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87131.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87133.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87134.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87135.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87136.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87137.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8736.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8804.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k884.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k885.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k886.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k889.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaibo.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanyingba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kassa.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-aarau.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kernel-panik.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kesef.org.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf060.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf6622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf6623.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf6625.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf6627.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf6631.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf6633.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf6635.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf6637.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf6638.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf6639.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf6830.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf8865.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf88666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf8867.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf8868.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf8871.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf8873.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf8876.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf8878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf8891.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf8892.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf8896.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf8897.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimkyzcrs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingstake.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kneli.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kritikahotels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larsson-ornmark.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc0188.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc1800.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc2121g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc245.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc2500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc3745.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc3746.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc3747.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc3748.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc3778.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc3799.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6602.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6605.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6621.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6623.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6625.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6626.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6627.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6629.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6631.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6635.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6636.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6637.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6638.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6639.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6651.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6652.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6653.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6657.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6662.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6665.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6667.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6669.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6681.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6683.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc6686.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc68692.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc7979.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc7979g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8181.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8865.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8870.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8882.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8900.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8905.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8906.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8910.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8911.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8914.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8915.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8924.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8925.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8926.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8929.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8dc15.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8dc26.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc8dc28.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc90000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc9108.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc9862.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc9899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc9900.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc9920.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc9930.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc9950.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc9999g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecheng2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecheng7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemonrotools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levante.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexoo.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-foto.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-fotos.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-fotos.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindquistnet.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ljskatt.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loan-lenders.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localnet.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolivpn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lssolutions.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunarshark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maekha.in.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magellan-met.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnesium-biomed.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketing1-0-1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathias-frank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthias-wimmer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mckay-bednar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mclawyers.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mealcast.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melissagalt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mellika.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miftahulteknik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikdoss.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikeowens.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millennialbeekeeper.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mochilerostailandia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojizuri.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movahoteis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myebony.cam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myintimtoys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrvogna.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasaacronyms-beta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasaacronyms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netolink.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niftypersonalloans.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nn01.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nn01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "no-ice.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "no-ice.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nolalove.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nonzero.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northrose.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nosedoctor.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novalite.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuquery.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ociaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofileo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okewp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oktayincesuturizm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneclickjailbreak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneclickroot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parareflex.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patryk.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcdn.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelachim.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personalfunctionaldata.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piatika.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirscapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixael.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playinfinity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pomtom.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pop.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popoway9.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poppincurls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portalexpressservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pratemarkets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primegiftindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "produra.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projekt-allianz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promtechosnastka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protectedpayments.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puer.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puntoestadodemexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pymescentro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pythonatrix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qicsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quarim.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "questdairy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raffaelevinci.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramitan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramtechmodular.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranthambhorenationalpark.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdr2-rp-forum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recht.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recolic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "red031000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regalopublicidad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reparacionmovilesmurcia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revolucionfemenina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rfid-basis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodelstein.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolandoredi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalpratapniwas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rssfeedblast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubenjromo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintanthonylakin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanogym.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saorview.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satania.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scratchzeeland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seisansei.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selaluberkah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sethlmatarassomd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shdw.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopikal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpleprojects.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitelmexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skynetstores.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sl66.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartmail24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofigeleiascaseiras.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songsterr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spectre.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportboot.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spot9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spyfone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srcprivatesecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sslsecurity.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sssldurban.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steuerberater-bayreuth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supergmtransport.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swtun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tahhan-tech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takkguitar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnicosenlineablanca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tegel-schoonmaken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telcotronics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telegram.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefoodellers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepurplemaids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thilobuchholz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thoschi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiagoealine.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiendadolca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timeforcoffe.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tishopsv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelassist.us.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trechosemilhas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trezor.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trueopenlove.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uccisme.net.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unlockauthority.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uuzsama.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vermellcollection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidasanayfitness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmautorajkot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wasticker.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weather.gov.mo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weiran.org.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wilddirections.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildfirechain.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolfy.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womenswellnessobgyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workshop.men", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpwebshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x-charge.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x001.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xmgspace.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--depias-zwa.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yannickb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ykkme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ytcount.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaraweb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeus.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zsolti.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "188cn-sb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1v1.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848rr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "28365cn-365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "288cn-563.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2th.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365cn-288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365sb-cn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "48365365cn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "48365cn-365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981655.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981669.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981677.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981699.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981800.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981811.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981833.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5981w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7pets.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "878365cn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "915kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499137.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499212.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499232.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499278.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499343.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499518.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499676.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499737.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499757.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9499yl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9n1shop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcdreamusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abhaldus.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "action-verite.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adv-f1.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agriquads.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alliedpavers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allspinecare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ampgroep.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amt-taxfrance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreina-atencio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelok.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apertureimaging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcanist.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcticbit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armageddonstuff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armpads.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnesegers.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arsindecor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asdwfwqd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashmyra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aupaysdesanes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babounet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beatrice-nightscout.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautycreamultimate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beplephan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bequ1ck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bespokemortgages.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365cn-poker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet5678.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet5678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet5678a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet5678b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet5678c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet5678e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet5678f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet5678g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betcn-mart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bevelbeer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibliobus.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bifm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikebristol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bishopp.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blamefran.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blanboom.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluesync.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouwbedrijfvandortbv.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brabank.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brabank.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braystudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brguk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brinksurl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "browse-tutorials.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brunoreno.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "by-robyn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camera-news.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canva.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "captainfit.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carmineforsheriff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccparishwilmington.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdgfrm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "changeanalytics.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "changeanalytics.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheater.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chilliwackchurchofgod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chk-ccs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciliwang.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciliwang.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinemixer.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearvoice1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cliffyb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudpole.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clutch.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codelei.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comcov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connectingrentals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connectingrentalsofbethel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "console-tribe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contenthosting.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cordemar.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cozmoyachts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cr8haven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "createbeing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cx100.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dalianbbq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniilgeorge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dayuse-hotels.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dayuse.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dayuse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dayuse.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dayuse.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dayuse.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dayuse.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dayuse.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degoeiewebsite.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekruifschalkwijk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deloretta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltatutoriais.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depelos.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dermsf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destakbrasilbrindes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deu.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dev-pmcc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dev.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devconf.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devpp.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dgangsta.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dhtr.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalagencynetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digixcellence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimomaint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dioesfoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directveilig.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distributori.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drcourtney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "droppia.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtivandortbv.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwz-solutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-businessexpert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastmaintech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastyorkshirebuses.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehb-sec-ward.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehbsecuritydavy.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekalisch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electronicbub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elskling.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empicargo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encuentratumueble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endurogp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eprezto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortbee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurogarden-parts.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurogarden.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurogarden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroonline.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evowrap.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "existest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expertisematrix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f1distribution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairgaming.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feuerhaken.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fidias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firecareandsecurity.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstdorsal.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "footstepstofreedom.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freecashfunnel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freelance-magazine.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freepastlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freestylesolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friedberg2020.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frozensector.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftgeufyihreufheriofeuozirgrgd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuseyahoken.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g-lab.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gasinstallationsjohannesburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatos.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gchq.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genealogieonline.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gesevi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gestlifes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "get-maurice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geus-okna.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girlinthetiara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glosons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gramiaperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guangjiangk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutieli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gymnchod.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h404bi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hallme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hassra.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazmijardin.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hd-iptv.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthworksmarden.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heijmans.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hithardnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hkmap.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hkmap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hkmap.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hopeworld.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelnatrajp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hplace.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrna.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "http3.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "httpstaak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hullseals.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huntertechsolution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imkindofabigdeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoyaracuy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmedic.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "institut-uthyl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integratemyschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "into-the-mountain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islandmapstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-zt.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsallsotireso.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivanderevianko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j7051.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j7052.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j7053.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jayden.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdefreitas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdproofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jenniwiltz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jensdesmeyter.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimmycai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joaobautista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnrosen.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonaskarlssonfoto.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonathanha.as", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwchords.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k87183.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaleidokollection.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalex.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalisch.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kantoportraits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimsnagelstudio.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kkutu.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klempin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koolerbythelake.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koplax-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuaikan1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuketz-suche.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakeee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanselot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapseofsanity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecheng5288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leesyal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legend-v.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexautoservice.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limasartes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "listisima.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livechat-ag777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojas25online.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lonelyhaoss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovelive.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macji-raj.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madreluna.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamsds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maytalkhao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbedcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mc007.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mccannbristol.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicareful.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mehode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mehvix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melodyjane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentita.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mepambalaj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercedobem.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miapuntes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindcms.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miyasyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkalisch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mocknen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morecreativelife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morganwilder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morningtime.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mthopebank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multicorpbra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mumablue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfavorite.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhomeworkpapers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neatlife.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neilpatel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nevychova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newquilters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nguru.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicolaspecher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nobreaks.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nooverviewavailable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norapiero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "npaccel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "npdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nub-aptech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutbot.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obasigeorge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odolbeau.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okonto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olympicfitness.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneshotmediakc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineradio.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openarch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openbayes.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paardenpro.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "packetoverflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panthi.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parfum-selbermachen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pars.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulbrown.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulcoldren.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perf1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peter-hurtenbach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pheasantrunpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phpcrudgenerator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piataborrachas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piatatem.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picklinik.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pickthestory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.vc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piratesbrewcoffee.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetloisirs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planrow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmcc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podxappa.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polybius.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "post.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "probazen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programme-phenix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectxparis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proyectosinelec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pservicer.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publikate.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pylon.bot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qldcarwreckers.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qp666d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiqd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiqurls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiodeutsch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiohub.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranyeh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "real-neo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "red-dead-rp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "red-dead.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repliksword.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reprowesty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retetop95.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhaniegghe.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhaniegghesoftwaresecurity.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richie.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritsu-life.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rofai.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rogerkunz.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronvil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rooselaers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royaleagletourism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtfch.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runicspells.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rvdbict.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabkappers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saferequest.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sailormoongallery.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanpei-design.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sayver22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbstattoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schrader-institute.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scpi-is.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrap.photos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdeu.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebastianungureanu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segtronix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sekurak.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semmuhely.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senneeeraerts.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoharish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serkanyarbas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serkanyarbas.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgrossi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shapin.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shellcon.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silviacataldi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simcoecurlingclub.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simonevans.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitesecurityscan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sixcolors.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjrcommercialfinance.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skywalkers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialclimb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softwaresecurityandradefernando.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softwsabri.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solarpvoffer.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spaceapi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanier.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squadronprotectiveservices.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stellatusstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stickypassword.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stjohnnepomucene.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sukiu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svc1.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swagger.london", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swit.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "system-admin-girl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taiwanhotspring.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamakyi.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "targetx.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taylorfry.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenelco.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teslarius.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thatshayini-sivananthan.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesslonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thmail.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thoe.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketpro.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titantax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todoporjesus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradinghelper.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tudosobrehost.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunochebuena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuxsrv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unibusreputation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universocaballo.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urabain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v2c.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vacacionesenlinea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vandortbv.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vandortgroep.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vectormagnetics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videosjust.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vizuul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voicebrew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volatilesystems.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vox.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vqebizconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vv1234.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vyvod-iz-zapoya.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waalderhofje.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walnus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warrantynowvoid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellcomemdhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wetter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windowreplacement.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winsposure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wizbot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpbeter.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xaxax.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaololi.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--eo5aaa.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xuonggiaynu.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yarapilates.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yardley.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeahwu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeulathich.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogaschule-herzraum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youthink.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuhangq.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zby.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zezeatolye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhis.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziendo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "008yingshi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "01tools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "102ch.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19990bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19990cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19990d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19990dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19990ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19990ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19990gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19990ii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19990jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19990q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19990r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19990tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19990uu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19990xx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19990zz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1datatec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2y3x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5i.gs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "608vets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88740b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a2ch.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a3mobile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aarquiteta.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aasvets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abacusfi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abbeyvetspets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accademia24.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accionistaprincipiante.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adarixconsultores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adasbench.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addones.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adf.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adollarseo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advengers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajl.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajnah.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akkade.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allcinema.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allcountyins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allnoticebd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allsurpl.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alodocuratelemensagem.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambassify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambassify.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anasahr.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andriraharjo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annuaire-auto-ecole.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antispamcloud.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apex.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apirest.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appliancepronwi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arturli.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arx.vg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astifan.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astucewebmaster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atelieracbaby.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auksnest.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austerevisuals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avonvets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bangkokcookingclass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bavomaes.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beargoggleson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beauty-expert.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betimely.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgfix.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibliotekasnow.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilder-designs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bildungshaus-arnach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billigesommerhuse.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioemprendiendo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biscuit.town", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackhawkup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogredmachine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluemanhoop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blythwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobnbounce.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bomhard.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bomhard.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boundaryvets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bracknellvets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainboxai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brindice.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broadwayvets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bszoft.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buchhaltung-muehelos.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byaustere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c3softworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caldervets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calichines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candidatlibre.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartegrise.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casavacanze.estate", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinoguide.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathcartandwinn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccr.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cedehb.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralpaellera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centreagree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centurykiaparts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceskaexpedice.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chapelhousevet.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapsslsecurity.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiboost.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chodaczek.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrxw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clan-zone.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudsavvyit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmskakuyasu.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codinglogs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coignieresentransition.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connectfri.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connexion.health", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connexionht.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cppaste.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craxbay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creative-thinking.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creatleencoaching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cromwellvets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culturess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customsportsocks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dan-bureau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dan-bureau.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danajamin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealerbrindes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delegao.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "democracydirect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deniz.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depoker.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deteken.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deutschland-dsl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dieti-natura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimomaint.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimomaint.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimomaint.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimomaint.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimomaint.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disabilitydischarge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disproweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distrishow.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "do-pro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doitexperience.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domyhomework123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doolz.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dovermotion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drendermobilyaservisi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drilon.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ducadu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumboverflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dxzsj.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dyrvigs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-coexist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-oscar-web.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebola-hosting.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecotransfer.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ellbusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elwebkala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enofmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esfiledecrypter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eskapi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espace-habitat-francais.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esroradio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etaoinwu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eugeniocorso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eutiximo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evemagazineonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventprazdnik.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evlorin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evony.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewaf.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewritingservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "example.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excelkursdirekt.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expatfire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyal-dvorkin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f8921.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fady.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falsterhus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falsterhus.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanohus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanohus.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farmaciacomunalelacchiarella.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatihingemisi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feriehus-danmark.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferienhaus-danemark-hund.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferienhaus-danemark-privat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferienhaus-laesoe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferienhaus-urlaub-danemark.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferieservice.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmpronet.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fisiotohome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flass.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightright.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluffy.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyersmarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotoblog.nrw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourfourcrew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fromtheboxoffice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frozenfutures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fruxprivatebank.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullcirclestudio.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g22-livechat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabe.house", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingroomaccessories.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gardensandgifts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatomanias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaypirateassassins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gesamenvat.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getboubou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gezondetips.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glamira.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "global-monitoring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glutenfreehomemaker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmenhq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldandgopher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gowervets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpsblackbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greensidevetpractice.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenstreethammers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtacty.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gute-schulen-porta.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gw66.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hancocklawfl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hatachan.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawickvets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hayonik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hexaware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hikikomori-sos.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hikustore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hispadent.com.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homebank.kg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeshowoff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horo.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelcorporate.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "httpsarnemergan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypolineweb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifacservice.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ighl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilovelwy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immortal-pc.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imoveisavenda.rio.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impact-fluids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investuji.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iocp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iotekha.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iqsecurity.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istormsolutions.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itdata.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ithedgehog.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itnow.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izntz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javanguiano.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetses.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetswhiteout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeuxerotiques.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnrosen.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josealonsodds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josephquinaucho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jourdain.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88601.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88602.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88603.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88605.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88606.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88607.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88608.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88609.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kbsinflatablekingdom.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kentdalevets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khedmatazma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khokey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kin-to-kin.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kindertherapie-wesel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingjamesgospel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingsofkauffman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klitmoeller.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klitmoeller.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kliu.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ktsee.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kysseo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladyofsongstv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laurenball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawlessrepublic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawservice.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ledburyvets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libraryofcode.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lida-vets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-blumen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifesavvy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linksphotograph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linnaeusgroup.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litarvan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liuliuya.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizzian.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localpov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longboard-vergleich.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loopback.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lopes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucymontebello-arte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luisfariasgrupo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m2h-fiscaliste.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maichun.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "main-freedom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maischances.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malediven.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malinaclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mame.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maplebgm.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marivalemotions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masshvac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrixglobalsms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattberryman.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxdg.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdbug.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdkhorshedalam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medisense.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medrep.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mehdibouchema.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metrocarremovals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miamiobgyndreams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaeldg.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikethiessen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindbounce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minervacars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mminsco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmoneko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mod.af", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moderniknihovna.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monlissagebresilien.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moort.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moritzkornher.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moso.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mouniresidences.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrmemory.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multimedia-pool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycrypto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myesk.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myqservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nachovni.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naiaokami.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndx.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netferie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netferie.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netferie.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newcomm.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.ads", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.android", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.boo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.cal", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.channel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.chrome", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.dad", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.day", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.dclk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.dev", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.docs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.drive", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.eat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.esq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.fly", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.foo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.gbiz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.gle", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.gmail", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.google", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.guge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.hangout", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.here", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.ing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.meet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.meme", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.mov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.new", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.nexus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.page", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.play", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.prod", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.prof", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.rsvp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.youtube", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic.zip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nihaarpstars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nocommentsallowed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordvestkysten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordvestkysten.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northampton-vets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nothinfancy.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntzlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oakbarnvets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olopp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omniteck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omtleden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "once.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onenetcdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onestpasdesanges.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opel-focken.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openbayesstatus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openmail.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opp.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ordevanoranjenassau.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ortopedistamarcelocosta.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxidemusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p-damda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalsongs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalsongs.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palner.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paperwritten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pappasappar.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parcbotanique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkvetgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passhojao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peakvets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepinierebotanique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permis-apoints.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgpaintanddesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phinphanatic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonefilter.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonetikos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piercing.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinpointline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plekker.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmarbeid.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podobovo.if.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornopark.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portierato.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precisedigitalmarketing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precisionhealthpilot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presseagrume.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prestonetwork.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preventfalls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectinnovation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "provlas.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purepest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qryo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quintenehb.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbtvshitstorm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recursionrecursion.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reddevilarmada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "registry.google", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remachadoras.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repairguy.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resorts.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retraitebysaulsplace.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewgeek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riggosrag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rit.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritewayconcrete.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riversmeet.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romo-holidays.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romo-holidays.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronan-hello.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roomlab.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rossome.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtveen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rugeley-vets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samcentertech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saulsplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saulsplacehealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saulsplacewebdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saulvanderbijl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seattledevicerepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "section215.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securepress.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selltous.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senshot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servermaster.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "setuplog.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevilinux.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiresvets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shrelief.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silverspottrading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simosol.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simosol.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siogyumolcs.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirg.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sisu.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitemai.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skagen-feriebolig.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skolappar.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skywt.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slim-planet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sociallyunited.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialsurvivalist.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sologstrand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sologstrand.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sologstrand.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sologstrand.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sologstrand.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sommerhusudlejning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonneundstrand.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundviz.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southsideshowdown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparanoidstatus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spellic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportchirp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotworld.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssmut.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stage-recuperation-points-bordeaux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stage-recuperation-points-lille.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stage-recuperation-points-lyon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stage-recuperation-points-marseille.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stage-recuperation-points-montpellier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stage-recuperation-points-nantes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stage-recuperation-points-nice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stage-recuperation-points-paris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stage-recuperation-points-reims.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stage-recuperation-points-rennes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stage-recuperation-points-strasbourg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stage-recuperation-points-toulouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stephenlam.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stleonardmn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stluciastar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strd.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stripehype.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studio-satellite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stugor-danmark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "styel.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svedalataxi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiftpak.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabegamisama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tajr.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tampabayhometours.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tangle-teezer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tantravoorlichting.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tdvg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamkoncert.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tekingb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tele-points.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texasbluesalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thai369.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the5th.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelevelman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theninehertz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therealchamps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thincats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomasebenrett.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiener-herentals.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiffanywatson.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timelyapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipsmake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tisgroup.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmcjobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tommymoya.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomvanlaer.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-autoshop.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totvs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toujour.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transforumation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triangle-energie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsahf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsunami-alarm-system.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttcak.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuning-parts24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunnelstore.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turnoffthelights.video", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvaerialsmanchester.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultrabeautycream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unideck.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urrestarazuserranoabogados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "us.marketing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utaiw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vakantiehuisschellinkhout.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vakantiehuizen-denemarken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vector.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vejersferie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vejersferie.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veliovgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vellingetaxi.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vemtorcer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vestibtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vet4life.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidiobokep.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vincentwathelet.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vindafrid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vindafrid.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vindafrid.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visartdecor.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vista-calculator.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voodooshaman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpinball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrachi.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vzemisite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wannapopularnews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wawapuquy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webhotels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websiteforstudents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wheatbagslove.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whoami.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whodatdish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "why918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wificonnect.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wijaya2u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildcatproductions.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wismile.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolftain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolvesvtc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wormate.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xcraftsumulator.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xier.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xifrem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--90acjfgylpnm.xn--90ais", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ggle-qoaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--uisz44m.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ukasik-2db.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpods.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yavorivanov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeptechnology.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yinulo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoonas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourazbraces.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zfj.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zifoapptest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoomplumbing.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoyride.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1337.vg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2022class1.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2habc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5icsb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9jabase.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdelaliezzyn.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdelaliezzyn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acronis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamdorman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adhocracy.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adimplere.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adultwebcams1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeroacademia.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aficards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agence-wazacom.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agilesurvey.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agroconsultoraplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahollamby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahu.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfratehotelcampiglio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alitec.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altertek.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amforst-ha.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amforst.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anblik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrija-i-andjelka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annabelcinemas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appers.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appsaraby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apptesters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archframe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcinapoli.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkantos.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asociaciontrastea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atelier-origami.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autowise.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayecode.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badcreditcarsfinance.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bamanshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bank-yahav.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barnvets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayoleth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beanbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautyinweb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besensi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet33app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bewegtes-lagern.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bewegtes-lagern.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bewegtes-lagern.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bewegtes-lagern.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bewegteslagern.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bewegteslagern.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bewegteslagern.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhi.consulting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bimacitizen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biolmarket.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birdie.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackstump.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackzebra.audio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blaulicht-giessen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogofapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blrjmt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botcamp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botmedia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainstobrand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandwidth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravobet.et", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brookes.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brutecloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buster.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buycurious.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxegypt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bysgo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytheswordinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byxong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c2m-staging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabalacoach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cajalosandes.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calitateavietii-ardeal.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calucon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caoliu.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardanoinvestment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolineball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbt.tj", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centurion-consulting.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centurion-consulting.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkra.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chika.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chimpmatic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chr1sbin.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cissofitness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cixiaoya.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cixiaoya1.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cixiaoya2.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleaningsolutionn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicainfinitydental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clouddesk.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinclickz.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coldren.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colinespinas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comparecompensationclaims.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultingconnection.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "courvix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpars.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpls.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cry-sys.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cswebi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberdyne.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d3a.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dabai.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dabai.photo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daie-inc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailychristianpodcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidgroup.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcave.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcmarvelunited.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deerwoodrvpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defendbearbutte.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designrhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devtea.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digicasso.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distrivalle.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dktq2hj81vknv.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dokhuyenmaigiatot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domicile-clean.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominicanosenpr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drherndonent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtune.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dug.net.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-klempir.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-privat.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebashim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edelweiss-pinzolo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educa2.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egglestonyouthcenter.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekocleaningllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electronicayseguridadmonserrate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eletminosegert.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elsuccionador.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emkode.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emptyadjacentpossible.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "en-este.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "en0.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enjoymondayofficial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envman.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ernearmetx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eusolar.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evnt.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "execbar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exl-english.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezftrs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f8cp0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabulosa.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faca.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fachversand-hennes.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanbot.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fapiis.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farallonesrentacar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluglektuere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foonly.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frag.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebsd.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebsd.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebsd.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freelancerhub.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galj.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galleonwaymedical.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gavr.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gender-summit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ggiveilig.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitube.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glassofgrape.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalipaction.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goaudits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotravel.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpl-elite.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grafia.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregmc.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grouindev.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guidesorbetiere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gxpconsultora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hads0m.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halilyagcioglu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hartleighclyde.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawkargentina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hceu-performance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hennesshop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hethakhout.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiteshjoshi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitfront.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiwannz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hly0928.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hofstaetter.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holdengreene.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelcorporatecodes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelpresident.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelpromo.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrumka.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huawenyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubspot.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubspot.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubspot.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubspot.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hw923.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idee-lq.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idee-lq.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idee-lq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idee-lq.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idee-lq.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imwjc.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indoor-kletterwald.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinity-uitvaartzorg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informatiger.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingadesign.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inpector.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurediy.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integralsalud.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "involic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iotsys.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iranwiki.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italiensk-tolk.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivais.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivoryandgrace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izumi-ryokan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j-k-fischer-verlag.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasnowidzkajowi.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaspersreef.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessem.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joaojunior.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobty.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joernwendland.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jolee.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joomla-leipzig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jzwebdesign.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karopapier.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karrselfstorage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kashflowcoupon.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kashflowpromocode.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kawiarnia.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keepdecor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenkou-kitakyusyu.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kik.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiwiflowershop.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koji-tsujitani.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kollross.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konyaescortsiteler.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopidingin.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreativklinik.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krypto-geld.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurhotel-am-reischberg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laab.gv.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laby.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lajkatheme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lancers.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larete.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "launchgroup.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawrenceklepinger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leddingplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leemac.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leisurepools.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemagauto.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeguatemala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lintasi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linux.farm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livresetmanuscrits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithdriftwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logico.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lomerhouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "long139.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loshogares.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsl.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maisan.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manageprefs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariagealamontagne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maringalazer.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketplacestrategy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masdemexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterwayhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthiasmueller.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattrude.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maywoodpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbc.asn.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mclouds.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdclass.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "me7878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medasset.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metanumbers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metzgermark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mi1k.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miamiaquatours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mieldemexico.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milleron.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minimonies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modbom.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molleron.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monotai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monthlyfukuoka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonlightdesign.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosternaut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muscularbabes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muskokavoltz.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-profile.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybillie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydenverhomesource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygear.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myjarofhope.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myloanmanager.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nbook.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nectardigit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netliste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netzwerk-lq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newyorkhiltonmidtown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextechoax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noranowak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notedinstyle.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nougat-anduze.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrv-linux.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nubehogar.nsupdate.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oacloud.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oh-leg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olibomb.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliver-wiedemann.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omahmebel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "on-targettrainingcourses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "on-this.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineltctraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openstakes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opstory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ornsyn.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osuarez3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overijsselsemerentocht.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oz-style.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacificbeachpub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pathsha.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patlis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrickcurl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcrab.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedigreetechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pendrivelinux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "performancepiers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permista.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "persiennkompaniet.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photomaniastore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phuductms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piffer.ind.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pighouse.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinpromosisemarang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pjgj16.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playtzolk.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pluginsetemaswp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polestar.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porn7.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portalz.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portiaweb.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postoffices.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prawnikdlaanglii.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precisionhockey.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precisionicerinks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primecursos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primetrial.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primetrialfree.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-lq.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-lq.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-lq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-lq.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-lq.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-lq.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-lq.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-lq.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodentalsantacruz.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proextra.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prograce.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pupset.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pusehusetkattehotell.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pusehusetmalvik.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queenbeer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiosdeguate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rajasatour.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ratirl.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raynersorchard.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdr2natives.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recruit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekurasi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repalcateia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resch.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retirest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revistadiscover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ricardotaakehb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ridadihouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riklewis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rjrplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockefellergroup.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rohde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsa-erp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rugsandmore.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sahilm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanabproperties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbaten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoach475k.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottshorter.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searx.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoexpert.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergiogas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serveur.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexytagram.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shawnz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shellopolis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheremetka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shin-yo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiningbright.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shitcountries.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopjek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signup.ly", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siteweb-seo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siwek.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skynetstores.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slymak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soket.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southmill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spm.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "springboardsandmore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squareforums.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefanknobel.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stenhojmedia.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiff.wang", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiftung-lq.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiftung-lq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiftung-lq.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiftunglq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storyoneforty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streemprn.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studioxii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superglidewardrobes.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swissinternationalva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symbo.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taskhorizon.audio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tebebo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tech4arab.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tektouch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theclonker.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themattresswarehouse.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisislaikipia.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiamarcia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipranks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomandsonya.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomandsonya.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tool.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totallclean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tours.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradesafe.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradingoptioncloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traumaheilung.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelinc.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treasuredandloved.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treasuredandloved.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendfrisuren-bongard.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendycrowds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryprime.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsutawal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tubedesire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tusharwalaskar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvnow.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvoe-delo24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tx299.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udtunnel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukpropertyrescue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uksb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "underwoodpatents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unidostransportes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upawg.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uvtcinemas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vagueetvent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valverdedelcamino.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vechainstats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verlag-lq.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verlag-lq.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verlag-lq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verlag-lq.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verlag-lq.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verlaglq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verloskundigepraktijktolmiea.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "video-adult-clips-mobile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videogamecoupons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videopornoitaliana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videoskaseros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinco.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vir.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtueinfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visarewardprogramplatform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visatitans.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visatitans.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visatitans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wear-referrals.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webbricks.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webce.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webrox.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weymouthslowik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wohlraj.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worcestervets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wxhbts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wzp.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aafaxhj3c.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--9xa.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yann.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ymatyt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yodababy.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourname.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuan.nctu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuxiangyuan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhongxigo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zihun.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zngay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zqzx.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zvive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz342.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00100010.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00120012.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00130013.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00140014.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00150015.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00160016.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00180018.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00190019.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00440044.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00550055.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00770077.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0q0.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10160365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110110110.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "112112112.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "113113113.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "118118118.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1481481.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1481481.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1481482.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1481482.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1481483.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1481483.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1481485.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1481485.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1481486.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16036510.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16036520.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16036530.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16036540.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16036550.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16036560.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16036570.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16036580.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16036590.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "168bo9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "168bo9.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1st2bounce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "20160365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30160365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "40160365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4dpredict.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "50160365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5214889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5214889.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5310899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5310899.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "598598598.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "60160365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "70160365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "80160365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8888esb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8901178.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8901178.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8910899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8910899.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8917168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8917168.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8917818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8917818.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8951889.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8992088.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8992088.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8e8z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9696178.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9696178.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "988wh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9bingo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aarwer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aarwer.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abacross.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abona24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutasia-trade.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutasia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aceshop702.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activegearandapparel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activityhub.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activityhub.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acubens.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaptiv.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adhgroup.ug", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adsib.gob.bo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aevar.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afcmrs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afcmrstest.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afgaim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afterschoolprogramsoflancaster.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrobaza.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbrake.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akvitens.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albagora.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altospam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alvimedika.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am8.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am8866m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am8895.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amb8.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amjinc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amoryurgentcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animemotivation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ankya9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anoncom.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antipolygraph.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aoyamacc.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apotheek-ict.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "applaudit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appletree.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "argyrakis.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arhitekti.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artikel9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artisan-emmanuel.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aseth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aussiestories.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awlgolf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayselonia.onl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b0618.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b0618.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b0868.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b0868.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b1758.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b1768.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b1768.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b1788.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b1788.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b2486.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b2486.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b5189.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b5189.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b5289.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b5989.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67901.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67902.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67903.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67904.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67905.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b8591.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b8591.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b8979.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b8979.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9018.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9018.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9108.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9108.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9110.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9110.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9112.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9112.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b911gt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b911gt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b91688.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b91688.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b91688.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9175.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9175.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9258.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9258.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9318.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9418.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9418.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9428.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9428.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9453.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9468.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9468.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9488.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9488.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9498.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9518.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9518.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9518.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9518.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9528.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9538.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9538.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9598.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9658.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9758.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9758.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9818.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9858.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9858.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9880.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9920.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9948.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9948.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9960.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9best.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9best.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9king.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9king.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9king.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9winner.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b9winner.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baches-piscines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backlinkbase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bamboehof.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bao-in.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bao-in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basel-gynaecology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basel-gynaekologie.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basilsys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bat909.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bat909.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bat9vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bat9vip.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batvip9.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbswin9.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbxin9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbxin9.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be9418.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be9418.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be9458.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be958.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be958.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedacdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedtimeflirt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belllegal.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benmack.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestcrossbowguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestesb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet-99.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet-99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet-99.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet168wy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet168wy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet9bet9.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betgo9.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwin9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwin9.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigudi.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binbin9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binbin9.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioamtw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biolika.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biotanquesbts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitgild.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitsler.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjl5689.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjl5689.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black-magic-love-spells.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blacksheepsw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackyin.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bling9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bling999.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bling999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bling999.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloondl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluemoonrescue.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bo1689.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bo9club.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bo9club.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bo9club.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bo9fun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bo9fun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bo9game.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bo9game.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bo9king.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobigames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boosteusedetalents.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bottle.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brain-club.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bricksmateriales.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broe.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brokernotes.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brownsgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddhismedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buitenposter.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bywin9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campbellkennedy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caregiverva.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolinaallergyandasthma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casabella.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catchcrabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceditedv.com.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cefinco.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celestialisms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centraljerseyrcca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceverett.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chabad360.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chancekorte.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "choservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cirvapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citylift.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cityradiusmaps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckp.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claudia-makeup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearbooks.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearlinux.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleveroad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coastalurgentcarebatonrouge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coastalurgentcarebossier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coastalurgentcaregonzales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coastalurgentcarehouma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coastalurgentcareruston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coastalurgentcarethibodaux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "combineconquer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compdermcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comunal.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confusion-band.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cornsoyexpo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corsorspp.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpilot.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftcms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazycube.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditmonkey.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptotrendclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuitandokter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cupcake.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curontwerptoolgroenbeton.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cw.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybersecurite-info.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailysuperheroes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dark-archive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daviddejori.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daxterfellowesservers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbcartography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dd.center", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealerwriter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debzsh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denninger.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denta-ua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derenderkeks.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "design-your-life.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devbean.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diariosurnoticias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "didaktik4you.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docu.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogrockresorts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolmenejecutores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doorgate.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dos.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "driestwegkerk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dungeoncity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duriemas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e1488.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e52888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e52888.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e53888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e53888.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e59888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e59888.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eccma.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrocomplect.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elicite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eline168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emalm.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emeraldcoasturgentcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emote.bot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emotebot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envoypresents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eradigital.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "es888.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "es9999.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb-in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb-top.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb-top.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb168168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb168168.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb168168.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb168168.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb1688.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb1688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb1688.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb1688.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb1688.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb1711.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb1711.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb1788.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb1788.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb1788.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb1788.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb2013.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb2013.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb2099.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb2099.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb258.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb325.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb325.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb333.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb336.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb518.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb553.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb555.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb555.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb5889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb6.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb677.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb777.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb777.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb888.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb9527.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb9588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb9588.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb9588.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb9588.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esb999.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esba11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esball-in.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esball-in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esball.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esball.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esball.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esball.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esball.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esball.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esball.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esball518.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esball518.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esball518.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esball518.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esballs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esbbon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esbbon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esbfun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esbfun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esbgood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esbin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esbjon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esbjon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esbm4.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esbm5.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esmoney.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esmoney.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espiragen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurocons.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evaria-network.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evhoeft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evrodim.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exnce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expansion-lidl.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "experens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exploradora.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extreme-stock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f8906.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fableheartmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fancypantsfit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fapcoholic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbvstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feistore.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feng-in.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feng-in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finsecurity.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstcolonyengraving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstversionist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fix.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flairfindr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "folkofolk.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "force4racing.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "force4racing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fournisseur-des-collectivites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "france-hotellerie-restauration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frenchmac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fresh-components.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshgujarat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fricassea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fu-li88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fu-li88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fudie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funprode.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fysio-ict.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fysiotherapie-ict.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g2x.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gainins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gantt-chart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garagedoorrepaircedarhilltx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlemens-life.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlentapis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germfr.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "get-baaam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gethome.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getmonero.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gezondheidszorg-ict.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gezondheidszorg-it.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostpin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giardinoperfetto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "global-qanoon.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmeet.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmeet.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "god-esb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godbo9.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godbo9.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godesb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goetzinger-web.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gottcar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gowin9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gowin9.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenangels.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruslic.org.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtd.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutscheineplus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackmeifyoucan.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haiyan.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamamatsu-kotsu.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanami-web.tokyo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyretail.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harptechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hasseplatslageri.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hegdahl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpfulhealthinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helseogmassasje.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hetwalhalla.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hexhu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hide.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hifala.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highriskpay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hkno.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hodler.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hot-and-new.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelevergrandpalace.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotesb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "housingloan.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hua-in.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hua-in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hua-li88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hua-li88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hui-in.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hui-in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huisartsen-ict.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunt.gs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydra-clothing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ias.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibcmed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibcmed.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ichglaubesbackt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "identityexperts.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illuminatiofficial.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imcreative.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imolog.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "implantica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "improvenerg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indrebuild.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infovb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ing89.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ing89.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingeni.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkerotic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innovation-photography.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internex.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipggroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iptops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironmountainsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iskultur.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islandsbanki.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itseovn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessica-weller.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jing-in.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jing-in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmsystems.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jovisa.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpn.parts", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumeirashoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwatt.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaliajoyas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamilmajewski.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasse.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasse.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerameion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ki-management.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiinteistot-lidl.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kissesb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kodenia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kokomo.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konarentals.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kontenido.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kqqzyl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunvarji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurungkurawal.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyivstar-internet.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labs.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladeboks.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamchannang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamnhom.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laprensadelasagradafamilia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazo.futbol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leafletdistributionmanchester.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ledspalluto.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leonardocremonesi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levels3d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lhp-creation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lhp-creation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lian-in.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liang-li88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liang-li88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-immobilien.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liputan4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lis.koeln", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liscieperfetti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logfile.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logtenberg.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovebo9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovebo9.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luck9988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mafworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnetoterapiapertutti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malwaretips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandediary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandor.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maransurology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marktgorman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matgodt.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxverboom.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbusi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megaelettrostimolatore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "membersense.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mephim24h.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "methodfactory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miegames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikmik.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milleron.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miwebmadrid.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnc.moda", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mon-butin.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monarchpartnersgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mooveo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motivational-babes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motor-agro.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mox.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muganworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mulail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundosteampunk.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musedash.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "museloveurania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myoddlittleworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n-blox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nageler.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nailsforyoustouffville.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namu.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationslending.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturalbeautyhacks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nba669.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nba686.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncu.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neemdetijd.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nekretnine-lidl.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nepremicnine-lidl.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nertus.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neumarkcb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neverwasinparis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nlagstage.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odacyeux.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offertenet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofrion.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohiooutside.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omaedu.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omaosurveys.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineinsurancespot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlyesb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onthehook.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "open-novel.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orbitabaja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovpn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxfordurgentclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pablo.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagliucadb.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pandorasprom.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pathcode.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paxer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdxdeli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peabodytile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peninsuladoctor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfmed.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piken.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.onl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pisquettes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelcatproductions.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plgr.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pravnisistem.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precisionvaccinations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiumiptvplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "princelishan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "princelishan.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prisync.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-esb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proesb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programtracker.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "provide-your-image.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pruna.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puredayshop.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pyrohandel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r18.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-utopie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiomercure.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raffleoftheday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raspberid.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raywin168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raywin168.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raywin88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbiacademylms.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rblx.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestate-lidl.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recoveryunplugged.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redhawkwa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resilienzatropical.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resolve-portal.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revealglobally.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revitalisierungs-akademie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rgiohio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhodos.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ridgarou.no-ip.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rikunori.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rndconceptsourcing.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumbasguayaquil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rustfu.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rxyz.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s3dservices.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saisaweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sajtr.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samesound.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samiamelikian.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandgatebaysidedental.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbconstrucciones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scatters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scheervergelijker.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schnitzel-und-co.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebastian-walla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selectra.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgsy.bid", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sh0uld.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shansen-online.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shop-h2o.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopteq.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singleproduction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinupret-extract.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitak.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjenkins.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skysoftbg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smithsanchez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soslsd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotlabs.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssc8689.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssc8689.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starkvilleurgentcareclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stc-istok.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stocknxt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stormingbrain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratforge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strongmail.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subtasks.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugarpiano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweetspot.co.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemscoinsminers.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systime.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t4w.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tai-in.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tai-in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taktak.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tandarts-ict.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tandartsen-ict.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tapasnandi.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarba-schluesseldienst-duesseldorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tateishi-ip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tauerperfumes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tche.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tennisportal.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tezwifi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaiteaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theblackboard.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theencounter.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegrowhouse.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theojellis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesmokypoet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thethreadsmiths.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theveils.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewehmeiers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "throwmails.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thrw.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tikloot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomsoft.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-esb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-rensner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topesb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topyachts-shop.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touchezlebouddha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traff1k.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trauerbegleitung-kudla.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trophies.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truccoshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuestilo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turi.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuxsoul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tx577.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tysonspersonalinjurylawyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uf-ace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ugolsibiri.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblocked.earth", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbest.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urgentcaresouthaven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uurl.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ux-solution.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uxsto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaaes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vastgoed-lidl.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vbezhenar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vconstruct.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veganopia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegetus.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "versuschat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vestasib.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veteransnewsroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetergysurveys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vhasurvey.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinc.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viocleannettoyage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipesball.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipesball.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipesball.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vote4.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "votemoore.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrnhn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wai-in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waka168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waka168.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waka88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waka88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waldur.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanghongfuli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webpcstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wehmeier.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wen-in.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wen-in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wendepunkt-betreuung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wijnlandkroatie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpcc.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwmm.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xin-in.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xin-in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xing-in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiphwork.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----7sbabrwauchevq0ba.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--spiraphnix-olb.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpornoizle.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xuan-li88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xuan-li88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yachta.kiev.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yachtmarket.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yamei98.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yao-in.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yao-in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yashinstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yibei-original.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ying518.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ym087.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ym516.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ym966.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youtubekids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeromedia.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ztsns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz284.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squareup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10x.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1117035.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1cedibet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2227035.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233try.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "234567365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3337035.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3456789365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3733366.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "37zw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3pm.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4447035.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5557035.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "647630.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6667035.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "678365app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7035.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7748229.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "861365z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9997035.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a3m.gmbh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a7035.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcbusinesspark.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcempreendimentos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abloomnova.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acdcbrasil.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "af.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afcmrsfeedback.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag2017.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agropotter.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aja.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ak.com.iq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alana.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alaunus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alea.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alex-n.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfastone.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allhomemueble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allhsa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allianceexpressmail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alyssahart.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ameninalaceira.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ameriondental.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amion.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amper.kharkov.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ananswer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anayarealm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androtix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anoretics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anquankongjian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthonychampagne.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthonychampagne.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appfarm.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apswater.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art-dolls.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artycoz.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asker-massasje.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspirantum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asua.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aszw.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atab.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atelierverbeelding.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atkstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlantacompa-international.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atomick.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attentionpleats.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attractant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attwoodmarshall.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiencealchemy.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augredutemps.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autenticoperfumes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autohut.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "await.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayrop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azertyjobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b7035.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baby-care.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backpackingtours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baidu-s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ballisticdetailing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balsallcommonbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barkassen15.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beam-to.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedrijvencentrum-maartenslaan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belfastvibes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellaaroma.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beris.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berluga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bern.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet916.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bethanyhome.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betolerant.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betterbladders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biblia.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biglu.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikyaku.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billiardmaster.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biocal.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biocal.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biokal-labsystems.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biokal-labsystems.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biokal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biokal.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biokal.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitech-ec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitmart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockchain.poker", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluemeteor.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobbyblueplumbing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boerdam.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bogena.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonchaboncha.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brianlehfeld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brunohenc.from.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bscquimicos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budowle.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buffus.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bvprecords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bycrates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byjus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byuu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byuu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c35.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c4wlabz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cambridgeanalytica.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cameo.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capalsa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casasparaperross.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cash.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cash.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casio.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castelnuovo.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catprincess.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celsoazevedo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatromania.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chcheaptech.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chengbet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chipollinko.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chita.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chopchat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cibdol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciclimattio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinematherapy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickempresarialgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "club10x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocoa-job.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cokeflix.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "columbushydroxide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "columbushydroxide.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "columbushydroxide.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "condostjacques.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connectnet247.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copyengine.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "core-collective.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpdhealthcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creatujoya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditdigital.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criss.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cslbuild.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursocatolico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursosemmaus.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvmatch.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybercrew.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d7035.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dashadmit123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datasubject.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datasubjects.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidfindlay.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deemlove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defesaaereanaval.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demongey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "departureboard.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derival.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "descargarwhatsappplusgratis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diaconat.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diariorp.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalgyan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djurklinikenangelholm.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donotcallgov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamswelcome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drevoline.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "droobedu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "droplen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duboisinternational.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwarf.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e7035.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easycredit.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easymotionskin-japan.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elefantebrasil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elenapulizieroma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elimer.com.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elisabethbegle.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empresasguia.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ender.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energy-robotics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epiccdn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epoker6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equip-test.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eroticlist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escaperoompsl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiaenrusia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethicallogistics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everichspice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f7035.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fall.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanysehy-prof.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastpeoplesearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatpeople.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faunahotel.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdlpl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feline.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fh-x.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fh70.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filejet.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findheim.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishycam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetcomplete.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flip.lease", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flusszs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fneon.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forcerakodo.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foreverydream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxeffect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francisplaza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendsofparks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g7035.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "games2kids.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingmonitortest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garonna.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gebaeudebilanzierung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgebeverlysheamemorial.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getintra.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getjms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getmovil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giftofsquare.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giftofsquare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giftsofsquare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giftsofsquare.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giftsofsquare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giordano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giveamericahope.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giveasquare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giveasquare.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giveasquare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gkstyle.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalfuture.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glyfadacoaststudio.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go-mail.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goettinger-katzenschutz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gosq.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gosq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greendvorik.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groovefetish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupramirez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grwebdesigns.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsbolivia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guberniya.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guercioarchitecture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h2ssafety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h678.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haineshilton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harleyclassifieds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helppc.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hhl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiltonhylandluxurycondos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiperusera.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollywoodsurvey.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelesenpuertoescondido.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "http-2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypnose-hennigsdorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hysemmarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibiki-boushi-makura.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icc.kharkov.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iic.kharkov.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "image-cdn.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imageshare.web.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imbdagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoprofuse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "international-friends.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itdoneproperly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itmax.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itmedicinai.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janome.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jbholdings.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jch.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeep4ik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jellebo.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jellyfish.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesec.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesscharlie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesse-charlie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesse-charlie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesse-charlie.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessecharlie.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessecharlie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessecharlie.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessecharlie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessecharlie.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessecharlienaser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessenaser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessenaser.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessenaser.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessiecharlie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiaty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "job-chocolat.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnnybetstaging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonesfor.men", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonincharacter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journaldesvoisins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julian-miller.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jw.fail", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabartani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamp-kisten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kayant-server.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kdistech.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ketoliv.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingsvilletexas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klapib.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komfort.kh.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konveer.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kronnos-gen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kronopolo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krti.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krup.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krusic22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kusasa.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuwaitsatellite.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labtechsupplyco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lada-event.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladymakeup.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladymakeup.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladymakeup.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanparty.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lars-minecraft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasept.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecannabiste.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leemachinetools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lelo.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lessentieldanthony.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexitravels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgbusiness.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "light-vision.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "listiu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litepanels-parts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "little.recipes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlebites.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lmh-style.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loisirsdouville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojadoanime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lor.kharkov.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "love-sent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovejms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovesove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucascantor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukaswiden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lummi-nsn.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-epigrafes.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-hydravlika.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-office.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maderasyacabados.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mae.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magic-chair.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicbullets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicomotor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahalaraibanda.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailmerc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maisallianz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makura.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maleevcues.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mapado.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marco-reitmeier.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcoreitmeier.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariagiovannaluini.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariasavchenko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingprofesszorok.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marylandtraditions.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matchmuchach.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matebalazs.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maunium.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauwis.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mawai.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxiglobal.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbski.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdinvest.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megayachts.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meikampf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "membercents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentup.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesh.org.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miacordeonstereo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mightybit.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijnkantoor.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikedhoore.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minibaggerverleih-aulendorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missmaid.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missmaid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjforan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmhome.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmphub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilidadeurbana.ind.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mongooselock.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monpetitherboriste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monroe27.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moosbild.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motor-agro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motor-agro.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motor-agro.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpodraza.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msc-corps.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "munzlocal10.org.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musingsatmidnight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myammo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygedit.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygedit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygedit.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhotdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylms.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naia.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naql.om", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nardininaturopathic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nastrojka-pianino.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathaliesadventure.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturadent.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nealvorusphd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nibletllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ningwei.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nixnetmail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noithat247.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomadichome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomadichome.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomadichomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomadichomes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notecoffee.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notengosuelto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novysvit.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "npchosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuntiicaelo.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obuchowicz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocodo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "od-cure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okna-vek.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olafvantol.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldpc.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onde.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opale-concept.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orienttime.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "originalabsinthe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otiumtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otpusk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoormixfestival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owbt.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p-store.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paisleyandsparrow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paletdecor.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parcoursup-nouvelle-caledonie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "part-of-that-world.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pheramoan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pheramoans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pherologie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pherology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pheromeon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pheromeons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pheromoans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pheromoen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pheromoens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pheromonez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pheronome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pheronomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pheros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pheroz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phillippe-lemarc.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pippenainteasy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piraeuspress.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pjgj18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pk.cash", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pk.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pk.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pk.vin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pk.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "placepugs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planeta-deti.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetadeti.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plastdesign.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plavdoma.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playfinder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmcfarland.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poisk.kharkov.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pojarnayabezopasnost-gov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokedex.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokemongochamp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokerking.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornolab.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornolarizlehd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profvideo.kharkov.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prommontag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosperbot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protectionformula.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protic.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prowindow.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psasines.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psinergy.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psinergyhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psinergytech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publicard.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pymenetica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pyro.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qei.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qipei8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qrz.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qunix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiantweb.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioduepuntozero.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radyodinle.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randomcategory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapportdecoracoes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realmofaesir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realneo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recyclingisland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reitmeier.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renehsz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repauto.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repin.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resize2fs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retirementsolutionva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revolware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ricardojsanchez.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richviajero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rigintegrity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rinzler.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riselab.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riviere.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rk12.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rs200.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runetracker.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rust-lang.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruthbellgrahammemorial.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadkodesign.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safethishome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safetymp3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sailing-yacht.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sainzderozas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltsugarlove.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanderpoppe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saorsa.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapiperelining.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sat-kw.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sciguyryan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secinto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secrethub.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "security.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sellwithsquare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semerkhet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semriscos.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senergyconsultants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seolab.amsterdam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serije.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sermasvital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sewing-machines.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadsupershop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shivamohanam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingicarai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siberiactiva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siddigsami.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sijbesmaverhuizingen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sipal.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjttt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sk.tl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyartsfake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skynet-research.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smileywoodflooring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snipl.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snow-service.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snwaterpolo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soap-teco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socializam.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soloinfo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spaceunique.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparklingloungecampiglio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparkstack.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spboot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spe.org.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spokeo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqap.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqclick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "square.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "square.engineering", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "square.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "square.ly", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "square.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "square.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squaregift.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squaregift.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squaregift.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squareinstallments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squareinvite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squareinvoices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squaremktg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squaremktgstaging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squareoffer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squareregister.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squaresolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squarestagingexternal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squareupsandbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssccp.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steeple-claydon.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sterohouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiliankasimov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stilingavonia.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoildaaliyski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storey-lines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stpatsschool.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streaming-download.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strousberg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuartcrawford.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studioavvocato.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "styleetvieperfumes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "super-puper.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surthriveak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swaenenburg.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t060.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t449.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t49.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taoaworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatildekirala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tchealers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techzero.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnoblog.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telepok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telnet.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teplohod.kharkov.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terres-et-territoires.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thalita-reload.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-kuusatu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebotanicalstore.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebrainfactory.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecluster.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theelectricguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thijs.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thijsslop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thijsslop.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinair.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinairsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiance.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiendaengeneral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timseverien.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipsypresent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tksainc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tn-bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobiefornerod.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top1betting.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topferta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topsteroidsonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torresdocaribe.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torresdocariberesidence.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalofficeclean.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toursencancun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transes.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transservice.net.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendparty.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trictric.eco.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trictriceletrico.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triphop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckshina-plus.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truewateraustralia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truthserum.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trycaviar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsmn.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuoicay.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvzahist.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tzonevrakis.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucdap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucibt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukrapak.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukrobmen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulys.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unferno.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upscope.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usmammy.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v-horus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentinoduval.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varda.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velikijhutir.cherkassy.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viaggivistos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viethungwork.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vigliano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villa-toscana.berlin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villawirz.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipmdh.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipom.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtubox.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivalajack.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlajo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voruswebsites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvsochenergiteknik.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w3d.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "washabich.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webpc.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "widecontrol.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolfhowl.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonderland.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wondium.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordpressp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldvisionsummerfest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrap.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www-pheromone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www-pheromones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwwpheromone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xeerpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn-----7kcbhdpr0asllefq0bjk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----7sbarcdvrtr1be.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----7sbbgbr0arxb4a4exa.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80a8aqs.biz.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--90aij9af3f.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--c1adqibibm8i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ex-1b4auld4fn3u3ck2069g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--flordepia-s6a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ritmller-95a.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--zsr042b.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xnativi.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xslim.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yakamediaperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zklokotskehory.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zof.kh.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz074.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1voz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2dua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3798.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3aexpert.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4kpi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4played.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4played.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81365y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "82365z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8602010.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99naturalfoods.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acihotel.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86dy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeb.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afslankspecialist.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfocused.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ais.fashion", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajt.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajtatum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albanycountydems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allenarchive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphamedphysicians.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ammobrand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amzmall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anachristinarodriguez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreariccitraduzioni.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrehazeswinactie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animecracks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aphelion-design.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apkclash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appcuarium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archauthority.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "argrafiche.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariba.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arionta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkenstone.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asitanc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asokan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayudaprogramacion.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azadliq.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b5dev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baitaplamvan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balkanpharmstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barkingaboutbusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basementwaterproofingwi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bebecar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedding.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beitmidrashrambam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belafonte.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benoniplumber24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergman-gmbh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet3app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bfdz.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bghope.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockchainbulteni.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogthetindung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluemail24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bmbfiltration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boksburgplumber24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "books.co.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boston-sailing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brucebenes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddhaspa.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bungaspa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byluthier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c678.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardingforum.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "champagneandcoconuts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherhenri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chilbert.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinookdigital.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claimspharmacy.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claretvillans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clio-dev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clio.health", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubportside.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmavs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codebitel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "communiquons.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comoviajarcontumascota.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolmoda.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpsecureapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cqvradio.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursomente.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dakshm.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dampt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkleia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datakl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davelage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidlindekilde.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddjlawtampa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decaturwomensports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defiant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deluxe-dubai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dev-aries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinamobet2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directvacations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.cagliari.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnns.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobreoknaszczecin.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dokee.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosug.so", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dovizborsa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duboisinvestissements.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eagar.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecocuisinedesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekimaeseitai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricgatemotorsalberton.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elherraderoloscabos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliav.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eonwavesstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epost.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eroticdinners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "error418.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estalinas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eumananc.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ev-menden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evolutionbiote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "express-hosting.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expressioncoffins.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fafro.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantastici.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasybet.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fascat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faydali.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fed-shashek.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferestre-bucuresti.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferfer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finn-thorben.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiyatgrafik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flugrecht.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourwaysplumber24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeinfos.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia-tr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gad.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadgetflip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamberorotto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genoveve.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlent.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlent.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlent.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlent.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germistonplumber24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfw.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gooch.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodgame.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grahamleeonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grahamsgifts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grand-sity.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grillfocused.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groundsdirect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gununsesi.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gununsesi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habitatetbatiment.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hankoreas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazelhof.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hebamme-ebersberg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hegartymaths.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitflow.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjelpemiddeldatabasen.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homemdeferro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoopshabit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hpic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihredls.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilovemychi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imine.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imphotep.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incisivea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indexer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infopico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innoteknology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inu.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irina-beauty.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itemmc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivolunteer.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesxu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janv.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesecharlie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessecharley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessecharli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessicharlie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessycharlie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesuscnasistente.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonaskoeritz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joostbovee.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josien.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsfloydlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "json2bot.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jupiterchiropractic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k123123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k234234.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karmaful.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelapagading.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinfumbles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinrousseeuw.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kgcarpetandupholsterycleaning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirche-sankt-augustin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiwitastic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klil.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kst-dlvr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kwadraadtevredenheid.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l51365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagaia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laobayy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasercareestetica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latvijashipoteka.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laylo.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leakplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leatherwill.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lebeachvillage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leftbankdesign.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levis.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeeducationqld.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifestylediet.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifetimeexteriors-us.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipobattery.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationfontaine.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojastec.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lornabenes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loveni.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovessentials.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovink.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lowend.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lps.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lums.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunatic.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunivertdelyne.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxeturf.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maaret.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macx.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mafia-penguin.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicafacil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maigesellschaft-lammersdorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makelinks.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makepro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariasandoli.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattcronin.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mau.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mau.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxiglobal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meekhak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meldpuntemma.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metadedi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microcyber.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijnkwadraad.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misstika-bijoux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjbulgaria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjdmetal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnlfnet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montenegro-yacht.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moviestrendingnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpath.health", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multixvideo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicvideo.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycodes.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytrinity.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mzb.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "najfilmy.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nellydallois.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newspaper-myapp.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niederalt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nlc.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nunu.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oakshield.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofertaviva.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohari5336.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohya8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onebestdeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oosm.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "open.film", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openreel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panamarealestatebrokers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkercs.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patentchallenges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulineetaugustin.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcrabme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peer.travel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepkey.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peter-r.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pheroforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photoshop-tipps-und-tricks.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piferdal.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilatespt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pistonpowered.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixiin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plezantforum.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plus-immo-neuf.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmccrystal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmcorganometallix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmcouvrie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmcvinyladditives.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pnfc.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokemongostatus.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "povarchik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerplantmall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printmet.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectmaka.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protic.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "provakil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pspbar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pumpn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "punchadragon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pursuingoutdoors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pwg-see.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qpaypro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainbowswingers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recoveryunpluggedtreatment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redinational.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regazofotografia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rentandamiosycasetas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "requezmc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rijsinkunst.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "risoscotti.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riverotravel.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocmartialartsacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roleplaybdsm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rouair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rswebsols.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sait.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saito-koken.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandton-plumbing.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savejobsshoplocal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scheidingspuntlansingerland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholz-kallies.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scriptic.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securityhandbook.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensivo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheltieplanet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoejitsu.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sindominio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skydiverecuador.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skypefr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smmpanelweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smoqerhome.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soaringdownsouth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sodo.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solidnetwork.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solidrop.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speeder.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speederss.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spteam.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevenapate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiekort.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiekortet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiekortet.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiekortet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiekortet.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiekortet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiekortet.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suricate.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swcloud.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swipedon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sydneybamboo.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szuecs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tableturnrms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talkmojang.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tas.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamfilm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecfleet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techsmartstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teddykatz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "templars.army", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaiwaterbirds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the1way.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theawesomemuse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenextasset.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therapyconnects.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "time-craft.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timothysykes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipplist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tnd.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toabetteryou.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokyotimeline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topanimecharacters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torlinnhe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tornadotwistar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traditionalturk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainoclock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treezone.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trelloparea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trenorario.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuchile.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udiregelverk.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ugrod.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unibag.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unifashion.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uninutri.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universeit.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valutienda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vibgyorhigh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viceversa2013.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videograb.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villa-luna.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villaville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitrainscounty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visto.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vixonline.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsec.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w3scan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weddingwire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wewitro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wewitro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whafs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wispyon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wittgen-kfz-technik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wjsh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worcesterpethydrotherapy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worcestervetsreferrals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordfence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workinghardinit.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workinnorway.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wouterbruijning.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wprecommend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpresscoder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wvpventures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80abwhtbgbedcy6h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yify.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ytsdownload.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yumepolo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z81365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z82365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zahnarztpraxis-rusch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakrentus-ostrus.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zecuur.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenavita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoedale.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zubar.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zyellowbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0chanru.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0kun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10xnation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "173jsh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "178jsh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1minutoomenos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1simplesolution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "317jsh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "318jsh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33123000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33123111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33123222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33123333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33123444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33123555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33123666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33123777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33123888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33123999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3332444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34-restaurant.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dsupplies.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "420weedcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4251365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "517jsh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "521jsh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5663.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5663.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "56695.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "699jsh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "76956.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "799jsh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "899jsh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9005424.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a50111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a50222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a50333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a50444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a50555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a50666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a50999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a70222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a70333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a70444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a70555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a70666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a70777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a70888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a70999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abrition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acegroup.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advatech-solutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokat-vvp.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86zx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahlstrom-filters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphabet-z.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amanduscommunication.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambra.net.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanflooring.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ancient-times.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrealand.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anewbite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apexfacades.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apsscientific.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arablovepet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arktalentsolutions.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arooshi.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiaflash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspirevc-prod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atelier-des-apprentissages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiencedefolie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auroraofficefurniture.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awsnuke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67701.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67702.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67703.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67704.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b70991.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b70992.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b70993.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b70994.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b70995.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bacaneriahlg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balthazarlondon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baogiathicongnoithat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barnstead-water.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barter.vg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basisbedarf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baskibu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beardedbearthegame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bebemamae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beccaanne.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beerians.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belug.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berghuus.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestvideoeffects.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bijoux-store.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billionbooksbaby.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitzeny.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizgo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blastentertainment.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blissdrive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloodhunt.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookameeting.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bradenanderin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brigittaseasons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btcfbi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btsmoments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burlingtonhs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bushellc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byket.lviv.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camilastore.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cantik.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caprice-holdings.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catvsmice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cave-vet-specialists.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbin9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cc98.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceiling.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfotech.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfotech.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfotech.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charmcitytech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapsslsecurity.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chijb.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cidadedossonhos.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circulosocial77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clairelefort-architectes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicadentalados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "closecross.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocounty.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codigomillonario.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commercesend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "communityhealthservices.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connectionplanet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coprotag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coprotag.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costco.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimebarta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criptomonedas365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crlna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptodigitalgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuff-links.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d3boost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daaje-und-andre.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dante.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daphnes-restaurant.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkenluster.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datacenternews.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidlamprea.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denissealatinsoul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deseosvip.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalakatsuki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtyherri.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diversitywatch.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diversitywatch.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diversitywatch.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dns.sb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doko.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domashnij-pk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domashnijpk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dromotique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drost.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drrachellemeaux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubyou.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durastill-distiller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dustpla.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebooklib.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echoesfromantiquity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edisongroup.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edisonprint.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edisontent.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eikerposten.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elgenero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliezermarcano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elmarchive.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eriksen.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everydayrituals.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evolvicity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expopro24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facemaze.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairwayhomeloans.mortgage", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fan4all.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farleysworlds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fever.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filtershekanha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finesoft.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floating-holidays.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floqast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fnbot.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forex7.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foursight.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fractionalciso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freezemea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futurefive.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futurefive.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futurefive.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gafa.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameconsole.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamepres.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamereactor.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamereactor.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamereactor.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamereactor.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamereactor.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamereactor.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamereactor.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamereactor.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamereactor.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamereactor.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamereactor.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamereactor.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ganapati.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garotos.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemonite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericdevelopment.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getthejob.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gevme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giancarlomarino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go-indochine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goftava.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golvlyftarna.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goolnk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gooseberries.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greybazar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greyrectangle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupoharbour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guanyu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haarentfernung-elektroepilation.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackadena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hagbergmedia.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hallopstyling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handwerk-digital-steinfurt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heiden-wir-helfen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellboundhackers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "help207.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hennastories.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hennastories.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henrikjuvonen.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hetdorrup.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiledge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitechnologystore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homebrewshop.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huracanvillegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ian678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ian678.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibadboy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imagevillage.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imaxinaria.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imgbu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imgx.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "in-depthgame.reviews", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infihow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innoflex.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ip3.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iscontrol.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isync2.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j-sheekey.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janata.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janw.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasonbassford.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jbdesignfoundations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimcoggeshall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jischool.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkbizsolutions.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmstfv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jocelynjenkins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jogosdeanimais.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journeytoascension.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpst.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsheekeyatlanticbar.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsjohnsononline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k60111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k60222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k60333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k60444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k60555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k60666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k60777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k60888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k60999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k60d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabal-invasion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kheyrabady.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khwebgo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klabnik.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klabnikova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolibrikapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunow.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kup-sluzbu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kupsluzbu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lab-water-filters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labfilter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labwater.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laceleste.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laestacionmontevideo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lake-bonavista.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laoriginalfm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapcameradongnai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapcamerahochiminh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lcdf.education", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "le-caprice.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leandromoreno.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leftoye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lele13.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lermer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levante.net.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libreho.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lintelliftdks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loukas-stoltz.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucklesslovelocks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucschiltz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyricfm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m60777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machinebazar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maisempregonet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marbledentalcentre.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marmaluot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marriageawareness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterdrilling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathismoda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewcollins.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewkerley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "media-store.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediabookdb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megapl.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meherpurnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercatoitticosbt.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercici.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfg2020.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfischer-it.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mianbao.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelbeer.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michal-klabnik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michal-klabnik.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michalklabnik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millipore-alternative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missaocadastrobv.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitya.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohritz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morse-ti.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msnhdd.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multilogik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multiupload.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muuglu.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvccp.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mxcrs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycoldjet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nabytokalva.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanodynelabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natan-fourie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationalcybersecuritysociety.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturheilpraxis-grauer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navarrogear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "needletail.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neferology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nesabamedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neverguess.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newcontext.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhglobalpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordlocker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordpass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordsec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordvpn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notifications.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nou.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octane.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oeilpouroeilcreations.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omnibnk.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinemagento.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opentrash.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oplata.uz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orpheus.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otemplario.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ouestfrance-auto.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outingexpert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oyk19bgxj8ljpete71edj2tes-9i4oai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palatetotable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panavision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paradisestore.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasito.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patystation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pawserv.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pay888.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paylike.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pers-hr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perun.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petstoredog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pexxi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinkbuff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pjylb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plus15.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pochoden-praha.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornguin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornjunkiesxxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pragmatist.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precisionclan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiumeuropeankiwi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pricope-stefan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printmijn3dmodel.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityfakes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prix-pneus.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programadorwp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proibidoler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promosjungle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ps5ssd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "punjabprime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pupsikstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pybtex.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pyramid-it.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q-m.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q-m.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quecomo.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queer.farm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "querenciavirtual.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabitfordarcy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainmanzone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reecewindows.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reinascba.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reinotools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remonline.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retro.camp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewinteriors.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reyrubi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ringtune.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riveroflifegifts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rivingtongreenwich.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmc.edu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rnoax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robbysmets.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rttvip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumahminimalisoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rungutan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rvpoweroutlet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s6o.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sairadio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saisecure.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sashleighaust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satellitetv-deal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schellenberger.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schizomatrix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scotts-restaurant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serdarwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexyfish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sha.bi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shahyadmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "she.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shift.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shtaketnik-metall.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sindlerova.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sindlerova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sloanestreetdeli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sologoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sotaytienganh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sottilealimentos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "souletter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soyladani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportpal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stella-shop.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steppingoutinstyleonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "styledandcomposed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supremumseo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svenskmediabevakning.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synergyfitness.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanyatate.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taotic.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarotsgratuits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techday.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techday.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techvrse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tehranlittmann.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telegram-sms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleportweb.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenfeetsquare.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "termin-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thallgordleyrealtor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thanhtrungmobile.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesimplewebcompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theviolenceofdevelopment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisgrowth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiaria.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinycat99.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobyx.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobyx.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobyx.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toila.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torstens-buecherecke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradersclub.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelsuperapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truebluedriver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truthdancer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twitcker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twohandson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ugamyd-p1rosd2jcoeg3edh5o1y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultrapure-water.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uptoplay.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urfix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ushealthpharma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uticagravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwu.lgbt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v51365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanstoftotleven.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vedev.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetar.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualvitrine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitavista.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivediabetes-sanamente.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vl-grafikdesign.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrgamecritic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrgametrailers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wa7sh-seo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waaifu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wbcasaverde.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webplace4u.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weekendcandy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woohay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordpress-experts.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wplibrary.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----7sblrfhjjgq8g.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80ahnefiifo0g.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xyzyz.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xyzzyyyz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yearli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yhanthydech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeit.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeit.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zety.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zety.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zjy7722.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zum-ziegenhainer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0064427.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "060s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1007337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10milliondollarpage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123pornmovies.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "133769.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1661618.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1codex.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2002138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2132-app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2132-vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2132app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2132hd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2132kf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2132vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2138-vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2138kf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2138vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "222138vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2345678365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3007337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33138app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33138vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "37zk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3cbalance.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niuurl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4000sf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "427138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "437138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4427kf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4437kf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "486138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4smart.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "50ten40.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5132app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5132hd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5132vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5188900.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5288900.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5388900.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5414app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5414hd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5414vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5424app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5424hd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5424vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5438xs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5454app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5454hd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5454kf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5454pk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "59937.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6132-app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6132-hd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6132-vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6132app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6132hd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6132kf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6132pk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6132vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7007337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7337006.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7337007.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7337app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7337dh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7337dz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7337kf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8007337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8800ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8o8wave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9007337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "93jc.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9elements.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ab91corp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abstechs.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aclandia.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adi.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adi.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adinternational.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrianoansaldi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adriatic.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adveszker.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aesvalanalys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afbtoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affsquare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afrakib.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "age-encryption.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agencesaintpierre.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agproducts.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albergolafiorita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfadlmedical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allentertainment.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpha-shop.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alziamoiltetto.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amarreconbrujeria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amarresconvudu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amarresimposibles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amarresperuanos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amarresydominio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanartwarehouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanreservations.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrewwiggins.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidtcpdump.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andyson.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anelusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelikasolorzano.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annawang.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anonym-surfen.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anonymster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apod.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app-2132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app-2138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app-6132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app2132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app2138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app33138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app5132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app5414.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app5424.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app5454.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app6132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app7337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcadeencasa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arco.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcticwolf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "areavipbrasil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arex-corp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aridhia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arthurdejong.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artistcorporation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ascent360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiasexgazette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asnhgh.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asr9k.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlanticmenshealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awakengr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azpeach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67705.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b70301.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b70302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b70305.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backpainandsciaticahouston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baithe.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banfun.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bangkrak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bannerworld.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barcats.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barcats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barcats.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barnakstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barnakstudio.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bautizodelucia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbforums.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbwsexclips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedrijvencentrum-malberg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belgie-postcodes.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belkamfish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellabrowbydesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bennet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestguessonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86ah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86am.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86bj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86cq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86fj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86gd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86gs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86gx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86gz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86hb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86hlj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86hn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86jl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86js.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86jx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86ln.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86nmg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86nx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86qh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86sc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86sd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86sh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86sx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86tj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86tw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86xg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86xj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86xz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86yn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet86zj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhimarmyofficial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bia2takhfif.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biogaspuxin.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birthday-to-you.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinemprendedor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluestoneconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bossbabe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bratteng.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakerlink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bregnedal.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brilalux.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brit-thoracic.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brk.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brujoincaperuano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brujonegroperuano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buhayprincipal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildingbitcoin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buzzrow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabaal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadeaujulia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadmechanic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafe-pauline.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calprut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camberford.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camptuk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cani-compostelle.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardideas.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carnivorousplants.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catherinejflee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cavaleirocity.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccgx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cedricwalter.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebrityphotos.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebritypics.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebritypics.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centella.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centsay.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centsay.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centsay.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centsiwallet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cepek4d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certificazione.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgknieuwpoort.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chemolak.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicagofinancesupperclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinasa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianbsl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circlepluscircle.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circumstances.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckenel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckenell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckennel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckennell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckgr.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classroomconductor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudsecurityalliancelabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "club.zj.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnitdog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "code-maze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codexpert.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collegephysicsanswers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compalliance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comparelegalforms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comparetheproject.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comunic.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comuniondelucia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contrastecolombia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conungranodesal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolcomputers.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corleoncatering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costco.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costco.co.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costco.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costco.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costco.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costco.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covuro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpaexamguy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crcd.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruelporn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csodaorszagovoda.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuacamaungon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubyhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuckmysock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cupdunarea.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvj.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberdev.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybershark.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czh999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dadstersgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daftarhajiumroh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailydote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daiwan.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danclassroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dansk8bit.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darfurwall.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkcards.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datensalat.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daygametraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcdn.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deck.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deconstructind.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degeneracy.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delfi.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dencel.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedresources.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derf.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derpibooru.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desarrollando.web.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desperate.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detki24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dh7337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diamant.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diamant.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dibrunolab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalgeckos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalhealth.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalpuppy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalradio.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dikiaap.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disabledporn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.caserta.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djmarian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dleet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmitriid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dns-check.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogurai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolciariasimonini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donatus.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dottormarc.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doubtaboutwill.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "douceurcarlet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonreal.estate", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drainwllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drexelwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drikuansvarligt.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dromax.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drtimothysteel.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drtimothysteeljournal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drtimothysteelnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drtimothysteelresults.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drtimothysteelscholarship.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drtimothysteelvideos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ducksify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dymdajce.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dz7337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-account.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-bap.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-bookshelf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e4.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebill.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echo-n.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecoformeurope.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecologica.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eewna.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egsl.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehealth.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elarmariodelucia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elbaladshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitelatinas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "embebelo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "embonus.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmamillernovels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engelsholm.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engineeringbigdata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entorangecounty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essentta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estrogenfor.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroherp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurseo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evelyndayman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everydaytherich.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evobox.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exegol.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exteriorroofwindowguttercleaning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exxoncannabis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fac.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facepolo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fai.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faithfuladvisor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fast-events.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feelgood.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixbrand.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ffbsee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fhm.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finexo.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fintexaddis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firebrandchurch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fischer-immoteam.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowfit.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fontela.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foresightbusinessservices.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forum-batteries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fossboxen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fossboxen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fossboxen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotobodyart.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxghoul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxscribbler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fpgamania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fragdenstaat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fratelliscarrone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frogical.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftrucks.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxmotion.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garwoh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemelen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getdownon.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giacchettaauto.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glassochchoklad.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glit.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalepsilon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalizationpedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glpepper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goddard.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gordon-reid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorlani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorlani.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotscrapcar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gqjx.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphicbuffet.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grayrectangle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsk11.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guepardoinvest.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gusmiller.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gwthub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h11.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halihali.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haocq3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbelectricsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hd-6132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hd2132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hd5132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hd5414.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hd5424.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hd5454.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hd6132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hd7337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellolocalmedia.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herkelmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highinthemid80s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highstreethomes.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "historischhout.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hlegrandbeautysupply.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hockeyworldwide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hohenpoelz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoorig.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostwinds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotdates18.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houselovin.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsimrall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyundaisrilanka.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ic1technologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ictvanafmorgen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icyrock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifisher.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iin.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ijnokmpl.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikfloreer.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iksi.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilbiscottificiodipamparato.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illavobuempliz.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immanuellutheranmedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immense.ly", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immobilien-marschner-stiftung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indexsalaire.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indialocaltours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "industryperspectives.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infofamouspeople.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infomax.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingridvandamme.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "initiative-digitalisierung-kmu.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkdrop.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkomensafhankelijkehuurverhoging.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insertwh.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantmoron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integrityoklahoma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interallied.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interconlarp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intracdf.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "introverted.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ionutnechita.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iqratunisie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iqtechportal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irelandondemand.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isidore.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamicarchitecturalheritage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "island.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istanbul-bocekilaclama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iyn.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izavel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izuna.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaeger.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamcyberinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javierflorescastillero.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jchn.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jed.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jedcg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeremywinn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeremywinn.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeretec.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiexi6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jjphospitalaria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jldrenergysaver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobtread.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jocusvenlo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johlmike.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonahburke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshdiamant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshuadiamant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junkfoodcafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalwak.cr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kameng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamengapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kandrahechiceravudu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kant1.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kay.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kebidanan.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kemand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kernet.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "key2swipe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keygens.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf2132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf2138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf4427.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf5414.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf5424.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf5454.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf6132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kf7337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khaneh-memar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiesuwarbeidsrechtadvocaat.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimai.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinshipnd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitseliit.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koineuno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korfbalinformatie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kos9078.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krug-munroe.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laby.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacasadelours.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lahacker.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamnea.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamunyonfoundationrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lan4.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "langapi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larawoodarts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasersandbacon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leaving.africa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ledensite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leftclick.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leftclick.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leftclick.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leftclick.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legion.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lerefugedujambon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesacredescouleurs.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levidromelist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libertytereconoce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libertywines.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libertywines.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifesavvymedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilosaludable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linnetinfotech.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxdashboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxforwindows.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liquor.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisandi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveitlogical.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liverobot888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lmasqueen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localexpert.realestate", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logsnitch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lonelyworld.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lostinfood.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lottodatabase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louwlemmer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luckycasino.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumenapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumindigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luru.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lynnejeancleaning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyrenhex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magtapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majameer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manito.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingypublicidaddigital.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markusritzmann.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marmuif.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterkitchen.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mavenvets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbedcloudintegration.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meekru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melanieschweiger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meliggemert.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melihacar.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mellonne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercedes-benz-arena-stuttgart.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merkel.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metacompliance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metasurfforecast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgmultiservicessrl.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michalis.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microjournal.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mihalicka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minhng99.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minimalmx.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mipasevip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mix-recruit.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkgraves.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlstav.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mma-records.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molekula.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monetus.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morgandesort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morningbird.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosttaza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motherearth.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpu-vorbereitung.com.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mqbeauty.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrdayman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrxboxseriesx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murster.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "museumwaalsdorp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwba.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mxes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-goldfinger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myconf.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydentalhealth.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myodysi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysexycard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myshopdisplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadlerdentistry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanjiyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nannycoupons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naschenweng.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naschenweng.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nba-officecenter.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncli-design.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "needrom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "negoya-shokai.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nehta.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nellyarias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neneko.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neochan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neochan.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neoko.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nevadafiber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neworleansmenshealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nidhoeggr.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nidialozano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikifoth.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nitter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordvpnteams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northbengaltourism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novel543.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novobi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "npod.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nugmanov.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nunoleiria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o3ptitschats.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oadeo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oasis9.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obzoroff.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocimumcdn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odatakao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohmyunix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oiahe.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okchousebuyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldschool.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onestacked.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onestacked.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onionyst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oomepu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opencpes.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opencpes.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opencrm.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openhistory.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orcuyo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ornua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osrs.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outline.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outnow.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outoftheboxfitness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p-soc.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacecounsel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagenstedt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paidikasymeon.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palaubluetours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkerforum.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkerforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partsguysusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partshop.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patchofabsence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcccthicongcungcap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peenor.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perceptivemeded.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pereceh.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perlbanjo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petherwicks.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pferdesportclub-chiemgau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phbits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phc-sa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philippe-metayer-platrier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piazzafrancesco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pick.aw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pickaw.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pickaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pickaw.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pk6132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planungsregion-abw.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playnuganug.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ploegleiderbhv.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmbc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmg-p4p.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poemerx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poemerx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pompeii.tickets", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popup-stores.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornabee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornmixed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portsolent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postcodeswag.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postcodeswag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postcodeswag.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potreningu.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerbi.istanbul", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poznaj-siebie.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pqgruber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praticienmedecinechinoise.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preci0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preis-reifen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premierbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prepperswill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primopan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printerpoint.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacyinsights.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro100systems.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promax.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promocjedladzieci.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promotech.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosperfit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostoporno.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pukeking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pump19.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "punktpodparcia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purecbdvapors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pyrotime.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qcuarto.com.py", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qlcvea.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qzhou.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r1h3.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "racesimscoring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainbow-web.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainbowloompattern.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainbowloompatterns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rasset.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rayfalling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recordmeeting.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recreatieftotaal.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recuperatucuentaya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "register.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reirei.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "releasingarchive.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relitas.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reparatii-injectoare-buzau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restaurantepepeyestrella.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardvd.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robert-reisemobil.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockernj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roll-bakery.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romsey.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosahijab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rs.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rte.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rte1.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rteplayer.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rteplayer.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rteplayer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruika.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runescape.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rustls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rustls.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saathi.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sachse.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saevor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safenetwork.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saigaocy.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saimatravels.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saladgo.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salaminos.no-ip.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltaranuncios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samisoft.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanctum.geek.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandra-perlbach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saorsat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saronikos.guide", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scatterscasino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schafzwitschern.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schuhzoo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottishcca.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoutingtheworld.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sd4u.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "se86.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sec30.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sectember.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sectember.events", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secthirty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securesystems.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secureyourerp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seguridadsistem.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seguridadsistemtienda.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senseonline.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seodefinitivo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serenascreations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servertutorial.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfvonline.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharedgoals.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sherpnortheast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shugua.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siccardisport.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sieuthithangmay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sifuondemand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simcongroup.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplertrading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjyachting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sku-partei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skxpl.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slotmad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaltimentorifiuti.napoli.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartass0027.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartdb.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartrise.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartsvillage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snoutsandpaws.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialief.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sojournindica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sojournsaffairs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solaradventures.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soml.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonate.jetzt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonia.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soniaai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spaceanimalnutrition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speme-design.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spicemoney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sprintkitchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srkarra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stabilimento.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stadiumexperience.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stansweather.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupisland.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stasiniewicz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statusmachine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stclairvet.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steelsoldiers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiebel-eltron.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiebel-eltron.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stingraybook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stitch.money", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoomstichting.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stopforumspam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "straight2porn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamingargentino.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streaminginternacional.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streepjesenstipjes.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiobrandano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sublimetours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumiko.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunnysideups.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surgeholdinggroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svrx.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiftcom.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sys21.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talesbazaar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tattooli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tax-brain.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamwpsekure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teatr-dva-kryla.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tech4greece.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techmanstan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnocomp-systems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terracom.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "test.financial", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texasonesource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texiafinishing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-red.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theantisocialengineer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebroadcastknowledge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedanceacademybuckscounty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theflightsdesk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thejunkfiles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestudioslucan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesunshinecoasttourcompany.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetechieflutist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thuyetphapmoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tianbaobo05.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tianbaobo06.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tianbaobo07.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tianbaobo09.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tillwalldrug.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timatooth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tkrn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmf22.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tnrf.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "to-med.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tohfalaya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tottoya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "townofmineral.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "track54.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradreams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traigo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transparentpng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelepoch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripsided.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trisolaris.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trixiebooru.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truesplendid.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truyentranh24.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tszwww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuffmail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuffmail.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyrannize.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyres-price.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubiminds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udiutv.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukitbs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umity.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ummiabi.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undergroundremains.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undev.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unibo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unlock-my-sprint.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upguard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upr.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaan-arbeidsrecht.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vacation-croatia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valescaind.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valkohalla.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vapteke.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "variable.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vcacursus.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vcanederland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdo-webshop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vedatkarabacak.av.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veryhome.com.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veryssl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vezirecenzii.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicjuris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villach.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip-2132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip-2138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip-6132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip-ssl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip2132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip33138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip5132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip5414.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip5424.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip6132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip7337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viraltube.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtwen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitrade.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivaiocolombo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vizion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkirienko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpnet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpnmag.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrpornmovies.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waltercedric.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waltercedric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waqood.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wbca.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmenedzser.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webminders.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webpixelia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webshan.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weirdgloop.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welfareness.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welp-mail.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westcoastmotors.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wg-smue.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wheelsmaestro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whereapp.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whowherewhen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiagencies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wilkinsondigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windmillart.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodyworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worklinepc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worklizard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldsladultplace.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrozbyonline.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x17.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xav.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaowu.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xignsys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----7sbbq5b0a1c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xrp.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.al", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.amsterdam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.ax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.com.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.com.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.fo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.gmbh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.je", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.limited", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.london", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.moscow", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.paris", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yarnsub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourtimetravel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yu-mug.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yugami-lab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukozimo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yulsn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zijinbor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zipextractor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zlonov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmessages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoisfinefood.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zombie.cam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "077969.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11223837.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11333837.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11443837.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11553837.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11663837.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11773837.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11883837.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11993837.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1939365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "23456789365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "247naijabuzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36533i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837app3837app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3837app3837app3837app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4351365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4551365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4562030.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4562040.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4562050.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4vio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7th-heaven.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "80630.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "888b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "918kissinw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99billionaire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a1towgrant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abctowinghelp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abundanteconomy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accademiaditruccoblog.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acmegamer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adultforum.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advst.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agk.co.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlinesreservation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akaal.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alteralife.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ankitha.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arbavere.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archeryaid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archival-services.gov.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archive.gov.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arno-klein.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnoklein.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asaphomeinspect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashley.net.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assuredspc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoankauf.berlin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babeprint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bagasian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ballinw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bangzhu88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankapply.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "base-n.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berakad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet567111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet567222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet567333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet567444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet567555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bett1.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bett1.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bett1.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bett1.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betteressay.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bimbole.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitrefill.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjfuli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bkulup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogsked.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bogurl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolico.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bthub.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burzcast.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "car-forums.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathy.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathy.legal", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathy.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cavernadigital.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chanuwah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaoxi.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaoxi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaoxi.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childrenschoicepearland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinefrancophonie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citykohviteek.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudboard.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudzentechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creacioneslri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptool.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csvplot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culturelivresque.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cutieland.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberhazard.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d88988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danhotels.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danhotels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daridarkom.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deathorglory.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denhotels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denverbph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disa.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djfantum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmmedya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e9582.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekogroszekpieklo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empowersimcoe.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ergowish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudioaguiar.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eva42.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extremebros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exxelmedia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fb-lab.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florian-knorn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futurestyletiling.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g0158.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gestionadministrativevirtuelle.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gestionadministrativevirtuelle.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gestionadministrativevirtuelle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getyourdata.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glovementor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go-girlonly.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomasy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gonumbers.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "googlehits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gplvilla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groundspan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtagames.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guogetv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harshee.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hayden.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heijmans.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heijmans.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heng555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herkel.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herkelmedia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hlz.mn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hp-lexicon.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hqsmartpanel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "http3.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huai123.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i0day.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibex-lb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internewscast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ionutnica.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ippo-juku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isis.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iswapgh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janey.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japanrail.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonasherkel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaligrafievreni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kartina.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kathy.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keilycosmetics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kernel.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiwee.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klacki.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krimikiosk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksradio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakeview.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamdav.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larcotravel.com.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastcraft.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leapday.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenczu6.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librespeed.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linafernandez.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liuqiao.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liuqiao.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liuqiao.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loader.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locallhost.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locus-dashboard.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lpmkonji.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukersallamericanstorage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luzi-type.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-foda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicskillet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mankier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marulaweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdpparish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mega-loteria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelklos.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijnnaamdag.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikeprocopio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milfhubs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixedreality.football", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mm88game.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msieursvp.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musings.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-photo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myweatherbuzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mzitu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nal.av.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neapi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newaygotowing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niklasstinkt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninkt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nouveauhosting.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obzoroff.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odyssey44.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ogfarms.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operationkiwi.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opskiwi.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otakurumi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pano.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasquinelli-truebag.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pbdigital.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penguindrum.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pethood.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetravel.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platypiduses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponpon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prayercentric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procabinetrefinishers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "project-novis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protonpix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pubg-tournament.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qaz.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qqq67.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualyven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quieoltre.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quinterorealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raghuspeaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raynoonanwindows.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rddjapan.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reliablemaids.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revivemoment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rheijmans.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardinesrolltop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richie.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richieheijmans.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richieheijmans.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richieheijmans.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockfordtow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockfordtowing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roircop.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootsskininstitute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rottie.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roystowingrockford.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safehero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samuraiskye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sans-hotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sc019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfpebblesstones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shenpei.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sickplanet.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplyml.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skoloffwolfe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skpracta.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skpracta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartpanelsmm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartstep.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smh.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spartatowing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speciale.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportingpontenova.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ss09.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ss9188.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stacyscbdoil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stadlwirt.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starinc.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startw.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steffi-knorn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studentfintech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suayslim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swagfuli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweetdata.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swissj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swynwyr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sympletrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syuez.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t51365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t68000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t68100.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t68200.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t68300.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t68400.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t68500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t68600.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t68700.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t68800.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t68900.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tableres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tapchiphaidep.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tawasulav.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teachersasap.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techraptor.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnimas.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teodorpravicky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-busbys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekuwayama.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomaskoscheck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timeget.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toirereform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tough.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triggeredpaintz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trosinenko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turismonochile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u51365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ufob.edu.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulrichs.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultspo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaccinestats.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vestberry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vibgyorrise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitanyi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w51365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangzhe100.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watertorenstraat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdmcheng.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weatherbuzzmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winancreekbarn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wk99.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www.edu.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xh7qqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xingganfuli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ionunica-29c.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--u9j920h4sbt5ex10f.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpj090.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpj90.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yanjicg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaprefy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhainanyouhuo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zolotoy-standart.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "01.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1248.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1eanda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2fr3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2travel8.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3651201.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3651202.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3651203.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3651204.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3651205.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3655053.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "51cls.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "616578.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "616728.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "616758.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "616798.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6upagent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "878989.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a1demolitionhauling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a66.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6619.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6621.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6623.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6627.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6631.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6651.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6652.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6657.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6659.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6671.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6672.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6673.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6675.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6682.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6683.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6687.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6691.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6692.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a6695.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aardvarksoep.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abbtw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abstimmen.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acpica.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adagia.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addictedtolength.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agagent.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agahi90.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agds.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aliancapelobrasil.rio.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alimentsduquebecaumenu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alternatyv.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angiewickes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antoniotirado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appmobi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armensc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arminsure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avgindiantech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b5902.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b5903.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b5906.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b5907.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b5908.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barkstop.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basedos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayer.earth", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benedictoaguilar.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birsinghdhami.com.np", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitclusive.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcorner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluenailsstudio.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodagratis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodasgratis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodin.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolivar80.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brianwylie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridgeforcefinancial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brownchair.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bullseyemetrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bushfirerecovery.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caai.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabooneconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canperclinicaveterinaria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canvas-gift.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caudohay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chus-plongee.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cimtools.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circus-maximus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudindex.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinespe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colabug.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comprachida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connorcordell.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "controlewiki.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coochiehacks.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptofox.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curvemedia.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyrano-books.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daibetter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danwise.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datadraugen.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datumplus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidelstob.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dfagent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dfc52.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diamondyacca.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "douzer.earth", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamingwolf.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsaengineering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edailystar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edumaster.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ellhofen-peccioli.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elradix.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empoweraces.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatiguesyndrome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fauwater.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "favedog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feelnet.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fidz.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funkfamily.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fusionetics.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gda.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germistonrubbleremovals.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getcalc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getwhelp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globaltiendat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glosiko.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glosiko.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glosiko.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glosiko.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenyacca.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goplango.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gossiplolly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groundengenharia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtupgrade.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halloweenmusic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hallspumpandwellservice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearkener.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herbsupplements.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herlynlingerie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hierer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howonce.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howonce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howonce.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howonce.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howonce.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtorunfasterandlonger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humitat-stop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huntyourshitaround.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i7.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilab.health", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iletisimmakinesi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illuminatisocietyworldwide.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "image.hosting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impactparcels.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impactparcels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ineffect.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innovationacademy.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironycats.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italianisiert.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itidying.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j8hs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessicaevrard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimsefton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobastudio.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joyousisle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrjuristen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrstehlik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrstehlik.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justacoupleofclarkes.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justninja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadenba.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakuch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kashrutbaking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingnascholing.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitchenpad.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitchenpad.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitchenpad.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitchenpad.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitchenpad.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitchenpad.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitchenpadtimer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotmale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kubeico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laissezparler.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laqueuedevache.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leonvermunt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesalpinistes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lianglongcredit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilith-magic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litecache.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logibow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucade.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumoria.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxury-inside.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maisapanama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maisie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malcolmellis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manasakcijas.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandalevydesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marliesfens.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martemeo-wetterau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mate.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathsai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthijsvos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthijsvos.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxi-corp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayblossom.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meherbaba.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memoriadeunaciudadzccm2019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midrandrubbleremovals.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milesdewitt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mintplayer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojekonsultacje.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monsterx.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moviro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycompanysite.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanxin.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nayefalebrahim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncrypt.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neroshana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newmanwebsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsvoice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicolascornet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niekbrekelmans.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nixnet.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noosxe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "normansolutions.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutritionalsupplement.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obliviate.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officevibe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opendoorcounselingpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opnaarsalto.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opticasocialvision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ortopedio.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osto.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloalbertoazar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palmbeachcuisine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palmbeachwebsitehosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pano-guru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panthenolplus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panthenolplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paparazzie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parallaxsite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pavelfucik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pavelfucik.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pavelfucik.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pebmarketing.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentestit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permaculture.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petherwick.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petherwick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petherwicks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petitu.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phongthuyhoangmanh.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pier1url.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planettimer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plantsupplement.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play-the-furyu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playit.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pm.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praguemakeover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profootballnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promods.download", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promods.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxmox-airsonic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pyhello.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qdstationary.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qdstationery.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qliving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiq-url.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radarequation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rany.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rany.int.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redwater.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remont-warszawa.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repceszentgyorgy.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resveratrolsupplement.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripuree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riverviewurologic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rkbegraafplaats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal71.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal72.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal929.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubidi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubidium.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salariominimo.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sardinianvillas.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sardinianvillas.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saxis.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schiau.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolofequineshiatsu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servermacher.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shfzzz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiroanime.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skalis-portage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skwlkrs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slothless.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smarthealthinnovationlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonicseo.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonomacountywriterscamp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soolid.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulshinecreators.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefanviehbacher.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stehlik.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiodpe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "study-support-beans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suburbansites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunrichtec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syncevolution.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysgap-gsci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tannerdewitt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tea-empire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tech-mfoda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teletxt.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teq-automotive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tervemaja.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tewkesburyyoga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texteditor.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thechallenge.fit", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecreativeedgeinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkbot.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinyurl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tirupatinightwear.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tjian.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tocasoft.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomvst.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonymaster21.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tout-a-fait.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tredevlet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaccineskill.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vault.investments", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velocityfiber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villagemagazines.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virostack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vnetboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voedselbankmoerwijk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvtv.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warmsquirrel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warupu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-wakakusa.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webaccio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webclymber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webinfotech.com.np", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willtc.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willtc.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiruji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woningverfspuiten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodbornekitchens.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodbornekitchens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodcat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwweb.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x5901.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x5902.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x5903.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x5904.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x5905.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x5906.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x5907.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x59088.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x5910.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x59288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x59388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x59488.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x59588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x59688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x59788.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x59888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x59988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xamax.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xemcloud.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaoneijun.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaoneimao.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--lti-3qa.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpj909.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourbusinesscommunity.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourpalmbeachcountyrealtor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yule.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z.tl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z4-forum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeihsel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeparadox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerox-security.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zfxhzc.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhenn.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zilv.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zkwolf.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zohra.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zondervanacademic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1004233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "111ttt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1me.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2277bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "235551.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24gazette.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "325552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "363331.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36bobines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "381115.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "391119.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niusurl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4233065.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4233068.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4233069.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4cavaleiros.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4dropping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6004233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "622283.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "633362.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "64stacks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "655591.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcorporate-aviation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcorporate-aviation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventurealpinetreks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advisercentre.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afadvantage.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahfazahmed.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airventilation.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alacritylaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alaturkaonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albionfaeries.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alchemyvfx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alwa.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am-globalgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ameeradubai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americagambles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americoadvogados.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amigosencanada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amv.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animem.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annexorien.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antistate.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appbet43.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arfhumane.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arraudi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artesacraloreto.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asm.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asps.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audioblackmagic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backtheeffup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakkerij-janschrieks.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bamaagahi.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bancodeloja.fin.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bastter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "battlerealms.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baytv.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdsmwiki.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautycon.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bespoiled.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet43z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet5119.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet5234.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet5757.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet5868.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet7234.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betza.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bicicletassym.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biotecommunity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizeasesupport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blixtv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blocktab.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockwatch.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluepoint.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bogs-consulting.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bootina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boundaryford.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "branchenbuch-potsdam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bread.fish", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breyerslakeshoreresort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breyerslakesideresort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breyersresort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brinkbem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bthub.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bukalapak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buongiornolatina.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burchfabrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burkow.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byhenryvera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cachchoi138bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cake-n-go.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "californiamusicacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camclips.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cantinhodosossegosaojose.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardioagainstcancer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cateringgoes.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbd-oil.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cctvsecurityjohannesburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ce-tuifrance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaosorchestra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chimm.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chipdig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chirr.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chukwunyere-chambers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citacepro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckleemann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickalphaville.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clippingpathsupport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudturing.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cluster446.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coondesign.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cornelia-schiemann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coteax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covert.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "credit-10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossorig.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruzitoproducciones.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptomkt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csgomtr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctir.gov.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyclonedesign.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielve.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danilov-abrosimov.org.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datadiggers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davedevries.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "david-edu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidzimmerman3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddkkitchens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deejayladen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "definingterms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delijan24.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devkiwi.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dibal.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digchip.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digchips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digipl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disboard.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazionecimici.napoli.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogcat.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domacikavarna.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donia-almla3b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dordtpas.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivedavis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dungbui.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-node.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echinus.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecomonline.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "editorakanope.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eeeeeeeeee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ei-bo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianrandburg24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emergencycommand.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empreinte.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eoy.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epsi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etkarle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etutsplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evokewonder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewesparky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expertsluzby.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyy.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezrohi.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fajode.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faststage.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fauxcams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenriragic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fetishblend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finprison.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fish-n-chips.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitrecepty.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixed.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flfl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flipsidevr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxycredit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fracturedperspective.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-sex-sites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomdujour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freetext.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidelia.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furca.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingterritory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garden4less.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekeries.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemeinderatswahl2020.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenqueenbee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goudt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpolanco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenytimes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamyarpet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyandrelaxeddogs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyglacons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hastyllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearfool.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hebel-intern.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hekat.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoffmann-fliesen-design.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedentist.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostpoint.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotdates18.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ichinghero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ignation.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iiet.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilctucson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoprosnetwork.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspirez-vous-sophro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intern-base.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invsky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iqos.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itdaan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itrendyworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itstudio.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ixuexi.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackal-cogito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janeweeber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaquishbiomedical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaspven.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javaxxz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesseblum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiripik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkbfabrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmsjms.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmzo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "job-uber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnathanhasty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonohewitt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jswebbdevelopment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabukpsikoloji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalprajsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanope.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelleycurran.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimiadaro.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinualive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klusbedrijfdupau.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knautiluz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koffkindom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koupons.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laanius.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labelfactory.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacledeslan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasvegasgfegirls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ldts.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecatal.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leendebroekertfonds.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legendary-royale.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lehouerou.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemuelbriza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leybelsgarden.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifesharing.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkstagr.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunares.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lynxriskmanager.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maker.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maksoud-karim.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malibulingerie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "managr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mappingfutures.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcopolo-restaurant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maria-galland.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariaaguirrevalarezo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mechbattlegrounds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meddin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikaelvesavuori.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milcarteles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misfit-media.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnatechnologies.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modhay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moltina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monsieurdecapage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moron-mu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motcha.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mov-square.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myediblefood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n-design-service.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naamlint.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nagoonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naifcare.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natlec.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturaleza.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news-trendlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsall.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicetaninaka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nieuwsfiets.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nila.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "njcareers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomadicrootsco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northwoodstudios.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novoregalos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutradian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutralivbio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nwh.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o2ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octopus-cs.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offcasesstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offermann-koeln.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onthegosystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orbeimaginario.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oshea.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osteopathe-palaiseau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorstop.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outshinesolutions.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p-0.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacificarperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panzdravi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parachuteteam.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passiondesigns.web.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedaleuse.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personalityjunkie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phyllischerry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pidmanager.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilvi.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pnawrocki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powergok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pracownia-porta.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pressspace2hack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pressspacetohack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printserverpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatemediaserver.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procesadorafenix.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prognoshealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promoqueen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychopathtest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puzzlegames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiche-quic.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabis.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramirezpeluqueria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redactedmedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-bachata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-danse-africaine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-danses-en-ligne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-hip-hop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-lindy-hop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-reggaeton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-rock-6-temps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-tango.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-yoga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ricomp.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rikuras.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rishabh.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocsole.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodkidesings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roed.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roeden.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronniemossel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosaquest.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rovota.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubenmamo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubia.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samuidiving.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapphi.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satellite-prof.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "say-it-loud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbbz-bad-wurzach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sccd.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottrae.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seaminars.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securitelandry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sejageek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendfile.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seowerkz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servcom.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servicestechnologiquesam.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexyblonds.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shajol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shekareyehospital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shellta.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shifaat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoptio.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigmasensors.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skypech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slashcam.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softchin.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sold.rip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sporki.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sr88.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sr88.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srae.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steevels.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevepacheco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stock-solution.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "straightnude.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sttl-topographie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studentaid.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuudium-mail.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symeonchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemnik.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szotkowski.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talkaboutdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tandakutip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tauran.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "team005helpdesk.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teenportal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terezalukasova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terrasoverkappingvillage.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thalgo-cz.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecomparativist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefussyeater.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehasty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therapyclient.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therapypartner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetomatosoup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thietkegianhangtttm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tigerfishingzambia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timwestdesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tk-smart.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmbergtmberg.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmbergtmberg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmbergtmberg.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmbergtmberg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmbergtmberg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toolset.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-frog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tproger.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transfurrmation.town", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripsweet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truyenfull.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turm-umzuege.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ua-blacklist.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uid0.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unionlife-net.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unlockscheveningen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upakweship.eu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upakweship.uk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usctt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v1081.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vancouverchess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaniola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varenzeeland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vato.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ventnose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vereinswahl.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vifranco.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vns5020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vns6610.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vokieciupamokos.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vonpawn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vschafer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webtrees.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wercat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiktor-imbierski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildfoxosteopathy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windows311.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wizadjournal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wizathon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wjb.marketing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmcroboticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workahealthic.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workcost.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workupapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpml.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x-minus.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ximes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80acghh.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aebbkaqx6at.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--dviz-5qa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xormatic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xsapp.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoogirls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yxbet43.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yyr.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znbr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zusterjansen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zwilla.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ag8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123viajando.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12ag8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "13ag8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16ag6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1abcicka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ag6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "345678365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36ag8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4pillarsit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "567667.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "61ag8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66ag9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "72hours2sold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "87ag9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8ag8.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "93ag8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abetterdeath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abi95oha.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abrah.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academie-essentiel.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventus.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afharvey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag01.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag011.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag018.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag022.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag06.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag066.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag08.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag09.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag11.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag123.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag130.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag13842.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag1386.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag155.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag158.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag1601.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag1603.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag1604.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag1607.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag166.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag271.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag2722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag2786.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag285.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag2855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag288.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag2886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag2897.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag2978.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag3.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag3115.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag3117.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag3119.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag33.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag388.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag3916.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag3917.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag393.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag3953.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5152.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5159.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5326.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5358.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5392.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5519.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag556.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5623.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5657.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5662.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5758.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5761.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5856.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5862.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5876.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5917.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5933.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5936.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5939.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5951.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5952.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5967.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6.vc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag600.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag618.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6272.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6283.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6291.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6298.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag66567.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag666.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag66668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6675.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6676.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6819.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6825.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag69000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag6995.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag7.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag72.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag7273.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag77.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag77.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag77655.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag7811.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag7822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag8.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag8.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag8.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag8.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag806.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81117.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81119.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81125.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81163.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81191.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag812.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag812.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81211.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81213.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81215.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81268.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81275.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81277.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81279.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81325.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81362.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81393.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81568.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag816.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81611.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81613.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag818.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag818.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81879.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag819.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81912.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81917.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81933.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag81939.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag82001.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag82006.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag82007.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag82008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag82011.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag82015.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag82018.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag82018.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag82022.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag821.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag82135.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag8218.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag82225.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag82226.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag82287.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag8400.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag8500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag860.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag8600.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag865.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag8778.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag880.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag891.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag898.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag89951.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag8vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag9.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag9.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag9005.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag905.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag908.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag9100.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag918.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag918.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag918.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag92018.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag9532.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag955.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag96.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag961.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag9621.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag9623.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag966.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag9792.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag9793.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag98.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag9800.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag9815.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag983.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag992.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag9931.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag995.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag9973.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag9vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agg097.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agg66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agg77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agg88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agsogou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agsun6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agvip1000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agvip1888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agvip2001.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agvip2008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agvip2013.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agvip986.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiwansky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akay.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algoritmususpechu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amberwiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anamelikian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apadmi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ararrl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ararrl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artj.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrobriga.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autosalesmachine.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avanpost.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aztv.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ballettstudio-ost.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bastardandpoors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bech32.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "big-office.lviv.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blindsjoburg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boschveldtuin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brunolt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulutkey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bundesverband-krisenintervention.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bundesverbandkrisenintervention.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callanjg.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callqa.center", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caodo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespan.clinic", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casamentos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccsae.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceska-polygraficka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checktech.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childhr.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chriscampdesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christian-oette.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cichlid-world.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cjpsrilanka.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubon.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "combustibilaspen.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commercialcleaningbrisbane.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consulenzanobiliare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cranenburgh.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cranioo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crestasantos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crowdstack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubeo.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d64.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannyrohde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datenschutz-gruenwald.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datenschutz-isny.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datenschutz-leutkirch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datenschutz-oberschwaben.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datenschutz-ravensburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datenschutz-wangen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datenschutz-weingarten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daysgolfclub.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealsale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defamiliehagen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delicon.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deyanadeco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dienmayplus.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietlein.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diffuzehr.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni-sardegna.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmilb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogwalkeru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotcomtest02-single.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drastik.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivenbyperspective.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubaire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dusty.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchassistancedogs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dys-coaching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-m1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggendorfer.wine", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elettricista.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elfuerteclamor.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emby.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emsliespharmacy.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encanttemais.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encontroespiritadeinverno.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engione.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enthasso.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entrup.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eperniagaan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ergaomnes.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erictgilmour.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estallidodigital.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethicalescorts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faked.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fallout-craft.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familie-mueller.com.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fan8hd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ffp-survey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fh14.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filli-it.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashcrasher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floating-journey-64892.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flugschule-usa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free8hd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freewillfilm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftrac.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fudubank.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furukogarasusha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fusionapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fusionapps.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galleoncloud.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamanlu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekobyte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genbars.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genometrik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glutenfreeandtasty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmcbm.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gon45.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "googlepinyin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatnetsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halovanic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hangarbox.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happynewyear2020countdown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawaiiforbernie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heinenhopman.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honeyspot.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hooghiemstrazelf.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostedghost.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostedghost.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostedghost.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "house-scape.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humansense.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-connect.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iblowdry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideamiapublicidad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilfumoshop.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immedicohospitalario.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infra.beer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infraget.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insuremyworkcomp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isab.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iskconnews.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivan1874.dynu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jakobs.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jb0.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jfvaccountants.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimkimmel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jnssnfotografie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordandirections.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joseluishenriquez.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaiva.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalhufvudet.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kangutingo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kathy.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keeley.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keesslop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kpnthings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreuzwortraetsellosungen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krisenintervention-deutschland.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kriseninterventiondeutschland.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagrange.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakorntoday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "largeandhighquality.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawyermidrand.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lebalcondesraspes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leon.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librairiezbookstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-vins.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linguatrip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipaslovanska.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liulo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liverobot8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loonbedrijfdenboer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lowratelocksmith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsc.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lubersacr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucorautopartes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madix.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailgun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailmaid.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandarinpediatrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuelraimo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markfisher.photo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markoglou.com.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massageandwellbeing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maybeonline.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mccordscvs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcvs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicaltools.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medictools.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medunovi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megasupportcr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meilleursjeuxporno.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mempool.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mens-v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milkagyengedseg.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milkandbourbons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missionpuppy.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmichaelb.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montrain.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moove-it.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mountknowledge.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moving-target.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycrowdstack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nedermisp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nejmaklerka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nintendohill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "normapro.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nully.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okayloser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ontopoflove.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opticsboss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overlord.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pack.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palessit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcf-frankfurt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pipscprd.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pojdnafp.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pomdoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poquiloco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "private-diary-taka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodigyhq.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projecttools.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promoglisse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puredns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r3t.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabbit.finance", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramdigital.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randstalker.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realm-of-shade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rellmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repairit.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restaurant-eatenjoy.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retinacv.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riho.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rimo.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roar.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robbinsgaragedoorwenatchee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronbyrne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rscturmoil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubenpeeters.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saint-sym.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanates.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapuseven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scag9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securesense.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semesur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seminarraum-isny.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sequachee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shipito.kg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shipmonk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shippinglabel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smlk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softskills.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soleil.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soma.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soninger.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standheizung-shop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steno.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevenkendypierre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stjohncamden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stmsouthcoventry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "striata.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "striata.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sudosaveclimate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superhappyfun.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sydneyexperiences.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szotkowski.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t-unit.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tactical.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tallgrasslegal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxedesejour-airbnb.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teallhaycock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnopiniones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teplo-unit.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tferdinand.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tgtw.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-azad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehoff.ddnss.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themegteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thirdwaverevenue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tkmr-gyouseishosi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tld.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmhanoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobiase.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonalaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topicalnet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torremarsalou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trungvien.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tudienchinhta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u9yy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ufacesign.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "up-stage.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "up-stage.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upakweship.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usawireguard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzay.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanuithartenziel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vizedia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vleo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volcano-ug.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volcano-x.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volcano75.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wagnergroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcscmp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "we8hd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitelia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wetravel.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikilinux.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildfoxlady.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wippie.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiseradiology.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmccancercenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wnuq.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordpressarequipa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrong.wang", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www.gov.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinyitour.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----7sbbagp2bcfwdeee1afm.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----dtbhcpoeofgcvoic1s.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--c1aehtaetb.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--pascal-klsch-cjb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xoan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xotictrends.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xyj22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yachtcita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yatai18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yayou.ag", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yn.org.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yokoda.okinawa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yt220.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yt605.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yt606.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yt629.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yt653.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yt656.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yt675.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yt818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yt835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yt839.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yt881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yt892.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yt962.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yt972.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zidanpainting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zumtaedanceschool.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zupit.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "120percent-inc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1244546066.rsc.cdn77.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2x.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3d-glow.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3deni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "403page.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4mama.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5sba.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6thmarch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7139365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7ki.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9articles.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-bicycleshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-h-p.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aandachtsmeditatie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdouh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abnamropensioenen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abrafast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absoluav.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absoluconseils.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absolucopine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absolugroupe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absoluphoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accessnetworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acprail.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actioncutprint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acutehoest.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamh.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adata.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adenos.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adidas-2020-spring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adn-recrutement.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adnotam.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adotta.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adpot.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adregain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adregain.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adriarae.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adsense-arbitrage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aebleskoven.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afbrunswick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afc-capital.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affcoupon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aflattr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afpayday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agencybeam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agripartner.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airalamo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akewe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albalat.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfiebarker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alimentosmcf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alineasatu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allgemeinarzt-wenta-bralla.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alluremedicalaesthetic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alukard999.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alunara.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am5.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazingmalang.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americathebeautifulquarters.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amethystwebsitedesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amnesty-in-bewegung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ampleitsolutions.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amvisualgraphics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anabolitics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anarchista.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelikaclothing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annynantasiri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anonish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antelope.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antianti.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antocom.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antonyraz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apix.uz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app-scantech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appmeucredito.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appuntidallarete.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcadegames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ardiandinar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariamovie.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armanet-promotion.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arrasdelucia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arsicad.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artificethefilm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arvyncerezo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiabike.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atinmarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atizanvip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atomiumvn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autopeople.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "averste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awinninghabit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axearrow.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azl-app.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b-techflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b2m.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b3.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b3pacific.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67882.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67884.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b67885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bachomp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backspace.dev", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backspace.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badge.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barlamane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bd.foundation", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "becausecapitalism.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedset.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beerxa.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behaviorchangeimpact.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belfix.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellevuechiropracticassociates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benulekaren.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-buyessaysonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-photobooth.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestbuyatvs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestcouponvouchercodes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestseo4u.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bexx-engineering.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beyondauth.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bietinidesign.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigfuckin.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigmoney.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binairy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binairy.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bingle.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioteebook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birosuli.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinheaders.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinseed.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcrazy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitsellx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bittextures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bktrust.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blairmitchelmore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bliss.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogdolago.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bogs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boliviasepusodemoda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borgoaureo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncearoundinflatable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounceroos-bouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounty.fund", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bounty.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxtub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bpisites.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainhealth.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bramhopetails.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bramming-fysio.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bricomium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brigade-electronics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brooklyntheborough.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brunoamaral.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buffalowdown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burdine-andersoninc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessgram.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyguideonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byrest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c3boc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c3s.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c3soc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c3speak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c3speak.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabina-photobooth.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadventura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calim.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalmedicals.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capssouthafrica.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carcountking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caritascenter.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlosbronze.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carre-jardin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carsinsuranceis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casamiento.com.uy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casamientos.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caselemnbarat.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashmanagerbg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catharsist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "causebox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caylee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbxp.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cendi.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cenfo.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cerebrosano.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "challenges.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chanderson.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaoscommunication.camp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaturbate.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkmedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christoph-gadow.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleankey.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearlakechildrenscenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clientesal100.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clouddark.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cm-agueda.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cm-pombal.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cm-portimao.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coastalpowder.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cobraprotectionfl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cochem-zell-online.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coderjesus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colcompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colocation-rennes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colonialfurniturestripping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "columbiascaffolding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comerciositio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commercial.lviv.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commonsensedivorce.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "community-pro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "community-pro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compagniedesateliers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "composersforum.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computerbas.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comunicat.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concito.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connelink.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conrazon.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consumeraction.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contabilidadebhpampulha.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "container-kormann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contaminatie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookiecorner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cordemar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coredns.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corgei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coveragecareservices.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpoinnovation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "critical.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryoflesh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptecks.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptofomo.capital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptofomocapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystalblockchain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "css-tricks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctemplar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cultrix.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custosd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custosd.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custosd.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custosd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cutienautica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyber.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberlab.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybersecurity.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyprus-company-for.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-vision-create.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailyblocks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailyngn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielhurley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielhurley.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielhurley.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielhurley.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielhurley.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dappui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dark-lake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dartdriving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dasperspektivenwerk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dataprivacyandsecurityinsider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidmlujan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidyounker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daytonahealthsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "db.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcarou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "de-groot.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defreecefinancial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deitec-global.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dejvsoft.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delirecetas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deliverability.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "den-ka.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denahrumah.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentaloptimizer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentaltalent.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentalturism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentistalagoasanta.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detailspourinvites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detiklife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detroitjockcity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "developingtheworkforce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devignstudios.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dgl-24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dibai.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diehildebrands.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digchip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digchip.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digchip.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalcanvas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitallive24.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalproj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitium.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazione.napoli.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diskussionsbereich.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlmit.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolarenmexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolcett.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolphinaris.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dom.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domain-swiss.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doyo.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-ermilov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragon-hearts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragon-hearts.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreambolivia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamsinbits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "driteksolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivecrestwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivedannyherman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivedmbowman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "driveforadtransport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivemorganvanlines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "driveoakleytransport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivepaultransportation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivestarfreight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drszucs.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubridgeweb.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumaurier.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dust.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutabisnis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwhightmolina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-motionagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earthcharter.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earthdevelopers.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echotango.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecuadorextremo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eddie.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eichinger-stelzl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejderrapgott.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elartedelapaz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianbedfordview.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrosoftcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eleken.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elettrolinkimpianti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elmahost.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ely.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emalm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "employerlawresource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engi.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "englandbeach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "englishliterature.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enigmadark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epsilon.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eskiegaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esmibot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "est8.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudosnacionais.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etf.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eth-services.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eudore.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ev-menden-meindorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evange.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everysync.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evolvedevlabs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evxp.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewanto.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exeypanteleev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exiled.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exiled.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expertnews.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "explorea1a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyespecialistsofla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabdiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "face2faith-vechta.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fafscloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falcom.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faramashin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbaun.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feedtube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feelgoodwatches.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fermanaghomagh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fetishzone.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiasonline.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fietsenbijauke.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fightinggobbler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmdirectingtips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finturelife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firecask.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fish2.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitbase.fitness", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitcamp.fitness", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fivebyfive.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixdiabetesnaturally.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixedtoday.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fjchamber.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fjsb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flixcost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flomedia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florianschmitt.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fodemp.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fomo.af", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fomo.exposed", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fomo.trading", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forms.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortresslinux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortresslinux.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortresslinux.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freelance-webdesign.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freiengrunder-hof.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fritzkasten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fruxnux.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fujiyakimono.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullbajamode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fun-club-35.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtastic-basketball.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furisode-yamaguchiya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futb0l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g4v.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadgetanda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamerwelfare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gavingreer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaycafe.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gcsgr.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekdama.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekmagazine.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genwarp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getbootstrap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostwritershigh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girl.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitns.dev", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitns.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitns.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giulianomanzoni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gliagrumi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmgard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gobiernousa.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gocdn.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godofredo.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gometa.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomods.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goontu.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gopkg.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goudenlaantje.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandcafeatpark.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grantdb.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregmarziomedia.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grosser.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupe-erige.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guerra24.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gullones.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gusli.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gwy15.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h2office.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haakonbecker.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackerspace.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hagoyvivo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haiwaiyingyuan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haklappar.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hallocsi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardwarelog.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardwarelogin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardwarelogin.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hauspie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hausverwaltung-motsch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdview.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "headlinenews.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.edu.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hechizosymagianegra.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helenabienesraices.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellobee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellolove.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hendersonvilletutor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hexa.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highwayzen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hillingshaeuser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hinderlider.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hinota.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjallboscoutkar.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjdiaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjosh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjstudio.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hlidani-tornado.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hnsseed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hochzeitstypen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homelandsecurity.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homemakerschallenge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeopata.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homestead-honey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homey-app.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honeycome-recruit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoogelandzorg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horaciolopez.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostedghost.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotdates18.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hothub.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howunadeydoam.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrkenterprise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hucklebucks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hughfitzgerald.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humannaturelandscapes.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypevents.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icepharmaceuticals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icnc.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideefactory.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iemsamex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifashionable.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iganesh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilawgix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imoasis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imoasis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incomingfire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incontactmetjezelf.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianhelpline.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indigopaints.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "industrialpaintservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "info.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infographicsmania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infojeunes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infopronetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infopronetwork.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infotekno.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrareader.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inovigo.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inseo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inzichtmeditatie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipmscoutek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamqa.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istogether.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itmix.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivanteevka.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j70501.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j70502.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j70503.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j70504.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j70505.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jadidgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jan-becker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janbilek.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jannesmeyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japanesque.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japanesque.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarett-lee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarrods.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javierbalvin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jblan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jbm-management.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jedatw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jedepannetonordi.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jedepannetonordi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetable.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jewelleryrack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jewelryweluv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jg078.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmussman.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnopdenakker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jollyjoker.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonathonkimmel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jorritstollman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jskarzin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpnplay.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "just4new.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k88231.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k8v05.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanzlei-hhh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaplanco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasasaprotect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katazuketai.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keisepulveda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keru.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinwstanton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kfz.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kfzjeugd.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khaotipthai.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kielux.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kienthucnoithat.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimono-furuya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimono-hishiya.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimono-yamaguchiya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimphattai.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingcannabisshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirkintillochbc.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kisuresports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitsuna.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kkcsc.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klmgewinnspiel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kms60.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knightsofcolumbus867.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koelingmonitor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koenmartens.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kranbearys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krazy.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuba-orlik.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kulp.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kultur1.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurition.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuscu.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kutamo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kutekeiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvhv-brussel.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kylepet.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacoste.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagracia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laizhongliuxue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lampco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lan-divy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lan-divy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landdevcorp.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lareginetta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laways.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawportal.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lednavi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalsteroid.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legendwiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lehnen.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leonyork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesblogueuses.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesgarconsenligne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsgo.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leviobery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leybold.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "li-n.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichtsturm.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightningseed.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limecho.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limehost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "link-man.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkwater.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liuqiao.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liuqiao.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liuqiao.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liuqiaolovecaonali.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loaded.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lock-expert.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "looneytunesdashgame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lordusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lostproperty.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovelocalbmore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucasartsclassics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumentell.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-h-b.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m365.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mainblades.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mansora.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maresencial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "margatroid.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariajuangarcia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariejulien.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marinat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maselko.uz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastercomfig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrimonio.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrimonios.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maximemichaud.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbda.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcfallout.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcsteve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medibasket.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megamov.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meinforum.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meldwekker.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menurutparaahli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mettin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meziblog.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaeltjeuw.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micropigmentadordesucesso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miguel-platteel.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milanvit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milehighmaniac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mileyweasel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minicampingshalom.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mississippigenealogy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitchkalf.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmxx-distribution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moabit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobileinternetbanking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilmobil.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobincube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modelbase.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohamedhamuda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montsearias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moreshop.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moritoworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosteirobudista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motorinfo.center", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moztrack.co.mz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mt-west.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muctool.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mudanzasytransportesbh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multypanels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "munibernal.gob.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "munivice.gob.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "music-privilege.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicgivesmelife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybigsaving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybon.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybsms.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myconcorde.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myersking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myforum.community", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygate.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypharmjar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nachovni.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasehyar.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naughton.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naut.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncsadministraties.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "near.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "necsol.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerdycharmer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netradyne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkuser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newlegalsteroid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsheaders.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nginx.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "night.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nineteensixtyone.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nishiyama-shoten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nlc-business.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noiseandheat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nolanpowellisaho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomsing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nony.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noticiaelmundo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noussommesluniversite.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ns-ohsnek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nu3vex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "null-d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nusantaratv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nxtgensn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzt.capital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzt.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzt.dev", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzt.foundation", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzt.holdings", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzt.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzt.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzt.productions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzt.properties", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzt.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzt.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzt.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzt.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzt.ventures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nztcap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nztcap.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nztcapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nztcapital.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nztcapital.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nztfoundation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nztholdings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nztproperties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nztservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzttechnology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzttools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzttools.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nztventures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nztventures.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nztventures.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obat-kuat.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obg.ceo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "observer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octagon.institute", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ogretmenimsanat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okkur.community", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okkur.dev", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okkur.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okkur.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okkur.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okkur.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okkurlabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oktave.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omaharoofpros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omarpalos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omega-intranet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneplaykh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinebcs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinedivorce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineporno.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oonne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oorbellen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opensource.fund", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opensourcesoftware.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ops.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orangeacademy.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oratto.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organdonor.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oscreen.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourladymtcarmel.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxegenmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oyama-conf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p-art.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "painetcompagnie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paint4.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdtech.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pem-jp.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peter-hennes.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peterhennes.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfdevroye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfish.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfonks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phenonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pheromones.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pheromonetalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pherotalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philippegoffin.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philly-injury-law.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phuket-rawai.school", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "physioteam-franz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pillowcast.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pingu.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piprotec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pkgviewer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plastic2print.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plustream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pm.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmsoft.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pneumogalati.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pohatta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polishmodels.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornokran.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postman.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pouchdog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powertoolsrater.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppissis.com.cy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precisioncoolingco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presenciainternet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presentacionesweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priceofdollar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prismapixel.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promo-mobilhonda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostoporno.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proximasrl.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychometrictest.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychometrictests.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychometrischetests.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychotechnique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psykometrisk.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pszinfo.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publixphere.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pucsr.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pythonhosted.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qiaohong.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qpsinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualityconcreteraising.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quartz.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quartzclinical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quest-medica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quezmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickq.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quizandmoney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ra-schaal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raileo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raisingzona.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reactor.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recoveringircaddicts.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "red-train.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rediazauthor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reikicentrumdelft.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekkur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekkur.consulting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekkur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekkur.dev", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekkur.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekkur.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekkur.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekkur.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekkur.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekkur.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekkur.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekkursolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekkurtechnology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remembertheend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remo-ribeli.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-blues.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-dancehall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-danse-orientale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-pilates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-salsa-portoricaine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-salsa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-valse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-west-coast-swing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-zumba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renut.com.np", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repgad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reposeed.dev", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reposeed.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resepsimbok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "residencedesign.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resilience-france.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resumic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resumic.dev", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resumic.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resumic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resumic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reverenceplanning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rheincamneuss.hopto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhkg.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richcamgirls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rimonhwang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riseandrank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rizalpalawan.gov.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robinminto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocklinhousecleaning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rommelmark.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosakkreditatsiya-forum.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rospotreb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosslongulartgallery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rostlau.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "routeto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rozar.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtlspiele.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rueder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumahpropertigratis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russtekh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rutewisata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryandewsbury.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagytec.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salekaz.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samhsa.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satoshilabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savagecore.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sceventures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schorel.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schrok.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schweininchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrapcarremovalmississauga.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seadrive.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secluded.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securehugs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securityaware.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seetheprogress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seetheprogress.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seetheprogress.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seetheprogress.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seetheprogress.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sekkom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "self-signed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seocraft.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seonoco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexvirtualspace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfera360.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shambhu.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shareasale-analytics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shibuya-rin.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiftcrypto.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shortaudition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shortaudition.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shortaudition.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "show-pro.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "showmeengland.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shrsl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigparser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silentinstaller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvergoldbull.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simi-reizen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simonheung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplechoicesuper.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sindastra.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinvideovault.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siri.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitethe.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skinpet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skiptadiabetes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snabbfoting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snabbfoting.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snelwegzen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialblaze.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialmark.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofidelshop.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soft64.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solautoescuela.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soliten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonologic.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sorblack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundmoney.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundmoney.page", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundmoney.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sourcecode.hosting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southernviewmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacebabies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speaker-animateur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedliner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sponsor.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportsmashup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stail.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stankingma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stankingma.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statelywork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statisticalsurveys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "status.vg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sterz.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steviate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steviate.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sthpr.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storjar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stormigrl.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stp-ip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stp-ip.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stp.dev", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stpip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stpip.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroeder.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiodelbenessere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiosuracidenunzio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stujay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suachuanha365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugaru.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunnyside-jazzclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superspeller.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sustain.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suzannehines.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svc.bike", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiatpilki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swmcfcu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sykorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syna.dev", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syna.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synonymedeutsch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synonyymisanakirja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syscams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t404.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taartenvanthea.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tac-performance.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagstationen.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taktransport.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talkingband.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamhinkleyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tech-idea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technicwaladost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techniekutrecht.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teddywayne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teenringen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telecommutejobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teletaxe.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenthirtyonepictures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terrasoverkappingvillage.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "test3-websiteboost.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testpsicotecnicos.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testspsicotecnicos.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thechandigarhcity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegadgetsuperstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegrio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehopper.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehunky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thejsmodel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelivinggod.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theomg.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theprojectgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesleepdoctor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thgstardragon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thietkenoithatshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomas717.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiffany.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tilellit.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiltedscalescollective.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinkererstrunk.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiqets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tischlerei-geher.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tjcnb.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tloschinski.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobdesignfirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toepferwerk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toolsense.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toperadigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalwebboost.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toughvps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toypro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trackulo.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainingminds.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transmutatie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tray.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendsupplements.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trentinogenealogy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tricetirisad.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tricotandopalavras.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triplecrownoutfitters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trummer.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turalt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turbohost.co.mz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turtlearmy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvrestyler.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txtd.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txtdirect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txtdirect.dev", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txtdirect.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txtdirect.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txtdirect.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txtdirect.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tz02.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ufopaedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukeuniverse.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultra.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unboxyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undeadwalking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unibev.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniondeterapeutas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universellafredsdanser.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unixteam.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unpause.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upgradeguru.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uponsel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uptownbabe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uropenn.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usa.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usagov.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "userbase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usolvit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanhatten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vannoordgouda.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaselineoel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veganenumbers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegculinary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veinexpertspa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veritashomeschoolers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vgeek.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victorrivera.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vietnamesetyping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villagebridalbyomnibus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinicuncatours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinorossoconero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viva.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viwsec.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmcsubastas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voddinteriors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voicello.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vugt.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w61611.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walldisplaysapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warhaggis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watchcom.org.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watersoul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watersview.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webauthnlogin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcams4date.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webforsales.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weeblez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wejdmark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkenbijvanderventions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkenbijvanderventions.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitecleatbeat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "widwap.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiki24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildfirexpeditions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wireless4now.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiwi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolfshoehle.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodenwindowco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldfoodfestival.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhairtrends.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowede.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wp-webagentur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpjakarta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpthemearchive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsb-immobilien.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xdb.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--c5w032d4vi.xn--fiqs8s", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--j1afcdm4f.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mgbqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--tgstationen-x8a.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xsole.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.cy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yasic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yigujin.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourwatchdesign.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yrcc878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ze-com.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeilenvoorondernemers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenmod.in.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zercutie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zihari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zindaa.mn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zrkhosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuiverjegeest.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00228.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "01zemi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0cdn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x0.rip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "107996.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12345.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123ali.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1300cleaninggroup.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "15bells.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "169xpj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1v9.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22884.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22994.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3000peaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "319xpj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "360gpscorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "64i.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "67877777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7670076.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "777234567.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7fon.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aarsunwoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abemarx.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accesslogisticgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achmazstore.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acinstallationnearme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ad-notam.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adeccoquickmatch.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "admincu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advenirewealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adzalanwp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agari-mj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciaingenium.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agentur-circumplex.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agilee.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aidaccess.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aikidoboskovice.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfareshotels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airseatac.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiui10.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajvocab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akerboom.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akmatrix.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfaei.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alisondemarco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almainca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphaconsult.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alteah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altinea.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amarresdeamorconelbrujoguillermo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amorxyoga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anchoritsg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreas-strahm.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antopie.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anvimpex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anzheadachesociety.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aonepick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apartbook.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apartmentdecoratingblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app.gp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquadrom.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqualove.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquaphotomics.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquavisor.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "araqnid.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aratz.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arche.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archim.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arest.web.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arganwinkel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aryankhera.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asgardiamc.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assessortrainingonline.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "associazionerimborsi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "at.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "at.vg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atbt.org.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atkinshealthcenter.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atmox.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurorasa-coaching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authorise.computer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authorise.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authorize.computer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authorize.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automaticgrowth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avamax.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avamax.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avionschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axisins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azadcyber.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baixarvideosgratis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bajarvideosinstagram.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baltimoreroofingservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bamsmackpow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barrioitalia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basementwaterproofingsaintlouis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basicports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basicports.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basicports.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basicports.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bastiaanbosch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bciiconsultores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcnation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdtc.com.bd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be-in.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be.ax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beatsearch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belidzs.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beratung.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergunabanget.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berksteensmatter.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestwap2.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betbravo.et", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betweenthehills.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beus.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bihaberkalma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bijou.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billiebone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bim0s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binarypuzzle.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bindev.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bintoca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitonbooks.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black-hornis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blbcleaningservices.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blinken.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blog.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blog.kg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blog.vu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueyonder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blumenreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobek.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bongproperty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookbazar.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "booksjar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boscbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncykingsofleicester.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakingsfnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breonart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bretti.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightlingseamusicfest.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightonhoney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brindespegassus.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brun.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brunodomingos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brutdecom.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bungus.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "by1u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byfare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c-14.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c4dstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c7ra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafe-musica.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caffegalleria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caicoveiculos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caletka.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campona.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cancer-rose.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardiosportsilvinadelgado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardloan-center.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "careercapital.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlesjavierre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlospiga.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carpetinstallationpros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casadeladiabetescali.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casgp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castillocontabilidades.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cat.ax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccatpracticetest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdsportal.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celestialenergies.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cellypso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centrale-vapeur.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centrodemioma.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centrumbastiaanbosch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certifiedtreearborists.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ch.tc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "championbet.ug", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapfarestousa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiaseweb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianchomiak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chumanskaya-uebersetzerin-russisch-englisch-deutsch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "churchill.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciancaiphotobooth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citakon.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cityfish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicadentalmunoz.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudbreaker.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cluboc.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codeetch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codestats.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffeeshopsandman.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinmotion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collapsed.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colmena.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colombiaemprendedora.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colostral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commercialhvacinstallation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comunidadciclismo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conntrack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constructoraferamaingenieros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contessabridal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "controlshiftlabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cophumouraustralia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copygeneral.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corneerasmus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cortex-development.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coteax.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cr1coffee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creati.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossconnected.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cs-kurnik.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cube-filing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cumulus.photo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customerfocus.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dada.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daimonikos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dalvik.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielesalatti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielwellington.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danq.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darwinkel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dashice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daxperience.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcomedieta.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dctrl.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dd-groupinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "de-graaf.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "de.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "de.ls", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "de.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealbanana.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decentbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delduca.casa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delikom.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dellasano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demand.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dengg.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dennmart.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentatur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desmu.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dev-redwood.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dev.vu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deventersysteem.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devlabroid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df118.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "die-webseiten-macher.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietpi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digiskool.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalabundance.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalagedeals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitaliguru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dilation.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disableipv4.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discuzindo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazione-roma.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diskgem.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ditemanggung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmclix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmdpayroll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donamflor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donge.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotyk.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "double20.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doyo.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dpress24.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drasyl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drew.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "driveforact.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "driveforartur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivya.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivya.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drymx.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsswise.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtf.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubrovnikfoodtours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dudedood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duhini.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchplayers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynadns.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-alink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-alive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-guardian.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-receta.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e42.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eamigo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyserver.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebooksbag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eckotech.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecorak.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecotecelevator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ednananniart.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efektyvnist.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekcrags.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electriciangermiston24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elgoog.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emergencyhvacservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eminem.kim", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "employmax.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "employmaxetd.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empost.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empres-tur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encode.training", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entomobolivia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entrenossocialinfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erapotensia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "es.ax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essentieleolie.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etdp.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etheron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ettbl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eu.ax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everythingbarca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evolution.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factoriadifacil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "failstats.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fave.ly", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faxitron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbfwd.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdp-alsdorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdsl.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feetek.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feraz.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fetishlive.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fichajes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finde-kleinanzeigen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findinggenius.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findolino.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findolino.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiosgenomics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firmground.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishygames.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitandfightrijswijk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flatart.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowscale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "force-unleashed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "force-unleashed.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forcebasements.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forestcermegresik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortebet.rw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortebet.ug", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foundrehotels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxesofleicester.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxmetrix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fqxp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franciscoviteripropiedades.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francoexpeditionperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freddythechick.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fucajz.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuer-gerechte-steuern.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furworks.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaiafood.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gajda.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galenreasoner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garagenet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gasscc.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gbet24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekerstech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemax-online.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geohashing.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgeslasaucisse.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getbestbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geulah.org.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfgmmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gg.ax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghobcars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghobusers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostimg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giancarlosopoblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giovannibattistadagnino.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girljacket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalformat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globechek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glowstone.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmhome.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goa8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goalie1998.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomasa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodleads.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotigo.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greendotgames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gresik.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gresik.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gressnet.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gridky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gryphonnetworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gugcstudentguild.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guochang.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guyuy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gxm5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gybol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habesha.bet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habr.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "half.in.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halkidikitransfers.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hangar4.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harlan.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hasenmueller.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbeiliny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hco4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdcozinha.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdpornose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heavycaliber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hgbcms.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirobbie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hktss.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hodeys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homefarmhealesville.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homowank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huanggulin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huisee.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hullscp.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hxkvm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hxkvm.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyb7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyperion.gmbh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyperlocal.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamlifeplan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibtraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "id-trade.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideafnd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idearumahidaman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "identitykrisis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idev-hub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igfwd.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilimitar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iliny.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iloveviral.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imarukita.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imisto.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "importacioneswily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incometaxbengaluru.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incortum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indie.porn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infectedg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infojmp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infolearn.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoloker.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inforumahgresik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infradive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmamaskitchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmusicfestival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instanse.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insulationcontractornearme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intalink.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intec.edu.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interesnyimir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investcarpremium.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investissementimmobilier.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investmotores.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "io.gp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "io.kg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ip.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irfs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iris.gotdns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ishhaara.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ispro-ng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j32b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jagadhatrionline.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesrush.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jan-bretschneider.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janbretschneider.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdvargaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeffok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessecharlie.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessicabarends.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimautoservice.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jms8.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobskilled.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joglopark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordansfiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordansmovies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordansrequests.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josephalexander.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josmith.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journeyofmymothersson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jp.kg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jp.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jp4f.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpilan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrol.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "js5203344.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jualjuel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaggle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaik.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kainsanders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanshutan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kathrynm.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kawamura-inc.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keithcwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kellerer-ziegel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevincox.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kilkennyaccountingservices.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingsaft.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kintamani.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirschgrafik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirsten-wolf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klempin.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klempin.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klen.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klondike-pool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klusservice-utrecht.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knabstrup-autoophug.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knapp.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koltiva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kontist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreativenerds.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreditkarten-forum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kriyayoga.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuaishou.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kursyjezykowelublin.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kushner-cpa.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvhv.brussels", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kylefennell.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labequipvn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laesisvefurinn.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lain.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamppostpublishing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landyhome-register.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasnoticias.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastingsmiles.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastorder.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latanadelpolpo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawyer-johannesburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawyerboksburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawyeredenvale.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawyerrandburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazell.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lejournaldublog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lensafokus.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letou00.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leyhorizontal.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "library.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libredns.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libstdc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "life-element.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ligadelconsorcista.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lina-stores.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuq.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livingmachines.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localhousepaintersnearme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localizejs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localizestaging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localwebsuccess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logicnets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lordtracking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lordusers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovelivinghere.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loyalty-connections.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucciolachile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucia-riemer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lugaresparadisiacos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunulanails.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-ast.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maggsy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailscreen.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makephpsites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malpic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malu.style", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuall.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marekherel.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marjon.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketing4trends.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martindales.ltd.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterwank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matildeferreira.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattbiscay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maximarket.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbar.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mc.ax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mckycraft.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcnb.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdsglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "me.tc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "me.vu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediastroke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediayourway.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megaxchange.cash", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megazigzag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metablog.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meuhfolle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgientertainment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miap.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelpmullally.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midsouthcon.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milacronindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimumimu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftworlds.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missionflare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlcrosoftonlline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobincube.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moderntrainer.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modernworkplacelearning.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojdom.ba", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momsagainstcooties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momtazz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monocles.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monshoppingcestcalais.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moparinsiders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moqo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morc.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morediets.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moshiach.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moshiachtime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motorosjatekok.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mta-sts.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mta-sts.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muneni.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwr.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mxbids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybizzmail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycloudbits.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myid.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymedia.gotdns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynovus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypromocode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystavime.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadim.computer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakamastudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanwan.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathancrank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naufalpanjwani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navigo-inc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navigo.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navigo.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nedir.help", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nefthy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neht.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neko.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nelson-marine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netsyms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newbeginningsresale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newyoushampoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextend.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfcweb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niacinreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nice-autosurf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nihad.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninjasproxy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nl.ci", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nn0.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noiseexplorer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noitax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nonobstant.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nora.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nosacheva.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notasipartiturlagu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notebrook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notliriklagu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "npc.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nucomx.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nunoarruda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutleyarchives.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nwtraders.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyaa.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyan.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocalculator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okremarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldnorthbanter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ollavogala.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oluchiedmundmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omarzunic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ombregialle.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinesuccessin90days.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orangesquirrelevents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orientari.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orteo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ortoemangiato.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otopan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otopark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otterupdate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourcnc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "output.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxinails.salon", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ozzyfant.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p9d1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pablikado.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paella-service.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paireepinart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palazzofiano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pan-lleveme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkcitycu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pascal-koelsch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passanodebito.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passedport.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passedport.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passedport.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pathcom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patikakristaly.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patterson.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patvarc.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paullinmakeup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paymongo.help", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peacefulrock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peraavcilar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perakampus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "performancefocus.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "performancematters.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "persondatakonsulenterne.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petjoy.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petscams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfefferminzoel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photocode.co.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piboston.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pickherznyeremeny.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piersmana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pietron.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilar-institute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piratepcs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaskiewicz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platiniumvapes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platodecomida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plexiglasssheetscuttosize.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumbalot.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plzen-sadrokarton.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmsg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pneumatikos.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokon548.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "policyreporter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polymerclay.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pontiwerx.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popsicionamiento.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porthys.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pospisilik.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postern.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppbi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pread.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prefabrik-ev.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prefabrik-ev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presen-te.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pretalx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "price.bond", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primbit.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prinesec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procsec.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodevops.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodottitipicidellatoscana.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progtime.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pryan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pussplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q1z.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qd6kz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qingkong.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qqmingzi.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualityfactory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantomaisconsorcios.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queenbetting.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queensbotanical.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queer-augsburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quest3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qvq.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qwas.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r0uzic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raadvanstate.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raccoon.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raccoonsociety.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radekmazar.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapidsurvival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravticket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rccsc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcxzsc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdelab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recordmeeting.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recursiva.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redback.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redbaronpoolsupplies.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reignoftroy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reiner-h.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reliablesigningsllccrm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renatoenoch.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rennes-rock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "residencelaverriere.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resilienceblocker.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resolute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reveal-sound.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rlaftershock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robbievasquez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roldeco.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roppit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roshiya.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roxisoft.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roynuesca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpora.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubbleremovalcapetown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruhigehand.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruimoreira.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruse.church", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rushashkyfond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russian-knights.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-culture.co.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s5g8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s6jl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sa-mp.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samrose.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandelholzoel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sauber.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sauerland-rundflug.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schellenberger-brushes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoenstatt-movement.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scott.cm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scouting-kontiki.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoutingkontiki.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searx.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securegate.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senlife.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensorsoft-waterontharder.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seocompliant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "septictankpumpingservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serruriersarcelles.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sertaovivo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serviceparts.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servjuu.dy.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servjuucloud.dy.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sextop.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sguerrero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shade.cash", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheldon.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sherahsl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shichiri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shipmonk.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shirhashirim.org.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shit.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "showtop.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silversgarage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silversgarage.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silversgarage.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simone.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpleports.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpleports.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpleports.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinkhole-florida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinusinfectionhelp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siranap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitemon.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skippers-bin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skitecsh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skrsv.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skynet.co.ug", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slayer.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleepingdisorderspecialist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartdigitech.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smilemantradental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smileswimmers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smtouseef.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smxconventioncenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snp-media.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socstation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solovey.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sominemo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonyashappenings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southernforge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sovereignartfoundation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spiro.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spit.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sporthouse-valdisere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotonlive.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sssljohannesburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stallardjw.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starrymc.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starsdream.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupswitzerland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steelehollowvintage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steinerkovarik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steroidninja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steve1673.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sthelen.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stileapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stopsscam.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strategic9.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strategiczni.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stress-mess-punkte.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuccorepaircontractors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subafoto.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suparo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "survivebox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swisslifestyletips.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "switchur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swjtu.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symbolic.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synergenxhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synth.style", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t4gh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tadzkitchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamboa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanahtinggi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tapple.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxi-meridian.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcspartner.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcuprs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tdolar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techgo.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techlearningcollective.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technicaltrainer.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techto.date", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnipuntoseguridad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telecallsrl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "televisionrepairnearme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tencar.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenckhoff.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenens.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tentacle.monster", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tervelde.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testabacus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-naked.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebestproducts.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecheese.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecorianderkitchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefabulouslifestyles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theformtool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegingersnapbaker.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewebaround.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thirdman.auction", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiandixing.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tilid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tilysthings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timesheetcomics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timespace.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timespowerofprint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinyeye.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tisparking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "to.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tohui.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomiubezpiecz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topbdnews.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topdomainsandhosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topofmind.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torisamaahirusama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalmdplan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touchweb.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touchweb.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trancity.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transparencynj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transwank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trash2treasurecreations.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelsets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travishenning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treedoctornearme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treestumpgrindingnearme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripper.com.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trojanherring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trumk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trumppresidency.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trundr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsacloud.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsla.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tview.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twfwd.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twistgeschenken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ty0m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uc4h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uk.kg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimatedogstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulyssesenergy.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.bid", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicornissecurity.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedbusinessbank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitpay.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "univaservizi.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upsdelperu.com.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uq1k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "us.ax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "us.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "us.kg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ut5s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utopique.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwu.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v-bokhorst.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaccinatiespecialist.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vak-pobeda.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentinog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valioncolonialcompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valunet.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vecturagames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veegish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vektorparts.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verifpal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetscore.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetsmarketing.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetwebsuccess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viditour-golf.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viditour-zorg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visyeva.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkh-online.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voiceofthesilent.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voicesoflabor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vultrhxl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w1nter.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wacken666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waffleindex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walkinweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wasserpflanzen-freunde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watgroeitwaar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watgroeitwaar.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watgroeitwaar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watgroeitwaar.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watgroeitwaar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waveburst.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcally.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webissues.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websuccess.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webviewcams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedeliverdavao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "well-you.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wepkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatgrowswhere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatgrowswhere.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatgrowswhere.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatgrowswhere.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatgrowswhere.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatimissed.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whisper-net.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whytefoxtrend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wickerwoman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winserver.ne.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wkberg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolf-advies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wondeerful.farm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodlandwindows.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldaccord.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldonwheels.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worthless.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wozwebdesign.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpscholar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writerimranc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ww00228.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xavio-design.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbots.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xetnghiemadndanang.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xford.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xibilus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--90w996eota.xn--6qq986b3xl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--erdnussl-t4a.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--gu1a.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--kuerbiskernl-fjb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mariendistell-tmb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--sesaml-0xa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpandity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpertairctx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpertairtx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpertairwaco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xx.gl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxx.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xy.ax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y.gy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yannyann.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yj4p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yjav11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yjav8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yjav9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yjsp07.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yjsp17.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yjsp333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yjsp45.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youcanfinance.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourbind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukiblog.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuy.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yykb.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakcutner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zango.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zitronenmelisse-tee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmaloveane.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znwvw.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zumba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zwangerschapspecialist.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1-weightloss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1003365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100aaaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100cccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100dddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100eeee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100ffff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100gggg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100hhhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100jjjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100kkkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100pppp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100qqqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100rrrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100tttt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100uuuu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100vvvv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100yyyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100zzzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110ae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110al.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110ap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110au.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110bg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110bu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110bv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110ca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110cb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110ce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110cl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110ef.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110eh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110ej.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110ek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110en.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110ep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110es.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110et.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110fn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110fr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110gf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110gh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110gs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110hq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110jf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110jt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110ju.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110jx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110kh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110kn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110kp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110lh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110lj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110na.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110ne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110nf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110ng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110nl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110nr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110nx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110nz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110pe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110qa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110qc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110qs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110qu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110rd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110rl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110sk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110uh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110ut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110wc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110wd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110we.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110wf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110wq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110wy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110xn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110xp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110xz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110yj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110yl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110yn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110yt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110yu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110ze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110zg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "110zw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1112365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1116365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1119365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11aaee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11aagg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11aajj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11aaqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11aass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11aazz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11bbee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11bbjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11bbkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11bbpp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11bbqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11bbrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11bbss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11bbtt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11bbyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11bbzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ccee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ccff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ccgg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11cchh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ccjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11cckk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ccpp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ccqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11cctt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ccxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ccyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11cczz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ddbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ddcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ddee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ddjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ddkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ddpp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ddqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ddrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ddtt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ddzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11eebb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11eecc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11eedd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11eeff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11eegg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11eehh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11eejj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11eepp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11eeqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11eess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11eett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11eexx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11eeyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11eezz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ffcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ffee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ffhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ffjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ffkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ffpp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ffqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ffrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11fftt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ffxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ffyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ffzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ggaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ggbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ggcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ggdd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ggee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ggff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ggjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ggkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ggpp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ggqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ggrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ggss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ggtt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ggxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ggyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ggzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11hhcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11hhee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11hhff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11hhgg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11hhpp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11hhqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11hhrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11hhtt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11hhyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11hhzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11jjaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11jjbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11jjcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11jjee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11jjff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11jjhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11jjpp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11jjqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11jjrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11jjtt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11jjyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11jjzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11kkee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11kkff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11kkss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11kkyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ppbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ppcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ppdd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ppee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ppff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ppgg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11pphh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ppjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ppqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ppss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11pptt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ppyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ppzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11qqbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11qqdd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11qqee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11qqff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11qqgg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11qqhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11qqkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11qqpp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11qqrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11qqss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11qqtt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11qqyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11qqzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11rrcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11rrdd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11rree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11rrff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11rrgg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11rrhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11rrjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11rrkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11rrpp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11rrqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11rrss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11rrxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11rryy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11rrzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ssff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11sshh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ssjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11sskk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11sspp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ssqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ssrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11sstt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11sszz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ttbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ttcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ttdd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ttee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ttff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ttgg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11tthh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ttkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ttpp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ttqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ttrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ttxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11ttzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11yybb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11yycc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11yydd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11yyee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11yygg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11yyjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11yykk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11yypp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11yyqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11yyrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11yytt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11yyxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11yyzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11zzaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11zzbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11zzdd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11zzee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11zzgg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11zzhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11zzjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11zzkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11zzqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11zztt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11zzyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12ca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "158be.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "158bg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "158bh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "158bi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "158bq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "158fb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "158gs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "158ia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "158in.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "158iw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "158nb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "158yt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "158yu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "158yv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "158za.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "158zh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162be.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162bf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162bg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162bj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162ca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162cb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162ce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162cf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162ch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162cq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162cr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162cs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162cx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162cy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162dc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162dg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162ea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "162rt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16te.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1869365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1876365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1981365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200aaaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200bbbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200cccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200ffff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200gggg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200hhhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200iiii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200jjjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200kkkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200llll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200mmmm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200oooo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200pppp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200qqqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200rrrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200uuuu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200vvvv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200wwww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200xxxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200yyyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200zzzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "211hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "21stcenturybuildingcompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "220220.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "222yn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22aaee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22aagg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22aahh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22aaii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22aajj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22aarr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22aaxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22aayy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22atat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22bbgg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22bbhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22bbii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22bbjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22bbtt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22bbyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ccaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ccbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ccee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ccpp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ccxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22cncn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ddhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ddii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ddjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ddkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ddpp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ddqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ddrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22eebb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22eedd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22eeff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22eegg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22eekk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22eess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ffcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ffee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ffgg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ffpp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ffxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ggaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ggdd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22gugu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22haha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22haose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22hehe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22hhcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22hhii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22hhqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22iigg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22iirr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22iiyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22jjbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22jjdd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22jjyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22kkdd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22kkpp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22kkss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22kkyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22momo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ppdd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ppgg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ppss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22pptt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22qqbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22qqgg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22qqii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22qqjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22qqrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22qqtt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22rere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22rree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22rrff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22rrss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ruru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ssbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ssjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22sskk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22sstt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22tete.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ttgg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22ttkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22xxhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22xxjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22xxyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22yybb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22yydd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22yyii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22yyjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22yykk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22yypp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22yyqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22yyrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22yyss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22yytt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22yyxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2337365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848966.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24848h.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256ab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256ac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256be.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256bf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256bk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256bl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256bp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256bq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256br.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256bs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256bt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256bx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256ge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256hk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256pb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256pf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256rr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "256tq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "262569.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "269196.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26bbc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26ce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26ck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26ddc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26gt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26he.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26ja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26na.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26nc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26nd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26pa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26pe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26pg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26pn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26rd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26sn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26sr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26ssb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26uuu.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26uuu.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26uuu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26uuu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26uuu.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26uuu.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26xe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "26yk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "299zzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2nimpresores.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300aaaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300bbbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300cccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300dddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300ffff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300gggg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300hhhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300iiii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300jjjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300kkkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300llll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300mmmm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300oooo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300qqqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300rrrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300uuuu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300xxxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "323kkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33acac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33ao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33eh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33ej.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33iz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33knkn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33kpkp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33vu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33zaza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33zv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33zxzx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34ac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34ae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34ax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34bg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34bk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34ex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34fc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34fy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34gn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34gr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34gv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34hc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34he.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34if.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34il.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34iu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34iv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34ix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34ja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34jb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34je.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34jf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34jg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34ji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34jm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34jn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34jr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34jt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34jw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34kr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34lb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34ld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34lf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34lk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34lp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34lq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34lr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34lz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34nb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34nd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34nf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34nh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34ni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34nj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34nv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34nw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34oa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34oh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34om.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34oy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34pl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34pv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34py.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34qa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34qf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34qo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34qx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34sh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34sk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34uf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34va.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34vd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34vf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34vh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34vi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34vt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34vu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34vz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34wv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34xc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34xt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34xu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34yt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34zi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "34zq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3558365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3559365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35dr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35ga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35if.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35jq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35ud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35ue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35uh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35uj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "35vn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658200.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3659868.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3659869.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365zg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369ak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369az.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369be.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369bk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369bn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369bp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369bq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369br.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369bu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369bw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369cd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369ce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369ck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369cr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369cu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369df.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369dk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369dp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369dr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369ea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369ec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369eh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369em.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369ep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369eq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369ex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369ey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369ez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369fj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369fm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369fn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369ft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369fy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369gh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369gp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369ha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369ja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369mb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369mr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369nk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369pb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369qb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369ra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369rr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369tw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369ve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369wt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36ga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36gx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36ja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36jn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36kn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36ky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36pd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36pg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36xk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36xn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36yf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36yj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "372bbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "377zzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "383aaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4003365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4004365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4005365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "400bbbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "400cccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "400eeee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "400gggg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "400iiii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "400jjjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "400llll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "400nnnn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "400pppp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "400tttt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "400uuuu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "400vvvv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "400yyyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "440cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46aj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46az.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46bf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46bg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46bh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46bk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46bl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46bn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46bp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46bq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46br.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46bx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46cg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46cu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46da.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46db.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46df.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46dk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46dn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46dr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46dx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46eb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ef.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46eg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46eh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ej.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46eq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46es.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46et.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46fb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46fd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46fe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46fg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46fh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46fj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46fk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46fn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46fp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46fq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46fr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46fx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46gc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46gi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46gj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46gk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46gl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46gp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46gx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46gy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46gz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46hc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46he.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46hf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46hi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46hl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46if.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ij.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46iq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46iy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46iz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46jc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46jd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46jr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46jx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46kh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46kl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46kn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46kp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46kq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46kt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46kz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46lf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46lj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46lk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46lq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46lt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46na.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46nk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46nr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46nu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46pg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46pj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46pn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46pq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46pz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ql.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46qt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46rb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46rf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46rj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46rl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46rn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46rt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46rx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46rz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46sd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46sg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46sp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46sr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46sx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46td.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46te.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46tf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46tj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46tn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46tr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46tz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46uk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46uq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46uz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46xa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46xe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46xj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46yf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46yj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46yk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46yl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46yq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46yt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46yu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46yz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46zb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46ze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46zf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46zh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46zi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46zk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46zl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46zn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46zs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "46zt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47af.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47an.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47dp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47fd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47fl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47gq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47gr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47hc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47hf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47ho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47hv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47ic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47ix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47iz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47jc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47kl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47ld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47lo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47nf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47nh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47nt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47ph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47qe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47rd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47rv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47tf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47tw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47ty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47uy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47vg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47vk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47vy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47vz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47wv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47xc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47xt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47yf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47yi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47yp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47yr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47yt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47yv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47yw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47yz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47za.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47ze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47zg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47zi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47zm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47zn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47zq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47zt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "47zv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500aaaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500bbbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500dddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500eeee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500iiii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500jjjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500mmmm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500nnnn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500qqqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500rrrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500tttt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500uuuu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500vvvv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500xxxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500yyyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500zzzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "529sss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "566zzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5e.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "600aaaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "600bbbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "600cao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "600dddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "600gao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "600iiii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "600jjjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "600kkkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "600llll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "600mmmm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "600pppp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "600ssss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "600tttt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "600vvvv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "600wwww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "600xxxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "622bbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63aj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63at.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63bg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63bh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63cb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63co.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63dt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63eb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63eh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ej.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63en.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63et.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63fb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63fd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63fg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63fk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63fn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63fp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63fq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63gc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63gf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63gh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63gi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63gj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63gn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63gq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63gt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63gu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63he.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63hq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63hv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63hx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ib.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63if.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63im.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63iq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63iv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63iw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63jg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63jl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63jr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63jw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63kd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63kl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63kn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63kv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63kz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63lb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63lc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63lo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63lr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63md.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63mf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63mj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63mq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63nc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63nd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63nk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63nl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63np.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63nx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63of.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63pd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63pl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63qb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63qz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63re.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63rh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63rj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63rk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63rn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63rz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63tf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63to.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63tx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63uf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63um.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63ut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63uz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63vg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63vo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "63wq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365i.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365k.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663365z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6728365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "672bbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "673bbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700aaaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700bbbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700cccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700dddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700gggg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700hhhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700iiii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700jjjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700mmmm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700nnnn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700oooo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700pppp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700qqqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700ssss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700tttt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700uuuu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700vvvv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700wwww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700yyyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "700zzzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7111365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "727sss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73af.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73aj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73az.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73dt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73eb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ef.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73eg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73eh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ej.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73en.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73eq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73es.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73eu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73fd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73fg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73fh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73fj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73fk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73fl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73fp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73fq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73fw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73fy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73fz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73gb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73gc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73gf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73gi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73gj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73gl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73gn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73gp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73gr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73gs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73gx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73hb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73hc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73hn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73hw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73if.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ih.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73iw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73iy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73je.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73jn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73kc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73kn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73kp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73lg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ln.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73nj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73nk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73nm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73np.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73nq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73nw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73nz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73pb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73pe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73pl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73px.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73qa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73qd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73qe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ql.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73qx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73rh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73rq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73rt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73si.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73sk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73te.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73tf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73tg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73tq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73tx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73uh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73ui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73uk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73un.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73uq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73uy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73vt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73vz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73wb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73wj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73wt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73xh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73xi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73xm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73xv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73yj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73yp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73yr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73yu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73za.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73zd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "77caca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "77zaza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "788zzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "798sss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800bbbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800cccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800dddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800eeee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800hhhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800iiii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800kkkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800llll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800nnnn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800pppp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800qqqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800rrrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800uuuu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800vvvv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800wwww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800xxxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800zzzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8106365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8132365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8153365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8167365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81sese.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81sese.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81sese.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84aj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84al.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84an.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84aq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84at.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84az.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84bd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84be.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84bf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84bh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84bi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84bn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84bp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84bq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84bx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84cd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84cl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84cr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84cs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84cu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84cw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84cx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84df.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84dp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84dt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84eg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84et.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84fb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84fd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84fe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84fg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84fh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84fi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84fj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84fn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84fp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84fq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84fs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84fy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84fz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84gc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84gf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84gh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84gi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84gk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84gt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84hb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84he.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84hp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84hs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84hv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84hx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84if.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84im.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84jg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84jh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84jl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84jp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84jt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84kc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84kh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84kl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84kn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84kp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84kq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84kr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84kt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84kv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84kz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84lb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84lh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84nf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84nv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84nx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84pb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84pd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84pe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84pg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84pq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84qa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84qb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84qf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84qi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84qj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84qx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84rb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84rd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84rf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84rn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84rt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84sg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84sr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84sv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84td.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84tn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84tp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84tw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84tx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84xa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84xe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84xl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84xm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84xp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84yd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84yj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84yp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84yq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84yt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84yv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84yw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84za.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84zb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84zc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84zd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84ze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84zm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84zr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84zt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84zu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84zv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8835365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88caca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88zaza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "89ca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900aaaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900bbbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900cccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900dddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900eeee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900gggg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900iiii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900jjjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900nnnn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900qqqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900tttt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900uuuu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900vvvv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900wwww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900yyyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900zzzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9111365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9132365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9137365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9528365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "96658.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "96685.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "981ccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "982zzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9859365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "985ccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "986ccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "989ccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "993ccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a3sys-elodie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aa4888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaronmaar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abc636.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abovethehimalaya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accountmover.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acronym24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adam.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adchina.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adspu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "africanewstest0.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ai2-jp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aileenwatt.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alarmcast.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albayan.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcohollawadvisor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexdiazdeleon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexmainz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexmainz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexmainz.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allerlei-havelte.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amaruddinmufid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambicorprealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrewtaylor.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anex.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aniwatch.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apinsa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcza.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arn0.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ascar.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atacarejovirtual.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atec.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atelier-tecna.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atelierjs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlanticomp.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attractiontest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autonewsreview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autostramites.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b131000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b979666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badnjar.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banajanitorialservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bassment.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbk365m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbk365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbk365zz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berzkalne.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besiktasmtsk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestsellers.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestweleenbeetje.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bethematch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bethematchclinical.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibisbootypalace.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigtrucker.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bimsynergistics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birdsnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blanx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blaskapellehohenpoelz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookaway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bou.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brownandjoseph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btdays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildinghopeforafrica.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "builds.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buphachat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bva.dyndns.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabbage.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafethevibes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callofdutybr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capila.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caroletolila.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catsnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccdnederland.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cds-infra.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaonengsou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapmarina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrismax89.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chsamuel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cimen.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citytourgirls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cjwagner.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleangroup.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocoricos.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codefaq.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confirmit.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connectionjapan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "convierteenabudancia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "countrymountaininn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coworkanywhere.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cqr.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazyfoodninja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criptofy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptocurrencyfare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptoearnblog.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubikus.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dabstairs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danbs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darci.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkmilknyeremeny.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dastelefonbuch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delvinoadegas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delycate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derbysound.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detonic.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devloope.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalcarbide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalrocks.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disenowebakus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divienna.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmiapis.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doetwat.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogsnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorwartsgarage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drsarah.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dufort.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duinomaker.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dukeipai.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecodepur.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecuapaginas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edarlyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eden.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edwardkong.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eiber.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elsenzhafen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "employmentlawworldview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empregopraontem.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equinenow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equityelevate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eremnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eromasajes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escuelaelretamo.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etherandir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethereal.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evai.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evan.mn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezguamal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faceyogamethod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faithfulroad.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famouscelebsurgery.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farcaster.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festrentcar.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filarakia.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fileunemployment.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firechip.srl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstgradeframeofmind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fisch-club.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitnhot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixvoltage.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fkbae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flatsurfers.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floralin.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowdise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fnckfashion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foochia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francoise-angelini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtransport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furnitureindahjepara.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fysiotherapiesimons.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g-projects.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxy-chat.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galvincdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatorskinsramps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geo-industrie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geocostarica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geourl.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getstat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girlsbar-navi.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glytchenergy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldengatesports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gouplinkit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphotism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenway-moving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growebmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtxcn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gumbo-millennium.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gumbo.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gununsesiaz.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guoliangwu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guruwebseo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ha-blog.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haberver.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackforgood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haixingyun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanes.house", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardmagic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hautzentrumwien.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hersmartchoice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hidglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highgatejoinery.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highlandpublicschool.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "himalayanoutback.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homen.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homequipment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homesidingpros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homewindowrepairpros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houstondiabetesinstitute.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icap.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icl82.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iechistore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifsh.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilovecomputering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impresapulizie.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inbrand.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indlut.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indomebel.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinitybooksindia.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "injapan.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkandtonerni.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insideoutfuel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investorfare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ip.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irenelove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iringtone.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irisdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itabi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itajvi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsapps.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackwarren.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jakartacloudhosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamiehansonyoga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japlin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdtangney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeeptourpocos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jenyak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetular.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetular.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joeainsworth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnblackwell.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnex.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joomlainfo.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jubodarpan.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jult.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaminastudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanalasal.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kandwliquor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kantoorboel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaya-architekten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kd3.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keepingitheel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kesslerandsons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kikoskia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinderlachen.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingsgategrease.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirina.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiweeagentur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kkaramela.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knorrnet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kokyu-caba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komodo.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kylehaka.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kylehakala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lechucero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leonvermunt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livingtohearsix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localbiketrader.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localemergencyplumber24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localrvs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lpl-ig.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumieredesoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m1g.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m7rxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maddisondouch.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magliner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majemedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mallgastronomico.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malsignature.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangomercado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marica.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingproducts.review", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketwingsmobile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matchday.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauroalejandro.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meandb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mecp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melonhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mental-check.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mero.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meulk.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mew.build", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meyer-horn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnrv.trade", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilecraftingco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mode-musthaves.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mossipanama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mountainairandheating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrbighungary.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musthavesforreal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygreeley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myworkoutsite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "national.co.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neosys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neosys.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netrilo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newgle.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nexustraducoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngawa-avocat-paris.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niemandmussirgendwas.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikelunartw.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nizozemsku.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nmb.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nn04.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nolz.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noriskit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notecopies.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntz.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyx.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obzoroff.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odxin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourmemoriesonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outrider.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owmobility.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p7jl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pablosaraiva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panelesyperfiles.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papascave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papastratosmazi.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parki.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pascalandy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peliculator.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petstok.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phuket-diving-thailand.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pic.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picsastock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pimentokinderboeken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.uno", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pn.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podd.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "point-to-point.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pomadgw.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priceless-jewelry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prospreads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prox.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.uno", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pscom.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pspenvases.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptlync.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qkek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantrix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qwantrank.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r72w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rafue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rankankan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravne.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realitystarfacts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recepty-s-foto.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recuperatufigura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redcapital.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redmejoracontinua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refaaygroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regtify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rentamosandamios.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronhose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rowery.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalhosting.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpguru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryanrichardwalker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoutenseo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secure-consult.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seekalhar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seismas1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seniormanager.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senpromotion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "setinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shahurology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shansing.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "share-io.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shortcutable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigint.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simyakoleji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sloganfarm.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slu2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smb-analytics.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sostm.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sottm.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soyelectricistagdl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spantrix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparkandpook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotifyfreetrial.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stallionsnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevenson.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "straightupbrands.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strategicpartnersmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studentsfirstnb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stzur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supplementalconditions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t8803.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t8805.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t8807.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t8809.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t8815.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t8817.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t8819.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t8830.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88mm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88oo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88vip0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88vip1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88vip2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88vip3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88vip4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88vip5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88vip6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t88vip7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamiloburgos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tangramins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tascout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tealojamos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technicalhelps.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecknologg.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telafrictv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terence2008.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terrapinstationmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testsitefortask.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texastoadranch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texel.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tft-cheat-sheet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thatlooksreallygood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehimachal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themusthaves.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theolodewijk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theparkcornwall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therattrick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesacreds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetradingletter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetrove.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetrove.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkbrands.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinktankofthree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomas-bronniart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thorsten-schaefer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thvideo.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tjmarron.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topdocumentaryfilms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toppsychiatristkolkata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalityservices.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradingyourownway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelgirlsclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trenta.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trevormarron.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triplejprints.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsk.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt0766.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt0966.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt2866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt3699.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt3766.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt3999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt7199.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt7299.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt7399.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt8166.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt8266.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt8366.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umanews.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upsihologa.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v156.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v167.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v521.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v5658.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v839.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valuesetters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venture-ridge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vichama.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victorique.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visse-if.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vosges-tourisme.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warmteshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wb-cw.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weinfuse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wilomark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windeloo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisereshape.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmi4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worksindev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwwhackeronecom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x-way.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x77ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aabn5d9h.xn--90a3ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--oj-uu2c9c422w3mh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xybnb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ygopro.in.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yigelangzi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ying.gift", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourartdna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yr.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z2a4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaferaniehearing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zamor.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeglujemy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zivver.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x12.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x22.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x53.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11cloud.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1bitcoinprice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1plus.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "247xchanger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "321098.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3news.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5000164.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5000164.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5w2.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "663657.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6yue.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "80078.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9u.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accessmania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaio.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaio.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adfisicateca.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adultshop.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancedheatinginc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag2911.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag5688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alifeadjacent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amp-logistics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrewmichaelsmith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angievancise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antocom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apvc.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "areminder.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arjanhofmann.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoplus.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avsdev.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azur.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bangun.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beakbirds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beleadsteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benthanhtourist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet391.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet392.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betaoptimize.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beverleycounselling.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackarch.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bladesofteal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blightnightgame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blivvektor.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bogdanbiris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boomsual.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boschhirtshals.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bricolea.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brisbanecashforcars.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyiptv.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calibreapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carbuzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardiaccane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartale.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapdesigners.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chnlib.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chou-chinois.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleanway.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clownbox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "congenio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "congenio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dachdeckerei-hagen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dagbestedingwarrie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dallemon.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dampferchef.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datafarms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datenschutz-luebbecke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datenschutz-recht-medizin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datingfakecheck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datingonlinecheck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidking.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealsammler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desertedisland.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devskiller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disciplescloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docuconta.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downunderbeach.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drenergysaverpdx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drenergysaverpnw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dressedinwhitebridal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dropping-seeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drugstore4you.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dspretoria.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebstyle.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echosystem.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecodepur.co.ao", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eg7.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehometools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elboogieboutique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emedos.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energysaveroregon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enquetebeteiligung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entheorie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erasyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erudio-usluge.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escuelainfantilpizcas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essentialstudiomanager.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eu-prodaja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everysaving.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "explore-visions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "externer-datenschutzbeauftragter-bochum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fespad.org.sv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feuerwolke.spdns.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finfleet.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flirtportalcheck24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxtransportables.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fratiicazanoi.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeskateparks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundacionfade.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamecentercity.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamelus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaumenverfuehrer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getmydashboard.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghcoaching.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gillettepromociones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ginitaly.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glow8000.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glutenfreeonashoestring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gntfy.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goempyrean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodhealthgateway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growinghumankindness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guzey.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hadibut.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hagsted.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halbbit.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hallighof.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hannde.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harvilldesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthy1lifestyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heaven-boutique.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hebamme-sabine.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hehome.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hemant.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hf51-domeinen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitokoto.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hocoma.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hocoma.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hocoma.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hometunnel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoosierstateofmind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hottubsofkaty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hwholdsworth.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibetora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "im-alter-daheim.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impact7.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impresapuliziacleanproject.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkwall.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "input.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inputclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instax.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ioconsulting.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isutils.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itotalaccess.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jadaun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiangshiart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinybeh.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jztkft.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kay.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaysis.gov.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazwolfe.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kcsonline.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keen.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kegan.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keisinger.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kejadiananeh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kong.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kraeuterland.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krasnodar.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksm.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laharilais.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lallybroch.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landflair-magazin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasandwicheriamedellin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasittellecosmetiques.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidernaturascarlettbados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ligne-roset.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liquidationyt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loantillpaydaydelaware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithpro.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logimap.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsc.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucysecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunk.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macramos.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mague.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maligne-intercites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marekkorlak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketing91.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marypatriotnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewthode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewthode.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxundlara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxundlara.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxundlara.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maycarivero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mellareese.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menfis.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menfis.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menfis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menfisnet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menfisnet.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menfisnet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menfisonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menfisonline.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesa.aero", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesareal.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meteosolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mf-natuurfotografie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mghturismo.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michelangelofoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michibeck.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minirizhi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miraggiostudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mon-fourgon-amenage.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monsterminigames.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moranyachts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motorcyclesafer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msgspoof.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musketfire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "najdou.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakajims.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namedaemon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narzedziownia.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathanielparker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathanielparker.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathanielparker.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathanielparker.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nebogame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networds.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neuraforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neuraforce.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neuraforce.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neuraforce.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextnet.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicapollo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimelainsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninsin-akachan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oiseaux-mania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okmirror.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olesaindustrial.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omarbaba.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "one-promise.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onetranslations.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oregonenergysaver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourworldspeaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papadoccaffe.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parsdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrycjamichera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peterhome.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfernandes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfteprofessionals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phicreativos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilatesstation.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinnacleraffles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelw.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playfrank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plebeian.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plkeenecc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "positive-thinking-for-you.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postmoderns.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poylabo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pradersystems.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "princetonradiationoncology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro3ozonio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progolfnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosoft.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosoft.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosoft.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pruebapg.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiz.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raymundo.doctor", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcsda.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "replica.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "republicasantabanana.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resslovaci.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertlluberes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocklabs.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "room362.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saep.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samuraicafeauc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanchezt.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandeep.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "setlifestyle.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadefix.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shucheng.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siggi.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signalxtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigridcrm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigriderp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinvid.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjsanchezjeans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyder.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smprecords.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softstack.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solucionesihd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soycursos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soziale.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spabellabolivia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standoffdrop.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steelshop.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stock-ai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strefapi.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiomko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suburbanpsych.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summerslandingwr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunsetnelson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swimmingpoolpumpsbassonia.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szpro.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taggermedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tandartsvanvliet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanntime.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tasisat118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techroshiya.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tempdatalogger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tftdom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehumanjoint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thpatch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tigresaficion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tnes.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonyandskye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torsten-frenzel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traceflix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transport-gura-portitei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triptovietnam.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuseodigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unimarijo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universitywafer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unstoppableever.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanism.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanon.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v.ps", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v8abc.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetapp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viaura.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoria-legis.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitanayura.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voicesofspirit.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voyagewd.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walker-foundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "washa.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welmo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiedemeier.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiktorfranko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiscon.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "witrey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wow-dsg.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xdesigns.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xemxx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--nordlicht-hrnum-jtb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpert-designs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ygets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenisi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhengouwu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "002.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0514.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0chan.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu16.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "96658.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "98e.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutpakistan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addr.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlinefarescompare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albagamefishing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexander-cameron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anytimesewerrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnaqueoufiable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aszurkolassport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baumfreund.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bio-feed.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bmotorsports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bmros.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "br8.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandtechdesign.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breshka.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bugfender.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burgerbites.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candytip.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceyhanmolla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapfarestouk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chowchowugo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrc-ccdp.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christinecloma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codigojose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolpi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coursehunter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cq3.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creadoc.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crumobr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cs-dreambox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csps-efpc.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csszamotuly.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darrenlines.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedclick.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dianas.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ditdot.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "do168.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dojocasts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drryanstanton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duttur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dylanhansch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e2ebrindes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecuaambato.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elsg.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "employersupport.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encuentrabajo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enotovil.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esforces.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espacioseideas.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethernium.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fafnd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famgdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fareinternational.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femarelle.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightscarhire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotonza.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fractieplanner.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fraserengineco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furancheiro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garryserver.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getsus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "green-adn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackdown.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harianaceh.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heyrockerproductions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hformachine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hookahfoil.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostingsvizzera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoteldimorae.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelsfares.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseofpheromones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htt.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyperverge.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-volve.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihydra.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosactu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inglesatutiempo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interferencias.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invincible.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islandmenshealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetstudio.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnnywan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jtrocinski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juancarlosllaque.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juristech.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kacperchmielowiec.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaffad.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanaltehnik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keemail.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingfirmware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitebowl.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klickinvite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreno.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj110.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj250.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj311.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj344.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj35.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj355.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj36.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj366.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj369.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj377.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj38.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj39.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj399.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj44.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj511.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj544.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj56.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj566.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj57.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj577.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj59.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj599.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj611.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj633.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj644.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj65.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj655.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj67.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj677.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj69.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj699.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyj76.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laodongkynghi.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lark.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larseriksson.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laser-jeux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasseaktiv.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastingwp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latestairfaredeals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecannabiste.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecannabiste.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesmatinesdheres.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojadeessencia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojadelicatojatai.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lopp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovemyspace.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahurivaishya.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahurivaishya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxbuelk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "md-progressistes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meatfreecarnivore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medvesajt.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "messcustom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minndak.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minuteflightdeals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitarbeiterbefragungen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneysmart.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mourabaha-dz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrd-rc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n8solutions.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanmu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neurococi.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nic199.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickfoerster.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nowzarimd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "numismatica.info.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nusaceningan.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nybcreative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oralee.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ordr.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pavelich.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pc-master.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pechibani.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penisenlargementpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelshape.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platform.ltd.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pragatiparasguesthouse.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prod-simplesend-api.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualidesign.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rightducks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal853.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalz.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rrmiran.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safecash.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safetysite.tips", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satisfaction.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seguidores.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shangobud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharingiscaring.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaunallen.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiulungkungfu.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sorocabacopos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamlineaudio.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strogov.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szczurek-zelazko.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taylorfry.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taylorfry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefaircottage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkwellwk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "throwable.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tidton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipscesarlopez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomkwok.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torwart-jugend.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "town-night.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traitement-arthrose.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trekonbh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutamail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutanota.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ungainlybeast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unis-pour-la-planete.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unis-pour-le-climat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "used255.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v00bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v01bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v02bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v03bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v04bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v05bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v06bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v07bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v08bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v09bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v10bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v2bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v3bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v4bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v5bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v6bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v7bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v8bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "variedades.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "versallesin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viasun.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip00bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip01bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip02bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip03bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip04bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip05bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip06bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip07bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip08bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip09bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip0bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip10bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip10bet365.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip1bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip2bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip3bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip46bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip47bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip48bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip49bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip4bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip50bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip5bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip6bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip7bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip8bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip9bet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipvoiceover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-warrior.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webest.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whywelive.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williamk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiao-sheng.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--6kru6im1lczj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xz0.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ymy.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "you-livetv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakbk.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0km.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x2a.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1211bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1266bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1277bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1299bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "171365z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1clic1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2122bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2322bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233image.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2366bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2377bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2399bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24webservice.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30for30podcasts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3133bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3233bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3433bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3455bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3466bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3477bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36588800.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36588811.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36588822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36588833.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888432.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658884321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36588844.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888543.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658885432.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36588855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888654.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658886543.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "36588866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888765.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658887654.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888876.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658888765.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365888987.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3658889876.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu15.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu17.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu19.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "40daysforlifepensacola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4144bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4344bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4544bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5155bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5455bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5611bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5622bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5633bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7177bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7877bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8699bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8799bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8966bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8977bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "90splease.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91idy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9877bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abi-kurs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abilympics.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abogadosjaca.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abwatches.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accretivetechno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamscampcolorado.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addictedtotravel.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adgame.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancedsepticandpumping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advantageroofer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advasa.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afbrtn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "after40.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agellonia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akademie-multimedii.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aktuelleprospekte.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alabn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexpostnikov.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alhs-archives.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alinecordeiro.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alliaancebiotech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpinedentalhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am2digital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amasea.yachts", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambersoftware.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animepahe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ankureurope.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ao3fan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ao3fans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ao3unlock.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app3w.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appbot.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqlivia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archives.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arclookup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arroyoins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assured.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atomictag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austinmobilestorage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "australianhimalayanfoundation.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviapic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviapic.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviapic.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviapic.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviapic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviapic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awesomelifedeals.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axelr.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b979365.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b979365.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babyvillagegt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bachelorampel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backporchartists.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banimarket.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basamadco.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basementdoctorwestvirginia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basementdoctorwv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bastawholesale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baukebies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdmusic25.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bearcreekcubschildcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beggintime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belevida.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beryko.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawyernear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365bet2020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet365vip2020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beyondthepitch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikealways.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bingohalls.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birhayalikiinsan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinmakesense.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitradius.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bixelo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackishtv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bo-rad.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bocada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borzaresearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bpsis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasilwear.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridgesinbelize.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britofootball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broilertrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brokerstalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brunnenhof-welze.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bs3xy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsystem.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bt121.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butlist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byskafasi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caalmn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campanhamamypoko.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cannon.org.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cap-adrenaline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caryl2twenty.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castlabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catsoft.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caucasusandmercury.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cavisson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbdoils.llc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdfnature2019.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celestialdental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cellohealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "challahuakbar.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chalu.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaoxi.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chateauderoncourt.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherysunzhang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiakhoakhoinghiep.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chibiotaku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christoph.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cibdol.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciginsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cirurgicaexpress.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claaruba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clam.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleova.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicadentalacacias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cm-terrasdebouro.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coachoutlettvb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colleenfaulknernovels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coloradoroofingservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "communityaligned.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computernetwork.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comunicate.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comuniclick.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constru-vegas.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consumera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookiepedia.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolspring8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "courtneybearse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crushthelsatexam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crushthepmexam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptolocalatm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypton.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csdcareerday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubocell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cumulogranite.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d4h.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dallastxdivorce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danieldavies.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannywall.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danux.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decoinn.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedirten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delivr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desertfiredesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designtrc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devslash.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devynfreet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diamondcontent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital-insure.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalgeek.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimism.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directfitnesssolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discus.fish", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distribuidoradecierres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dn-inc.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosei.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotya.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "down-load.dynu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downloadmoremousepad.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drakeexcavating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drjart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwz.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dx365.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dzz.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac010.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac021.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac023.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac024.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac025.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac027.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac028.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac029.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0310.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0311.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0312.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0314.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0315.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0317.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0319.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0335.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0350.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0351.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0352.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0353.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0354.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0355.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0356.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0357.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0358.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0359.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0370.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0371.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0372.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0373.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0374.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0375.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0376.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0377.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0378.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0379.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0391.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0392.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0393.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0394.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0395.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0396.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0398.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0410.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0411.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0412.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0413.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0414.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0415.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0416.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0417.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0418.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0419.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0421.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0427.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0429.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0431.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0432.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0433.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0434.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0435.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0436.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0437.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0438.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0439.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0440.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0450.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0451.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0452.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0453.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0454.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0455.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0456.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0457.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0458.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0459.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0470.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0471.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0472.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0473.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0474.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0475.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0476.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0477.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0478.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0479.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0482.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0483.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0510.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0511.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0512.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0513.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0514.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0515.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0516.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0517.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0518.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0519.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0523.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0530.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0531.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0532.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0534.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0535.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0536.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0537.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0538.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0539.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0550.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0551.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0553.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0554.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0556.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0557.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0558.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0559.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0561.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0562.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0563.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0564.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0566.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0570.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0571.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0572.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0573.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0574.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0575.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0576.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0577.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0578.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0579.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0580.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0591.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0592.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0593.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0595.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0596.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0597.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0598.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0599.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0660.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0661.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0662.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0691.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0692.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0701.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0710.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0711.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0712.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0713.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0714.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0715.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0716.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0717.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0718.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0719.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0724.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0728.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0730.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0731.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0732.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0733.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0734.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0735.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0736.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0737.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0738.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0739.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0743.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0744.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0745.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0746.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0751.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0752.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0753.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0754.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0755.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0756.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0757.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0758.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0759.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0760.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0762.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0763.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0765.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0766.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0768.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0769.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0770.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0771.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0772.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0774.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0775.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0776.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0778.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0779.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0790.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0791.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0792.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0793.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0794.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0795.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0796.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0797.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0798.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0799.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0810.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0811.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0812.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0813.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0814.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0816.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0817.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0819.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0826.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0827.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0830.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0831.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0832.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0833.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0834.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0836.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0837.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0838.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0839.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0840.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0851.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0853.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0854.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0856.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0857.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0858.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0859.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0870.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0871.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0872.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0873.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0874.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0875.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0876.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0879.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0890.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0891.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0910.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0911.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0912.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0913.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0914.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0915.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0916.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0917.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0930.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0931.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0932.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0933.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0934.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0935.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0936.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0937.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0938.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0941.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0943.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0951.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0952.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0953.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0954.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0971.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0972.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0973.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0974.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0975.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0976.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0977.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac0991.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eac555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echelle-escamotable.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edgezzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ee-koolitus.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "een-eenvoudige-test-voor-de-maximum-lengte-van-een-nederlandse.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elegance-lingerie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektrolang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elevatedconstructionltd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitephysiotherapy.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emiliehouse.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encircled.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enghero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ennioporrino.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enstroga.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entryscape.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envirobizcollective.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erico-hm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortsontop.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esiefektivs.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estumarca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eviadc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exoticspecialist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extrememusclepump.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f-csc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faeriebabe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familiebies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familyframeworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feiromo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiorenzaperfumhome.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firenze.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiseon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitfocusau.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fklegal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flawlessbiometrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floryceblanchery.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyabe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flylvia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyn43.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyxll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fmjd64.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foiremobile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fontanaseiyo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forrestwalkbarbershop.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foundationmaintenance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fridaypulse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friedli.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fussballtransfers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galexlee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garciam.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gasull-claramunt.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gbsmiedzyrzecz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generalcustomshop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ggradio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghienlamdep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalshares.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gofoodservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gokazakhstan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gokyrgyzstan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gonepal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotajikistan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goturkmenistan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpselect.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grceurope.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greavessports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenderma.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenearthlawns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grenoblepartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growthinbusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruener-salon-bochum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutterguardcharlotte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guttershutter.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habibitravels.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haizrulamrie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hby.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heckmann.photos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hermodesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heroesdelplaneta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herogaming.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herold.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herold.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hetfundament.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjf.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjwcarpentry.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hobindesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holmesworkholding.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hooperlabs.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "host4us.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostathome.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hosuto.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoteldahu.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "how2recycle.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howdybikes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hqblog.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibq.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ichibanfansub.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icterra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idf64.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ienekolife.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifanqiang.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illogical-gaming.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imro.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indahstay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inflowphysio.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosecsw.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingereck.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insomniac.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interactiveliterature.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iorgroup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iqbalmauludy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iqos.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isustain.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ithot.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsm.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itworks.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itzlive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jabagly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jachtbouw.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackmcgregor.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jan.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jejakbocah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jettenbommelaer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jettenjachtbouw.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joico.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josephrichard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrfortune.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julianporras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumibow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kebo.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keepsafe.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerb-grossauheim.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keywaysconsulting.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kibickas.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidsdj.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "killerwebsites.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kivalitaconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kluzza.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koizumidesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kooky.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krajzlinsky.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuklavrost.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyosyo-jungle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laarroceriacolombiana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lammertbies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lammertbies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laube-school.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazownik.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lbet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lcb1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ldiesel.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leblancq.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legale-services.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lekkerleben.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesborgestv.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leticia.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letiziamx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsdevelop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lfcnsv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libcip.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libcmodbus.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libcrc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libfins.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libhttp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libpdf.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libscpi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linocomm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linocomm.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linocomm.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linomass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linomass.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linoplan.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linoplan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linoplan.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linoplan.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linoplan.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linoplan.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linoplan.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linoplan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linoplan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linoscan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linoscan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linoskin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linoskin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linostor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linostor.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linotrac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linotrac.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liongueststudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsj.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunademiel.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxplay.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lvee.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lvfc.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madeincana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magazineflex.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailsupport.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manbetx1998.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangacdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manufacturingsupportgroup.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maocular.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mapausenaturelle.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingconcafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewthode.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxcleaning.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxley.yachts", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medart-media.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medcartoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metasolutions.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meww.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mh.com.fj", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mihu233.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindbuild.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ministryofinternet.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minpex.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miodziki.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mk.gov.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkt7.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moec.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "money-spell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moreyalta.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msa.bank", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msaludasuhogar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mt-caza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtabriz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muhafazakarkiralikvilla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mullerkappers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multifest.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundodasfechaduras.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwms.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mychicken.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mychicken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfsb.bank", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfutureself.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynook.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypet24.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytefl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narec.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natusvita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nawt.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neilhosting.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "new10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newagehoops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newway.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nexalis.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextvery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhadatpho.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nintendoreporters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nkuxlogistics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noirpvp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nothinux.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsu.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzguns.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceanofpdf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohiobrewweek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omniga.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onetrust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onmyside.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openbsdhosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opencache.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opera.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opussystems.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opzich.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osteria-italiana-nsv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osugiving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourgame.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxidized.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pao.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parfumersha.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkbee.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkersbarbershop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partitioningjohannesburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pascoaselecta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pastebin.bet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pauljmartinez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payamazizi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcmr.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pd2bans.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peddie.institute", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penthack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepta.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pereceh.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perrotts.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonearena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photography-edu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pic2pat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pic2pat.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pictopat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pictopat.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pimentalove.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinkplay.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizzahut.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pollies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponte-camp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poolheatingsolutionswa.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porzellantreff.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersolusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poynter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prestigeworldwidepr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primocourtreporting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psau.edu.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pueblosamerica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puhudefu.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qalikay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qb928.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qmradio.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualitydns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiationserviceswa.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rajeshkochhar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rawfitco.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebellecare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebeportillo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regaltheatre.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remiz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retiradinerodetutarjetadecredito.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revolutionenkommer.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rfp-rechtsanwaelte.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rfs-zbpe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riannespiercingshop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rib-leipzig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardfaber.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripper.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocketdashboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rohanisuhadi.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roidsstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootfor.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal83.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal84.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsa-services.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russandol.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabrinajoiasatacado.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagame88vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schmiggywibblits.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoopgalleries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secard.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secs.london", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selectiveasia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sembrando-amor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergeenko.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sherijames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoplogcap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signature.in.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simmonshome.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simonzoellner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simple-test-to-demonstrate-the-maximum-length-of-a-domain-name.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simple-test-to-demonstrate-the-maximum-length-of-a-domain-name.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simple-test-to-demonstrate-the-maximum-length-of-a-domain-name.international", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplyfitperth.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplyheadwear.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplypromo.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplyuniforms.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sintas.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skoroff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleepig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartrentacar.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartsprouts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snatti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snorkelaroundtheworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowdrop.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowy.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soderparr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solisboutique.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solutionsaddles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spieka.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "splashstoretw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spleis.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqalogic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stacisezeptat.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stanglwirt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stickme.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strategicemailservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamanimetv.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strokesb.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strousberg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuartcrawford.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subiacotram.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summit-humanpotential.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supercombinata.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiftirc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syrea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taiwanteama.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talonro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamatoyaku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamronhallshow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tccb.gov.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcybert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcyoung.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teaks.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tempotem.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teppich-frisch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teppichfrisch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teqip-pms.gov.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tespent.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teutonia-grossenlueder.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teutonia08.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thatsucks.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-race.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theblueinnovations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theboardroomsubi.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefabulouswomen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefastmode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theglobalreport.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theluxonomist.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theowlclub.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theptpractitioner.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therivercrosswarwick.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therudes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisismit.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiendamultimarca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timberjoineryperth.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinakay-photography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinyhousebarat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tixtips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tldplaza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tojeit.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomorrowhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomove.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toplockshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topsnow.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "townforge.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tr34.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainingsecke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "translation.qa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelphotographycourse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tribeda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tricityhelpline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuttopappagalli.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "typica.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "une-bonne-nouvelle.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniqueazaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniteinhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unlisted.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unmade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uoe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uploadyourtestament.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ups-yahweh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upstaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "us2uplumbing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usashopex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uspesnyprvnacek-demo.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v-studio.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v.pn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valoriani.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vandeth.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vault647.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vavra.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdb-it.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veritalife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viacheslavpleshkov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vincehut.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinumenu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipkit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viralcreate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitationbvm.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visualvolta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitalhealthandbeauty.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vnpem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vnpem.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vuelosabajoprecio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vybavzahradu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vyskocil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wastewaterservicesltd.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wc64.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weatherforyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-3.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websec.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitesbywordpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weldonconstruction.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimirror.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wilco-s.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildmine.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowbabykids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wp-bootstrap.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsrn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuminhao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www.gov.scot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xfinityapparel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80adianadstvnice3evh.xn--90ais", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80afdc7a1a8m.kyiv.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--gi8h6v.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--nda.fit", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--s-pia8o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xnxx54.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xrptipbot-stats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xumm.community", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yavip8088.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yifymovietorrent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youreitbranding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youtubelet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zanquan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhabagly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhuji.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhunlink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zthc.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zwemclub-rob.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "000bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0116288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0797.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0dayexploits.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0okmnbvcxzx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1-pujcky-uvery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10000hits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10000rub.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "101gen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "101st-airborne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "101st.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1069.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10mijlvanijmuiden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "111bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "111novosti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11men.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1223.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12345porn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1244.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12nomos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16valerienicolas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "17th-airborne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "18upchat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1920.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1dollar.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1dollarwebsite.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "200.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2000feet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2016.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "222bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "222digits.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "236530.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "236560.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "236570.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2gisparser.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2learncomputing.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2link.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "333bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33devici.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dexpose.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dmetalprinting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3gdu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "404group.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "434365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "444bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "48lipetsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4lephants.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4list.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4maniacos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4seo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "50-ottenkov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52danji.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "534365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "53ty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "555bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "55bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5peciali5t.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6.gift", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "632365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "634365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666689999.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "666bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "68reg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "69yd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6meter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7-it.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "71217.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "732365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "734365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "743365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "74dy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "753365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "75codes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "763365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "76networks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "777bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "77bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7emka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7starhealth.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7url.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7zet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "832365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "834365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "888bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91imh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "91news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "934365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "999bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aalright.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaronspain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abalsa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abandoned.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abaranov.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abarquinha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abay-today.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abbyairsoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abceducationacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcensax.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdelali.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abelles.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abelles.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abelles.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abelles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aberdeencriticalmass.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abilix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abkbank.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abkhazianews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ablecha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abnradiofm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abolitionofspeciesism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "about-sects-and-cults.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutdelphi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutdiabetesinfo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abouttime.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abramovich.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abramowskimi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abrec.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absolute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absolutperm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absurdia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abtinheydari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abtinsh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abuahmed.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ac-booster.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academichelp.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acapellalanguage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accademiaprati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ace-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acemsa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achievenewsfrance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acmilan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acnh.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acomplia20mg.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acredperu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "across-community.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actioncameraaccessories.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actionminecraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "active-english.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activeplatesystem.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actorsanthosh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actrices.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actuse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acuarismo-iquique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acvan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acyclovir400mg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaptivesite.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addag.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adder.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adderall.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addictionsolutionsllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addscoop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adelicious.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adescb.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adhockery.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adinfinitum.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adoran.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adores.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adorez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adorned.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrianpetcu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrianwalls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrianweb.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adsforcash.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adspire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adstop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advair-generic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advairprice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancedturf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advertisingcompany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advirk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advmaster.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advoervice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokat-dtp.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokat-dtp.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokat-dtp.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokat-dtp.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokat-dtp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokatkonsult.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokatonline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokatskoe-byuro.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokaty-onlajn.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokaty-onlajn.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokaty-onlajn.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokaty-onlajn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokaty-yuristy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokaty-yuristy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokaty.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokaty.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adygeya.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aegmbh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeroframe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerowillys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aestheticdr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeternus-darkermonument.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afanasev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afflictedquarter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affordablecameras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affordableelectronics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afghandonia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aforism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "africaindemander.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "africanmangoforum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afrodisiac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "after-whoru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afterfostercare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afternoonhereyes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aga-eiken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agalloch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agehotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agencetourismemali.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aggression.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agora-soft.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agricult.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrippa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agro-ferma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agronomi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agronomict.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agropool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aguantepimpinero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahccorleone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahlac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahsinsaleem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiflow.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aikidoaalst.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "air-flot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aircheapfare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aircheapfares.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconditioning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airethilien.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aireuropeflights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfareandcheap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfarecheapdeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfarecheapeurope.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfarecompareprices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfaredealstoindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfarefrom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfarehonolulu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfarehoteldeals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfareinindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfaremexicocity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfareorlando.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfaresdomestic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfareseconomy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfaresfrom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airline-rabota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlinenews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airtrain.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aisedomains.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akbarsempoi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akbas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akiba-souken.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akkordy-skachat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aktuellsakerhet.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akura.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "al-capone.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "al-capone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alabalaporto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alamad.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alamani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alarbnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alarko-carrier.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alas-negras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alaxyjewellers.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albakos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albaladejodelcuende.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albalinks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albanildedios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albendazole.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alberteinsteinbiography.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albuterol.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcantara.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcohol.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcoleadetajo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcove.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldeal.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldo-saputra.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldridge-ringers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aleksandar-vukmirovic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aleksanders.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alemangranada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alenaserezhina.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alendronate.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alesha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexanderkhen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexanderlau.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexanderpiatigorsky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexanderpopov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandremottier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexcpp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexguti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexlombardo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexustinoff.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aleynamasajsalonu.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfa-books.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfalasteenyia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfambra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfavideocirurgica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algerianportal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algeriaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alibabau.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alicante-spain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alicebaldenegro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alireza2love.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alishanova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alisstyle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alistaku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alitpedia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-gsm-solutions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allaboutmadonna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allamakee.k12.ia.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allbrestby.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allbrestorg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allcelebs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allcrimea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allegra.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allegra180mg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allegrapark.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allergyweb.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allforex.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allgadgetsfree.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allhits.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allindiajobs.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alljokesaside.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alllaboutchickens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allmaps.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allmba.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allmessedup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allopurinol.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allpedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almargen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almasoft.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almaz-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almlab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almosis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alodokita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alomch.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphadronten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphagames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpine-tuning.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altabash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altabooks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altai-info.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altai-voyage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altai-zemlya.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altai-zemlya.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altai-zemlya.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altai-zemlya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altai22.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altaizemlya.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altaizemlya.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altaizemlya.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altaizemlya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altawfer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altdforyou.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alternativefacts.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "althistory.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altidrabat.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altramarsala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altratella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aluchta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alumni-skensa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alunyc.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alushta-vostorg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alushta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alusib.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alusim.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alvarezmorales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amadeusproject.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amadin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amalgaamvrij.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amalgamma.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amartaramitramandal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amateur.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amateurs.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americahealthcare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanbooks.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanbuzz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanfootball.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanfootball.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americankickoff.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amerikanloto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amethystbodyart.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amfora.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aminko.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amisoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amitt.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amliorefemme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amolaccum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amorphis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amoxicillin-500mg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amoxicillin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amoxicillincapsules.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amoxicillinonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amoxil.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amoxil875.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amoxilonline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amphora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ampicillin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ampicilliniv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ampicillinonline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ampliosoft.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ampullen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amritps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amur-photo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amytuarez.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amzik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "an0ns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anaal-nathrakh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anaalnathrakh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anabolic-stresser.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anagir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anahwaftah.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anakeen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analgesia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analinsting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anangeix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ananyagupta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anapsi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anarcasmetalicos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anarticle.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anaxios.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ancientwars.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andorraimperial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andre4ik3.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrescuartas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "android-10-inch-tablets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidgaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidmarketturkiye.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidru.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andy-hagans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andyscubepage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andywilliamsonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aneducationuto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anekdotiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anelik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelbulldog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelicsphynx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelinafilipski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelo4ek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelsanctum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelsandairwaves.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelsoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelswar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angolo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angular-js.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angusandperthpgl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anihilated.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalcenterunomas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalcrossingwiki.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalworld.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animanganetwork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animecreed.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animedescarga.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animeelite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animeheaven.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animelandia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animeplus1.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animesbrasil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animesconsteemplee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animeshka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animoxavilorza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aninews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anisimov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anmelden.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anmolnayyar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anna-beauty.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annadebrux.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anne-marie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annemation.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annoncer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annonces34.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annuaire-express.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annual.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anomaly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anonimizers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anorexia-nervosa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anpaju.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "answernow.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antabuskaufen1.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antalya-yesim.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antalyamasajsalonu.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antechrista.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antena.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antenna-lyubertsy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthonylaberge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anti-civilisation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anti-depressants.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anti-eniologiya.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anti-gololed.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anti-iupac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anti-lohotron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anti-stop.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antibioticaugmentin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antibioticsadvice.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anticensorship-russia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antichatresources.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anticorruption.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antidepressants.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antidope.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antidoping.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antifaschistisch-reisen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antifaschistischeaktioncelle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antifraud.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antigender.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antihelp-tomsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antikfloors.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antikfloors.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antikfloors.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antikvar-net.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antikvarshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antimaterie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antipodi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antistatik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antitabak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antonygeorge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anubisz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anwarverdict.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "any-download.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anydaytour.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyduchildren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyebooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyhobby.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anylu.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anytimeoffices.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aomar-mohammedi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apartment-market.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apbforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apelsin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aperioadvice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apex.ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apexconsulting.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aphelionband.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apipsandiego.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apkpokemongo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apkpokemongo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apocalypseclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apokalipsis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apollonas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apollonia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apothekeonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apparatrechose.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apparatus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appelerintrt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appointment.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apps-cart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appugo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aprazivel.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aprendejainternet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apse.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aptnetwork.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquacapsule.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquariymist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquiparoxetina.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquivardenafilo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arab1info.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabearthcommunity.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabi-news.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabictranslation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabska.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabskills.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arakanis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arandomsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arargo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "araya.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcadegame.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "architekturwiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archivestesting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcosdelallana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ardabil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ardakannews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arditech.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "are-you-experienced.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "area21.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "areata.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arena-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arenatennis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arenda-bez-agenta.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arendabotov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arendaskuterov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "argentinachat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "argument.uz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariajourney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariashii.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aristokratia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariston-center.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkadian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkhangelsk.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkhangelsk.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkhangelsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armageddonclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armandocorazones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armchess.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armhistory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aromex.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arowsoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arrangeyour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arsake.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arsalbania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arsenal-trans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arsenalestate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arsenyan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arsmagazine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art-illustration.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art-school.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art-voronov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art21tv-armenian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artane.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artembusiness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arteriamagazine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arthrosis.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "articlestack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "articlesutiles.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artsalon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arturweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artvertising.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aryani-fitriana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asaacai.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asaduddinowaisi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asansol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asantosdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asbestos-awareness.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ascannes-non-officiel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aserbx.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asialivenewscafe.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiandubfoundation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiaproductsdirect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiaticas.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiaview.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiaview.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askerweb.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askme-fast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asoccu.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspviress.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspyct.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assetvault.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assikerujked.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "associate.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astana.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astanainform.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astanakz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astarfrommosul.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astateoftrance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asterix-obelix.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asthenisusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astigmatic.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astormueble.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrakhan-gorod.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrakhan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrakhan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrakhan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrakhan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrakhan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astro4u.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrogate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrogift.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrogift.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrogift.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrogift.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrogift.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrologie12.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astronomija.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astropar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrophena.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrosoc.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astsummer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asukalangley.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aswakbladi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asylumguild.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asynchrono.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atafu-village.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atary.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atebaa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ateneumontbui.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atenolol50mg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atide.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlantahealthcare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlanticdatastream.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlantikwall.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atletico-guacuano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atmosferno.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aton-ensemble.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attosoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atunel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiologiasinfronteras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audition-radio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auditore-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augmentin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augmentin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "august-hoegn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aukanaw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aukcioon-domenov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aulaweb.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "australiadaily.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "australian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austriaguide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austriatravel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-arsenal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-reklame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autocashmachine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autofinancing.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoknife.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autolet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automaatic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoportal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autorai.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autostrady.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autosystem.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autozaz.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autre.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auxbrinstresses.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avalon-ami.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avalondevelopment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avangard-tovar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avangard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avengersonline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviareis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviationonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviations-engineering.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avionicbooks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avions.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avn-buses.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avodart.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avogel.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avogel.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avogel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avoids-troops.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avto-signal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avto-signal.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtodoki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtodot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtojurist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtomaniya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtoobzor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtostolica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtovikup.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtoyurist.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtoyurist.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtoyurist.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtoyurist.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awakenwow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awanteverde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awarenessadvisor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awersomecreatorfromrussia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awfulsport-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axiomtechnologies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axoncoho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayur-veda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "az-forum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azerinews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azienda-tv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azinity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azithromycinbuy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azitromicina.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azlink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azurecraft.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azuriom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azvpn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b23-tv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babakhanalia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babaseo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babekids.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babki-mgnovenno.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babkitut.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babushkin-mir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baby-skin-care.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babybunnypictures.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babygirlholidaydresses.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babymozg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babysdishes-bowls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babyshower.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babystrollers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babytan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babyzen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bacardi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bach-frederiksen.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "back-streets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backlinktr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bactrim-ds.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bactrim-medicine.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bactrimds.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bactrimprice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badgirlfoto.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badmice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badmintonargentina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badules.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baikalfond.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baikalppk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baitable.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baixadordemusica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baks.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baksclub.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baksclub.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakubest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balanda.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balasingandaru.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baldwin-mania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balerma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balkannightlife.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baloncestoarqueros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bambukshop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bampers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ban-list.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bananathrash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandamirandadeebro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandymasarna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banerka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bangujero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankimsk.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banknews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banning.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banzay.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bapeel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baraxolka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barbiecollectorjapan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barihandin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barnaul-altai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baronet.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barrancos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barrymarkus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bartdaelman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bartvandamme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basauristudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "base-radio.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bashhack.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bashkiri.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bashtel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basictools.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basketballnewz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bastionadvokat.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bastionentifo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basyrova.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batailleros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batmanvsupermanfullmovie.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batoit.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batonchik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batteryreconditioning.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "battleforkhashuri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "battlefrontoldschool.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "battlerite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "battreil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baukelek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baytobayaircon.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bazar-pc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcrnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdeshi.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be-free.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bearfarm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bearings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bearskin-rugs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beatmaker.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beatquantum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beatthebastards.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaucrabill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautifulsouth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beauty-stories.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beauty-style.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beauty-woman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beauty2home.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautyandthebeast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautyarticles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautycom.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautyeyewear.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beconnect.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedrockcommunity.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beedsolyjas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beerglasses.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beforeafter.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "begethost.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behold.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belajarpsikology.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belanews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belarustoday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belarustravel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belf.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belgia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belgianfilipinolovers.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belgiantennis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belgorod-host.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belgorod.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bella-abyssinia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellanews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belloweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellreguard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beloevino.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belugadev.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benadryl.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benadryld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bender.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beneazy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benhamplateau.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benmarron.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bensvriend.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beonline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beospain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergelevrad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernack.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernarditadiaz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernerland.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berserk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bespredel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besser-golfen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besslavnye-ublyudki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-cats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-seminar.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-seminar.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-software.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestcms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestinsulatedwaterbottle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestitwork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestmotorcyclehelmets.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestoldmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestomania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestplus.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestplus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestrevs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestsatoshifaucet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestwirelessdoorbell.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestzoo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333432.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333876.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet333987.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betacommand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betbed.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betexperts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bethzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betterworlded.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bewildered.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bezagentstva.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bezchyb.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bezoek-benidorm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bezopasna-rabota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bfbet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgbet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bharat-media.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bharatanatyam-dancer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhbet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biaxin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibitbunga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibliotecaguate.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biblioteka-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biblioteka17.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biboran.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bicubic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bidaah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bidonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bieg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biegi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "big-books.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "big-file.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "big-music.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigalba.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigboard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigdaddyslash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigdatatop.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biggernews.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bighome.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigpurse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigtimeiq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bike-liptov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bike-style.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikestream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilbao.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilingualunit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billboard-panama.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billionaire.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bimoge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binary.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bingoclub.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binson-museum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biodieselbr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioexistencialismo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biolact.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biomechanoid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biomod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bionic-karnage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biovid.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birjdid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birlikdayanisma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birtamode.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birzman.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisoga.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisrockonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bistrozaim.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitbank.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitbonus.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitbonusss.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin-exchange.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoineffect.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitforge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitgarant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitljettnu.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitrate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitspaceonline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bittimaatti.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bittiraha.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bixmaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biysk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biz-pak.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizbelarus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizfavor.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biznes.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biznesone.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black-diamonds.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black-market.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackandwhite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackarts.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackbirdproperties.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackchristmas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackforeststheoriginal.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackmafia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackmaskpro.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackmodelsusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackriverfalls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackroses.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blacksega.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackshark.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blacksniffer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackstonepress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blacktemplars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blacktubes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blacktubes.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackwaterutilities.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackwidow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackwoodrugby.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackworld.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blago-sostoyanie.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blago.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blagosvet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blako-squad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blaming.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blavaty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blazingsaddles.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blbet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bli.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blindfold.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blinking.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blitzkrieg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blog-ludmily.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blog-page.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blog-story.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloggersonlinetrainings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogvadim.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloody-hosting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloodycraft.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloomingwoods.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluavido.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blubux.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluebirdservice.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueenergy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueneuron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueskybrokerage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blurt.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluxus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boardfree.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobbyrobinson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobfilm.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bocaaboca.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodclansite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodegagarces.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "body-demo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodyshaping.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boegli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boeing747.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bogdatrend.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boletaya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boliviaverde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bollywoodacapellas4djs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bollywoodgk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bollywoodstrot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolshoi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolton-consulting.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boluwebtasarim.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bombard.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bombgame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bombgirls.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bombiaturkiye.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonapeti.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bondscript.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonkleagues.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonsaiclubsanvi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonus-kran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonusup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "book-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookingsrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "books-dowload.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "books-ru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "booksandcoffee.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookstores.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookstrap.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boostdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boranco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borasol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borderfever.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borderzoo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "born2dance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borzov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bosnia-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bospor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bostonews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bostonivy.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botbrother.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botelegram.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botipedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bottomfeedings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boucherie-lesnes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxofficebengal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boyard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boyscoutschile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boysorebro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braces-supports.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brahma.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainburger101.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainrush.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainstormproductions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braintonus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "branch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandhost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandon-manilow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandweer-sgravendeel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandweerweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasil66.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasilduino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasiliademinasnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasilmobi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bratan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravelittlesquirrel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravenboer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravewiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brawny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakberlin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakingnewskenya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breastenlargement.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brechadigital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breket.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brest-master.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brestradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brestshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brexit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridesbouquet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridgeportlaboratory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridges.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brigadesecuritysolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightsport-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "briliant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishbullshitfoundation.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishgeneralelection.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broadax.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brokenminds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brokerdecredite.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brooklynboyblues.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brownavto-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brtve.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brugpensioen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brunanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brusselsexpolive.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brusselslouisepenthouse.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brusselslouisestudio.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brusselsmidiapartment.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brusselsmidistudio.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brusselswestapartment.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brutalica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brutality.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bryanski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsaab.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsbet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsteele.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btc-wallet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btdproductions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btslr.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btsource.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buatcv.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bubet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bubucmoi.dynu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buckethead.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buckfast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budapestairport.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddhism.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budgetrf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budilnik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buesiforquo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bufete.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buff-buff.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buggywonderland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildmate.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buketnevesti.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bukinist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bukularis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulbonidos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulgakov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bullterrierspain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bullyprotection.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulmanat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bumpi.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bune.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bupropionhclsr.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buralteria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buratiya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burbaguena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burewala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burghtstam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burkoff.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burningflame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burreli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bursamusik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burunucu.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buryatia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buscolu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buscoop.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "business-explosion-fortune.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "business-secreti.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "business-secreti.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessconnect.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessdirect.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinvest.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessnet.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bustillodeloro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butowka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butserdocumentary.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-aleve.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-amitriptyline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-amoxil.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-avodart.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-camera-cases.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-cozaar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-decadron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-deltasone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-indocin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-jeansbiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-lipitor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-prednisolone.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-premarin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-robaxin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-rumalaya.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-skelaxin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-stuffed-toys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-terramycin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-topamax.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-zimulti.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyaccutane.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyacompliaonline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyalbendazole.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyalbuterolonline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyallopurinol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyamoxicillin875mg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyamoxil.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyantabuse.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyatarax.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyazithromycin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buybaclofen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buybuspar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buycafergot.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buycheapandlow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buycialissmx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyclaritin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buycostarica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buydataonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buydeltasone.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buydeltasone.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buydiamox.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyebooks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyeffexor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyfluoxetineonline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyhydrochlorothiazide.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buymetforminonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buymobic.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyneurontin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyprednisolone24h.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyprednisoloneonline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyprilosec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buypropecia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyproscaronlinecanada.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyprovera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyprozac.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyretinamicro.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyrimonabant.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buystromectol.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buystromectol.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buytetracycline.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buytramadol.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buytramadol.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyventolin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyventolininhaler.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buywellbutrinonline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buywifi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyzithromax.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyzithromaxonline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyzofranonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyzoloft.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buzzhub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bybet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byggindrustrin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bystryj-zajm.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytesoftech.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bzbet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c-c-europeen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caballeroalba.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabezadeframontanos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabrachicagritona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cactusarium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadici.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadovod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caeas.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafe-georges.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caffe.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cairohost.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cajamarca.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "californiahumanrights.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callanenglish.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calligraph.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callvip.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caltlg.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calvario.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camarzanadetera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cambados.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camelia-poezii.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cameronstar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camilaporto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camileonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caminreal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camipress.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camisetasparatodos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camouflaged.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camrecord.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canadianpointerclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canadiansrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canaldelaespartera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canalescape.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canalinterativo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canalinterativo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canalinterativo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canarys.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cancan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candelaguatemala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canlom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cannabiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capellen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capike.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitains.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capital-electronics.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalmatters.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalpay.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitanbeilinson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitapeskanova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caps-hats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capsicle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "captainclaw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "captainjanks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capturelead.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "car-seats-store.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "car3d.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caraccidentslawyer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caracterizacion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caramellespinell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caravaca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carbonadvantage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardbouns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardiology.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardmart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cargotariff.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cariki.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carikiv.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlaschiavone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlolacana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carmageddon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carmarthenradiocontrolledcarclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carmengrayfanclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carnavaldeltoro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carnavales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolinavarletaarriagada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolmolinari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carp4life.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartridge.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casa-brel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casavaleria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cash-bot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashworks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casillasdecoria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casitawn.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casko-insurance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castaneda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castelletto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castilla-comunera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castlehack.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castrillodelavalduerna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castrillodevillavega.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castroverde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casualclubdating.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cat-encyclopedia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cat-problems.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catalog-serverov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catastrofy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catfood.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catgarden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catholicprayers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catholicteuchtar.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catriel25noticias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catz-productions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbcentelles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cboard.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccbin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cctv-camera.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cctv-systems.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdhome.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdnaval.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdocs.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cebrita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cecalivo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceciledekock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceco.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celanasarung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebdaily.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebraze.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebrex.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebrex100mg.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebritiesblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebritydailynews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebritysrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celex-machinery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celexa365.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cellboost.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cellufit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "censored.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centenariodeuncampeon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centenera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "central-apartman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralsoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centroculturalostuncalco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centrodeeportesbarco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centromedico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centuryfighters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centuryforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centurylink.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cepger.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cephalexin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cephalexincapsules.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cephalexincapsules.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cepxuo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cerovica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cervera.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cesar-hector.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cescfortuny.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cewek.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgbproduction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgionline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ch-investor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chad-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaikaclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chainz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chamartin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chamberlainpropertygroup.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chandramani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "channelist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "channingmotorsport.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaoscycle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaoticonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charleliphile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlesdickens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chasoslov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chastitybelts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chat4me.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatline.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatmaus.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatopia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatovod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatpoint.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatroomfans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatvizor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapacyclovir.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheaplasix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapnolvadex.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapsslsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheaptadalafil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapvaltrex.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheat-files.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheaterbios.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chebotarevkk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkbot.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkercab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chelmsz.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chema.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chemicalromance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chengyutrading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherkes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherkess.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chernikova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chernogoriya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheyennedentalgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicagoagent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicagoillinois.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicaman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicinttim.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chickencoop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicospanico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "children-toys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childswear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiletrenes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chili.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chilipy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chill-house.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiloesinpuente.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chimpanzee.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinchillas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinesedishes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinesephones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinfolk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chirkunov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chirojap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chistesdesebas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chita.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chitaem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chitashop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chitlar.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chittagongtextile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chocoband.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chocolateslim.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chocolatos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chofan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chongthamsika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chopradionet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chornobyl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "choylifut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrispaul.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrispontius.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrissytechaira.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianhaugen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianitas.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianitas.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianitas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianmorales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christiansrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christmaspages.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chriswiggin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrt-tcdp.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chtodelat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chtyvo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chudnov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chukotka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chunga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "churakov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "churchaid.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "churchlw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chuvash-republic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chuvash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chuvashiya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cialis-trial.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cialisfreetrial.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciaran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cidikit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cidones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cign.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinema-rulem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cineping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinnagar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciproantibiotic.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciprofloxacin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciprofloxacin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciprogeneric.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cisindia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cistit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cisylik.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citafun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citalopram-20-mg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citalopram20.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citalopramgeneric.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citalopramhbr.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citazioni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "city-home.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "city-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citycalculator.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citycricket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citylocal.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citypress.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citytel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "civic-europe.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "civilvirus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cl-cloud.spdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cl-wiki.spdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clan-destin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clan-finaldestination.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clan-ogm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clan-ready4war.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clanlaw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claptrap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarasegura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claretandbluearmy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarinet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarinexonline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claritin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claritin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clasa-mea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clashoflights.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classic-diva.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classicalchaos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classiccrew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classiccrewhaiti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classichorrornetwork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classichost.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classicmagazine.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classicstories.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classificadostodaoferta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claudiasnederlandsehangoordwergjes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearhumor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleocinonline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleverdeal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickheretobegin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clicktolinkb.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickzone.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clik.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "climaticequipment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "climbing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clindamycin-150mg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clindamycin-phosphate.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clindamycin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clindamycinantibiotic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clindamycinprice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicadeesteticacontagem.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicalstats.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clips.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clomid50mg.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clomid50mg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clomidonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clomiphene.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clonidine-hydrochloride.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clonix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clorinda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clothing-for-women.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudads.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clouddomain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudfast.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudmoney.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudrive.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudstress.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudwithlightning.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "club-dresses.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "club-oz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubcorolla.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubedegeografia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubeighteen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cluberiks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubfailed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubfunday.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubgenesis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubmania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubpes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmetana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cn47mp.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnabogota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cncr.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coach-immobilier-neuf.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coalmen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coalvillebasketball.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cobranzasimg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cochin-brahma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocinasazahara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocokmobi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coconutguy.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coconutoil.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocresa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codebrasileiro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codeclub.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codehangar.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codehelper.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codename24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codenamelungo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codepoint.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codifique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coding-basic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffeebean.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffeebeanstudios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colah.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colbert.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coldspegll.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coldtomato.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colegiosantaursula.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colegiotalenti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collective-incubator.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collector.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collegesrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collegetownstudios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colocolochile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colorblindfilms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colorwow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comarcadelaranda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "come.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comenc.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comercialcolombia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comfortablelife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comfriesland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comicsanshouse.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commercialzone.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commspace.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comomoraremportugal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comoperdonar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compactador-vendetta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "complaint.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "complex-kaspiy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comprarpapelhigienico.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computer4me.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computersoftware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comunitateonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concellodoparamo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concepcion-futbol-club.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conceptual.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conclave.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conclude.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "condonescadistas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conf.tn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confidentliving.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confidentliving.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conrasd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consoletech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conspiracionweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constant.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constellations.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consul-novocherkassk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consumer.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contextolog.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "continuernom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contrarreforma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conversatis.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooking-food.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolfilm.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolsoftware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolweirdfacts.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coopelectricidaddevoto.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copa.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copedeportes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copyfast.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copytext.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coratxa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corazoncaliente.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coremcnetwork.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coremove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corhellemons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corkcityfc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cornelia-luther.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cornertoyshop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corrales-sanchez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "correspond.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corsetacademy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cortege.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cortino.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coskun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmasiakraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmetiq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmosearch-azerbaijan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmosenalerta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costoflipitor.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cotofoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cottonage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "country-games.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "country-house.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "countrysidebar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covid19.melbourne", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covid19responsepod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cphollywoodproduct.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cps-sante.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crackajack.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crackedsoftware.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crackerjohn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftingcrow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftottawa.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craigphillips-work.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cranenburgh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crash-de-1929-et-grande-depression.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crashedata.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazybear-underground.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazycouple.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazydrivers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazyhost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazypete.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazysavings.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazystories.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "create-website.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "createbot.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "createwowsummit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativescorpio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creeksidebiblechurch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crematory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crestor20mg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crestorgeneric.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crewsing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimethincx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criminal-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criminalcasecheats.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criminallawyerjobdescription.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimsoninators.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimsonmedia.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criptozoologia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crispybacon.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cristenberens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cristian-alexander.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cristiandumitru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cristomoradocusco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criterion.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criticalculture.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crocop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cronicademuro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossair.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crosslimit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crosty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruises.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crushingcasinos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruzadamorada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crvenikrst.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypto-gaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptobonus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptonit.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystal-media.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystalcherryonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csdacadcv.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csroot.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctcloud.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctech.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctnigeria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctonovenkogo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctrlcvz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuartetocontinental.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuboxmovies.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cudesa.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cudesyb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuentas-gratis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuevafelina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culinary.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culpoilu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culturaldiversity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culturalsabotage.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culturesgames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culturism.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cumbiavallenata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "currentchaos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursodememorizacao.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customsandals.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cutehost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cutemodel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cutie-viewty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cutt.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvetpodokonnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvglobal.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvtenerife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyber-links.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyber-m.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyber-mech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyber-world.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberburek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberhostpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberislam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybermatrixone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberprogramming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybersamurai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybershot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybersolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberworldexpert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberzones.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyborgtheory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyqual.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyrix-systems.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czymamdzisimieniny.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d24zgh0u05bzjw.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dabuzz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dacha-letom.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dadsarmy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daemons.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dag-berlin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dag-ogni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daganzo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dagestan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dagestanci.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dagestanec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daidogei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailyalerts.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailycricnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailyhealthylife.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailynewsfrommedjugorje.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailyreels.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailyw88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daisyscars.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daki-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dalkhola-city.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dalkhola.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dalkholaphotos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dallaswestinternational.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dameeq.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dampfbahn-leverkusen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dampfbahn-leverkusen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damvdolg.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danadameson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danalina.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danashamsters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dania.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dania.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniel-ayala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danieldevine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danieleluttazzi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielhammond.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danish.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danispage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danituuu7.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannycavanagh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannyoficial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannyscloud.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danoji.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danzavila.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dapoxetine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daprint.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dark-ages.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkartstudios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkcelebration.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkfilm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkforceofhappiness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkgames.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkhall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkknights.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darklite.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkmail.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkoff.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkpassionsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkperu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dartcarrousel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daryl-wilcher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "das-clanpage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dasolindustrialpark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "databiz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datacenterbrasil.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datagrid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datanexa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datastream.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datessrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datingadvice.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datutorials.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davalochki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daveyconstructions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidbyrne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidereinato.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidovskakreu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidpoyner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidvilla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidzarza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davinamccall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davyatletiek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daysnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbtotalnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dclmwp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "de-basiliek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadboyskilling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadpoolonline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadsea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deal45.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealmecoupon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deamonmail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deamsterdam.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dear-children.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deasyvow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "death-note.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deathlords.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deathrockstar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deavon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debostero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decimation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decisionssometimes.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "declarativ.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decorativecosmetics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedicatedservers.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepu-mathew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepumathew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defensoresunidos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defile.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degreeducation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deja-lu.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dejavu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dejected.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delaydengy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delaysoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delete.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delfinus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delivereasy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delontewest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delphibasics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltamusik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltaphiepsilon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deluxe-bot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demesos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demicreation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demo-ferma.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "democracy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demografia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demokisisel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demokrasi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demondms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demonforums.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demonicresurrection.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demonwithin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denarium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denchik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denegka-mgnovenno.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dengidoma24.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dengisrazu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dengivdolg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denisdimoski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denisyan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dennislicht.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dental.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentalcolleges.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dented.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentist-profi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denugka-vezde.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denver-design.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depeche.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deportestalcahuano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deportivo-pasto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derive.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derkarl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dermax.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derrybasketball.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derseebestatter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dersimizmatematik.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deserti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desiderantes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designsociety.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desire-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destroysilence.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destructive-revolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desyatnichenko.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detdom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deti.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detroitnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detsad.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detsad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detskie-avto-kresla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deustech-media.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deustech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devahi.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devchuli.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devdomain.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devendradox.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devochki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devos.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devushki.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dewblog.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dexcellentesidees.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dgmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dhamdhamaanchalikcollege.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diables-noirs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diablescastell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diablos-obon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diagilev.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diasporan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dicaprio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diclofenac-75mg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diclofenacgel1.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diclofenaconline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diclofenactopical.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diedenhofen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diegogranada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietaedietas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietandexercises.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietfordiabetics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dieti.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dieti.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietolog.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "difficulty.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diflucangeneric.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diflucanonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diflucanpill.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "difon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digikohan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital-e-library.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital-home.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalbd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitaldisaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalgymnastics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalhands.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalheart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalninja.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalroma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalupcoming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digivan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dignity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinamikarosta.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diogeneshoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diplom-ru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diplomatiegabon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directly.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directory-aldo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directory-ecco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directpaydayloansonline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtycode.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtygirl.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtyporno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtypretties.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtywoman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discordsworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discotheque.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discountforelectronics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discoveraustralia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discoverchinanow.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diskdoctors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disketa.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disketteetikette.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diskonsepatu.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dismanmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disneywallpapers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "displaysandholders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diterzafra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dividedstates.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divo-remont.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dixie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dixiefoodservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diyeta.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dizainkyhni.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dizzyskills.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj-kupidon.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djamiroquai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "django.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djangoproject.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djazair.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djbessi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djcezar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djconker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djcontact.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djdarkz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djerba-tunisie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djinstinct.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djnandoalmenara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djnext.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djsciencecollege.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djshivbabu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djwilson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djyoungcruse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dkonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dl-protect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmwclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnepropetrovck.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doanhai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobrekupony.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobrekupony.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobrekupony.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobrinya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctormahamudul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "documentat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "documods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doczlo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dodacommunity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doeleman.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dog-likeeyes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doggingclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogtrack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dojki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doktorplyusheva.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolg.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolg.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolgopolova.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolgorukovo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dollarweb.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolly.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dom2news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dom2seychelles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dom2tnt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domashniy-server.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominicjackson.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominolessons.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domostroiy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domvsibiri.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "don-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donalblaney.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dongor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donnapepe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donostiweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donteaetcrayons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doorlinekktc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doorservice.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dopiatku.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorados.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doraemonchile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorizonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorkface.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorsavi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dos-team.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosbox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doserres.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosgratus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosite.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doska.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doskapozora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosyaa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dota2free.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotadotaman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dothegangnamstyle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotless.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotyk-snov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doubly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "douglegomovie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downandouts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downfreak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "download-image.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downloadapkpokemongo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downloadforum.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downloadvipgames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downset.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doxepinonline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doxyciclin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doxycyclin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doxycycline1.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doxycyclinehyclate100mgcap.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doyarki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doyouspeakenglish.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragon-craft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonboatfestival.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonflycms.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonoid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonradar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonraja.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonroost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonscale.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drakencan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drakiada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dramakorea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dramaslayer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dramatherapie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dranik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drawing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drdeath.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreadlord.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dream-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dream-domain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreambbs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamelegant.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreaminjewelz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamlifeproperty.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamlinks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreampages.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamreality.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamsea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamsjob.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamstudios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dredwerkz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drema.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreumesshakira.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drifter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drinklife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivingcalculator.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drmicheleross.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "droidguide.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "droidwars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dronebase.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dronesquadcoptersales.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dronix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drosophila.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drugzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "druides.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "druko.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "druko.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "druko.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drummachines.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dry-cleaning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drybysuperior.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dryzgov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsad209.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtrifonov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dual-universe.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dublinrail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duesseldorferheineburschenschaft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dueto.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duhivip.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duke-nukem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dulcinea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duloxetinbestellen.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duloxetine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dunberghof.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dunce.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dungeonfire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durabletravailler.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durganews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dust4you.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dustbox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dveri-lugansk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvor.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dxnguatemala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dyachenko.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dylan-motorcross.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dylandeconinck.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynamicbusinessconsultants.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynamictelevision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynamisk.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynsoundmax.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dypromed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dyuimovochka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dyykkarit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dzmonarchie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-antikvar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-balloons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-belgia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-classroom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-dengi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-diapers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-diasporan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-geologia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-islam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-kartinki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-knitting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-nature.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-peeling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-planshet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-polygraphy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-recruitment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-student.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-sweaters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-tires.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-umbrellas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-zine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earth-quake.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastdream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastendonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastheaven.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easton.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastside.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easy-company.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easy-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easy-katka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyhostclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easylinker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easymeditation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easypayment.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyradio.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easysoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easysubmit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eazyg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebolavirus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebookdrive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebooks4all.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebookspy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebpgateway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebuha.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebuku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecarch.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecard.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecaterina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecoeuropa.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecohimdv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecologiya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "economicnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "economixportal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecorp-australia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecoturismo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecoupakovka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecowoman-bengalian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecowoman-indonezian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecowoman-ukraine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecstaticentertainment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecuadorlibrered.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eddsworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edegulkoyu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edmedications.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edrost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduardofranco-luthier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educabis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educanada.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "education-info.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationdepartment.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationfirst.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educbook.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edulinks.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edunaut.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduproject.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduschool.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edward-tagle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edwinlugo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "effectivecommunication.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "effexorgeneric.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egevpare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egilopaseryh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egonews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egypte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egyptenet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egypteweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egyptexposed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egyptian.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egzekucija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehome.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehtu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einscube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekhabar.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekokpandm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekologija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eku.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekzotika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "el-mundo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elakiri.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elbersdometechniek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electionpresidentiellegabon2009.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electric-clippers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electric-samara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianedenvale24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianmidrand24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricpower.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elegant-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektroistrument.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elemenop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elementarium.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elementarium.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elena-paparizou.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elena-risteska.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elena-soset.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elena-soset.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elena-soset.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elena-soset.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elenaristeska.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elenaristeskaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elenashilko.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elenaskincarespa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elenatroncone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elencinar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eleonardo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eleonoraanzini.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eleonorapapallo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eleonrp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elephants.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elevenensemble.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elgin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elias-erdmann.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elimitecreamforsale.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elit-fitnes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elit-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitemud.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elka-piter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ellesoft-freeware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elligre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ellinaras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ellipsoid.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ellisvanlaarhoven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elmenreich.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elosoavila.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elovip.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elradiobuffet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elsadonaire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elsemanariodesalamanca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eltuito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elvismania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elweronete.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emaad.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "email-verifier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emailexpress.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emailfreeshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emailservers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emaks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emdadkhodrokaraj.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emiliederavinspain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emilymarques.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emilywufaith.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmawatsonking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmepole.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emperoranimeindo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empire-forum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empiria.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emptiness.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emulsifier.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emusicuz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encryptionweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enderhost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endiana.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endlessfashion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endofevolution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enemyterritory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energy-fm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energygroup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energyguru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energymedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energysite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energytrust.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energywisdom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enescrackmerkezi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eng4arab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engelsism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "english-to-russian-translation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "english-training.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "englishouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enhanced-mail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enigheten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eniyicrmprogramlari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enlace.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enlacesgranotas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enns-photography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enriqueferreira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enteratesoria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enterpriset.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entertaiment-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entertainmentsrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entreprenet.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envisolarvind.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enweb.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eonclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epcomputacion.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epi.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicdesign1.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicdesign2.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicmoney.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicmusicradio.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eplenet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epliar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eqtravel.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equilibriumx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erandymoreira.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erback.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erbt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erciyesspor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erector.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eric-kolelas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eric1932.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ericfo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erichware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erikaepedro.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erman.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ermitano.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erokat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erolib.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erosofia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erotikstahrtseite.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ersdfaredsaeem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ervirmaison.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erythromycinonline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esc-romania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esc-turkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escoladepilota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escolamais.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escuelagobierno.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escuelasargento.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escuelotika-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eset.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eskimosboards.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esomeprazole1.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espachavo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espacioweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espaiblancandorra.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espanyoldebarna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esquirebrotherhood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esra.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essentialinteriors.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esteban-abadahs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estradiolbestellen.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estrogenonline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estrogens.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiomantis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiosalmogavares.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esturadio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esvaco.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esys.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esystems.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etestyonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethnopsychoanalyse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eugeniaferreira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euleres.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eumk6.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurobilltracker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroenergy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroflorist.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europesrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europetraveler.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurosun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euskaltzaleak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evaisanta-mariaalmudever.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evaisanta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evanavevan.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evandevizio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evanescencenorge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eveco-mebel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventdays.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventfun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everseo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everyoneadmins.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everysaving.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everysaving.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everysaving.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everysaving.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everysaving.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everysaving.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everythinginoneblog.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evezqurbanli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evilbrood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evojska.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evolution-host.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evolutive-records.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evoplay.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evosnine.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evronews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewansinclair.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eworldmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewoutpool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excavation.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exceed-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excellentrencontrer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exclusive-world.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excluzive.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exerpm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exesoft.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exforo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exodium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exogenous.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exomind.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expandabil.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "experiment-626.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expert96.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expertclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "explorium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expoexports.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expoline.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exponentialsoft.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exponline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exponline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "express-shop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extirosli.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extremesports.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extrolife.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exvisits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyeball.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyedea.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyelashextensions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyescratch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyktasarim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezequiel-garzon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezpzhosting.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezrent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezz-drops.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f1simulator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f1worldwide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabelturen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabian.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabianni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabriciomoreira.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabriziofaniello.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faceegypt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fachim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fachiri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facialparalysisnetwork.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factozia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faeton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fail.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairbot.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairbot.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairbot.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairbot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairyballet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faithmissionaries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakinga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falsesecurity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fam-roos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fameslook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familialchercher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famosas.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famouspdf.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanaticamandafans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanatka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanclubblackhills.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fancypanty.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fandeev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanidrakopoulou.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fannyips.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fans-lily-allen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasmma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasyadventures.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantinisfantasy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faqiteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "far-east.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "far3link.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fareast.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fareast.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fareast.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fareast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farfor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farinatorace.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farm-catalog.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farm-dogecoin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faroit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashion-family.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashion-world.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionsuits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionweek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fast-drops.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fast-mobile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastbob.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastbob.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastbob.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastbob.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastbob.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastcast.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastknighki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatcat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fau-bremen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fauceton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faucetslist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fayamovies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fc-corvinul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "federaciocatalanapipaclubs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feedthegreek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feignandfolly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feldkirchen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feliscatus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixbroekhuizen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixsworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felsenheimer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feluck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenagav.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenitriatnica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenixmetal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feodosiya.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feodosiya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferien-zweibruecken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferienhaus-montenegro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fermastore.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fernandoalonso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fernandosuarez.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festivaldays.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festivalfumo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festivalsalmondeoro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festivalsrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fetawerelddans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fetichedecaramelo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fey-web.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fietskr.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fifastars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiftyshadesofgreyfullmovie.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fighter-planes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fighting-turtle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fightingshit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fihatest.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "file24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filek.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filipinadating.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filipinasdailynews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filipinochinese.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmbest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmizleindir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filosofia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finalfourstream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finbio.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fincities.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findmail.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finestroom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finhelp.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finmarket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finn-svoboda.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finnkupongkoder.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finpomosh.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fipq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fireradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firouz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "first-money.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstclassnuisance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstgov.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstlightinspirations.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstnetwork.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstplace.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firsttimer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fischerp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fisherman-union.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishyscans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitflaop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitness-world.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitoryx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fix-ru.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flagyl-500-mg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flamentecnic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flameviper.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flash-games.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashbackband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flavourroad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flawless-gaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flawlessly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleuromance.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flexicurity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flicerdowneh.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightdiary.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flimnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flixsave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floatifnghotel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flomax385.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floodboss.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floppy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florenciaextrema.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florida-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flossdentallasvegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluconazole.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flukestar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluoxetin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flvyingeagle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyingangels.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flywind.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fnscatania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "focalpoint.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fodder.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "folclore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "folkdance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "follow-the-leader.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodtrekker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "football-news.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "footballrussia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "footballscores.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "footbolka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "footbolki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "footwear-catalogue.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "for-testing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forabrokenrobot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foremail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forensicsciencecentral.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forensicsinfo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forever.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forex-arabia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forex-trading-tutorial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forex-up.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forexpattern.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forexworld.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forojovensanfernando.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forowarhammer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forsaleacameras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forsaleelectronics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forskolin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortunacigarettes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortunahamburg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forty-two.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortytwo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forum-reklamowe.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forum-tw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forum-washington.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forum24.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumotion.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumrussia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forums4everyone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumsampdoria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumsrussia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotbal-dubina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotbalclubcaracal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foto-znakomstva.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotografies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotolectura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotomodel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotostudiobasic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotovsibiri.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotozakazka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fousetmoney.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxcloud.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxcon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxdemos.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxdirectory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxmailer.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxstyle.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fpnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fragmentation.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fragments.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franceactivetravel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francesfluente.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franzters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frau.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fraudswatch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fredbarboo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freddo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freddyhasderyk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frederikugarte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-lancer.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-obmen.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-watching.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free6to12yo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeartico.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeauroraoperations.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebacklinksforyoudirectory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebookdomain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebookslibrary.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freecrypt.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedeals4u.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomwill.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freefallproductions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freemagi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeman-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeminecraftmaps.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freemovieonline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeonlinearticles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freepornhunt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freereal.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeschool.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freesexvideo.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freesports.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freetagboards.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freetelegraph.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freibesetzt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frekat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frendamos-roleplay.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frequentlyaskedquestions.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fresh-info.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fresh-info.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fresh-info.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshersworld.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fresherwalkins.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshhosting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshtest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frfiber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendsforeverrecords.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frikipedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fripper.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "from.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fromthecountsplace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frontbaydevices.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fronterasblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frontierbrasil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frozencuisine.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fruit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fruit.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fs-rozmarija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsalmeron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftl-gaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftpmovement.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuckwhatyouthink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuembellida.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuenferrada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuentesdeleon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuerzaazul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullmetalconsulting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullmoondesignhouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullsize.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fully-hair.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funatic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funchal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funeral-doom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funny-rates.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funny-wedding.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funnyanimalvideos.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funnycommercials.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funnymedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funnypicz.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funnyprankvideo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funnytimes.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funpakistan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funprogramming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funzack.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furiya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furorcanario.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furosemide-lasix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furosemide.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furrycraft.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fusacity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fusacovi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futarara.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futurama-il.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futuristicarchitectures.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fx110.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fyn.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fzoske.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g4t5esm2.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabapentin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabinet-okulistyczny.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabrielaebruno.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabrielafriasfanclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabrielemarino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadanie.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadatel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadget-freak.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadgetfreak.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadgetgi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadgetmaker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadkiy-farm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gagesmith.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gagnerenfant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxymedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galeriabunkers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galerias-xamoralarte.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galerie-claudia-walz-nagold.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galileo.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galive.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galizae-sports.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galleryinfo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gallest.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gallest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamagam.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gambiapagina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "game-net.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamebase.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamegainlx.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamekb.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamekeybox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamekiller.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameloft.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamelok.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamering.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamexperts.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaming-dice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaming-life.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaming-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingexperts.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingtopbox.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gandalfcz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gangrulz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaponov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garbuz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garden-land.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gargas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gargola.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garmonia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garnertree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garotastop10.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garrettcornwell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaspard-ulliel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatemaster.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gautam-iiith.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gautam-k.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaynight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gazaryan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gbiotech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gcschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gearnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekashell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekedin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geektechypro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekurl.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gelanc.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gelijk.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gelvetika.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gem.forex", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genbrugge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generacionmoderatto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generalpsych.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generaly.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generic-plavix.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generic-sildenafil-citrate.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generic-tenormin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericabana.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericaccutaneonline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericaceon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericadvaironline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericazulfidine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericcalan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericclaritin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericcolchicine.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericdutasteride.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericflagyl.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericforavodartmedication.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericforflagyl.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericlevaquin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericlexaprocost.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericlexaprocost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericrhinocort.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericvytorin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genesisplay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genioyfigura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentechi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlentssl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geoenvironconsult.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geografia-peru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geographique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geokeys.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geologist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geomadrid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgelucas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgeshobeika.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgianews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georginabouzova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geosales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geotech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germinalekeren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getanswer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getbrain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getcookie.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getelectronics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getfreeltc.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getinfoleads.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getme.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getreadyforever.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gettwo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getvalidate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getyoureuro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ggsolutions.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ggworld.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghanaculture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghazals.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostbusters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostdog.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostdragon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostnight.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostutils.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gidapgs.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gidroponica.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gifuxuk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigagroup.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigatop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gilbertosimoni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giovannisantini.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gipl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gipuzkoabasket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girlfriend.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girlsaloudcity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giroskuter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gisellapiano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gisma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gite-ambleteuse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "givemylife.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "givemylife.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "givemylife.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gkconsultancy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gkmusicindia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gladwork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glasiko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glassofdirt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glazkova.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glickman-consulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glitchcomic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "global-business-solutions.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "global-topsecret.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalconsulting.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globaldataline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalentertainment.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalmed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalnewsnetwork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalnewssystems.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalpolarbear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalrussia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globaltravel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalwarmingis.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globehomeschool.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globus-plus.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globustrust.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gloomy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glossowiki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glowfic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glyburidemetformin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmsociety.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnomania.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnulinux.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnulinuxforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnuworldorder.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goclix.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godalivetpalandet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godfilm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goedekortingscodes.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goedekortingscodes.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gofriends.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goizalde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golargefishruler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golayamadam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gold-bird.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gold-diamondltd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gold-fm.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldbug.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldcreek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenagefoundation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenberg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldencircle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenclub.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenhouse.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenwolrd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldfingermusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldfm1031.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldhill.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldstandardtrust.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goloaninsurance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golosovanye4you.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goluggo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomezites.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomicrophone.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goncalves-admredes.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gondon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "good-cd.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "good-know.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodenglish.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodiesnet.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodlink.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodontop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodopportunity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodpeople.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gopri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gopronow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gopuramcinemas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorakhpurclassifieds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorby.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gordas.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gordion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gordvorets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorepriest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorgeouslyflawed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goriki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorodabakan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorodabakan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorodabakan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorodabakan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorodivanovo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorodruza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorodyaroslavl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goroscop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goroskop-sovmestimosti-znakov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goroskop-sovmestimosti.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goroskop.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorstom.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gosarh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotepisodes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gothicsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotobooks.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotovka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotriage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "governmentjob.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goviralnow.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "govno-site.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "govnohosting.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpcs.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpl25.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gppro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graberbooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gracia-club.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graciasmarvin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graduados.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grafenberg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graft.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grallersdegegants.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grand-books.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grand-knighki.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandi-books.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandstarcourier.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "granit-capital.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphe.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphicspace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gratis-hosting.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gratuitweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravityresearchgroup.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grazhdanskij-advokat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greataltrock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatgooglymoogly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatrenumbering.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatscholars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greekweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "green-factory.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "green-laser.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greencocktail.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greencross.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greendragonsearch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greengarden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greengrocery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenland-estate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greensph.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grenade.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grend.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greyhackcentral.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greystonesscouts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "griendencollege.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grigorev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grijpskerk500.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grinday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grindgore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gripencrossfit.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gripwenab.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grishavirus.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grizzlys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gromovphotography.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groomlake.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grotesk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groundfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grovecity.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growme.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grsknow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grumpyguy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grundskoleboken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupatvogzivota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupos.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruppa.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruzchiki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruzchiki74.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruzinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gryte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtnh.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtonline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guadalinfoconlaroja.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guardedbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guardian-codex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guarrato.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guategmala.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guayaquil-consort.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gubernia37.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gubka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guejarsierra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guenther-freitag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guernica1913.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guerrillaradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guestby.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guestnetscript.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guiascliente.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guiasescapate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guide-voyage.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guidopedia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guillemagullo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guitar-strings-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guitarfreak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guitarreria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gulabovski.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gulliwer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gulsot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gumbo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gundemguncel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guruworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gustarfsberg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gustavo-lima.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gustavscelmins.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gusuraman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutegutscheine.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutegutscheine.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutegutscheine.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutendag.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gworld.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gymbase.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gymnasium56.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haasonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habahaba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habarovsk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hablemosdenutricion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hachimijiogan.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackengine.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackerinfo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackers-networks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackersw0rld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackerzbug.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackingfever.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackney.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hadika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hafizkadir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hair-carekit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hair-extension.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hair-extensions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairbrushes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haircareblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairhardstyle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairlossadvice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairphoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hak-zona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakasia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakerzona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halcraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haleluyah-asuubabi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "half.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halneff.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halospawns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamletstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hammernews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hammerstorm.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanakaru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hand2h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handmade-club.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hangargeek.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanisirfan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hannover-96.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hannover-reisen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanoicapital-tanvn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanomag-tractors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hansa.org.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happu-dinero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happy-face.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happy-finance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happy-space.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happycore.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happydad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happydota.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyexwife.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyfuture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happygreats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyhumans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyindia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyscubadiving.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyweekend.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hapronailz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harabar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harabar.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harabe.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harcourt.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardcore-hooligans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardwareforum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hari-katha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harray.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harriedrecords.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrietjohnston.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harryagustiana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrypotterclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "has.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hassan-kuordish.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hassellunden.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hataonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hate.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hatsuharu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "have-it.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawaiiafro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawkrovers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haxland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazyhosting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hb6132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hcv.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdlooks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdmobilpornolar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdrezka2018.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heade.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "headphonesinear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healmyhearttoday.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healtbeautyturkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "health-road.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "health.gd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "health24.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthandglow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthchoice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmanager.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthstyletips.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthymen.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyweblife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heart-cartoons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heatherbells.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heatingequipment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hebbelabi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hebrew.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hecking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heg.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heikki-mikkola.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heilmandeckandfence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heinzencastellano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heist-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helenssjoholm.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helga-fest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helikopter.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helikopters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellokashmir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellomyword.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helloneu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellonews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellorussia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hemingwayfp.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hemorroi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henkpille.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henri-feuillade.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henrymercado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hentaizm.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herbalifereport.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herbers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herdwilliam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heredapoxetine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hergeandtintin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herila.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heroes3stat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herrald-skeeleren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herumixer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hessenheim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hevrishut.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hexatech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heybyrdie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hf-rpg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hhristov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hi-million.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hidden.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hien.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "high-school-atka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "higheducation.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highintegrity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highnation.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hightechone.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hillexplorer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hillroadgarage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hilltopsurgicalhospital.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "himarijuana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hindustantimes.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hinduworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirecities.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hispalazarus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hispania.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "histkult.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "historiadebagua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "historicizam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitech-news.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hithouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitmyheart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitpointer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitrow-move.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hivault.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hkoreatv.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hls-tutorial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hochuvrotik.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hochzeit-saufzeichnungen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hodeis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hofmannenhofmann.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hogvorts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hohma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hokkaido.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holdingcelebrations.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holidayclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holisticdevelopmentagency.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollabanken.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holostyak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holygrove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homake.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedev.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedeveloper.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedeveloper.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homegardendecoration.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homepal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeschoolinkorea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeworld.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeyx.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homofo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homophones.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homyak.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honeybearchildcare.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honguyensy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hopeland.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horcajadadelatorre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horde-entertainment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horizonmail.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horizontalsystems.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horseplanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horvatia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "host-morezar.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostcloud.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostelacion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostfree12.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hosting-rus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostingelite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostinvest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostonssd.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotbabe.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotel-bella-muerte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotel-du-parc-allevard.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelbiz.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoteldvorik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelitalia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelsalzberg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelsantalibera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotiii.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotnewsnl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotperiscope.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotpopky.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotscripting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotsmi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "how-to-build-computer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "how-to-write-a-book.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howlers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howmuch.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howmuch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtostopsnoring.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrjob.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrkfamilylaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrmafia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htmlandcss.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htmlcssphp.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htmlcssphp.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htmlcssphp.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htmlcssphp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htmlnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htmlweb.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "httpd.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hudeem-vmeste.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huertoydesamparados.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humanesdemadrid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humanewolf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humblecraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hummel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humor-web.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humored.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hungarian-united-church.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hungaryz.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunterscrolls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hustlerstate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hvhercules.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hvorschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hvylya.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hybridworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydrochlorothiazide125.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydrolyze.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyperspace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypexstore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypnobb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypnoseduction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypnosesolutionsvives.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypnotizedgirls.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-forum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-lab.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-make-love.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-prince.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-r-a.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i88i.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamlegend.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamsadmax.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ianis-build.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibuprofens.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icecreamika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iceflow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icehost.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icon-programming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icons4free.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iconworld.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iconx.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icq-world.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icst.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idanie.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideahub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idealabs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idealbody.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideeaanzee.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idiomasdelmundo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idmaster.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idraetsmusik.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iegatpracticetest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ieiscccuba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ig-plastik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iggies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igra-prestol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igra3k.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igrodrom-kvest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igrovoi-klub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikaros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikerepc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iklan-baris.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikwillhout.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilericikadinlar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilikepenguins.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iloveporn.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilovesnow.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imagealbums.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imagecom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imagen891.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imaginescape.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imakash.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imeria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imgo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imgo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immoraldoctors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immortal-it.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immune.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imoxin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imperiyashop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impossiblechoisir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imprezer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impudence.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "in-books.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "in-crypto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "in-love.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inanaji.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inanan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inanec.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inaned.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inblank.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inceptionband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incoldext.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incrediblenews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indeika.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "independentpartyofamerica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indexhost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "india-ennenga.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiandramasonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiatechblogger.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiaviral.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiereview.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indignes-strasbourg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indir2017.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiwebawards.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiya-kino.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indlish.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indoface.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indofountain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indoidnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indonesiatrip.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indotravels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indramas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "industrialalpinism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inetuser.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infiernoalgecireno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinitenews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinityrecruitinggroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "info-club.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "info-compusciencetech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "info-days.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "info-free.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "info-it.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "info-obzor.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "info-sell.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infobasquet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infobiznes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infobrest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infocanada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoclub.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infofp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infogai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infogate.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infogroups.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infohunter.education", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoiinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoindia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoislamharian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infolead.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infomail-online.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inforabota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inforge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inforok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoschool.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosystem.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoteka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infowheels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingeniumsociety.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingticos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingushetia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inhere.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkjets-inks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkliners.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkognito.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkognito.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkognito.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkognito.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inline-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmaaa.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inner-vision.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innogames.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innovationbranding.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innovative-trading.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innoviahome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inovasirumahku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insaingenieros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insanepyro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insidebeach.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insideperu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insider-invest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insiders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantpage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instrukci.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insulations.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurance-companies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurancecompanylive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insuranceleep.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurancenews.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurancequotes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurancesaman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insuranceweb.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insuredcloud.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integrishield.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intenirphoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inter-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interacthindu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interc0der.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interesting.ac.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interestingfacts.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interior16.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internacionalista.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internalframebackpack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internally.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internationaljoustingleague.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internationalweekly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internet-drive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internet-gazeta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internettoday.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetzaim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intersexualite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interslang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intim-24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intim-ru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intima-mente.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intomsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invaded.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invata-ma.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invest-stroj.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investgold.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investion.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investmonitor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invitebiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inwit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inzeitinteractive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iocorp.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iossearch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iotmu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iparenda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipclabs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipcmali.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iplookup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipmatic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iptechnology.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipushmail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iqos.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iran-best.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iran-dokht.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iran-speedex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irancenter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iranconnect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irandroid.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iranfreshfruit.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iranlinks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iranpedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iraq2u.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ircoholik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ircsapiklari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irfanweb.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irinaf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irkutsk-studygood.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irma-gadalka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironmongery.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irontigers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironwind.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iruniruten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isabellzaloof.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isakow.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isimonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isittheyearoflinuxonthedesktop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iskorka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iskurturkiye.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islam-2day.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islam-azeri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islam-doc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islam4all.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islam4congo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islambolivia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamdersi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamisgreat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isletmenlikkursuankara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ispanika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ispaniola.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ispymissions.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "israelitopbox.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istagb.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istudentpro.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-blog.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-ebook.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-expert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-perm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-volgograd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italiana-lacrima.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italiansrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itbrouwerij.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itechgeekology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itiweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itlog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itperm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itraffic.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsalan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsoluciones.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsupport24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivanovka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivanovocity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivermectin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivisa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwebsolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ixtan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izipik.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izmir-media.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izmireskortlari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izmirtemizlik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izzyontour.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ja-sobstvennik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ja1deijssel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaago-pakistan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jabboworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jabsolutions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacaranda-deutschland.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackets-coatsplus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackmail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jadedmonkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jagerkin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jahit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jailstorm.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jakegyllenhaal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jako.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamaica.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamiepleasants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jan-graca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janavish.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jannehonkonen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janvanmechelen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japanchiropractic.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japanese-imperialism971.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japanroll.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaredonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarquedelaval.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jatiwahidfurniture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "java-fan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javabot.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javi-soleil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javiersanchez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javorina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaybeez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jayhost.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jayjardine.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaypark.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jazzab-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jazzapart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jazzband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeancarlos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeangarcia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeannotbel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeanphilippe.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeans-butik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeans-moda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeanslee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jecnetwork.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jedi-master.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jedi-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeep-diagnost.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jenelle.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jennysource.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessieabraham.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesuscapitan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesusnazarenobaena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetcraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jewelleryoutlook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jhmrcm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jhost.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiangmen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiheng.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jk-rjevka.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmedesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobfresh.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobrus.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobsportalbookmarking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobynet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johannes-schaefer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johncook.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnwinter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joifur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jolette-hernandez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joletteperu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonatan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonbarron.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonstar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jootshop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jophson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordanprice.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jorgenegrete.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josephcz.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josephmarino.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jourbook.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joyfulevents.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joyreactor.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jozefkvasnica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jphost.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpvermogensregie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jscsteigerbouw.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsphys.org.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jukovka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliakhairaton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumardotaekwondo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jungle-forums.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jungschuetzen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juniorsambo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junjie.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junkiedownload.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junomessenger.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jurislex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jurist.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justanotherday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justinsinkula.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justpdf.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justrighthsc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwompa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k9lady.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k9life.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ka4ka-ru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ka4ka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabardinka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabardino-balkariya.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabinettindia.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabluchek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabluchok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kachaem-knigi.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kachka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadet.net.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadykchanskiy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kagomesashi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kahootkings.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakdolgonline.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakofotmitzaim.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakofotmitzaim.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakofotmitzaim.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakofotmitzaim.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakofotmitzaim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakpoluchitzaim.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakpoluchitzaim.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakpoluchitzaim.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakpoluchitzaim.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakpoluchitzaim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaktus-tour.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakvzyatdolg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakvzyatdolg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakvzyatzaim.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakvzyatzaim.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakvzyatzaim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalambur.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalambur.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalaskvintetten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalendarabiturienta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalina.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaliningrad.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalk-shop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalleanka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalligo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalmykia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalmykia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaluga.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaluga.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalugin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalyazin-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamasutra-training.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kambistories.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamchatkatravel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamchatkawinter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamennyj-pisatel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kameno-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamilla.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamiyo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanapa.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanctovary.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kantube.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapanlagi.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapital-kredit.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapparhokappa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaputtendorf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karabah.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karabah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karachay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karantyn.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karaoglanis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karatesamurai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karawane.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kareenaworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karelia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karelia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karelia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karelin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karen-homestay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kargas.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karimova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karlskronajk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karlson.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karmatrend.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karniz.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karr.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karramba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karriharju.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karstransport.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karta-baikala.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kartonki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kartpower.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kashifshah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kashousing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasparovru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kat4at.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katalogharga.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katan-stroi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kate-beckinsale.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katenka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kateryan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kateryantv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katiebenson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katrelleonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katrinasevilla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katushka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katushka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kavkaz.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kawaii-dollies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kayon.tj", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazan-tury.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazangoforums.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazanusadba.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazino5.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazna.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaznur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaztest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kedi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kedibizworx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keithazzopardi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelamanproduction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelleylatino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kellyvoice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kemsa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kemsamnhatban.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kendrick.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kennewell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenpobolivia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenpotalca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenyattaachinkle1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keramed.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kertis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ketemulagi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ketgioisu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kett.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevansizemore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevincoynepage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khaki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khakim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khalidmail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kharatinoil.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kharkov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khmerlive.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khoteyev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khukhrain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiasarnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kids.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kietblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiev-live.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kilkimzaibu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "killmebaby.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "killmenow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinanbudotenero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingbot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingdomexperiments.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingliey.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingsound.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingspalacepainting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kino-boom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kino-room.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kino-zavr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinobag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinobarashka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinofest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinofile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinofilmionline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinogold.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinograd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinohi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinokub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinolex.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinology.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinoscope.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinoserver.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kislovodsk-zamok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kismyder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kisulki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kisumuterraceapartments.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kisvasut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitchenlove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitchenware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kite-surf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kits-graphiques.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitten-advice-forum.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kizkulesi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kjccradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kkangeli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kkeun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kkicreative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klaxon.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klementijgerta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kliki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klikmarket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klinkov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klub-zajmov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klushka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kniga-ru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knigareceptov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knighki-knighki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knighkidoma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knighulki.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knigi-free.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knigi-na-dom.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knigi-zdes.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knigifast.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knjazevac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kobovec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kodifirestick.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kodioso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kogotok.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kogotok.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolhozik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koloradskij-zhuk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolorwell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolyapetrov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komarh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komintern43.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komitur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komment.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kommunistienliitto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komplekt.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konata.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konf.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kononenko.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konsultacii-buhgaltera.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konsultaciya-astrologa.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konsultaciya-astrologa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konsultaciya-astrologa.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konsultaciya-astrologa.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konsultaciya-astrologa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kontikiindustries.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kontrastonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kontur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopeechka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopeyka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopfschaschlik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korablino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koreanpearls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korespondent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korn-klan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korolevstvo-movie.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koroli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kortarsmagyarfesto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koshakovo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koshechka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosovo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kostenloses-forum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kostroma-city.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kostroma.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kostroma.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kostroma.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kostroma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotaev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotaraanglican.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotoopros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kozlov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krabathor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kraftek.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krakozyabra.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krakozyabra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kralenparadijs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kran.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kranservice-alzey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krasa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kraski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krasnaya-nit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krasnodarkrai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krasnoyarsk-24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krasnoyarsk24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krasotkafirm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krasotki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreditonline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreditor.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreditovnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krilov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krimzeta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kripa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kriptopodgon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krishnendu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kriston.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krok.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kromciri.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krosovki-nike.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krubik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krugermillions.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krutilka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kryshodel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krystal-framework.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kseniya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kseniyakoroleva.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksenomorf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksk-raduga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kt-motors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kteatras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kucukkaymakli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kudoran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuepper.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kukutza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kulinariya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kultur-werkstatt-wulfen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kulturistika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kumaraguruparan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunashir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kupipled.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuponmail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurd-yogurt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurgan-city.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurgan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurgancity.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuropatina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kursk.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kustosija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kutvonen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuzik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuzinea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuzov-plus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvartira-grad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvartiragrad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kviskoteka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kwork-garand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyrgizion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyzyl-senir.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l-mservicios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l2p.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l2relax.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labandadelexpreso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labirint.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laciana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lackan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacuna-vermoegen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladanivabelgium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladiesrapide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladocu.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladymayonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladysecrets.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladysecrets.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laemiliafutbol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laguterbaru.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lahirusblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laity.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lajarana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lajauria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lajme-shqip.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lake-baikal.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakewinnipegdatastream.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakorona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laleli.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamalapalabra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamorralla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lampbooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamper-design.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landloperfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landofmerlin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscaping.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landware.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lankana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanny.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapdance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laperla-chemnitz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laravelcommunity.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larch.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lareduction.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lareduction.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lareduction.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "largest-soldiers.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larimercolorado.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larmenta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larondenet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larplibrary.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larser.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laser-toners.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasersolutions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasix-medication.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasmesas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastbooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastmile.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastmohicans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latexspuitenspecialist.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latinmusiccollection.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latviaonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laubo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "launchyourcareer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laurainnes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laureaty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laurentimaurizio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavamine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavhire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavitagarden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavochka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawzakon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "layflamso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazibeach.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazonacartagena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazywaves.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lcsoftware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leadercreative.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leaderfreight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leadersaudit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lean-consulting.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leandromarcolino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learn-this.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leatherstreet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lebensinselparaguay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lechenietravami.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lechite.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leddeluxe.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leech.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leetbunny.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leflox.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legacygame.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legacygame.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legaliz.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalnews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalsrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legendgrafix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leggyeggy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legkie-recepty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legko-pohudet.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemonardo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenemes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lengua-alemana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenguasgermanicas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenina72.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lennard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lennox.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lennyendewespen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenorefan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lentanews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leonardofavio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leonplast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leper.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lephilnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leprekon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lerika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesargentinas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lespatriotes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesportmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letchikleha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letscrackit.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letturaveloce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levaquin750.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levelsoft.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levendwater.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levothyroxineonline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexapro-price.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexicore.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexifax.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexis.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgesteticaautomotiva.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberalis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libertacao.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libertis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberty-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libertyland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libractes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libresoft.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libuni.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libyanexpert.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichnyj-astrolog.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichnyj-astrolog.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichnyj-astrolog.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichnyj-astrolog.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichnyj-astrolog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liderok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lieben.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lienhuyghebaert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "life-tec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeandhealthtips.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeasgame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifecoachkatrien.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifecraft.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifenews24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifetimefitness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifexpert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ligneclaire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "like-boss.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "like-rabota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilisg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lille.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limbo-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lime-host.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lime-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limiturls.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limouzines.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lincasonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindseyfansite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linebooks.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lingeriecollect.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linguaromanica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "link-group.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "link-knighki.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "link-list.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "link2link.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkbooks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkcat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkdolar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkinbooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkinparkoutpost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkportal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkposts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linksafe.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linksite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkto.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linocolombo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linotype.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linux-admin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linux-pc.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxarequipa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxcbt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lionchita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipeck.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipeck.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipetsk48.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liquidflash.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisa-mainz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisavrobinson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lishayut-prav.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lishayut-prav.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lishayut-prav.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lishayut-prav.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lishayut-prav.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lissabonsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "listener.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "listing.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litebooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litehost24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liteminer.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "literacychannel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "literatura-portal.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "literaturka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litiab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litportal.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlebar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlebootshonduras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlerose.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlerphotographie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "live-knigi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "live-news.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "live2play.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livebestbooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livein.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livekey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livelonglife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livemomentum.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livestone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livestrana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lixincheng.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizaminnelli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "llanelli-radio-club.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "llanowar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lnk.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loadme.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loanfreeze.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localassocier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localized.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locall.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locatornet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithboksburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithedenvale24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithgermiston24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locktonportal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locomotiv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lodger.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loftyideas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logitheque.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logolabben.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logolando.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logue.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lohkoketju.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loiit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loire-en-bateau.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojacriativos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolcosplay.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolfunny.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loliel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolipops.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lomza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londonhealthcare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longfordlodge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longlink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "look-books.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "look-info.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loopool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorbooks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lordbyron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorddominion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lordsesshoumaru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorena-salido.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorenzodeangelis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "los-diablos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loschilums.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losdisidentes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lose-weight-now.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losemperadores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loseweightbaby.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loseweightin5days.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losflamers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loslegendarios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losmiserables.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losmolinos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lospozuelos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lostprophetschile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loszucoz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotekk.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotereiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotusweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louboutin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louboutinshoessale.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louisa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louiserutkowski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louisvilleconnections.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loutro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "love-and-hate.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "love-navigator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "love-planeta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovebirdhut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovedaleschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovedutch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovejoli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovelee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loveless.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovelybook4u.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovemasjid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovememories.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovemoon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovenet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loverussiangirls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovetowork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovlyhorses.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lowcosthost.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lowcostivf.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lozhka-mernaya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lpchemicalsolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lpkosovo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lqshu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lstu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ltailshort.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ltime.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lual.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucerin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucia-art.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luciferblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luciferianism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucky-time.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luckyabonent.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luckyemail.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luckymice.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luckyrent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludmilla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludmillaewagner.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludo-giuly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luematecidos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luggagecare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lugros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luisanalopilatogrecia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luisaviles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luisnavarrosl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukasfelder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukasw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumchan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luminaproject.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumpenrock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumpy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunarhost.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luochunhui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lushnja.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lutherus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxarchive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxemburgsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxuryspeed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luzica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyap-lyandiya.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lydiawebfans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lynnesbian.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyubov-sovmestimost.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-exchange.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mabusalah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macarenagomezfan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macaroons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macautocouture.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machiavelli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machinatio.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macho-i-botan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machupicchu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mackanz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mackenziedatastream.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macnews.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madameblueimages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "made.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madhawaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madisonprocaccini.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madluging.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madrasareforms.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madskills.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mafiaclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mafiaclub.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magadan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magadan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magaria.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magaso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magazin4ik.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magazone.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maggiemcgee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicalwishes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicball.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicbar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magiciansofchaos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnitola.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahadihasan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahjonggames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maikhuong.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mail-delivery.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailbase.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailboy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailcubexs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maildrops.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailex.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailexpresso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailexx.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailexx.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailexx.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailjunkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailpass.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailtracker.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majestio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makeh2o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makemoney-plan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makeupevelinua.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makingmemoney.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makingmoneyathome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makingmoves.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makohu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maksa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maksmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maksonshop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maksport.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maksutov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makuonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malahov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malardalenvvs.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malaysia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maldives-showing.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "male-cats-spray.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malibaby.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malikdeenarislamicacademy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malisheva-blog.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mallpass.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malmyzh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malvinas-falklands.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamasbox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamaznaet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamboo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mambos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamburao.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mammal-taxonomy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamunlyric.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "managedserver.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manaspaul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandala-book.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandarinplay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandefender.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandelaeffect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangabond.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangacat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangafreak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangagaga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mango-zajm.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangoservers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maniazul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mannenzang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuelboelstler.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manwork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manyhotfiesta.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manytubes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maquinasperfectas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maracit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marauderos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcell-jansen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marchellenevers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marchinghatters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcusburghardt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mardigrasnapkins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mare-sylt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marga-marga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "margaridamendessilva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maria-kirilenko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariachisdequito.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariaisabel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marialopez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marianrivera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marielouise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marinapozzoli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marinarinaldi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marinella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marinersins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mario-ancic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariogarcia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marioserver.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maritlarsen.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marjoriebarretto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markantalyamasajsalonu-bayanmasoz-cim.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketgarden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingstrategy.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketplace.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markitanova-anna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markjansen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marktbakkerij.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maroshionline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marsafc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marshall-allman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martijnvdputten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinassurfdepot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinkunc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martonveronika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvelo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marxpark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masakanibu.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masanunciosimpresos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mascarablond.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mascarbo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mashonkavortu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maslenka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masmusicaradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masrilanguage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massagekartan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masshost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterdesingweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masternetix.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastervision.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "materiel-grand-format.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathiveri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matovaya-pomada.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattentaart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewoshea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauricio-ochmann.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauriciosilva.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mausoleum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mavro.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mavro.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mavro.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxivisor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxmanus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxopen.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxwellcity.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxwellcity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxwittfeld.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayaedifice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayflowerbocawina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maykitut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mazartdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbfiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mc-revolution.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mc-teemocraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mccommando.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mchaelkordomain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcpat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcpgnz.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcsoneca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdns.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meapbot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meapbot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meapbot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meapbot.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mebel-voronezh.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mebelshik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mechta.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medaliturki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "media-start.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "media4u.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediabooks.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medialinkz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediamarket42.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medical-centr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicalauction.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicalsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicina-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediclinik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medifoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medinc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meditrak.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediums.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medovoe.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medprozone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medrol.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medspecial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medvedka-nasekomoe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meepbot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meepbot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meepbot.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meeras.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meeting-server.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meetmyown.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megabook.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megahostingbr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megalibportal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megamillions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meganmarston.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megaparadise.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meharossii.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mehrgarh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meiler.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meineziege.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meiyi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mejorestablets.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mejovonakowogov.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mekanismo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mekatronika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melagenina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melaniec-thebest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melanin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melissageorge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melkiran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melvinsfrance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memorylines.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memurvadisi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "men-costumes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mendel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menselijkembryo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menswear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentalproblems.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menureader.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menzel4you.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibre.co.cr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibrefz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercyseverity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meridiangroup.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merikserver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merkattumaa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "messageclient.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "messcoutsandguides.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meszlenyiattila.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metafiz.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metagaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metal-madness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metal-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalcorenews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalmaniac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalsoviet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalunion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metamorfosis.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metaphilic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metayou.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meteocuenca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metformin365.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "methotrexatee.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "methotrexates.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metrika.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metronidazolee.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metronome.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metrothessalonikis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metroval.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meulocal.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mexicosrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mezquetillas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelabbas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelbondar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaeliannetta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelkorsgill.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelkuehn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michel-kratochvil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micheladisavino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michellebeach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michelletrachtenberg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micospa.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micro-credit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microbiologist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micromaid.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microtel2notch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microtube.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micsoft.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miculturaservicios.gob.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mideo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mieszkania-wroclaw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mightytext-ios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "migrations.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "migueloblitas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miguelpallardo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mihanwebtest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikaelk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikelpradera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikino.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikino.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikino.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikino.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikrotech.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikrozajmy-na-kartu.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milanoclownfestival.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milhistwiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "militaryfetish.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miller-shop.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millonario.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milmiedos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimonia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimonia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimonia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minced.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mincom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindask.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindjee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindresti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minebitcoin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftbestroyale.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftdolarcube.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecrafteasy.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftgoldwar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftjustone.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftrealgold.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftruns.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecrafts.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftwin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftx.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minefields.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minehash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minelands.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minelight.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minestory.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mini-igra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minialbums.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miniatomium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minibikini.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minimal-nothing.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mining-club.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minivideoadapterssales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minocyclinee.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minocyclinehere.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minocyclines.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minorisa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minsk-city.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minsk-cops.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minsk-music.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirasmun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miraxe.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miraxe.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirdetaley.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirkino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirknighek.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirknighek.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirnesnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirnews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mironov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirrormirror.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirtazapine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirvolgograda.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirwild.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirwild.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miryam-martinez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirzetonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miscuadros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misspoliticsaustralia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missthetoro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misstress.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missyjay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitstek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mittendorff.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mividasecreta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mix-books.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkmedien.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlnews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mloska.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmafactory.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmcase.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmuclassifieds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnjg123.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnml.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnogoknighek.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnogoknighek.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnogoknighek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnogoznai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnotrioesdp.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnrloroli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mo-en-karim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobijo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobile-ivr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobile-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilepartner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilesnewsworld.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilestuff.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobiletirer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobistartv.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobolight.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moca-2083.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moda-line.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modanacrho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "model-school.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modeli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modem.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moderndukes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modernliferoleplay.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modulebaan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mogilev-forum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mogomix.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohabatein1.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohamedalibenammarmaba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohammad-yarahmadi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohammadreza-bakhtiari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohammedsuhailcs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moheyuddin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moi-sait.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moikolhoz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojartech.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molenaagtekerke.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molinillo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molletjesveer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mollyringworm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molokov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molot-tora.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molot-tora24.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momentalno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momit.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mommydigest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monaco-info.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monacoexpress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monays.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monde-oriental.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mondechenoafrance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mondocellulari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "money-earning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "money-finder.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "money-quick.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "money-transfers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneygrup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneymania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneypip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monforte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mongolito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monicapotter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monitoring-servers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monjardin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monkeymills.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monohost.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monorail.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monstermoney.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montehermoso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montoneros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moom20101234567890.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonlightpicnic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonlights.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonlighttheatre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonracer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moralcompass.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moratilla.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mordovia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mordoviya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moreeducation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morenadacentral.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moretesting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morozyaka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morrowind-finland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moscow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moscownews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moscowtimes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosdosug.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moskas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moskva-city.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moskvagruz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosobl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "most.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motchirotchi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motherbrain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moto-texnika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motoclubrker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motringeneric.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mou-pmr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mound.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mountbrowneguestcottage.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movies-fan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movietradition.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moviewatchin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moy-biznes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moybiznes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moyminsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mozzak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mp3skull.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpdu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpebrasil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mranimal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrbmafrica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrcog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrcomer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrcyberpixel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrjunior.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrmanson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrmosier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrmostafaacademy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrnice.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msar.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtvroadies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muafakatmalaysia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muarstabyggmarknad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muceniece.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mufid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muhibbulislam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multi-fruit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multi-tool.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multievidence.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multilevelmarketing.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multimediaworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multiplex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multiplies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multipuntos.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multistas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multitool.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multitraf.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multivideo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundo-otaku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundofoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mup-republicanos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muralart.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muratcileli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murciaprocuradores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murmanskforum24x7.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murphy-law.net.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mursa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mursatov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murtazamustafahirani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "museodelistmo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mushka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicaporbolivia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicgeek.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musichiphop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musiclenta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicrainbow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musigama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musikerkontakt.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musikidersi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musiques-traditionnelles.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muskuratimorning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muslimsoul.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mutual.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muzikanews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muzike.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muzprosvet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvzstartpagina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwinds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-cars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-education.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-finance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-montenegro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-story.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myandroidfriend.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybarcelona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybbcode.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybestbook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybestbooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybirds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybisnis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybritney.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mychawinda.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mychildatschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myclon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycommerce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myconferencion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycrm.coach", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydarkness.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydarksite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydistance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydolls.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydomen.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myecopanda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myedu.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myeducationhub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myemailsender.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfancyurl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfavmessage.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfile.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygimp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhappiness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhell-anonim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhkweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhotgirls.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mykarelia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mykolhoz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mykurgan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylawer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myled.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myltivarka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymagic.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymailboxpro.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymailspace.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymanagement.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymusique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myonlinemovies.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypcb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypersonalpage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypogljad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypskov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypsychicreadings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myremont.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysaymk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysecretstylist.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myservik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myshikarpur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysociety.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystery-box.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystgames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystic-falls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystik-voyance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystreet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystudymap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysupplements.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytests.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytraning.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytuzla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myvologda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywapforum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywebexperience.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywebpharmacy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywebserver.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myweightlosstips.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myzarabot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n3rd0rama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nabeer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nabiev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nachalova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nacnkabiltrim.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nacoree.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadezhda.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naga-wedding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naga.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nahtanoj.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nahttps.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nailclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nails-n-more.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nairar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "najafpour-stone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "najiflix.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakazanie.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakenmodell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nale-hosting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naltrexon.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanaka.love", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nandedbazar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naninossoftware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanohatsolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanohostsolution.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanoshop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanotipbot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napikuponok.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napitok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napoleonoutlawed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nappylaundry.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nappywashing.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naraboty.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nardpedro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narodnaya-medizina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narodserial.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narushil-pdd.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narushil-pdd.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narushil-pdd.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narushil-pdd.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narushil-pdd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narutoshippuden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narutouzumaki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasavelkaceskoslovenskasvadba.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nash-server.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nash-shishtavec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasha-kahovka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nashareklama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nashfutbol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nashjurist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasimblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasrabady.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nastunya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nat-neocron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natalia-venezuela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nataliehershlag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natasa-theodoridou.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natasasavija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathenmaxwell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationalopera.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nato-stamps.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natura2000.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturaldisasters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturliga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natuurlijk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navadebejar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naveka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navidarian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navinka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nawdar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nayapakistan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nazarenohuelva.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nazmulislam.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nba-pcszerviz.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nebucadnezzer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nedela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nedhome.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nedimon.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nedviga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nedvizhimost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nedvizhimostthailand.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "needing.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "negativex.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neide.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nekondiciya.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nekrasowsky.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nelegal-edition.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemagiya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemirow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemkoff.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nenapu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nepal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nepali-fonts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nepalsnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neptunosrefugio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerd.gallery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerdgift.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerdsuits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nervi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "net-script.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netelite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nethealth.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nethealth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nethound.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netlevel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netmania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netmouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netoborona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netracks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netreviews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netslum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netsphere.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netsplit.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nettiger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netvpn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkarena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networktools.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netzer.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neurontinprice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neuroticosanonimos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neva-star.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nevam.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nevex.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newbackup.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newbies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newconcept.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newenglandradioforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newforex.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newhomedesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newhopeofindiana.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newparrot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news-of-russia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news-police.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news-zp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news17.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news24rus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news29.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news60.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news89.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news89.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsbomba.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsforum.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsforyou.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsinformer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newslanka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsspotify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newstel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsthai.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsticker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newstraveltoday.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsworld247.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsyclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newtambov.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newtambov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newtlgpacks.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newusatoday.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newxit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newyearsdishes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newzashitnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newzealandadventure.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nexiumgeneric.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextright.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextstepstudios.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nexussystems.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nexxxed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nexzcore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nginxtest.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngorod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhatrang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nice-links.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicesurf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickmandler.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nigeriaportal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightblue.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightbox.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightmarejoker2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightoutrecords.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightstar-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightwood.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nihilocomunidad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikesoccerbodotoutlet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikhilramakrishnan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikitina.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikosoikonomopoulos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikosverths.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nilefi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimbus-net.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimfomanki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninedaysmore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninetyseven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niniko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninja-corner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nipponprinting.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nirmalroy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niscemi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nitecore.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nivarussia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nixcore.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nixplus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nkvd-farm.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nmbtz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "no-data.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "no-terrorism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "no-war-on-iraq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nocturnos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodde.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nonemail.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nonxsistent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norbert-wollheim-platz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordcity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordicportalen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "normalized.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "normalporter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "normco.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norrisautomotiveinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nortecultural.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northliner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northtek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northzone.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norway.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nosmoking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nostalgicinfinity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nostalgiktv.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nostradansacornella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "not4me.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noticies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notnewz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notrefuse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nova-eq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nova.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novasprint.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novenopiso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novezamky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novgorod24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novgorodinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noviceman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novichek-plus.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novickoe.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novobudowa.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novogimn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novoodesabibl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novosel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novosti-novorossii.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novosti-novosibirsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novosti-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novosti-tv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novostimira.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novostionline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novostiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novostroyki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novsti.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novye-kuhni.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nowebsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noypark.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nozel.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsoiran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsrc.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nssfchile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nubunk.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuclearforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuclearhell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuclearnation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuclearsky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nudeandfresh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuggit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nugush.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nukeportal.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nukeportal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nulledme.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nulleds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nullshare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "numancia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "numerouno.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nunoefabia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuria-fergo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutritious.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuzhenkredit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuzhenkredit.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuzhenkredit.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuzhenkredit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyiarlumar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzpost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o-dvor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obatjantungrematik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obbr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obecvinodol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obed-doma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "objetodestaque.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oblivious.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oblojka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obnalichka.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obnalichka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obocat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obomne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obrabotka-zakazow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obzory-evgeny.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "occult-magick.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "occult-magick.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "occultism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "occupations.org.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "occupybakersfield.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocean-of-love.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceanborn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceaniahome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceanshaman.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceansurplus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocenka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octopub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oculta.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odessalove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odinraz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odnostranichnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "off-rabota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "office-house.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officeface.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officert.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offpageseopro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offshoremoney.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oformit-zajm-kruglosutochno.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oformlaj.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ogarkovo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ognemet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ognyan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ogogo-knigi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ogorod-money.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ogurishun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohrange-music.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oidrava.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oilman.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ok-travel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okanaybek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okcasino.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okhanvatansever.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okkultemysterier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okna.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oknavdom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oknopvh.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okotelecom.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oksmclub.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olax.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "old-times.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "old-tomsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olddisk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldfriends.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldiesradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldscans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldtavern.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olgallery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olgaserebrennikova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olimpoao.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olivia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olivialufkin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliviercreation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olympia-blerick.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olympiamanzanilla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omanhr.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omaxe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omegachess.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omestudios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onceuagain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ondajoven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "one-host.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onebookstore.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneclick2books.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneclickbooks.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneclickmoney.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneclickmoney.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneclickmoney.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onemonthcamera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onestepbooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onestepbooks.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onestopshop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onetown.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onfilm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onidesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onkologiya.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-carhire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-jobs.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-news-usa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-pochta.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-taxes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinebupropion.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinecrafts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinedapoxetina.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinegamesforgirls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineknighki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinepaydayloans365.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinesorusor.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinetadacip.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinevardenafil.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineviewers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinevoting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineyearbook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinezaim.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "only4free.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlybooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlylithiumhere.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlylovastatin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlyveg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onshuistrust.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onstat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oositk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opaco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oparamo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openbsd.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openbusiness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opencity.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openit.center", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openmind.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openproton.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openslava.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opensourcex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operatic.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operationturkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opioneers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opisrael.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oplata-mvd.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oplata-vklike.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opopulechki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opos.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opsystems.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opticoolheadgear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optisell.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oralight.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orangehome.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orangerock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orbitaclub.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orcamarine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orchestra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "order-ftw.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ordercipro.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orderdiflucan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orderomnicef.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ordervaltrexonlines.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orel-city.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orelblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orelnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orenburg-life.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "org-css.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organicrootsfestival.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orientalcollege.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orientalcuisine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orientalgadgets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "originalpharmacygrup.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orion-rentals.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orodelsalento.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orquestas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orthopedic-shoes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orthopedicsalon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ortocraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "os76.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osagokasko.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osamabook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osamatoon.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osankj.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oscars-web.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oscarsalas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osetia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osetinskie-pirogi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osetiya.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osetiya.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osobnyak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostrovseocitra.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osvaldocontreras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ot-vinta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otakuie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otakunopaw.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otdelochnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otg-drives.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otomania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otterpops.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ottmarliebert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ottomanbedsuk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "our-little-secret.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ournewsindia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "out-of-england.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outernet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outerspace.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outlaw-star.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overallscanners.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overcame.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overclockers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overheek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overrated.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oversea.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overside.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overtunes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovez.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovodakadarkut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxaliz.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxbridge.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxigenoinformatica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oximedia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxygenated.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oyunoynuyalim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ozel-ders.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p2p-tv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pablonadiecomotu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacemakers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacificcycling.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "padisahbilisim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalsongs.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalsongs.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalworld.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "page-engine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pahira.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pahom.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakistanblogger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakistanheadline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakistanientertainers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakistanpost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakostane-apartments.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakpak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paleontologiadebagua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palmiye.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palomalopez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panda-craft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panda-life.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pandakid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pandelys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panel-stroy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panezai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panoramacambios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panoramaphoto.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panoramiquesorganya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pantingly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panzers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papabrand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papini.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parabellum-barakaldo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parachute.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paradise-world.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paragonsigns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parallel-worlds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paraluman.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paralysis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paramo-pineiro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paraplyen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parapsihologia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parasomnia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parastaran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parfum-best.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parfumi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parlament.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parovozov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paroxetine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parque-batlle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parquebatlle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parroquiacorazondemaria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parrotbook.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "particles.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partidolibertario.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partnerchik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partnerforex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partnerobzor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partofthequeue.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partycoin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pascal-ua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pascualberniz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passive-work.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passivhaus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passwordgenerator.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pastillased.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pastorello.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pastorluciano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paszkowski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patmanx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrice-carriere.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patriceonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrikjohan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patriquefashion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulborza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulini.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pauljackson.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulmarvin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulogarcia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pawnsoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pawpatrol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pazyarmonia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pbest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pc-soft.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pc-tech.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcbmodel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcdroid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcnewsoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcsafe.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcsbrasil.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdfbook-dl.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdfbooksonline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdfflier.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdflip.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdfmanga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdfpedia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdfprostore.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdfquran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peacepiperanch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peakd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pearlbridal.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pearvn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pebook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pect.com.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedalirovanie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peddyland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedrobotias.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedromunoz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedrosillo-delosaires.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelevin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelhrimov-strmechy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peliculaonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelmeni.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pen15art.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pena-party.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pena600.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penedo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penguinos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pennymail.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penopoly.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penopoly.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penosa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pens-money.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pensatore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pensia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pensieridigitali.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pension-ua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pensiun.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pensiunea-maria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentagram.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentaqu.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentaquin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentaquin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peoplesliberationfront.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "percymagic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perdanabagus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perdita-capelli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peredovaya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pereezd.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peremena.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peresypchanka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfect-dream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectcommunity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectme.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectosidiotaspunk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectworldbot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pericsope.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perm-l2.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perrybook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pertwarp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perupoemas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peruprogramadores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peruviantravel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pervejshijistochnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pervomaysk-city.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pescanetworks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pesnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pesnitut.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pestpatrol.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pestra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pet-cat-accessories.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petalsoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peterbulckaen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petergudo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peterhome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peterkotula.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petermuenster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peticion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petpuppy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrarca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrochemprojects.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petsnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petspark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petutility.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfcchavdar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgazette.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgmtechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgs.spb.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phantasmag.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phantomphans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phenergan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipkdick.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philippekhau.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipslater.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipsmanythougths.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philology.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philwilson-green.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phiomegachi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoenixfrequency.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phone-spy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoneinformation.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonosynthesis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phosforum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photo-design.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photo-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photo-travel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photobooth-romania.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photobosco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photochka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photodyna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photowall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phpbb-tutorials.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phreakaus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phuketroman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phuketstyle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phukettour.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phukettravel.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "physio-im-appelbachtal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piadouwes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piaohong.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piatenko.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picked.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piechart.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piedrahita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piensa-escribe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pierson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pietbrakman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pietrosoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pigzilla.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pindostan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinebrook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinedadegiguela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ping-books.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pink-check.school", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pink-panther.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pintosgatemotors.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinupbets.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pionierboat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pipeclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piratesofthewadden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piro.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirogi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pisarzowa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pishgamiran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pit-stop-sto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitbullclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piter-print.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitius.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitomec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piurvolium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pivnica.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixel-history.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelheaven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizdelka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizzariaroma.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pk-master.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pk-soft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pkspskov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pkudh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pkwebsolutions.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaasprodukte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "placidoandriolo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetmath.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planisware.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planitou.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plannedgrocery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planning.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plano.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planshetnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plansight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaredo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play-telochki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playasmiles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playdrop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playface.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playsoftware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playstation-network.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playstation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plchardware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pleindedemsvaart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plgr.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumz.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plusbot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmpm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podarki-deda-moroza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podvenec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poemasonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poemindia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poetka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poetryinmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pogodavolgograd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pogodok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poimel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pointpalace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poisk-books.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poiskdru.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poiskkladov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poiskrus.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poisoncolombia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poisonget-rid-ofac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokelens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokemonforums.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokemongoclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokupkionline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polak-import.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polemik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poletaem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polina-gagarina.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polishhockey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politicalasylum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politisor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polmods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polonialidzbark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pomogidrugu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pomogite.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poobert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poolpowershop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poolsonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pop-culture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poplavok77.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popmundoforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poppingdance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popular-male-kitten-names.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "populardiets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porka.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porkmart.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornohypnosis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornojimo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornxxxvideos.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portablespeakers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portaladictos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portalpandalandia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portokalliali.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portraitsbydesignstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portugal-reisetipps.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portugalivre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poshe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posied.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "positronicmoron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "post-anon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "post-office.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postman.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postmarka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posutochno.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potosi-bolivia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potrahushki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pottershouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pouchulu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "povarenok.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "povareshka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "power-magnetic.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerbalance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerball.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerforpeople.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerplayer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersubmitter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pozitiv.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poznavatelno.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppsmedical.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prageeth-niranjan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pragtravel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pranafilms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prashantcafe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prasos.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pravagolosa.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pravo-brest-belarus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prayag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prazdnik-volgodonsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prazdniki-sait.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prazdniktost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precambridge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preciadictos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "predatorworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prednisolone1.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "predskazanie.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "predskazanie.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "predstavitelstvo-v-sude.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pregen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prelesti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premierleague.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiumlegalsupport.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prepsiedy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preschoole.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presnya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presta.expert", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prestigiouskitchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prestopizzas63.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prestupniki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primary.fit", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prime-host.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primefoucs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primitiv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "princemathew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "princemolak.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "print-street.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printmydesigns.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printpoint.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printus.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacysecuritybrainiacs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "private-mail-for.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatecollection.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privorot.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-kolhoz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "probonus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "probooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proctorial.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productfurniture.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "professionalblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "professionaleducation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "professions.org.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "professorwidget.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profielektrik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profilewatcher.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profilmonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profissionalstool.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prog-d.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prog-mailolder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progamehackers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proger.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progon.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programme-launch28-code854-com.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progressive.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progressm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prohelpers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prohost24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projection.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prolens-lankaran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prolocofrascarolo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promislovik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promo-code.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promo-kodi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promokodi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pron4ik.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propecia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "property-tax.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "property-tax.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertyselling.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propolisturkiye.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propranolol.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propranololgeneric.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostavropol.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostitutka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostitutka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostodengi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostor.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostozaim.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protanki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protanki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protapnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protection.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protez.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protez.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prototayl.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protrolley.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "provencemckinney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "provera10mg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proverennie-kursi.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proverennie-kursi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proverennie-kursi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proverochka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prowrestlingevents.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proximity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.onl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxytool.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proyectostep.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prozac20mg.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prozorlivec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prushka.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prushka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psalmer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psazy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psdpt-tpfd.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psevdonim.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pshweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psihologonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psihology.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psinetika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pskov-daily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psphp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psycenter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychiatriepapezova.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychicfairnetwork.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psycho-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychologic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychometrictests.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychometrictests.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychonews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychotel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psygame.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psyh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psyk-patienten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psykologtidningen.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psyshell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptboys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptlibrary.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pturl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pubsavoy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pudding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pueblocantabro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puenteviejo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puertodramaturgia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pullnopunchesradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "punctually.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pungatv.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "punkas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "punkcolombia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "punknmetal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pupok.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pura-ponia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pure-paste.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purewaterguide.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pursuable.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pushok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pussycat.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putani.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puthenthope.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvpagario.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvplist.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pwned.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pyca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pyra-explorer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q-and-a.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qalab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qask.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qatartimes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qbasicsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qbd.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qeepintelligence.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qhost.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qike.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qiscience.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qmarket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qseek.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qslstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quadcityjuggalos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quadomania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualith.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualitytools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualityworks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantumlink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quatermass.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queenstyles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quena-artesania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quentar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "questbars.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "questbars.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "question.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "questionandanswer.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quetico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quezoncity.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickerticker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quicklinkz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickshops.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickvideo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quierosermercedario.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quierosersanta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiescent.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiet-downloads.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quietstudyactivities.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiltednorthern.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quintanadelmonte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quintanilla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quintobarrio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiropraxiasaude.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quisildenafil.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quizhub.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quizzen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quotable.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quotesofgta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quranpdf.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qvision.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r-t-n.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ra-studio.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabatcity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabatz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabinson2005.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabota-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabotabiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabotaemdoma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabotaprofily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rachaeltaylor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rachnacollege.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "racingfanclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radarcoupon.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radarcupao.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radarcupom.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radarcupon.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radarcupon.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radharanikijay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiationtherapy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radicalfuture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radicalwebdesign.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-az.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-bandit.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-club.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-mix.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-one.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioaltamar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiocappissima.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiocrazy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiodeluxe.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiodoblen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioenam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiogomezone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioharrastus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiohlam.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiohouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioibiapina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiojackienorth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiokukesi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiomacuto.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiomikelerentxun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiomoodmix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radionetcolombia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioperfect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiopush.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiorecord.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioremix80.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiosuperplus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiotataouine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioumbrella.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiounofm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiounost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radnickapartija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raduga-tv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raduga4.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rafaeltuber.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rafo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rahayi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rahilworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railbus.fan", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainbowcomputer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raintreatment.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rajofestival.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raksha-bandhanwish.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rallytrophy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramiabusalah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramieres.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramirito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramynetwork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randomarticle.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randombooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randombrainwave.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randomkindness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randomsnapshots.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randomstuffproductions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randomtest.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randomthings.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randyrhoads.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranfics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rangerfiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rangersloyalsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rankia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranking10hits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranksite.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranksite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rantamplan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapanui.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapdinle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rarefish.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rasberry.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rascript.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raserbajs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rashbogota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rasheed-nuss.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raskruti.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raskrutka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rastko-jevtovic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rateddomain.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ratiocinat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ratusha.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raym.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raysmtp.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raysolutions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raywisdom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razborpoletovsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razdolnoe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcdrone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rctx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdesigner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdns.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdserviciosdigitales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readcomics.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readlater.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readless.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readmynews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readpages.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reakcjonista.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "real-srebrenica-genocide.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "real-work.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realbiz.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestateagency.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realitytoday.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realkeywords.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reallovetab.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realno-money.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realrapfans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realty-pochta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realwebsite.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recessmonkeyz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recipeslist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recklessly.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reckoning.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recolor.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recommends.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recordstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recruitskill.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recycle.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "red-lightning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "red-planet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redacted.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redcabbage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redcardinal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redgeek.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redhillboardriders.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redhottube.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redhottube.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redhottube.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redhottube.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redicare.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redirecionarnoticias.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redlinker.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redlionclub.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redparrotstudios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redrafting.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redrichindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redskullstuff.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redstack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redtails.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redtomato.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redtsar2000papers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redtubs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reducto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reelnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "referati-ru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "referati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regdelivery.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reggea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "region22.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regionethost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regionmedia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regtech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reintjens.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rejected-by-society.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rejected.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reklamy-led.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relic.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "religiya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reloading.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remake-projects.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remennik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remi-decker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remont-kazan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remont-rollet-izgotovlenie.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remont-rukami.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remontportal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remoteshack.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remoteworkertech.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renaatsioncke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rendez-vous.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renovationsf.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rent-to-own-home.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reparation-traceur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "replacementrate.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "replay.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "replicagold.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reportercareer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reportoid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "republicafederal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "republik-sombora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "requeue.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reregu.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reseau.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reshebnik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restartperm.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restaurantdetgulepakhus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resumelibros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reticle.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retics.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retroslave.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "return-profit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revaloriza.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revconnect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reversedns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewdetector.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewfye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewsonline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewsweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revis-online.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviviendolavilla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revizor-online.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revizor-online.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revizor.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revizoronline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revolutionaryireland.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revolutionofgaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reyaltec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rezistor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rf-gamer.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rf.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rfbcnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rfnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rfomega.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rgdt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhye.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rian.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ribafs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ribolov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ricardoquaresma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richkidmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rifugioselvabella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rightblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripadores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripcityproject.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riscoshardware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "risunki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritual.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riweco.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rjcrafts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rk-links.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rknews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmdb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmyachting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roadandtransport.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roaster.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robaxin750mg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robert-ewert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertgonzalez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertmusil.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robot-invest.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robotbattle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robuxkingz.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rock-base.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocketsworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockfs.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockhounds.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockworldteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodeodrive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roditely.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodrigodematos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roelonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rogaineforwomen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rogarden.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rogell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rogerdeflor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rogiershikes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rohansingh.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roiblozyxfswe.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolandog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roligh.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roligt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roliki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolstoelappartementen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romania-film.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romanos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romantik-fm.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romantik-fm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romantik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romapk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romtter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roofpost.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roomcube.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roomonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roques.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosabrasiv.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosalopezcortes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosamystica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosanerolife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosenberg-fansite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosenkavalier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rossia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rossiyskaja.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rostov-arena.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rostov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roswellcity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotanaval.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotary.org.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotaryceuta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotaryfunds.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotate4u.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rougeetblanc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rouxh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rovity.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal-life.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal858.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal869.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalrace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roycampbell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rp-megapolis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rp-murk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsdns.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsecure.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtparket.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ru-acyclopedia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ru-adv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ru-auto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ru-sale.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ru-sport.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ru251.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubashki-opt.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubashki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubber.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubblekempton.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubblemidrand.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubblerandburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubiales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rublev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubreklama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubystore.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudolf.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudymendoza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rugby.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruhimustafa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruinme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruminecraftru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runbo-australia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runbo-new-zealand.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runbo-nz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runboaustralia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runes.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runescapelordsconquest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runeworldforums.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rungstedhave.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runlet.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runningfast.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rupeespeaks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rupool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rupressa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruprivorot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rupture-skate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruqbnsmokebbq.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruquiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rural-house.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rus-blog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rus-manual.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rusenemas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rusichi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rusiptv.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rusmodel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rusnicolas.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rusposuda.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russ-portal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russchooljordan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russia-knigi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russiahockey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russialife.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russian-artist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russianews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russisch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russograffix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rustambek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruswomen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruyana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rvantwembeke.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryan-13.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryazancity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rybinsk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rybnitsa.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryland.consulting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rymanow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rymergames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rzero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saaremaa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saba-shop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabaland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sable.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saborcaribe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabrine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sacademica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sacibo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sacramentum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sacrosanctus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadiestavern.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safeboard.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safecso.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safer-software.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safermao.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safirakbar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagomedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sahalin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sahalinskiy.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintaugustineschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintereso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintpetersburg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintvincent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saitschool.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sakurapalace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salas.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sale-internet.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salegor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salery.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saleturs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sallyangeli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salt-travel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltcave.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltnsauce.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salukinet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salut-butovo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salvadoralevin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salvadorcorriols.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salvameblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samar-leyte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samara-hosting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sametimetomorrow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samodel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samogonka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samokhin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanatori-elochka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanatori-teterev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanctus-de.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sand-and-mercury.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sand-craft.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandiuno.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandrinesite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandyrobison.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sangiovannilipioni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sangwanbeach.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanityrant.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanjuandeabajo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sannikfk.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanpablo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanpancrazio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santamargarita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santamariadelaisla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santehnica.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santekhmarket-nn.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santevege.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santugon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarafani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarafshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarah-brown.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarah-harding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahshabrina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahvanessen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sardine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarecords.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarmpel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarogiw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sasakala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sashabognibov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sashakrasnoyarsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sasroli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satpersian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satsumi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saveworldpets.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saxophone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbabeshin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbmsitelist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sborka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scalemodeling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scanamed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scanbetting.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scandalpunk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scaner.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scavenged.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scenetv.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schelkovo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schiltron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholarbaze.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholenlijst.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholohost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "school-22.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "school-27-lpr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "school-33.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "school-adventures.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "school-project.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "school16-tob.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "school173.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "school43.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolrumble.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schuman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scienceasfashion.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sciencetechworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scienceweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scientia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scientific-socialism.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottbot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottish-paranormal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottpilgrim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoutreinosa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoutsanpieropatti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scratchbot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screamager.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screenwriter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scriptline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scriptmaker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scroollocker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scruffy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sculptaestheticsclinic.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sculpturesworldwide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scuolatdm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdut.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sea-airinternational.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchable.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchwork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seaview.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebar-iklan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebariklanmassal.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebarin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebastiantroncoso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seboreia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secret-queen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secret-queen.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretmolodosti.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretmolodosti.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretmolodosti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretosbolivia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretstomartialarts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretworld.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secta.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seearmenia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seeksupply.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seemyreality.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sefor.nc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sekreti-biznesa.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sekshikayeler.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sektor-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sekusi-tochiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selena-armavir.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selezionebarbrboguaccero.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selfbattery.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selfemployed.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seller.diamonds", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sellsmartwatches.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sembosihosting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semicvetik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semiretire.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senarist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senderismoinfantil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senergiya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senior-sigan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senoctarsoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senok.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senterada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentinelnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentmail.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo-blog12.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo-portal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo-reklama.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seobook2015.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoclubs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seocontents24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seocreator-blog24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seodrug.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seogood.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seokatka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoline.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seolister.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seolisting.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seomag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoonlinejaipur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seopiar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seopromotion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoranker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoscan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoshanti.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoshnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seosmart.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seosos.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seosprint.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seostrit.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seotoolset.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seovisits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serbiaonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sercasindustry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sercasystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergeyburov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergeyesenin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergio-rivero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serial-kinder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serialize.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seriesgratis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seroquelonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serphost.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serverka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servicii-funerare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servis-azd.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servitel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servitor.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ses.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sesamomusical.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sescoen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sesenaonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sestry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevillalinces.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sewavillamurah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seworld.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexminister.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sextacy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexvideos.tel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfweef.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgatlantis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadow-forum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowdomain.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadypark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shahidafkar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shahrvand.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaimensonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaknews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shalomamuzik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shalombolivia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shalomcottage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shambala.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shamiphotos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharebot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharenergy.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shariftown.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shark-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharmafamily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shashlik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shawngvs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shawty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shechipin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shechipin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shechipin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shedrin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheeprock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shefftunes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shellavartanian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shellwhite.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shellwhite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shindocuba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shines.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shinsandenki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shipping-trade.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiranaitenshi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shirazi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiropaev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shitposter.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shittywok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shivacarpet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shkolladigjitale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shkolnyimir.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shkololo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shkololo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shkololo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shkololo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shlang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shlupka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shlupka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shmotki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shockerdragon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoesoutlet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shop-eldorado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopbabymonitors.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shophealthybits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopmalinka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "short-games.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "short.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shortcircuit-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "showgirls.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shredder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shrines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shrinker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuffleware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shulman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shumnyj-istochnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shvedskie-stenki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sialis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sibekoaircons.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sibekoelectricians.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sibekohirescaffolding.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sibernet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sibirium-red.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidecredit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sideral.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siegprod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sieiro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sifasharing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigmateca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sike.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silagra.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sildenafilcitrate.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sildenafilcitrate100mg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silicateillusion.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silkproducts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvermatch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silviaroddey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silviorodriguez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simart.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simkin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simonreynoldsfavesunfaves.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simple-perfect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplelist.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpleman.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplespy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpletools.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simstarstyle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinapuros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sindromebenjamin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinetron.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singapur24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singerpragathi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singlehandedsailing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singlenine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singluten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinopx.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinuate.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sipede.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sisadmin21.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sisqo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sistema-trenirovok.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sistema20k.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sistemapronto.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "site-remont.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "site-romania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siteadvokat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitecreation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitelinks.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitestudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitesweb.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitiosantaangela.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sivaru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sixpackband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjoelen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjparanormal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skachat-shablon-rezyume-na-angliyskom-yazyk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skachat-zip.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skachay-knighki.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skazochnyj-sait.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skeditor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skeptik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skibikers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skidki-ru.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skinboost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skinboost.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skinews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skinexpert.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skinfoodpeachcotton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skirted.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sklisen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skmedia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skorbord.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skoropolnolunie.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skotobaza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skripta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skrivebordet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sky-wap.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyder.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyfpicture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyhigh-mizell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyhooks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skylander.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skymonk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skytown.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slackline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slathering.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slava.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleep-tight.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleepo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slemen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sletaem.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slinx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sllatina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slouching.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slovenia-trip.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slunyavchik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "small-blog.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smallcraftadvisory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smallfoot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smalls-world.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smallville.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaragderna.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smart-travel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smart-zona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartassembly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartdigital.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartfons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartphonecases.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartspace.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smashbros-chile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smashnl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smbowling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smeta.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smilegenerator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smishnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smithteresa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smmzilla.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smokingtapes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smolensk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smolensk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smolnikova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smskatingrink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smszone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snab-ural.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snakeanarchy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snakesandladders.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snapmart.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sneakers-sports.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowvictoria.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sobaki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sobchak.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "social-directory-list.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "social-network.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialistyouth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socializator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialmeeps.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialnet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialproject.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialtactics.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialtranslation.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "societyparty.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sociology-bg.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sociusian.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socomforums.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soda.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sodalai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofianeves.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soft-key.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soft-office.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softpark.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "software-tech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softwarepatenten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sohanakhan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sokolovskyi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sokrabatt.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solana-active.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solarace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solargaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solarhome.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solaronics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solarpanels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solartek.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solartek.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solartravel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solarwave.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solarwind.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soleanos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soledadmataro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solidform.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solidhost.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solidincome.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solntsezaschitnye-ochki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sologetaway.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solsi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soluzionifightlist.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somalilandtalk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somewherenews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somnam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonesinafar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonesisonesi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonesonesisi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songsonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonidoslibertarios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonnik-znachenie-sna.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonology.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonsight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sopelaotaez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soph.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosisuka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosnovka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sotnya.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sotnyk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulpowercoaching.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulsinner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulwinning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundblast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundman.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundrecords.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundtrash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundzimega.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sovhoz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sovmestimost-goroskop.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sovmestimost-goroskop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sovmestimost-goroskop.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sovmestimost-goroskop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sovmestimost-zodiak.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sovremenik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sovxoz.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soya.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soyuznik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sozdanie-krana.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "space-net.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacepirates.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spaceshells.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanischunterricht.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanishnow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanpine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparkletowels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparta-szczekociny.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spartamet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spartanis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spear.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specialcameras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specialeffect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specialelectronics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specialofficesupplies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specialworld.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spectre-network.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedcam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speeder-vpn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spegeltankar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spetsialist.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spicegirlschart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spichki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spidersweb.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spidometr.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spinal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spiritdesigns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spiski-domenov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spisochek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spisok-domenov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "splashily.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "splibrary.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spm-servis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sport-obzor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sport-online-ru.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sport-school.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportinfon.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportmedia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportraucher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sports-news-today.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sports-wear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportverzorging.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportvoedingspecialist.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spot-cleaner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spravka-internet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spravka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spravki.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spyclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sql-injection.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sql-injection.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqli.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqli.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqlinjection.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqlinjection.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqmin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squardllc.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "square-gamers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squaredancedance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squaresoft.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squelcher.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squidnovels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sr-f.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sritafrican.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sritalabama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sritcalifornia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sritclassic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sritculture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sritegypt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sritsafety.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srittheatre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srix.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srochno-pohudeti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sroturkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sshbox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssl4all.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssprod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sspu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssr01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staatdesinternets.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staatdesnederlandscheninternets.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staatdesnederlandseninternets.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staatvanhetnederlandscheinternet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staatvanhetnederlandseinternet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staffi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stagingpepocoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stalplus.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stalstroi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stalworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stammering.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standoff-magic.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stanonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "star-24.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "star-life.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starcitizen.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starcraftsource.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stardrive.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starfm.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starmyworld.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "start-knighki.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startbetter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startgeophysical.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startplats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupyourmind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statcenter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stated.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stateidea.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statelines.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staticweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stationmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statsit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stavinchains.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stavropol-news.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stcatharinesromawolves.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stderr.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steamcrack.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steamkeyget.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steempeak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefanolsdal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stels.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stematechnologies.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemklank.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stephenschirle.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stereostudio.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sterno.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steve-mason.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevenavaldez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stewards.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stickertrade.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stifflersmom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stihiya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stinter.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stjude-ettekkar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stockslam.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stocksnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stockway.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stolensun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stolpe5674.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stolpersteine-dithmarschen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stomatolog.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stomatolog.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stomatologiya.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stomatologiya.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stonerwitch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoneworld.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stop-nikotin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stopka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stopsmoke.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stopssherdenking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stopsvet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stopves.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storage-books.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storiadellarte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stormairsoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stormestudios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storycycle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stperseo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strakh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strana-snov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangeonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strassberger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "straylight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stream-box.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streaminginternacional.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "street-hoops.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "street-legal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streetstunters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "striae.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strikeout.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strings.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strobe.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroginopk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroimsami.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strojmaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strongtomorrow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroyca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroydvor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroynet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuckwithme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stud-lib.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studio-mir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studio32.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studioandrew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studioevent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiolegalemarchi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studius.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studsovet.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studwebs.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studyme.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studystack.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studytube.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuntman.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuphid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "styilishdress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylemall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "styletheweb.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylingstudio.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "styplon.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subahankamal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subarus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subbacultcha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subgirl.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subject-barred.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sublimated.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "submit-link.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "submityou-rlink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "submityour-link.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subteen.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subversionnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subwaysurfers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subwaytrain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "successclicker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sudak-turizm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugarroll.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suicidegirls.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sukruarslan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sulemanmalik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sulemanquotes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sulkmen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatraselatan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumbur.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumhost.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumisa.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumitbot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summing.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumochki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sun-host.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunblind.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunchild.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sundiel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sungalsses.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunkar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunnyhome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunroof.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunshinefrontier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supdajuice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supel.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "super-boy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "super-knighki.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "super-lolitas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superbaskirskij-med.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superdolly.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superfury.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supergoods.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supergroup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superhits.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superiormusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superkrasota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superlol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supermanera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supermart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supermini-games.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supernogi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supersisi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supersisi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superskidki.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superstart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superzaim.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suplementasi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supplement.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suprax365.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supreme-court.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surfseo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suriname.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surrealistas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "susajja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "susanagomez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sushi-sakura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sushilmedicos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "susoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sutabi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suzdalgrad.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svarka22.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svatyjur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svenskakyrkansunga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sverdlov.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sverdlovsk.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sverdlovsk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sverdlovsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sverlo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svetlanamamedova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svetlograd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svetoch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svetodiod.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svetonaushniki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svg-board.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svgzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svhni.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svoimi-slovami.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swampcoolerservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swederica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swedish-saints.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swedishforces.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweetairlines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweethorses.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweetintrigue.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweetparis.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swingle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sworn.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syedmuhdadasgardezi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symplyos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syndikalismus-im-laendle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synergy-logistics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synergyzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synitsa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syntia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syphax.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sypra-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syrianet.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syrius.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysadmin21.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "system-fehler.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemerr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemtoto.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t1everydaymagic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabacundolindo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabadotupi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabakerka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabclassics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabira.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tablamatica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabletennis-tt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tablettes-tactiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tacosandmiches.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tadjiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taekwondo-berlin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagana-anindustrialpark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tahrirbazar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taiaro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taikodom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taipak-krasnoyar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taiwantechtrek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taj-portal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tajniy-smisl.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takeaction.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takestars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takethatspainfanclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takiplekazan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talented.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talentguru.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talkscope.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamareverson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tambov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tambovcity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamdidpay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamiltax.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tammie.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamoxifenformen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tampaexplorer.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamsulosin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanatos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tancuongtea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanhaa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanjasavicmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanned.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tantrum-rocks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanushka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanya-avdeeva.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanzanianfilms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tao-energie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taoofbeauty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taoyingchang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarabici.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taraksarkar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taraori.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarapacadigitaltv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarjetaspark.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarkari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarocchi.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatar-bashqort.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tataria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatarin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatarin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tataristan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatarland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatarworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatary.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatsuya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatu-love.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taturukav.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxi24.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tazamobile.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tazendaforever.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tb-bolshevik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcoa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tds-forum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teach.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teahouse.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "team-a.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "team-darkness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamcode.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamdevelopers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamkankun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamkiller.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamlightning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamsudan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teatroutopia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tec24.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techcentral.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techclan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techcluster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techfibian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techiesmart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techindo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technewsetc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technicalbikrammalati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technogrand.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technoholod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technomix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technopedia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technoweb.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techsecrets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techtoydeveloper.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tederomero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teenmoviesgallery.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teenwebcams.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teenworlds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teepak.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tekirdagemlak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teknikaldomain.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teknotiq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tekstover.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tekstpesni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telangananews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleafrica.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telecommunications.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telega.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telegram-gp.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telegram.poker", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telema.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telenovelas-france.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleradio.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telesoftware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "televisioncontests.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "televisionsrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telokchki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telokchki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temirgaliev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temporal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tendersoft.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tendinite.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenhourguy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tennis-altai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tennistalk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tennisweb.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenthdimensions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teplotehnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teraservice.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terenska-edinica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "termeh-store.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terovania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terovania.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terovania.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "territoriocuchero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "territory.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tesla-tula.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "test-my.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testcoz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testdemoweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testdevelocidad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testdomens.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testing-server.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testispdomain.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testmy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testpool.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tests.pp.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testscript.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testsity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testsweb.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testyonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetrabyte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetracycline500mg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teunmulder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texasnewsusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texosmotr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "textcounter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "textil-kyoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "textsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thailandpropertylisting.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thailandvariety.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thais.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaumaturgian-national-university.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-allmighty-mike.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-metropolitans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the13thtribe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theaquila.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thearchimag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theaterfrederik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theatresuite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebarkofhinkle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebearcanread.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebestnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebestshopping.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebigbigworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebodylanguageguide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theboysrepublic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebss.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebucknetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecomfortcollection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecondemned.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theconsultingpeople.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecowquerie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecrazybrains.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedarkcolonyfansite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedietsolutionprog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedigitalparadox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thediscforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedrizzle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedysfunctionalangel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theebookkeepers.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theeldritchhounds.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefishshop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefreethinker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegeniusdz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegetaway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegospell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehabitat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehappyxwife.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehassanmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theheadplug.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehiltonfirm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theholloways.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehotrocks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehuskyhaul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theindiangraph.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theinstitute.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekalakriti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelordofthewing.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelwallrangers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themandogs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thematyper.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themodernreviewer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theocjournal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theoldmill.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theophil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepaleodiettips.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theparachafamily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theparticipants.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepilotwoman.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepiratebay.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepowerboys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theprinceshort.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therapistresources.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therasmusgt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therasmusperu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thereafter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therenegade.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theresingles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therichardsfamily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thermostat.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therniakov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therokasshow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theroyal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therunawayspremiere.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therusnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thescienceofdeduction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theseal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesilentfew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thespacegame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thespiritfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestandards.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestrangenessofthings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theswanstation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theswitch.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetattooedpreacher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theteaguemovie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetherapist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetopsecretepisode.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theuniversallover.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theuniversitiesofasia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevirgin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewalkerz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewave.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewayofislam.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theweed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewinedelivery.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theworldtakes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewraithmovie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thexalla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thexpert.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thhost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thiagoribeiro.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thibaultchristin.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkelectric.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thirdwave.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisdayinhockey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisistwice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thrillkill.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "throughout.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thrustrules.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thugcityrecords.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thunderbase.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thunderbolt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiagoneves.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiamabi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiburgundysi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tidehunter.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tienerdienst-johanneskapel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tierra-indomables.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiffany-remixed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tigerforce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tigerzplace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tigreblanco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tikona.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tileco.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tileflooringideas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tilisi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tilitop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tim-lawrence.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timberjewelleryboxes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "time-killers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timebookings.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timecheck.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timefor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timelapsetv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timelesstreasures.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timepassengers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timeroll.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timilion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timonenko.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinaarenaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinderphotos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinhlai.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tintamas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiny-house.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiny-tattoos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinyfont.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinyhousebarat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinylink.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinyproxy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipsfinal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipskanalen.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipslifetimefitness.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipsoftech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tirana-chat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tirandoalplato.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiraspol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tirgul-vertiujeni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tjongeling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tkhirianov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tkwhongkong.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toastmasters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobeyvorus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobtennis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todaylearn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toddmclauchlin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todolex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todotiendas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokelaunso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokiohotel-world.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokopedia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tolkienfans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tolkienwiki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tolkovanie-sna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tolstoevsky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomboonen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomco-corporation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomica.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomica.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomodachi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomorrow-traxx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomradtke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomsick.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomsk.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomsk24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomsk365.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomsknet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomsknews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomssite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonshaiza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonyhagerlund.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toonmate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tootbitco.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toothless.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-beauty.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-credit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-drop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-secret.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-service.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-skins.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top10.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top100games.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topbookmarking.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topbussines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topcameras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topdosug.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topgallant.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topgrading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toplistforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topmuzic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topofficesupplies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toponlinemarketing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topotom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topradiosbrasil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toprci.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topservers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toptiernetworks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topwonders.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topzarabotok.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toquechic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torchbearer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torondor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torontotransit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torquemada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrecilladelaabadesa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrentdownload.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torresdealbanchez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torresjaen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tortak.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tortillas-duras.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tortuga.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "total-destruction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalconceptnh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totally-dakota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totallystocks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalzen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touchable.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touchboobs.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tour-japan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tour-vietnam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tourbryansk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tourismpskov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tourismtrain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touristanalyst.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tours-in-petersburg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tovari-rukodeliya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "towerdefence.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "towessi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "townresults.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toyduck.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toymarket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toystory3.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpiada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traceur-france.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracker-knigi.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trade-bot.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradelink.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trademen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradersport.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradezlist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traf-bonus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trafplus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tragicempire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trahnisoseda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trailblazers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainable.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainingcentral.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainwiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tramadolhcl.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trance-zone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transformersmmdb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "translation-services.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "translit-net.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "translit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transparency.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transportnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transsrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tranzron.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trasandino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trashylingerie.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traumfaenger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travel-cube.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travel-rus-club.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travel-to-cuba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travel101.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traveladdiction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelbangladesh.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelbiz.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelcenter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelclinic.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelfriend.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelinsurance.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelmontenegro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelnews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelook.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelstation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traveltalk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travkolyl.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travnik24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trazodoneonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treinonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendme.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendocracy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trends-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tresredatores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treurtransport.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trevo-lotofacil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trevorng.vision", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trial-server.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trialbyfire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tributoconsuegra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tricolortotal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trigi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trigi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trihedron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trincheraunorte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trinetus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripolinews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trisha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tritium.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trkhosting.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trodat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trodniescis.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trojanchronicles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troll-gaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trolldesign.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trolldi.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trollforums.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trollhanttan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trolling.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trollolo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trollos.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trollos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trollos.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trophykoi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tropicalticket.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tross.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truecosmos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truedarkness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truereligionjeanstore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trulycharmed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trusifan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trust-btc.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truttle.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truvayangin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truxton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ts-folienmontage.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ts-public.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsacbttest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsakanakis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsja.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsunamic.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsuruhime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tubeview.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tubing.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tucarora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuerkei-immobilien.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuliha.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tulikajain.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuller.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tumen.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tumen.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tumen.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tumen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tumult-productions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunen.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunenet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tungstenworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunisiadefnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tupatane.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turadionline.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turbaza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turbinelectricity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turboworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turismoliliana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turizm.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turizm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turizmsektoru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkcechat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkeyfiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkgrafik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkhalkmuzigi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkistan-rap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkkarate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkmanbox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkmans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkrap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turktelekomarenagolleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turnover.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turtunis.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tusar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tut-kino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutorialcoding.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutorialitmalaysia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutorialphotoshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuzlasite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tv-tuners.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tv-zone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvabullarbro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvchannelslive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvenligne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tver2000.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tver69.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tveronline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvfans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvhoorn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvmice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvoedelo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvoistili.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvreviewer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvseasons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twaddler.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tweeple.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twilightningzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twinfishing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twl-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "two.cm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twoandahalfvan.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tycho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tylko-wazne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tynefm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyni-goc.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyni-gof.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyraga.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyre-search.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyrkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tysukakorrekt.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tytixazo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyva.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tzunami.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tzunamiblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ua-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uamxsociologia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uanews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uateach.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uawoptout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uber-work.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uborka-snega.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubutovo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucheba.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udmarbella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udmurtia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ufologiaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ugolovnyj-advokat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhcuhcas.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhcuhcas.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhcuhcas.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhcuhcas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhcuhcas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukcarers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uknews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uknewsroom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukrtabletki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulax.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimasword.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimatebattle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimatehalo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimatemapping.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultortech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultra-pro.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultracentr.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultralife.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultraman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultraonline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultrasocial.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulyanovsk-73.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulyanovsk73.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulyanovskcity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umnugobi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unaffectedsound.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unai-yus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unataz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uncinema.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uncorporate.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undemocracy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undercoverxp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undiepatrol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unescoclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unetyr.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unexplored-belarus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unexplored-moscow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unfamousrecords.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unfollow.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unfriend.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ungnyo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ungrafakta.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicrack.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unionhoster.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unipass.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unique-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniqueworks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "united-trainers-league.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitencup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universal-mail.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universalmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universehk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unknownhacks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unofficialbpb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unovosti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unprovided.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unrepentant.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unstoppable.money", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unusualworldd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unwa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "up-obmen.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uploadscript.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upmail.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upmusics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upnext.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uppercloud.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upskilllearning.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upskirtmania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uptional.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ural-travel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ural.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ural.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ural.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uralec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uralsite.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uralsk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uralskaya-garmon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uralspravka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urang-kurai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uraniumhost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uranmoney.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uranus.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urban-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanagriculturesummit.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanbikeweamr.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanbooks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanlounge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanmuslim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanusonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urgent-notice.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urljournal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urlwing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urlz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urocentre.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uroki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ursonatefanzine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urstore.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ursula-gadalka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usagi-ku.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usanewsposts.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usanewstrends.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usaweblist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usbcompatible.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usenetpirate.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "user-agent.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "userhelp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usk-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uskaonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usleravnekrog.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uslugi-advokata.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ussm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utodyg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utopian-institute.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utopiancapitalism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utural.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uz-yulduzlar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzagmozemunk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzagmozemunk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzbaza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzbek-soft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzbekistan24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzbekkizlari.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzbwap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uztop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v-gornom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v-kurgane.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v-media.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vacation-in-pisak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vadiar-angola.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vadillodelasierra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vagabondages.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vagabundos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vakantieinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valdecaballeros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valenciaescatala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentinstag.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valiakhmetov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vallenar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valleyofdeath.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valleywidetvrepair.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valor-host.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valoriashard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valparaiso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valpovo-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valtherperron.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "van-brandevoort.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanbruchem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vandals.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanecketfs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanesaleiro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanessaamorosi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanhelsing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanityfairnapkins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vapetaclope.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaporquest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varied.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varnish.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varun-rajeshwari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varvitra20mg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vas.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vash-doctor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vash-dom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vashdohod.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vashprazdnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasilevo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasilisa-volodina.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasilisa-volodina.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasilisa-volodina.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasilisa-volodina.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasyaka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vatikantour.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaurio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vbelgorode.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vburyatii.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdagestan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdolg2000rub.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdolg2000rub.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdolg8000rub.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdolg8000rub.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdolg8000rub.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdolg8000rub.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdolg8000rub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vebdengi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vechersky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vectorcardiometry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vectrum.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vege-tables.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velo-volga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velvet-tarantula.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velvetempire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venacifuentes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vendasdealbunsbrasil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venesuela.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venezia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venezuelachat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venezuelalibre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vennaccounts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ventolin-hfa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vercettipropiedades.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vereshagino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vergraal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vermageringsdieetpillen.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vermouth.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veronique-huon-photographe.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vertexlife.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veselyjpovar.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vestiizhevska.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veterinanmnm.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veterinanmnm.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veterinaryhelp.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetitus-teatro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetosh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vgpu.vladimir.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vhproductions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viagratop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vibramycin100mg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicarious.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicentejr.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vickylarraz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vickyoliver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victorbuch.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victorrodriguez.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidaforanea.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidawichi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videferre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videoarcadia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videoconferencing.guide", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videoebook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videogamerreader.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videomaniya.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videonika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videoprikol.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videoprikoly.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videoskazka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videotehnika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videouroki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videt-son.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vievolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vieweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viewer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vijayam.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vijaymishra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vilamarija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vilife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viliravnjak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villacarralon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villaespanola.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villanew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villaumbrales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vimka.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinaygakhar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vincentpo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vineta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinohradiv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinzer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "violetfairy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip-banner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip-soski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viplata-mgnovenno.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipsauna.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipshop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipsibir.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viptravel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viraltech.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virazh58.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virgi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virginiedelmas.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtbaza.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtola.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viruscare.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visa-master.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vishenka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visionnocturne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visits.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visituzbekistan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitaen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitahost.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitakov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitaminka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitrinachasov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitskynutrition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivabraslav.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivas.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivates.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivavox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivichannel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viviennelinettevandenassem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vizantia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vizit-obmen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vizitfree.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vizitnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vizualbits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vk-random.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkavkaz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkolledzhe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkrutilca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkusnyashka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladgazeta.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladikavkaz-city.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladimirbatrakov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladimirchernyshov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladimirkarpets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladimirpenev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladivostok-city.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladivostok.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladivostok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladivostokportal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlasov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlasova-sova.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlike.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmagadane.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmro.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmurmanske.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vnikolaev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vnsc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vodafone.com.gh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voguefrontier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voicedata.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voiceofcricket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voiceofserbia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vokrug.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volatiliza.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volgograd-34.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volgograd34.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volk.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volkov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volkswagengolf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volleyballnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volleyfreaks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volochaevskiy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volochisk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vologda-city.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vologda-city.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volosi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volosi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voltageelectricity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voltarengelprice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volunka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volunteers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volvo1800es.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vomitoxin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voprosnik.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vorona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vortari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vortexhosting.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vosk-cream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "votan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vovachka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vovo4ka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voxel.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vozbudim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vozhuo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpn4free.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpnemail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpnhongkong.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vriendenkring-klassiekers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrisak-generacije.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsatke.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vse-bolezni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vse-dlya-fermera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vse-dlya-jinok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vse-novosti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsenovosti.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vseostile.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vserisuem.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vseserialy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vss-clan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vtanki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvcasteren.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vysokij-istochnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vysotka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vzyatonlinezaim.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vzyatonlinezaim.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vzyatonlinezaim.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vzyatonlinezaim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vzyatzaimonline.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vzyatzaimonline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vzyatzaimonline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vzyatzaimonline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vzyatzaimonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waays.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waays.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waayz.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waayz.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wahine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wakeupworld.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wall-banners.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallhost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wally4000.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walskifilm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanderersfc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wap-umbrella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapbd.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapgame.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapheat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapkarma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapkat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapveil.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warbox.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wardonat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wargun.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warispak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warworld.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wasdestek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "washingtonregisteredagent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "washsolucoesemlimpeza.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watchdogs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "water-valley.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterpoint.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterpolospain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watersource.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wavered.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wavesite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wctsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wear-largesizes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearesouthafricans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearvintage.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-aps.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-create.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-creato.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-disaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-online.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-ross.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-ross.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-town.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web74.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcam-lisa.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcamera-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcamrunetki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcarroseletricos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcoins.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdesignagency.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdev-cw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdieta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webexperts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webgentleman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webhosting-erfahrungen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weblibrary.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weblogia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmarcosmarquez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmetallica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmining.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weboflies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webparallax.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webpitarque.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webprostitutki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webpublishing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webpunk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webregion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websanlamuerte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitecalifornia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitecenter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitelearners.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websoftba.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websphere.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webssupport.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webstats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websubmissions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webtomsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webtransfers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webuildsite.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webunix.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webvampiro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webvenezuela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webwinkelkeur.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weda.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedding-page.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weddinghotographers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weddingideas.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weddingtrunks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weeaboo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wegiveloans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weighed.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weightlift.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weightprogram.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welcomepowayan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellbutrinxlgeneric.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellreachlogistics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welshterrier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welshyak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weltumradler.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weple.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westwings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgsuyi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "what-do-kittens-need-to-eat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "what-does-kittens-need.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whataboutjonbuckland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whataboutjoshua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatevents.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whateverzone.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatiscss.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wheelchair.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wheelspin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whigfieldspain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whishart.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "white-info.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "white-noise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "white-skull.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitebox.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitehorse.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitemetalperu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitepages.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitestarlegacy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wholesale.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whoreofwallstreet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wifishing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikicooking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikihelp.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikihistory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikilibrary.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikirace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikisaur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikiskripta.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikitech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikitransporte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikproduccions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildcove.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildeco.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildrideproject.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildsafety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williamarias.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williamgoldberg.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willich.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "win-fortuna.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winball.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wind-riders.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winfilestorage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wing-tsun.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winktonsibo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winning.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winsabayi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winter-leak.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winteromeo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winterzine.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winxpclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wipa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wippy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wirelessbelgie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wirelessthief.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiretap.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wirtanen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiseemergency.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wishlisotr.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wishmail.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisselink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wlpvzfilmy-onlajnmlawq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wnark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wocup.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womenfashionshirt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womens-suits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonderbox.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonderleaks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonko-vs-trader.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woo-jiho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wootkit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordpressdevelopment.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordspam.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "work-at-home.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "work-at-home.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workerselforganisation.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workfromhomebusinessopportunities.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worktefa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "world-documentary.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "world-of-tes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "world-politics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "world-tanks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldarmy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldcharteronline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldgun.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhosting.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldintercontinental.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldix.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldix.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldjobs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldnewsinbox.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldpolitics.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldrallyforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldsms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldsport.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldstyles.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldtrandingnews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldturkmans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldwinesweb.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wormburners.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worthlessingratitudecq.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worthlessingratitudecq.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worthlessingratitudecq.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worzo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wow-serbia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowarcaim.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wows-mods.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wozalapha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpnews.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpnovice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wqaw3.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrecked.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wringer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writerecommendations.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writingapps.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuestenbergs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwwclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wycena.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wzajemnie.org.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xarmenta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbanner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xcspy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenical-online.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenical-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenicalonline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenicalorlistat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenicalpills.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xftp.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xhanster.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiarain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xice.wang", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xile.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinja.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn------7cdabibmbihbgykn8elfdbfgbeqxmlc3a.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn------7cdbfcbc0ab6akhadmzphmbibhebcc7b0ahshon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn-----6kcbb0cahbiskdv1bcj5c7g.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn-----7kcgqqeagtqecgbhc3aginaie1hwh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn-----8kcdcb4bffibpgkpbdbcc5cedihs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----7sbabexseekfke3cifnf3b4r.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----7sbbncaddj9a9b6am9p.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----dtbfemantkhdczc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----dtbfemmqjdddczc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----etbqa2alia5i.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80a1a8b.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80a6a1b.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80a6aq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aaa3bgsbbm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aaa5ajbrzqd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aaaane9bk7bh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aaacqdkdv7b0a.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aaaptltzqd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80ab1bse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80abb4bp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80abmghlx4ajd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80ace6be.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80achgm7d.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80acqgkhcn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80acubre5k.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80ae7bafe4d.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80affa6ai0a.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80ahjdhy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aknjgrv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aod6g.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80axad8esa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80azep.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--90agmsorb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--90aimoos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--90aizn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--9kq.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--b1aa9b.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--b1agcgqrei7i.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--b1ayb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--c1aaulbdc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--c1aid4ap8e.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--c1aolabgdj.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--c5w032d4vi.xn--fiqz9s", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--c5wy5c025b.xn--fiqs8s", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--c5wy5c025b.xn--fiqz9s", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--d1aca2a5al.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--d1aczdsdn4d.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--d1awi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--e1aahuqbk6f.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--e1agokg6a9a.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--e1aoddhq.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--f1ai7a.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--h1aarew7ct.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--hnse-gra.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--m1aba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xnetwork.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xnix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xomyak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xonobixa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xplozion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xrayreview.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xsenya74hram.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtreamfire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtreme-cs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xuann.wang", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xuesoska.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xviii.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xwfwrestling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxl-bonus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xyrexwolf-sebastien-izambard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xztech.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ya-hudeu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ya-hudeyu.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ya-hudeyu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ya-madina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ya-radio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ya-stroynaya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ya-zdorova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yakkifamirie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yakutia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yakutianews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yakutsk-city.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yakutsk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yalb.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yamal159263.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yamobila.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yannickvdvelde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yanovosibirsk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yaoge123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yarplast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yarygin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yasraiting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yasrating.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yassinesmael.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yazichestvo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeartracker.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yekaterinburg-city.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yemenat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yes-money.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yesapp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yescareer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yesilliforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yesjobs.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yesmirov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yobniyulyu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogagadgets.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogasolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogaworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yojnaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoshkar-ola-city.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youla.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "young-celebrities.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourbreakfast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourdemowebsite.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourdrive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourmobility.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoursoul.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoursoulmate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourtests.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourworlds.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yousee.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youth-for-life.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youyifans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ypgnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ypopovych.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ysearc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ytexa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuandan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yucca.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yugohome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yula.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yun-bao.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yunnet.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yurist-vopros.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuuwa-service.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zabatsai-sam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zabbix-monitoring.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zahirdanzavila.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zahnarzt-seidenstuecker.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaim-best.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaimi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaimin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaimlime.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaimvkredit2.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaimvkredit3.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaimvkredit3.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaimvkredit3.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaimvkredit4.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zain-hasan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaitaiguo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zajm-bez-otkaza.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zajm-cherez-sms.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zajm-na-kartu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zajm-pod-zalog.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakononline.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zalihvoch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zam0th.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zamok.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zapaska.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaplano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarabotok-v-internete.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarabotok2017.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarabotoker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarabotoklaif.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarabotokvseti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zardain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarjadnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarobotok-forum.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarobotok-forum.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaschtnik.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zavarkin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zayats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaym.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaympodzalog.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaympodzalog.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaympodzalog.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaympodzalog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zayzoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zcompany.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zcompany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zcwtl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdorovcentr.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeldaliberty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zelena-armija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zelendoma.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zelkor.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zemli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenki-manga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenmail.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenrtal-online-russia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zepter.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zepter.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerium.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeroz.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerozero.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeuscorp.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zevenbergenbos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhamolov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhdun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhelanie.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zheldor-dance.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zheldorinform.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhestokijavtor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhidkiy-kashtan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhodino.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhoujunlawer.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zikipedia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zilla-sushi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zion-craft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zithromaxstrepthroat.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zlarin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zlatanonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zlotyslawecin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmeya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znachenie-sna.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znakomstva-2013.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znakomstva.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znakomstvablogs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znaniya.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zodiak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zofrangeneric.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zofzpcb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zogatest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoloft-medication.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zolotie-ptichki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zolotistyi-kofe.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zolotoioasis.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zona-bellepop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonatelevision.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoogbook.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zornica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoske.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zsbd.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zulaoyun.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zurmas-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuss.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuyzi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zvezdy-porno.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zythromax.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zyx3d.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x76.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11b31.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2cat.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2ximedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3rr0r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3rr0r.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3rr0r.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3xy.insure", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4dlatest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5thelementtease.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "887d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "889vip10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "889vip6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "889vip7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "889vip8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "889vip9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "92ganb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "93644a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "93644b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "93644c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "93644d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "93644x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "93644y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "93644z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a2censo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abclyrics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutmoney.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutmusicals.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ad-s.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adsnn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adti.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agiacleaning.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aimdigital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aipor.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airstrike.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajmara.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akademiaantykorupcyjna.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akhildev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aktfotozas.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexander-van-nieuwenhoven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandraandnicolay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexsantos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aliment-covid19.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alterego.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aluguer-rodagigante.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amberonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amlameiras.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andywalkeronline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animelib.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anti-doping.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antichat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antisocialist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antisystem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antiuser.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apeiri.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apple-laptops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "architekten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arforingenieria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkinova.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armorsoft.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnold-schwarzenegger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arquitectura-ilimitada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrolab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astronomija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astroteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ateneucomercialporto.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlantik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atomicheart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiocd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audioconspiracy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiomind.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiophiledebutant.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austriantekken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autocross.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autocrossfoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autocrossonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autorefuellings.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avariya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviationzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axis-of-evil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axxis.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayudamutua.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azarweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azeriland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azeronline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b88vip10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b88vip6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b88vip7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b88vip8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b88vip9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babaei.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babaei.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babbel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backjump.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bacteriakit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badbird.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badmessage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badnails.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badrock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badstar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bahrainonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bajacalifornia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balancehits.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandnames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandvideos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banner-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barandazstorm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barandazstorm.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barandazstorm.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bartavi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bartdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bashsoftware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bassethound.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bausparkassen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayramov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bazar-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbclyra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbschat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbsgood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdsdatxanh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beachworldchampion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beam-life.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beamitaly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bearfactory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bearrecords.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beinteractive.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belgian-naturists.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belgian-swimmers-united.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellissime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belrybalka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beltman-shipping.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benedict.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benjaminprevot.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benobi.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berbervandenberg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergsjomannen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berluskoni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernadette.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernerland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berriescomunicacion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestglobalpayments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bevif.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhogavati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigbenny.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigchris.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigsister.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bijlesbart.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikersclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binaryvision.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioforce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biohazardland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biohazardous.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biomechanics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blheritage-tours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "booksmp3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borza.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brianfanzo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightsparks.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bvb.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabale.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabeceirasdebasto.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cables-pro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calefones-electricos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callsign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camtarappliances.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caringpups.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carreraspopularescalendario.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catilmu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caucus.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccdgaia.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccea.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cee-trust.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgtcaixabank.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "china-viral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cidiframe.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claudia-halfter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claudiahalfter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clean.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cm-valenca.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codefive.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colah.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colegiovallejo.edu.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compagniecoupable.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compdev.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "construyetuempresa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cornerstonefoundationrepairllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corona-stats.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coronavirus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coronayak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cotandoseguro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covid-19advice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cp014.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cprewritten.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossfitvenegono.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuisinecastle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danzantebay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daste2kala.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datingso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devdeb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalkes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distock.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diwaligiftforyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dkim-validator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmaseocompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docdoc.tel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dockmastersonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doverye.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamfm.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamotis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumax.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duraes.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebooksa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eccologic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecn.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianboksburg24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elona-wvw.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emarketingprince.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "employment.uk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enizioshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enjoytransferitalia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicsoft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escobpb.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esea.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esperanto.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eudireto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip107.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip108.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip109.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip110.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip112.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fedextrackingservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feines-cbd.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feminity.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferreteriaferreiro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fharbe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fharbe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filestreak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmbasar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finstitute.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fireplacerepairlasvegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flensburg-hilft-flensburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleshwound.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fletchmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flickor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightjackets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flipweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flooood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floris.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowerdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flying-angels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyingdutchman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fm-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "focusproductions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "focustec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "focustuningclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "football-world.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forestairllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forevermuslim.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forsaken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forsure.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortepiano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortmatic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foto-forum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foto-gallery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotografija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frickybeats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendlydabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendsnew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frugofit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuzzylogic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fwba.hopto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fysiotherapie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g-center.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabby-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabyminneboo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadzilla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galileohealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gambiafishing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamburger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamecs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameexpress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamegrad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamemakers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamers-community.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamers-paradise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamersheaven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamersplace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamersuniverse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "games-station.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamesmagic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaming-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gapfa.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gartanien.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatlink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geek-rooms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekstuff.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gem-forex.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gem-forex.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gem-forex.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemforex.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemforex.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genesiselectronica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geoarchive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geodesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geoendesa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geoman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgianhistory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getdoges.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getlawnbuddy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gforex.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gforex.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gforex.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostsquad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giantsquid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giganet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gjan.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glamdaldyreklinikk.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalpro.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globaltix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godmusicapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gogolcoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldzilla.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gospelstreamingsermons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotolinux.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "govoip.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphimode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravstein-norge.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h0u5er.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackernews.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakbong.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hallcopainting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harbecke.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harbecke.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heanbian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heat-ua.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herringadvancemachine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heywise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hifdhblog.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hillcountryoralsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitleap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holidays-info.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "host2100.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelreis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelsupport.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hovset.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huileriemeziana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idealnastrona.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idweblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igust4u-archive.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imboom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "initiative-3d.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insertface.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ioncubedecode.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipitia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iranophiles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iranophiles.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iranophiles.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irisinclusiva.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islandchillfiji.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isseenterprises.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japlin.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jikarentalcar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkvglobalsourcing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobsjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josefranca.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josephcz.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justsellmycar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k3t.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kagawa-net.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaisto.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kandr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karty.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerocristais.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kintsugi-beauty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitagawa-internal-medicine-clinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klankenkast.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klausbijou.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knowledze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kod13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koehn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komehyo.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konzepttreu.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kood13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koood13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krishnakalisaha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurenivka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurniasihmandiri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakewylietax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapulgaflamenco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ledcross.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legion.hosting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lendingmate.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesbonzoms.alwaysdata.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "likeany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liliya-salon.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkspace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lionland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liquidation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liquidweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlemaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liuqiao.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lollypop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lollyteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lomex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ltdev.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumbre-encendedores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyritify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macc.org.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madebythijmen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicorama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mansys.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maratondeclics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matjarkom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matli.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrimonybest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mddistributorsstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mealpedant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meditateinolympia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meitianyixiaobu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibre.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibre.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibre.com.bo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibre.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibre.com.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibre.com.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibre.com.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibre.com.hn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibre.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibre.com.ni", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibre.com.pa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibre.com.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibre.com.py", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibre.com.sv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibre.com.uy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolibre.com.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadolivre.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercurycards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meterinsight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micah.soy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micaritafeliz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michelgolfier.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "migrainereliefplan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindomo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minigermanauto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minternals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misclick.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjguo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilize.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moebelschreinerei-engelhardt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojtabaemadi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mudastudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muflon-linux.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-gps-tracker.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myflightsonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myke.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystore24.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namamala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naszymzdaniem.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natasjaversantvoort.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neatnestsdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neatnestsorganizing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerdoftheherd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nesscitycatholic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsbay.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhtsa.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nothingwired.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nptn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nucleios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nxnt.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okobojitech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okweb.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openqnx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openstackid.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orano.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oriveda.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oriveda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oscpi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourcreolesoul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovidro.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paruwa.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pauct.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pchan.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdimitrov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "physiotherapie-kobiella.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelflex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polebarn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portalmv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portoccd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pr-release.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praxis-kobiella.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodigious.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostoporno.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pta.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qtv.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdvobras.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reidope.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekka-j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relaxti.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revenge-spells.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmshg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roethelheim.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roethelheim.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romatours.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosaserra.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "running.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rx-safety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabrinajoiasvarejo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltydogpaddle.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapphirevpn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sawiday.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sawiday.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sawiday.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sawiday.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sawiday.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sawiday.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sawiday.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sawiday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sawiday.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sawiday.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schausteller.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schulferien.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seasistent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebastianllenque.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seditious.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segdomedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seniorhomexchange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sertaobom.eco.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serverfix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sextop1.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shareby.cam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shejumm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signaturecityllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplelogin.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplelogin.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplelogin.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplesite.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sknasirali.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sldev.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solo.com.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportingclubdacruz.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sreenadh.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stacky.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stay-curious.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steelcentral.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevensautotopsandupholstery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sultangroup.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supedium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tandemwise.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tannextcloud.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarahancenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tardics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tartu.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcmk-tomsk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techsna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theatrepremol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesemperfibeard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomasdrtina.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomphenix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torohandyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsaama2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsproesasac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tucoladaperfecta.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tumentorweb.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turbo24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turteka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuspiscinas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitix.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unternimmteam.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upgrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "us10.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v2mcdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "validius.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varnastarost.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaugarnier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdocapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicentediaz.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vilhelmjunnila.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitvalenca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmhomedesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vot-tak-vot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voyage-evasion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vulnerabilityscans.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wars.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waseetalnokhba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webparallevar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weddingwire.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedooper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkenbijsanitairwinkel.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkenbijsanitairwinkel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wicamb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wirmicode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiseadvicetravelling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisnuadi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "witchthicktits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workfromhomelegitjob.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldgamez.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpfullpackage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wui.fan", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuifan.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuifan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuifan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xkeyc.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----7sbbhzfbdo6dnf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--xwqa8512b.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xperience.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zamok-love.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zbsj.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdenek-hejl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeromoment.marketing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zh.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz204.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x5d.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "166zzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1fax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2fdelivery.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3commas.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4voip.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "50.gy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "528sss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "557bbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "795sss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "991ccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaflalo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abeshultz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancedroofingmuskoka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agasaya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbnbcupom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akapumkin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akirazu.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aknastore.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfredetnestor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altcoinandme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ameri-drain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanenergysystemswa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreae.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anteroleppanen.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anunciosbolivia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apiida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apimoveisorocaba.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archmacro.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asgardsuper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asttuchaud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atpeacerealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austinbestdjs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveunlimited.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "av-th.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avcilarescort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avoinna24.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badaa.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bailleux.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barzallof.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basanakia.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basllp.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaquarium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berchtesgaden-hilft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigskywaterheaters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigtexasbeerfest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin-youtube.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackbbwvideos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluheron.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borza.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bosiquanao.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bostonprocleaning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boticadiservicio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botikadiservisio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bougerpourmasante.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boundless-designs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brazilhealth.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breteuilcommerceartisanat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bride.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butlerdisposal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camshowhive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camshowplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canibeoutside.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capctury.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "careersngr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cariocabelos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cass.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casvpn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cazadordebuenaonda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centraldelbebe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centreparkhistoricdistrict.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centurion-meet.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cesarloaiciga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cetis.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cges.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgl.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlesbordet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charolopezatelier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chataumateje.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheng.pet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chocolatebelga.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianvanos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "civil-works-sri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cl-brands.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyrcares.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyrlabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "click4click.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicasesteticas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudmyhome.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudmyhome.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codetrack.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinnewsspan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coletrain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colorbitor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commaschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computersforlearning.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connectedbynexus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covid19resilience.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpanels.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpshr.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crafterbase.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossfw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystalmusic-chat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuisine-ultime.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dd152.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddw.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demarit.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dhammacitta.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digino.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimigo.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ditudo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj-phil.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlrg-cux-ohz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctorebonie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogespeed.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogespeed.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogespeed.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogespeed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domofon.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontkeylog.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drawguess.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drone33.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ds-hostingsolutions.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsiteam.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchwaredesign.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwell.property", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecaa.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edufrog.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egt.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elephantstone.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eletricista.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliasfox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elliottbernstein.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emergenzaduepuntozero.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emilstahl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "english-biography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enoxhzwh.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ensaladasvinagreta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ephraim-medical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equipamentosparapostos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erichoins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erkkiaronen.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erulezz.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etindustries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eve.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exaduosport.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expectation.management", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extienso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyeshield-informatique.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f1iran.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabian-zoske.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabricadeobsequiosimpresores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facan-godollo.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faulkner2020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faysalabdi.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcpn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fileho.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishystuff.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flagipanstw.info.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flexussolucoes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flubio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluidbb.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fox-zulu.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friherrsindemarit.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fulltextarchive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fusionauth.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fyllehack.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gbsapri.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekgirltech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gethyas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gilloteaux.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitgud.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "givemeaverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glitter-graphics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glxnet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmmarine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godles.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gofobo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golosinascbd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golternet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "govsales.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grast.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatlms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greekpistols.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greencontrol.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gripcoat.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruasiturra.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruasllanos.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guardedbox.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyengus.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakon.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamada-syoji.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanbin.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hannehovi.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hasilkeluaransgp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heikkileivonen.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heleus.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heleus.photo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hesbenergie.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hgyo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hibrid-turf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highqappliance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hillcrestplumber.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeostase.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honey-tr.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honggian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoodcouture-shop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horstmanshof.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostatic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howinsider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hst.tc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htmtools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iesucreipi.edu.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilovecheesedip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impartesco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imprensaglobal.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inquisition.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetprofitspro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interpretacjawynikowbadan.info.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inua.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investarter.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iranpay.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irelandremembers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irelandremembers.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irelandremembers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivoucher-kuwait.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jantari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jgtrainer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johannavarmala.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juggo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juhanihakala.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jukkakivi.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jukkakivimaki.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jvianes.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabodo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaplan.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapsalondigo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karaokerentalcalgary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karaokerentaledmonton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karaokerentalvancouver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasettilamerit.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keyschip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kigurumi-party.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingforex.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klute.spdns.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koing.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kommunikation-czw.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks1athome.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kustom-kitchens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lancea.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasmoarquitectos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laurabailo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lechompenchaine.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leenaluhtanen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lefilradio.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legoktm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leporem.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levellock.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lfnaturopathie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifebymargot.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "light.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightbluelearning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lihuenjardin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lillyfox.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lionelsfarm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livinglifesecurely.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lp177.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucesledsbaratas.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucreds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunaretna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luoli.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxedentalfl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxuryislandtrips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lvna.capital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lvnacapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malariabehaviorsurvey.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manoek.dynu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manyproservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mappingspaceperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariouniversalis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketwau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markhamfair.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markkusilvennoinen.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markuslintula.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinvolenec.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marybeauty.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrix.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattshi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdinstituteplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdsconcept.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mendrala.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mendrala.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mendrala.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midi-coquillages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miisy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikeyroxtravels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miratechgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirumhongkong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misson.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlfitnesscenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmoveisplanejados.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modamoom.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moncarnetdesante.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monorthopedagogue.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motoforce.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mphold.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrssclaus.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mudey.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "munialajuela.go.cr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "music-store-download.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicnotesroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycbils.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycloudhome.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycloudhome.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myriadlex.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myswimmingclub.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nataschaskraamzorg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nbsgames.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nejrecept.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newikis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newshour.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhadatpho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninaafenehjelm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nivalandemarit.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "njhq.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "no9vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noatec.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nogfw.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nogfw.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nogfwsite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomo.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nozier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oetzies-quiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ola-xyma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omniballot.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omnicourt.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinepayment.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlyssd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opencovidpledge.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimism.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orthosportiv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ouvindo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p10.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paaspasst.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panamacascoviejo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paradiscapacitados.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pareaki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parenttv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paseelite.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patentmanufaktur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paveltoman.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedrolamas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pegfer.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peopleorders.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perali.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philippehannes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philpatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piezus.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platform-med.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playorigin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playstationplus.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poi-radary.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponyar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornhib.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornhun.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-dog.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proficiodigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proficiodigital.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protection-plexi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protection-plexi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psicologomogidascruzes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychologue-grenoble.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptcmonitoring.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "punjabdirectory.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "punjabitube.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvpheroes.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q3jlzwq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qbacano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qjg.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabec.com.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riley.love", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rinton.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robin-kusch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rogeriosantos.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rogo.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpi-pihole-mon.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rueckgr.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rundh-audio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruttenadvocaat.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samaresane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sangowen.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahjaneethan.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sascha-brockel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schnaube.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scwildflours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebastian-bravo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seeme.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serptoolsuite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serwis-telewizorow.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serwistomy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexychatakides.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfiane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shanoviyam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shawclan.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slothy.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soilegustafsson.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soloroboto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songlifty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sophi.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soukka-seura.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sozialabstand.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparqmedia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speac.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spinpay.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sshcrack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sslmonkey.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "st-jitsi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staroch.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stocktonengineering.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "straydio.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "styloplumeblog.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supersprowtz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sustcarchive.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svarta.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swanbitcoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swayampaaka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taaltaal.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tapbutdao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techiecomputers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technews360.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teknisetdemarit.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tepui.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texnogu.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegatewaytoanewworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themedicalmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theonlinecentre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetrafficgeek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevern.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thijmen.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thoughtworthy.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiempoalegria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top4c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tulevaisuusdemarit.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tupahost.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tupperwaresalamanca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tusconsultorex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uatx.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unataly.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unionvilleheating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uploads.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbancoffee.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uslugi-online.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v2xxoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vadasztanyabuk.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "validius.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valkoi-konyvtar.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valkoi-ksk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valuskills.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vapemate.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veikkosimpanen.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villavasco.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visualiti.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitalos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voidge.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vxl.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wawloja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearedevs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearetravellers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmyhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webteammate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welcome-to-the.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgrfoods.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wht.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiadomosci-lodz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiberg.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winterstyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpdo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrkflowmedia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--fl-mka.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtensio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xyuya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yolifestylenow.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youngsigncompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zilsoft.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "016910804.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123start.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2makeu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4driver.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4hypo.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88cakescorner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abbyvangrinsven.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absentia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acgc.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adauge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adriankeenan.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmed-alasadi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akalpremkaur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldersgate.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldersgate.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldersgate.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldersgate.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldersgate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldersgateumc.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldersgateumc.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldersgateumc.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldersgateumc.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldersgateumc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allaccessglobal.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allinform.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allremotecodes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alperozmen.kim", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphazure.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alquilerps5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amatista.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ant.lgbt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antivirusgratuitos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apuraytravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabwomen.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archaeology.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artlinestix.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artofclouds.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asean-wen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astyork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "at-machining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlaso.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attoch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audionpack.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aulasprofdanilo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aussieparrotlets.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avitus.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awalong.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backflow.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baecker-know-how.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baghtelecom.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayanbennett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbcustomremodeling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbunits.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcyw56.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdikaros-network.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "be.gy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestappliancedoctor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betassl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bimechanics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birthdaycakekuching.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blocked.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluebikesvalencia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bottom9clothing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boutiquedelhogar.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brajenovic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bran.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braxtonehle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c-netsys.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c057cl7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campus-competences.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candalgic.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canopy.garden", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardoneshop.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "careify.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cateromarket.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catsgalore.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbdbflo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdrjapan.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "changenow.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charuni.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatterbox-aws.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinafree.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinafree.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cibleclick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clariti-health.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clementpinon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudfree.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudmyhome.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnfree.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnnc.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colbird.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colombiawebs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comedicgrouperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comprocellularishop.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comunate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confetayrona.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connorfindlay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constelacion3d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "convert2sql.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookandgame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cortesparapelo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coryluba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmicyes.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covid-graphs.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covid-model.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covid19statstracker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covidmodel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpad.org.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crea.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "credee.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cricoff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crohnszone.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptonewsz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cthu.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuestiondegustos.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czechglaskralen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dagjetreinen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danangcitytours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danchestertonphoto.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielmorales917.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepclub-chat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepwoodshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedapplication.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedresearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devoc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dezinfekcianaruky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "differmint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digino.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digino.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digino.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dioxido.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnddobbelstenen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dossierweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "download-audacity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dream-factory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsv-salesmanager.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dualscreenblog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duoqichina.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duoqichina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvprogram.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-procurement.co.mz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebix.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebjork.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebooksinfocus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecosdanoticia.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eksk.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elpueblo.com.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eltd.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "embello.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emulationking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envisionsproperty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erenvakfi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ericlight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esajokinen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etcivil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everythingcebu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expanddigital.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakebusters.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fammamtl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famousit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farumbedandbreakfast.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feelmingo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixvelarde.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fillu.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flagipanstw.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fletesymudanzasbaratas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flycheaps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forcewaterproofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foreverreem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foto-mario.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotomodels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourcornerscb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freak-show.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frednet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freecn.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freegamesmac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getgroots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfmp.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "given2.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "given2.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "given2.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "given4.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goofy.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpony.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guiaturisticanuevayork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gustavovelasco.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hack.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackade.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hafer.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haigekassa.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happybaby-ec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happywheels1.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdmovies.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthynutritionguide.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hermiyanto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herychreality.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horos.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelsinroatan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseofaceonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htikeagkyaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifnet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imap.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imqyw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "industriascruzcentro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infomikulcice.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingebroer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instaon.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intcarshow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipv6.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isabelcaviedes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ispn.edu.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itcoolie.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itgalaxy.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacobdorais.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jafarmehdipor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesplumbingcompanypasadenatx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jfjtransport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jhonmurillo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmap.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jojo.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jon8rfc.homeip.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsdesign.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jub0bs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karaokerentalmontreal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karaokerentalottawa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karaokerentaltoronto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karpat.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katapult-impuls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keycdn.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keysmedspa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kls-platform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koishi.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komponenty.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korkortonline.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krome.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l2l.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lablic-beta.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "langages-programmation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latronicenergy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lejade.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letterzaken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leyendaluzrenacer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "licensediscovery.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lishup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littleireland.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationkaraokemontreal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationkaraokeottawa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationkaraokequebec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithunit.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithunit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithunit.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logodzyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojahbk.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojavirtualdopsicopedagogo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losangelesescorts.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luisabreu.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luna-zen.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lustylabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyhathu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macrofox.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magisterjuris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnamus.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maintenancemtp.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majalmirasol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makeitshort.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manilacrawl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marielouise-oliwkiewicz.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marropax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvelweed.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterin.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mateu.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matronal.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maytinhxachtay.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "me.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meaningfulaction.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec000.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec111.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec222.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec333.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec555.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec666.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec777.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec888.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec999.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mechasdepelo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediaforkids.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medinorte.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meditez.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medklee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meier-stracke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mereni.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meskimonos.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metdijital.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metro-detroit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelkosiba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midiarioalcoholico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miguelcolmenares.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miisy.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miisy.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milchweg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millbrookbedandbreakfast.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milliarden-liste.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindfulnessjourney.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftrealgold.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirasurclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixmastermiguel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mizuasobi.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkm.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilerhandwerker.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mockups.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mokujinken.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mondsee-psychotherapie.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monicahq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moondsee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moovhl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mostardela.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrak.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtp-services.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muir.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muslimah.boutique", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvmm.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycloudhome.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywestondental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n2ray.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n3oxid.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namisens.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturallyvegan.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "negociosurbanos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netsys.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhahatde.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhasicuibap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nianubo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicaieri.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niciunde.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northstate.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "numit.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyamulab.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odo-pro.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odontologiawilliampizarro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odzywianie.info.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "on-air.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osteopathie-guggenberger.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otokirala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourwits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorhaber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pansino.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pebkac.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perezplumbinginc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photo-booth.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piedroshop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilotpov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piraten-kleinbasel.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plus36.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pop3.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posukovskaschola.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prisonerresource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programer21.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proj6.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psucompare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psv-herford-badminton.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pta-security.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pubsasiedzi.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qanatnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quasetio.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quel-dj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quizinn.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raamattuopisto.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radnas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ragnarokhpg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rallyekrumlov.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapidxray.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravijuhend.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcsscontractors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebelsewerservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recoveringfromfaith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reikimontreal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reliabledegree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restock.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmp-gebaeudedienste.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robeschinoises.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robi-aesch.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolibo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romeing.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsrnd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rugbugecoflooring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruifu.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rundh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runningshoeshq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-geiser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s6academy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sa-hc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sacodecuentos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salud-paratodos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanatstore.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarouel.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sawiday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbl250.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scambusters.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scaracloud.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolbuddy.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretsauceangel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seondigo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoprnews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seounlock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serverstatus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevenartzpublicidad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "share.gy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharkeyscuba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shawfamily.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shirlygilad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigmalux.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigmalux.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigmalux.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigmalux.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigmalux.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigmalux.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigmalux.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigmalux.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigmalux.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simsalafresh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sivizius.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyhighescaperoom.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smurffi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sohail.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solovyovalawfirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sourmatt.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spartac.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spendleex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sro.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sros.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssk.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sssnet.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stackstartup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stackstartup.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standdownofnorthjersey.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startstack.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startup-stack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startup-stack.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupstack.llc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupstack.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupstack.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupstack.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupstack.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupstack.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupstack.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupstack.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupstacktech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startuptechstack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steggemachine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevesbriefmovierecommendations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storybuilder.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strandkorb-jentzsch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studujdigital.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumareaguas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summer.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumutoday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suntzuparadirectivos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supercours.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "support96.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweetologist.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemd.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysv-consult.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szerver1.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taildb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talyllyn.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tardics.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techno-iptv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technoteers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telesonicengineering.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terraco.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texcolors.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "th-nuernberg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-spellcaster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebismarckmarathon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebrookeb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehasanyildirim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekidszone.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelimitededition.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenational.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theoldsewingfactory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepinfluencers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestreet.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "to.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toby.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonyzhao.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalleedee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tozein.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trans-pel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trashexpert.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triangela.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triangela.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turtledigital.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuxforums.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txtdb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulrichracing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unepierrepourlui.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitehelivy.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unplugstore.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unpoditalia.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unvoyageenvelo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upsilonsigmaphi.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "van-assen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vatitsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veganoos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vietnamtravelmart.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vigneshkumar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vilantice.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinisol.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viralme.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualdawgs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visadoparausa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vk1fj.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voom.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vozlegal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w3ctag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wardpieters.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-worker.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webhr.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wego.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatthefoxhat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wideworks.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winfuture.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winfuture.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "witch-anastasia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workaround.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xabifk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--43-6kc4be0fbz.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--nicieri-b4a.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--okra.xn--6qq986b3xl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xyconsultoresasociados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yannickkordel.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yanwo.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yg-crew.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yobda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youbehero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ywyz.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zagainov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaimponuj.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zesgoes.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zir-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonaairsoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuluconnect.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "186526.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2007gp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2345666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "259885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3456666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "378bbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4567666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4k3dyptt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "50.tf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "51ish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5678666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6789666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "71tuiguang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "992zzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9i0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9jajuice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a1scubagear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aakashbhati.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abnobapetstore.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acceleratedpayments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acdk2.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ademy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adsmobilefor.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advaithbot.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agritayo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahornblatt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahu.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akssma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alevel.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexanderjshapiro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allergento.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allpornvids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altaekwondo.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amaderbangla.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amango.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amerimex.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anastasis.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anilasansor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antiseptik.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apaymall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apinat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archi.net.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archlinuxcn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arselvarol.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asasesoria.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astiamministrazioni.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atenasconservadora.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audit.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aymericlagier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b3collections.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backbenchersart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bambuitalia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baofuzhuan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbs8080.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benjaminrancourt.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benohrbrill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benzthonburi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berndartmueller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigambitions.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bijzonderekoorprojecten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitar.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitloco.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitnoise.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjc.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blacksignature-coffee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boingo00.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boostrpro.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bran.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandingforthepeople.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brianum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brianum.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btobchod.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btsous.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budapestjazzclub.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buggy777.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bundesvvehr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buydegree.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafminiapp.ac.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callumgroeger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camslagz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "car-clean-nord.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carcleannord.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carinaklijn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolinepleuvret.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cb83.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cc.hn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cekabajio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebavirus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cerocosto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chabakainfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chantuong.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charly-arth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chronotech.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circum.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cityuproject.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clara.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearstep.health", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickhouse.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicaeliana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clouddatanotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudfree.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudfree.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudmyhome.buzz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudmyhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudmyhome.monster", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudmyhome.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudpublic.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudturing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubinhodobaby.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codebreaker.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codename-infinity.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codename-infinity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codewitchbella.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codydostal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coldecan.edu.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "condizionatore-portatile.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "congregacionmitacol.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consul-coton.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corvettesalvage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crowdpress.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cshe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuddlybeardaycare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customcodeit.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cve.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d1pyhxxwnnp9rt.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d25sxbgdpzj1st.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daken.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daktariwildlife.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dallydushigrill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dalmun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dang-designs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielgaughan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dantana.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datagate.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbdc.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepl.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derkach.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devinstever.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diabetus.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dienmay88.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinero4all.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discord.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distributedsystems.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnf.buzz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docusign.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docusign.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docusign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docusign.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docusign.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docusign.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docusign.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docusign.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docusign.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docusign.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docusign.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docusign.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domains.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donislawdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivingtest.autos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ds-statistik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eatinghouz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekdoseis.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electronictucuman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elementalengine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elementalengine.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elementalengines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elementalengines.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emil-reimann-lieferservice-stuttgart.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emil-reimann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empirehive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enfinmince.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erichmann.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erosbeautyandwellness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essenah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiemosvirtualmente.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eve-skilltracker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exper.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f5web.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabien-bousquet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factorway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastercaretx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fazal.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixc.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferrodata.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fhappcp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filipstaffa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fletcherdoescrime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fliptracker.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forexnew.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortawesome.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotopianka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxconnexion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freepornovideos.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freepornvideos.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freepornxxxvids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freexxxmovies.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fromm-projects.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furtodo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futone.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxeuropa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gelarehghamari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georg-ledermann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgewilsonvsgatsbyjs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gestalte-deinen-balkon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getsmartlife.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goenea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenworldec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grapheneengine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphicapps.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphicwallet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groundhogg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsaxcess.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hagabilvardscenter.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanikira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harmonyonline.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrachovskyapartman.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hay.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdsexxx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heavenylace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heliconservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helloexit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hertz.fail", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heyitsfree.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirmozaik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiszpanskiesmaki.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hlsblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holidayair.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostibis.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotsexvids.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsmithsmithfield.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humanuh.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huntu.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamconnected.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifadian.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igechile.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imdhd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inextmovies.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inextmovies.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingbusiness.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingresospasivosyafiliados.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investlatam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iptoasn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iq-option.bid", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istheinterneton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itraveller.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ittlloretdemar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackwilli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javierguandalini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jayharkess.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jewaedv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jewelcaddesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnjayro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshfoley.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpdb.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judo2point0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k55655.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabbac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kagelmacher.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaofw.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaustubhalandkar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keshankang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "key.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kibazen.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinklist.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinkyheretics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kokily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kristineskitchenblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kryptix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laboratoriojaves.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacatta.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lafamilia-chat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "layers.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazoscollection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lc3755.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learnpine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lebozec.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidl.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lime.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuz.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litepost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litfuelmarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livelovelaughlg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveskype.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loadtime.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logwise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorenz-cloud.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunacat.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madamecolette.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "made-in-auto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makangratis.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makeranimacoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makeupillusion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandarin.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mantri-chat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "max-cafe.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxdargent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mccuskey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcmk.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "media-valko.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meijo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mema.recipes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merakidigitalmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miamimosque.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micheleandkeith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michielbijland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michielvanfastenhout.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mickybottenberg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micloud.uno", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mig81.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minetrack.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlcreaciones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modineaviation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mostazaketchup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mqbx.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multipassword.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymclothing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysexvids.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myviewboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n2game.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n8s.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasalucx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nat.ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nawarasa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemesisenterprises.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemsurvey.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerba.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neskins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nilosoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noknow.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nopaste.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notary24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nubium.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nukleoti.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "observass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odoru.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odorucinema.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oestemc.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ok-test.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olacatlitter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omegletalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omggo.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opti-net.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oriveda.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oriveda.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oursurplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p02.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pannovate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentekdograma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perustorelowcost.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petercawthron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phcloud.spdns.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phxserver.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pichainlabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piercingnagykereskedes.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piercingpiac.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinoyreal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinpaituiguang.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinpaiyunying.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirnhub.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelsketch.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixend.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmoscr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poenhub.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokermix.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pool-selber-bauen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porm.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prelogica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presensio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "previous.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pubg.yt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pwaiwm.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qhzwz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qrsecuriteanimal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r0ck1t.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ractf.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raspberid.org.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raulmalea.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reciplast.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recruiterbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redcupit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reformasiluro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remhomut.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remifajardo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remy.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reto.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revcord.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardbowey.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosewater.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rovertheory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roxanaherguz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpg-maker.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpg-maker.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruanwen168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubydatum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryan.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabahlist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saipeople.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanantoniourologygroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schwartz.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrambled.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchenginepartner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selfhosted.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seniorinhomecare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexualdiversity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shamimmedia.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharonsplace.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shouohkai-dental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sipln.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smikom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sntial.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socktopus.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sophiegraceshields.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spainpol.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparkweb.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speciauxquebec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starprime.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stayingurgaon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stealthvape.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevejcraig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stillwell.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiolupotti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studuj.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "successbox.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "survivalfitnessplan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svatba.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sylencegsm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemplust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taguiginfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takeshi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talkx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tandartspraktijkreddingius.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbun.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tdxexpedited.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techguides.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techlearninhindi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techsolcorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teestiger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tela-tatis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telco.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telenco-datacenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telenco-networks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tfk-installatieservice.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaininjan.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehouseofcode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevapeasylum.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thienminhmts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomkrom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thumbsnap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiendadeperros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titleboxing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tjzzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todb.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toolsharing.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topinjust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topporn.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tosshi-life.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "townofsweetwater.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traininglife.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transformasion.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendsuites.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trineco.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trmgo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepointsurveying.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustn.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryreason.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsr.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsu.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttvhoensbroek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tubepornmovies.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tubosabc.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uapp.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukpr.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umaywan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unix.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaidikapriya.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vampiresdawn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vandoornmiddenzeeland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ventahogar.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videosporno.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidyamonk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vigoinvestments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivofertas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlissingse-oratoriumvereniging.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walhal.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallacealvesdigital.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallnot.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangluoyunying.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangzhan777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "washingtonwatchdog.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "we.tc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wednesday.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildzap.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wintark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisdomgeek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wishlog.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonderkind.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpen.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xgeni.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinmeiti168.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinmeiti365.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xminds.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xsupernova.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxfreepornclip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxpornohub.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yananikitina.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yanhongming.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yaodownload.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ybangban.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ycmunc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogies.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yomiren.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youngguns.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "your.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yumplay.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdravypanelak.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeta.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziarnisty.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zighinetto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmy666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zottika.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1masquepourtous.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4cut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "995ccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99furnitureideasandtips.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-colorful-life.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abaca.bar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acina.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adiscorduser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adopt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrianasantos.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agentfirewall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agscapeslandscaping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aipi.tel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alieninvasion.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanstrategic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andibo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalcrossing.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antifaschistische-linke.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antoninocardillo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antonioordonez.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antwire.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aoicollege.edu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aprendafotografia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apur.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqlami.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcosdequejana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asperatechnology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asperatechnology.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asperatechnology.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlantabethelaci.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlanticradio.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atplastics.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autizmo.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoclassics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babyatacado.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barnflix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bauservice-aluminium.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bee-kart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bekabazar.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berksestateplanning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernhard-eicher.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bicommarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigcorestintas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigmountainmail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikemod.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bingedb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biometrics.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bipedecurieux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blog-cannabis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobstikkers.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boyo.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bran.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandweerzonecentrum.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsolution.edu.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bt-kc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessusa.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyitmalta.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cakalnedobe.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camilalima.adv.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canukseeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitaliz.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolcollv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casalor.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cccp-o.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccnexus.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cecilgreens.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceifx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certified-cpr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certifiedblk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaddidit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chenui.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheto.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinamextrading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "choiceuniontown.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrissx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinux.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmweb.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coachjehond.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffeeinvestigator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cogsys.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinfete.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coldjetconnect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colorfularchive.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultoriadigital.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "containerbeveiliging.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coreylmartin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmos-ink.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "couetteduvet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criptomonedaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypto-forum.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csbya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cumbredelamaternidad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "currency-one.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwaurora.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d1v7neu4o1h4vp.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danceproducciones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniel-san.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielives.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkovepredmety.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davusito.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dayman.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dccomputerrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debtorsafrica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decrypt.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedyk.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepsoulutions.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delikodu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denariu.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentalgap.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designburners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destiney-arkaden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diis.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diversegold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djfunkyju.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dm-ppp.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmehub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donaciondeorganos.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doodle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorfbrunnen.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "droneservices.com.fj", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drpa.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eamproperties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebikemod.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecomoov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggzr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eklavyacs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eleonoramazzola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emeraldshield.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empty.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emulefans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enarxi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entegrations.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entremass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicridesbahamas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erincarmody.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escogitasrls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escrocratie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escuelaparapapas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudarfora.org.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etopa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evertradeelectronics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expody.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extantsoft.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falcon-forex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fallvegermdfharder.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fapplesauce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastbizcards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fawter.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "federasco.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferreterialuigi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fieldsgynroboticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiercerunning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmsearch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstresponder.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixatelierstore.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flourish.earth", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluff.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "focusmagonline.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "followlearning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "footmercato.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumoff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fossic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotohiking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotrino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fowos.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fr-phonix.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freddyvasquez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-ppp.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freelancerim.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freepron.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frenetic.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fungalforager.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtimesailing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gagarin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gavilanz.ddnsfree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gdretrofunk.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgesand.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girlshealth.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "givemeyour.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golestanehali.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golestanehali.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golifemobile.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomu.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grafologia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grafoterapia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphicsfields.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregorsarnow.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groots.ngo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growthagent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grunwasser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gulfvestors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gymnastic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haliava.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halogenos.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanjl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyanimalsshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardtime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harmony.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthy-shoko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearthealing.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herbymiast.waw.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hertz.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirschkronkessell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoctienganhgiaotiep.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoffmeyer.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homebrew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeopathie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homepcomaha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homewarrantyreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hornburg.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "householdheroes.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hqmovies.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hse-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydrocontrolsystems-janssenwaterproofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypothermia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibharatnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idheastudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idp.onl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igenuinebeauty.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ignasiak.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imls.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspiration.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instalamosyreformamos.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interbec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetowykantor.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetwealthresource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipcuyuni.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacquant.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jagar.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaguarkuda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeda.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jencor.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonathanrobichaud.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kardastel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karmalighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katoikos.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kicirdekorasyon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kickshack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinkily.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiwideo.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kk-gruppe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knxstore.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kontracovid.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kozackibazar.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kraken-ttt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunze-medien.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurashinohinto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "la-buns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacasadelmaniqui.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lansing.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learnk12.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "les-pipelettes-de-narbonne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leteckedarky.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libressobooks.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linux4tw.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveanimations.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livejasmin-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojagaboardi.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lol.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loyd.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lpdp.photo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luhn.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandospersonalizados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingseo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marklehane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mask4all.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastercareplus-demo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastercareplus-staging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicairsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicalassistantadvice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medifit.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medradar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megainformatyk.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesasysillas.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michael-simon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minbrew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mind-farma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraft-reviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ministranten-sankt-ge.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misco.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motortecbrasil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtcs-webhosting.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtmedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mutex.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mutext.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myboxing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycritify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfinverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynetdesigner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadomna-rabota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakhtalla.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanxin.video", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "negroes.forsale", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nelty.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nesta.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netim.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightdreamer.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niunaimilk.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nobs.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "non0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nowcomplete.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntechp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nucameratoezicht.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "numoola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oasisgenetics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oficinaproductiva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oligenesi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olson25.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omandatapark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinebusiness.law", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onseteste.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ookinhetpaars.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opinionmodel.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oposicionescorreos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimom.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orazen.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organizacaosaojoao.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orionleasing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orzechot.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outatime.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabel.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paocaibang.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passpartout.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patentmanufaktur.video", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patineteelectrico.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulus.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pavel.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perisani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perros.review", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pesonadewata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pianojockl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pivnicenamarjance.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetenklang-fuer-jedermann.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plokigames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plus-imobiliare.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polaroidmag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popka.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poptattoo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornoclips.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornomovies.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornomovieshd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potentialunlockedtuition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potterish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poweranalitica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powertop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poyonok.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printerinks.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prismalite.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prizesnapper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proagile.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profile.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progenixlab.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "provinzblogger.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychotiq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publish.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purestkratomusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putanaru.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvalaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q-xtra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qufa.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabotanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainer-knappe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rates.monster", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "registriakashicimanuela.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reidostorrents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resch.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retail-spark.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardsandsterling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rigasudens.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riunioni.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riverviewmotel.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodrigoarriaran.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roll.hockey", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "root.place", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootly.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rowingsa.asn.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpms.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsc-cronenberg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtfm.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabmobile.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safewaywaterproofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sairadio.net.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sallyman.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanskrit.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santander.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santimb.photos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saxobroko.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saxopholis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbpropman.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scratch-ppp.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebastien-meric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendigperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senfcall.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoblogs.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seolisting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seopost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sequitur.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seyv.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shantiniketanacademy.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shemogo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shittyurl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singaporefreelegaladvice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singharora.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skateaustria.events", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skiingproperty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyblueradio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slimwindows.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slmail.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sman1pp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartcents.gold", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosinfotech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spinning-portugal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "splash-show.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotblue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staff-japan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupstacksandbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steveellwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stillsnfilms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storebusy.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storeinstallieren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strafe-muss-sein.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suritylabs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sylvain.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synapseretailing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synthetictrading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szadeczky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabelekaloryczne.waw.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tangovolcaniqueduvelay.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tardis.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tattoo-ideas-4u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamhybrid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamhybridforums.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techmepro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecscipro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tegamisha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terrafinanz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theangelgivingtree.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecloudadmin.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecolorrun.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theruncibleraven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thijmendevalk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thijmenverveeltzich.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thoughtfullife.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tienic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinycat99.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titaniumangel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tnt.construction", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topmejores.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totpolyglot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tralios.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tramadol.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelplugcolombia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traveltourist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trinitydigitalgroupsas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truenorthseedbank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tumbaga.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tusfinanzas.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanwave.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "useon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usrspace.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uss-atlas.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v4f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegandelivery.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vendorpedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vercel.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vercel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vercel.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vercel.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vercel.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veseleruska.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vintagecommerce.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vovac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallett.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walutomat.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warking.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warp.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weblead.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weltverschwoerung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weryfikacjapodatnika.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windroide.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woelfer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womenshealth.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpcrs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writebyus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xaynhachothue.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xu.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxvids.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxvids.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yanlongli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "your-fitness-coach.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourhealthcommunity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdrowezywienie.edu.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenithars-ledger.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zombiemix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "01up.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x1.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "21stcenturycarpentry.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "360-ot.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "40daysnutrition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "44bet86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5starcruises.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7in0.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "992ccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abyssiniankitty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activiteschiens.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adbpub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adhd-explained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86zx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "africangreyparrotscare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agambition.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agedgamer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agpnepal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akses.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algodoncotton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alltimemovies.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alma365.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpha-protein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amirsabetketabchi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amlexaexport.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anabelpagra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anacom.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andahuaylas.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreapavone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angorarabbitsaspets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalarkvets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anip.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anitahomecare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annarborplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antidott.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anxietydisorderexplained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apicep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "applemon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "applemon.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appy.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aptekaref.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcanehardware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "argon2.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armilex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arobaz-informatique.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arshispana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art7shinjin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artelista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artesaniaselmagodeoz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artisansofsleep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artizlibranza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asalearn.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assignmentshelp.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asthma-explained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrology-for-beginners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athritisexplained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audite.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aussieseo.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autism-explained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviruptribedi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayatosuzuki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azurefabric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ballpythonsaspets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barkingspidersaspets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basicguitarlessons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcubeanalytics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaglesaspets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautybox.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bengalcatscare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benkelmed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berlindecouverte.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besilent.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betterteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bezmlska.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biblia.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biekos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioformula.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bipolardisorderexplained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bistoyek.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinset.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitewinggames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitoll1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitolls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bj-deal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodybuildingsupplementsexplained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boomerangworkouts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boophotobooth.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borderless.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouvier-des-flanders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxerdogsaspets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxturtlesaspets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainit.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brunogarcez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brunogarcez.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budgerigarbirds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildyourdailyroutine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burmesecatscare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burmesepythonpet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burz.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyingstatus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c-3po.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callmebetty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camerahire.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canaresidences.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canellayachts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cantor.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caostura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carclinichn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolineovercash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartaisapre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cassies.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cddwwj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceba-cuec.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceremonial-magic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgwebsites.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chalanbiltv.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlesassaf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chirolokalenfonteintjekoersel.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christmasinelmhurst.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christopher-wright.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "city-gym.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clacksixpromo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickthebucket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloverpc.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clowd.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubedoberloque.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collegemate.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comomorreu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comomurio.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compostella.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coneser2gl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contrastchecker.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corarcraft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corgiaspets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covid19world.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covidinfo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crc32.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crc64.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crixto.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crowdstack.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptozoologyguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cshive-cdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cshive-img.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cshive-static.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cshive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cute.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberarmy.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberon.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cynthiacherry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dachshundsaspets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dariarostirolla.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dateien.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datesendates.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daum-group.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defenseattorneysseattle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degenerativediscdiseaseexplained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dementiafactsexplained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demonologyfieldguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denisgrandverger.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desapego.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desimpelaere.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desteniiprocess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detali-if.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devz.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dewereldwerktthuis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dewereldwerktthuis.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dewereldwerktthuis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dewereldwerktthuis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dewereldwerktthuis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "die.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalrealitybbs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diseyst.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docesmartini.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctour.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctour.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominik-steiner.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorminyeremenyjatek.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downtowndubai.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamseo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "driventoday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dropfeedback.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duenas.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwwt.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwwt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwwt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwwt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaglerockseattle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "econmarketingdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edam.org.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eder-steiner.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eelsaspets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elopsys.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "embarkboathire.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmawild.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encrypted.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energiasperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ensy.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epiphaniusmacar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "es-sharing.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eshoeft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esignprod.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esse.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eternia.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewelinagrochowina.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exashop.tn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "explodingearths.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expobeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyestrainexplained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familytravelmagazine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasyempires.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasyempires.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feedingmynewbaby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fekepp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenn.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fhv-waldhausen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiddlesaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filosofranca.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financedepth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financedraft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financeguest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financeknown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financelong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financemain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financenews.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financenews.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financeorange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financepen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financeplush.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financepre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financestead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financethrive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financetwenty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financewhile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finax.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitcrewhn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiusi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flconcretelifting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floresparamamae.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flp-pushkar.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fontnegar.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forfortcollins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freddyxvasquez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frederickearlstein.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshmans-pizza.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxrates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garrowdigitalmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gasparesganga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemasulawesi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geo-portale.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geoforex.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getapps.review", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getdinghy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getnetset.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getsamegoal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getts.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glasgeats.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenretrieverspets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gole.ms", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphpaper.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grottalchemica.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtamoney.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habitiss.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hails.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handmadeweb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harigovind.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "havranek-its.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hcfoodpantry.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hcsbk.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helendoron.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hersport.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hex2rgb.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hghwebs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hof-imbiss-lieske.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hottestguyoftech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtocurekennelcough.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htsm.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hushbabysleep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypertensionexplained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypno-thera.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hysupchile.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihalesorucevap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iksi.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "image2base64.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imanet.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immomydesk.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imprenta-es.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incapecoral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indirimkuponumarketim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ineztheminiatureelephant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infectingthe.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infocrypto.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infraref.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inscomers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "institut-coiffureetnature.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iosbankermyanmar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itbog.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j5y.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacobey.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaisa.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javara-atlantik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javmobile.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jayveel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeddahlyn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jents.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jitprod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmg3.dynu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josephpinder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junbread.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaagsebc.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabataan.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapusta.if.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katzei.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keniasfamilychildcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevintolaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kindredcode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinschots.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kisaragihayato.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kjcdaily.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klappgeschichten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleankonshiens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knight-broadband.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koch-wro.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kod.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konyvbazar.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korea.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosmetykifm.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kozak.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krispeinture.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kristoffer.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kryptix.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laliebreyelcoyote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "le-marais.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenguajecoloquial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenguajecoloquial.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lescommunes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lewt.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-kochen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liftyourgame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightanddarkgame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilith-magic-ua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lillbrothers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liuq.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livery.com.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localmarket.org.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojaodo9.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lollybrown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londresdecouverte.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loreofthenorth.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotnonline.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luje.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madebyvasilis.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mairiedemoncelsurseille.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makecharcoal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makmasks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamohe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manoha-proservices.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marshaiargentina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martafloresmakeup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masaloku.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastercareplus-uat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medecinsdumonde.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meewan.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mejorwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfin.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mi-kasa.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micasayestilo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milwaukee-webdesigner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minipigscare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirador.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mode-tabita.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moe.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojama3dz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monetohq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monytharaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morespacestorage.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morgen.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motoextremela22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrcelulares.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrtudo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicbox.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mxdecoracoes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylfca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynerva.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysafetygear.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysciencecloset.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "na-n.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakarkhana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nako.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narda-sts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndmibiza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neon-lover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neotracker.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerta.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netroworx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngo4ngo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nishvikacommunications.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nisselrooij.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nonsense.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norman-legal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "normandcyr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northeasternsportfishing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrbpublishing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuitec.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obsessivecompulsiveexplained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olatiferreira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onehost.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneone.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlycouponoffers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimummenhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orbitfoods.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orseep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osamakhalid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osrs.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovedy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overcached.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palant.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pan-therra.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parisbesttravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulevers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paymentjs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedagoplume.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perkilo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petaxolotl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petinsurance.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petsnowshoecats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petsulcatatortoise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfp.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgitl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipquao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "physiotherapist-physicaltherapist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pigeonracinginformation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poder.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porntop100.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornvidsfree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornxxnxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profilmonline.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profilmonline.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programmare.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertyconnect.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prospectroleplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosperstack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protestantsegemeentekaag.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pstrykmyk.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pueblanmilksnake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purepowercycle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pygmyleafchameleon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quietapple.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quoteee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ratsmicedormice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rawscientific.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raxion.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "red-eyed-tree-frogs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redearsliderturtles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regamega.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reisenbauer.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rejpaci.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renam.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reypi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rf-meters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rgb2hex.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rgfundraising.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rohitpatil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rostirolla.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtonin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ry88url.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandtime.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanskrit.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sb-graph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schwimmschule-kleine-fische.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seti.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "setin.srl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sha512.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shakespeareans.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shipmyroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shipnak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shophikas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simaogv.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpletrace.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sixe.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slugify.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartpos.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smoe.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somoslaarmenia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sotypicallydutch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spackmanimages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stackick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startinop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefaniepetermann.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steiner-dominik.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steiner.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steiner.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steiner.is.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sticky.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangeelectricdreams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratussc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamgato.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamodz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strmgt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiomenfis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sufleu.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sufleuri.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superherofactory.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suwanneehealthrehab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svauto.ks.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swap.ly", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysadvisors.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "team-khcompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tech2gen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telosglobal.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telosotec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teners.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenkiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tfus.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theanimalshadow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theartofe.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebookiejoint.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thrivebymitchelle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timecaptis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tirion.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todocruces.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topvision.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tra-tra.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradesrenovations.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trib.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trtbangla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truegraceministryglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tucumpleanos.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tufelicitacion.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuinenvermeiren.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tupesame.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tupoema.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tv.kg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyr0wl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultrageilo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedmethodistchurch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unsiteweb.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "useon.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "userstation.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzidesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaartjesboten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanbalen.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "violettecleaning.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtual-webcam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virus.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlaser.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volreinsistemas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voxengo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waf.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallamigos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallapollas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warszawa-pranie-dywanow.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webslate.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wheyteck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willobyhomes.realestate", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wineforhelp.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmbey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodfarm2020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xetaioto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xprometheus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtremotivation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xywap.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yansurachman.web.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ybrcelikyapi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yfooz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoo.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yspertal.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zivimexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30019cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30019gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30019kk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30019oo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30019ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30019tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30019uu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30019vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30019ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30019yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4dmarinelearning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "870.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99furnitureideasexamples.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9gag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aa30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aanyasri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accpressurewashing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acemadeira.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acusticocoffeehouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamadr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "admicos.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrianhardy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokat73.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeravo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeravo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "africansafaris.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agar.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciade.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciaflum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agency360.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ai-practitioners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aim-port.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiprecipecollection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airtrolinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allitschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altecgmbh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altrasoluzione.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambulanceplus.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amjaadabdullah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amroofingelpaso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrewsandford.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androtiyas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthonywesbrook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antivirus.directory", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anzahcraft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apeelectrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "applebee1558.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcleanarcondicionado.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ardania.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariellefrioza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arno.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asg-egy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asianet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astral.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atmydesk.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atthehelmins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auk.hopto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurora403.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automiata.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankifsccodes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bb30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "believeinyourmind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellevueduilawyers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigbeats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bito3d.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blankpage.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blue-olive.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boattour.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobsfhairstyles.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bofashion.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bogazreflusu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bomull.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandon14.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravoasociados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwmcnc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c1cdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cairogyms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cajadecoloreshome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camera-podvod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canpervet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cattery.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cavistenancy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbaamaga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbrtrainer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cc30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceafinney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centaurfinancial.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfdcre5.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "channelizer.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaos-darmstadt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaveirochavetechlondrina.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chchealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "choochooworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christopherzoukis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cicery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cigdelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearviewsecurity.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyrprojects.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "climatecrafters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudwebservices.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "code-in-plate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codesquad.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codoozer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collalloc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collerosso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comite-des-fetes-neuville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comprafasil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computerz.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computingaustralia.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computingaustralia.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coniectoinvestments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "continuumm-tech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooperativaminka.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cravecraftonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuscocontable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyber-ksa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberlin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybersa.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cytophil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danieladentista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danwillenberg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "david-osipov.vision", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidodehnal.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dd30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddays2008.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dhs-rizlona.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diabolique.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dilldos.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divaseventstx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diversificarte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlf.exchange", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnsvrfy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnsvrfy.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnsvrfy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnsvrfy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dochoitreem.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogwithblog.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domihouse.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domreg.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-detailing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drogariasnovafarma.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drsejf.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dura.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwarikajewellers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dy.express", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynamicsdays.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecozona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eda.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edok.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educalis.altervista.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edukarl.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ee30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egitimetkinlikleri.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elalmibar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitexco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emelies-inspiration.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enderdrachelp.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eneryetika.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equisoft.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eskola.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esoa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eucustody.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventticketscenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everettduiattorneys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f-bbs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f3r.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femcompany.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fena.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fetchmag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fifaultimatemod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiftyseven.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finkrer.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flarewalker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flarewalker.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flarewalker.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flarewalker.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flatsomestudio.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flugplatzmanager.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formacionodontologica.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frahub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freewoman.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "froh.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frutidump.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frutiferospornatureza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuge-specialisten.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funhunt.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furretre.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabe.cooking", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gecocentermdp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekyboi.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geneticvisions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgie.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gg30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gibberfish.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gibsondunn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigiena-ruk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gipsplitka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girtlak-kanseri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glitterblast.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godstoghosts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldbar.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotgeeks.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotoals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gracioussecondhand.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravitlauncher.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guitarristaluisquintero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanabi.fan", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyfeet-dordrecht.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardy.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hh30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "himbak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirisejanitorial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hno-norderstedt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holdiers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "housemart.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hystats.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iacitywebdesigner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifur.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igm-mali.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ii30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iiidstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imediato.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inex.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "int.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integritree.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intsys.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ionstudio.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iqunit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "is-news.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isaaccs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-com.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackafur.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackinmybox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamstallt.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japanasonic.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jatransportadora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeecarnot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jingmakeji.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jj30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jorgemarquez.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juancatalangomez.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "just-bees.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karbox.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kennethsentillas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinsei.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitscan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kk30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kk3773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knightpowerelectrical.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knowit-now.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koreabestood.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koten-bu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kouwenhoven.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kralchat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kronos-crm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kronos-web.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ktd-design.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "languageatplay.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laptopnewbie.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laudlab.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laudworks.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leales.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecoquelicot.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legterm.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lelux.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leolepirate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linux.study", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livevisual.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "living2000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ll30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localcryptos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojasmary.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longoconsulting.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lost-illusions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lostserial.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lourencolar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lowcarbdietmealsmsk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lph.saarland", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luigialtieri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luje.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lynk.hopto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maasstaddinerexpres.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madeconsultingsrl.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maeprototipi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markenet.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketcavalli.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matdesign-prod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mejorator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mejorator.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mejorator.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mejorator.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentetotal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentoringauchan.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgfashion.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midori-m726.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milwaukeecreative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misol.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missouri-sky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missycraindance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitsov.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitsubishielectric-rce.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitsuvictory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixedmenus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mm30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmcafe.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modicollege.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mooncharmshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrupert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mshgame.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtr-croatia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mub-tomsk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muhabarishaji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynas.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypiloteis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrasp.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naganoziotech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturopatiasiddharta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neimadtelliam.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neither-side-news.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerdsin.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netkolik.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "njbr.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "njbr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nmgroup.com.mt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nn30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noblesmart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nokumbaya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nolische.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novokurovka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuriaamat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nussschale.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutrygente.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "objectifs-fitness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "objexunlimited.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oblitsov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofasoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofcac.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olegchursin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olimpikfit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olimpikfit.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olympiaduilawyers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omayn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinefurniture.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onporn.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oo30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orcz.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orsal.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "our-store.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ouroboros.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p3.marketing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabloarcuri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paidonclick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pamashield.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pang.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paparazzo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papelariaestacaodopapel.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkercs.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkercs.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkercs.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkercs.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkercs.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkercs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkers.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkers.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partisaani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payclock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pbf.earth", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pctravel.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcwdevtwebsite.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedicure-stadspolders.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perscore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "persiennexperten.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "persistshields.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pesunmsm.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pewresearch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pianoplast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picordi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pidelo-peru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinnacleroofingsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piranja-cola.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piranjasoul.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixeluser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poderesdanatureza.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pohoron.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "point.pink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponteachambear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pontupagina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pooteng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornline.sex", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornogam.porn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portfreezone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portusidades.com.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pp30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppapogey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppapogey.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prefabricadosdelcaribe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pricelistforbxmodules.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pristinepotty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacyculture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacyend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatemillionaire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proficio.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectview.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ps2online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychosafety.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulley.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvv-vermietung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pwoss.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qw-dev.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randomdomain.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapu.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rate.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravmda.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdmshit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recordsmanagement.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redwaymu.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refrigeratorrepair-austin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reidrice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renfis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resolutesystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retohaeberli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rexcutty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riderchris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rileystar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ringneckparakeets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roellcapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rollbackdiabetes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rollenspiel.monster", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rometoptentravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronaldguevara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roosterpets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootly.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosound.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rottweilerdogcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rr30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtholf.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runesforbeginners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russenes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russianbluecatsguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s3lph.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagenet.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintbernardpetcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salarycalculatoruk.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltwaterfishaspets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sammichscripts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samoyeddogsguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santeriabeliefs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savannahhappycats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scabieslice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scaffoldingsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schnauzer-dogs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "school32.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottish-fold-cats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scraft.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "search-engine-optimization.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searx.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seattleduiattorneys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgj0.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shape.pink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shih-tzu-dogs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shokofarehab.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shophub.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingjin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shrturl.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siamesecatsguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siberiancatsinformation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siberianhuskypets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silentneko.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singaporetoptentravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinusitisexplained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sistemasarquitectonicos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowatka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softwaterinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sorcemegavendas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sovraindebitamento.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sphera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sphynx-cats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squinkem.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ss30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssld.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssradio.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stammtisch-bauwagen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starrace.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stccordoba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sterva.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stgen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoomstichting.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoomstichting.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoomstichting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoomstichting.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoomstichting.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoomstichting.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoomstichting.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoomstichting.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoomtreinhuren.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoomtreinreizen.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoomtreinreizen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoomtreinreizen.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoomtreinreizen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoomtreinreizen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratik.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamtelly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stressexplained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suiteassured.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunwahpanama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superfoodsexplained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suplementosmarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supportal.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surfocal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tacoma-dui-attorneys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagtog.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarantula-spider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarotreadingexplained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taskseller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teacuppersiancats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teacupyorkiespets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tendoryu-aikido.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tfok.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaserv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-archive.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-deep.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theconversation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecoorgfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tietotori.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tillmanassociates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tlroadmap.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmbcloud.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokyotoptentravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomatofrogs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomkinsonplumbingandgas.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toot.koeln", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topcarcasas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torticollisexplained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalrattan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toypoodlepet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trail.pink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trypheromones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txferretrescue.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "typetwodiabetesexplained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udrop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ufone.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uinst.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukimmigration.law", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulike123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unpocodetic.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usacarry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "useget.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usherwoodexecutivetravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uspeli.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uu30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uvlamp.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwsalonboot.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwwsb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uyz.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaat.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vampireapocalypsesurvival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vbabe.tube", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velorail01.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "very-stylish.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vestakassa-online.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vihotar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinaygarg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visionmedicale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitbangkoktravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladimirovka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmccnc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voodoobeginner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vv30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvg-vermietung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wagn3r.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wainbholle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wargov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildbergh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wilmingtonzen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windowwellsupply.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wohlgemuth-stetten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodbridgegrp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodcock.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woolyss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wp-speed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wp2static.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuki.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wunderganznah.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ww30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xin365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--rechtsanwltin-paderborn-37b.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xx30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yannickkordel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ycb.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yewtu.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukinarita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yvonne-stingel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yy30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znfinnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zporno.porn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flynnhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x5f3759df.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "112q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123hpcom.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1337ersprime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "205920.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "573sss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "797sss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7qlm.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "941618.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaex.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abram-lab.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absurdopedia.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aciclinical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaiacorporation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "admin-gator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "admin-gator.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "admingator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "admingator.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aechelon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afive.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "africanchildrenschoir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiken.golf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aim.org.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aion-beritra.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akoya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aktarma.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alghadpowersolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alinol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amatya.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ameri.capital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanhoneyproducers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anblife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antidopamine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arc.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "argovpn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askingmonkey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asocedune.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspenrealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspire-irb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astellaria.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atheatac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aube.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autumn.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avgeeksunited.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awtogid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babaganousha.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bahai-rdc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bahiastudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balosport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bazhan.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beijing30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellezademujeres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berichandcreamy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berjou.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "big4mas.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueparrotpainting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookworld.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borsodsakk.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bothive.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bricmon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishcountrymusicfestival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buerliag.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "builtinsf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buycompanyname.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buynowbol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19explorer.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c4safety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cachacagaboardi.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cangku.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalism.rip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cariadcymru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolinelanthier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casaruralcincoleyendas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casasincreibles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cccanna.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebrate-creativity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebritypictures.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cerberusecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgirb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgplumbing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ch-y.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charitocracy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlie-liveshow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatx.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chongqing30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciplerli.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clintraxglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clixa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudlfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudsys.dnsalias.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinsconnect.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conceptground.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concern.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confortiaperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultahn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "core.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cortho.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covidfreeathome.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covidlive.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covidpppstore.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creacode.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cri-cloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crm911.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptocentral.africa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptotaxonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csgostash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyptechost.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dagyirivera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailyw88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damebe.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dan124.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dawlya-19089.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daxrunbase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devandy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devincave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devopt.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dexign.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diabhalstaff.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diaspordc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dickp.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "didakeanimaciones.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietaparaadelgazar1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalgeekspro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diplomatcruises.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "django-lessons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnspropagation.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dodolle.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dokutech.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domainsetup.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "douglasrumbaugh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dripindustries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drjungspine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dunangel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e5xbps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecohousejapan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecologiahoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eg7.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eladalfassa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elimidrol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emarch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enstructo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epharmasolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esale.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esprit.tn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etbtoursegypt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eteachbd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europeanbizhealthcare.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extrasauber.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extrasauber.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extrasauber.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip113.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facileway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fazz.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixgerschau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenyks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finalgambit.band", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstbaptistchurchofchrist.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitmybike.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fl0w.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowbuk.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowcrypt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluenciamodas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fogonrustico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fors.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortcommunity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freecam-sex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freehdporn.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freehqporno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshmusicsheets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frog.industries", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frown.town", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fujian30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fynbo.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g2price.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaboardi.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gansu30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaonadigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garage.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatehub.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gbhem.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekcreations.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gergoladi.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostruler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giannifoti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girassolacessorios.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glaccessonline.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glserviciosweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gold-iptv.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregbonner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grsstore.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsoluzioniweb.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guadaluperoses.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guangdong30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gudbrand.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guiadev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guizhou30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guruminode.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gzhzg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h5q.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hack-bang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hainan30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakiminvestment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handsaccounting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hebei30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heilongjiang30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hejazultra.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henan30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hidraulic.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitpt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostingdiario.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houlang.ac.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseepropiedadraiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hqmovies.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hqmovies.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrlab.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hu2ty.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubei30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunan30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iflipy.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihct.sch.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imaginativo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imanageproducts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imf-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imfacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "implantologiadentalgt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impressionusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incnjp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interchangeillawarra.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetstones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invicti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inweb.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iprash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irwinvalera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isinolsun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iszy.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iszy.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itaro.bot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iurisnovagestion.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamereviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiangsu30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiangxi30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jilin30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonathan.us.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpdineroasi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpmultimedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "js-webcoding.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "js889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jswc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juraganilmu.web.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamery.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanker.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kap-kirche.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karwish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kcpromi.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kescher.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kihi.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingsol.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kizuki1749.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klinikum-oldenburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klofteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kloftowel.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kloftowel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koko.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kor.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosturanov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kpop.events", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuestensiegel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kutalek.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuzmik.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuzmik.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuzmiks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagrotta.pizza", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanthanum.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawncorner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ld-duesseldorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learnblue.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lepallec.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgerman.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liaoning30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limportemps.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linux.monster", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lkotlarenko.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localdmcs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loxdonmarkets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lundlist.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mackungfu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macupdate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madadmin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mail.ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makocontrols.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamapatrzy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markocloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mascarillas.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matega.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mclanedirect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mclanexpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meetsummer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merkleforest.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microsolenergy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikkel.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minapan.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miraclesformya.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misterd.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misterorion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlada-moda.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlirb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlpvcdn.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moblkar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modacruz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mods.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monveilleuretmoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrsourabh.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msoida.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mueblescuerolorca.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mui.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mujeresfemeninas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muskokadanceconnection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mutsumikai8989.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myerscreekcascades.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysites.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanomap.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natuwa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naxoprojects.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neimenggu30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neirb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nestorgaleanomegamariachi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newyorkhipknee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ningxia30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninpang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nixcp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noawildschut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodi.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notaryassistant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novaway.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nycstyleboutique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oecdpisaforschools.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offtherayles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohiowebtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orbitgoods.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osdnc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otrainfans.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overlandirelandtours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p-vegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "packservice.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagbitcoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagexl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakarrumah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakcha.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paleblue.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paranoid.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkviewcity.com.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paysensei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paysitesreviews.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfumerh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phygitalentrepreneur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planisware.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planisware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planiswareusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pley.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pocketcraft.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "policymakr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popotomodem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porkbun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portaledelira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portalpower.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "press-presse.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procode.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proconspain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progressivepurchasing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proiceresurfacer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectalias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertea.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puntacanavapor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qinghai30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qrlab.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quellenwiese.ski", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quesecelebra.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiosimba.ug", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raycon.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realwinner.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebajasoferta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebeccakirk.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reck.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redecloud.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reducealcoholism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reiff-schlauchkonfigurator.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remediohalkiparaladiabetes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renaudmuller.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restaurantbetriebe.schwarz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riseofthewildwoman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roge.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "routerchart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safiosolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sairus.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salkield.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saludparatodos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santehnik-home.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saudiglasses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scanmy.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schleifenbaum.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screenzy.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secureover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segmentify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seincojavea.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo-en-barcelona.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoargentina.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seospecialist.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servi-tek.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ses-egy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shandong30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shanghai30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shanxi30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharingcolombia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shipbuddies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shutterstreetblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sichuang30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skilift-quellenwiese.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartriotour.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sme-gmbh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snatertlc.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialabstracto.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soroush-barber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starborne.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoneoakgs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoom-stichting.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subastasnacionales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suger.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t90official.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taibachicken.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taibafarms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taskman.london", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxisantandreudelabarca.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tch-forum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnomagazine.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teplo-russia.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "termodej.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tescomobile.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teslasuit.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theboltway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehomemademasks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theocoffee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepalateportfolio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therra.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevirtualdetective.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tianjin30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timqueen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobacco-shop.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "today.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokoword.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomacino.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totkamassage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tourfunnels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traintowin.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelwithlocalspecialists.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trespedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trifence.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troyjanda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trypt.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turismogdl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvtorcedor.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uffserver.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukvoipforums.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultifreehosting.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urge55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vader.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valvulasvaneo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "variadoresindustriales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdlegal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vennprime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verdi.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verzi.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villu.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtool.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivo.cam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voltajedigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallabywallaroo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waranistudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "washingmachinesguide.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wasithard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcontentserver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitedown.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weimaranerdogcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weirdware.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westlab.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wicca-witchcraft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wjtje.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolrdwidessl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordwidessl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldwidessl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinjiang30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xizang30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xoxo.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xyz.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yaay.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yasikish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yingshu.hopto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yorkiepooexpert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yorkshireterrieraspets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yunnan30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zbuilderz-lb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeitgitter.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhejiang30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zombie-apocalypse-survival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123-d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "138.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1pieces.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3ecpa.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3ecpa.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3ecpa.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4245pay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "42usd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4huawei.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4meizu.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4nokia.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4xiaomi.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "889vip1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addedesign.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventistai.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "africanbushcamps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agroturismoenpanama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aihub.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alamanceconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alastalonmailla.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albourne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allpvrtours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altrei.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amanandalens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americapitalfunding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amlakzibakenar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andradealbuquerque.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelesverdes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anhui30019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annuitycommunity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anzalikala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apfm.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arc-relight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcsar.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armourroofinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnamur.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asteq.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athorcis.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avalontechsv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtorlab.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aykonet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azimech.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b88vip1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babyshopsupport.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babystudio.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barbaleonecuador.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barriotoboardroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbqs-algarve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beecreative.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behtarin10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bereelcorporation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besox.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinsv.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackhealthwealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blightnight.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blightnight.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blightnight.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bocciatitanium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bollymarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasilmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brianleemarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridge-to-knowledge.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brigantinebeachguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bringfido.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brndtfy.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brskt.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bss-systems.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bss.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bss.net.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bss.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btcshower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bubsngrubs.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burz.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buurtkeukens.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyer.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buzzkuri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bv-driver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byll.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "californiahempin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calzaturesira.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canakkalebasin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cannamaca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casamentos.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbvoucher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celulares.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralex.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centrosocialferrel.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chambermeansbusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charles-brian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christinaaguilera.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christophergowerjohnson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chufftex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chuongle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cindydudley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cirasync.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citacitaku.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyr.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codectron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coloradoseodesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "completecareair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "configwizard.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corpomotriztokio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coviddrawings.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "createcode.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubex.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curseus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cushytushiediapers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberallegiance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielleskosky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbradley771.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekasseguiempregos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delta11.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demaison.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demapachesweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denisalmeida.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denizuydur.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denverilluminations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devin.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dicoeste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dievozodis.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitale-oekonomie.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disenoyarquitectura.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "displayrd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djmcadam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogwoodceramics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominicself.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominicself.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doranobi-fansub.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draughts64.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draughts64.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-facture.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earthpoints.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eightyfour.pictures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejcabinets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elbiaadmin.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elielsanchez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enerity.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enginytech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epsamsg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erkankavas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etics.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extrafrei.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fahadbook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familychiropracticcolumbus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famouschilirecipes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fapality.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastrack.co.mz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdm.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fipackaging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flog.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flytrap.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foguest.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forex-opinie.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forexplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forwardemail.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotohunter.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourseasonsgrower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free8.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freehotline.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freepornomovies.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freesexvidz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeths.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frilima.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsinsight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furzone.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fussy.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galodasa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gayryder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gbusercontent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgiaparks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getfithtx.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getthegoat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getveer.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfmomcertified.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghanabusiness.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitesprestige.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glk.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gobytedesign.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goingawesomeplaces.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goudsbloemonline.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gplah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gradedblue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grafik.org.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravitydrawn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupoenelcolombia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gvaa.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h10s.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habboz.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamiltonsalestraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hangmychanhhieu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hard.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardmc.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawa-adam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henrybrown0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heritagemachining.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hesanlang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hqteas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrxkauppa.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htxnet.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hx-sun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyllie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-3c.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibliss.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibtba.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idehvector.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iexpats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imperialism.rip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infantry.org.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infomalin.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmucrom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmucrom.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insideevs.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insightfully.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "institutosparroquiales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instrumentodepaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internalfb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "international-genealogy-services.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intruder.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iosme.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iowxy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipadshowroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itapuapotynoticias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itraincalisthenic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itrezzo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivan1874.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasper.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasperpatterson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasperpatterson.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesuschrist.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jian.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmbelloteau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobkeus.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobs.schwarz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobsjets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johncunningham.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julioteixeira.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justforsunn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwala.diamonds", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadeshfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaijo-physics-club.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalafard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kccargo.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenoschwalb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinbauer.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khazarvila.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kickassblogger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kievantico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinderevents-sehnde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingdomcoffee.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiplelive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kojiishikawa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koredia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosterenpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krilotek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kswork.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labelledigital.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagaleria-ag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanasomething.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landofoz.dynu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laparoscopic-urology.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latestmata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "layar.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learnspace.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecafedugeek.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lefarsankids.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legadosindumentaria.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lellek.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leonardoneiva.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lespepinspunk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidl.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeismmo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lineaesse5.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linulex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizteacher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locoxlasmascotas.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojaonlineshop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loopcore.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lost-in-place.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maiotik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maison-coutin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maksimyugai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malaysiabrands.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malenachzahlen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maracarlinicourses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcyacademiademusica.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marthus.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastercheat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterpizzaiolo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathieuescos.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayesoley.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mazayaashop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcplat.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediabrandgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediacritik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megacity.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meine-stirnlampe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mes-courriers.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mips.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missinicial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjgroup.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmaker.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnemonicninja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moddedphones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modsrigs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojezegarki.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morgan.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moviles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrpanipiales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrunang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvwr.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydigicard.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydigicard.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynaturalhairstyles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywoodbridgedentist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanosealcreto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neniu.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neophotonics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nesheims.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netmarvic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfmovies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nibbler.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nick-black.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikhilnimiya.love", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikz.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodegalaxy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noggalito.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordcheckout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordesttrasporti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordpass.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notcurses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrmc.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o5.vc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ob-salon.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceane.training", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odabilocal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odensc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ok.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onsitemower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orlandooutdoor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orquestaataulfoargenta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osborneprice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ouderamstelbridge.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ozcreatives.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "padena.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pancakesfromscratch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pblandscapesolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcverge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdpa.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfeifferszilard.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoenix-cms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photographymof.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piekblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plahtan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playblightnight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plcclosets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politicaprivacidade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preferidaseguros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prefolio.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promotionnissanauto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptcdogpark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "punjabitube.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qclean.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qr0.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radechefonne.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-valois-multien.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redcross.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redtrig.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redtrig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revisionvillage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritoner.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockymountaininsurancecenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rvmfm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryzen.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saadat.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltyproshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sardoche.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarkarinaukriworld.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sb-webdev.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scan.computer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scif.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scphotography.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seestersmexicancantina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semillainfinita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serverportugal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seve7.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgsmart.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shodanian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopexo.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siika.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singaporebrand.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sisbensantarosa.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjlegacy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skf-arts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smallsites.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smart-ket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smtchahal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snapsh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soji.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soon.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spfl.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sprayontv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starseersprophecy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statefundca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statefunddirect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stealth.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stg-0-con.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuudium.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sukker-oaxaca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supercursosonline.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supershrooms.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superstone.diamonds", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sveikas.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swoop-qa.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syncgal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagaytayhighlands.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taksa-club.org.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarahi-seo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tavoseimai.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tavsiyeforumu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcckonsult.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teawithmum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technetutrecht.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tema.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temporaris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenshokudo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenshokufair.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teogramm.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terminalserver.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teronia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terraneesens.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testadministrators.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theangelgivingtree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theangelgivingtree.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theangelgivingtree.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theatheistbook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebookietrials.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedoc.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefitcareerist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themodernalchemist.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therenderingmachine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theselfcarenook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesimarchitect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threadtrails.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiendashuacho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "time4writing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toledotrainday.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tookiweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topbrunchspots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toph.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "training-eca.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tricountyheatingcooling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trypenspinning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsacareer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsakalian.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuherbalife.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turnosinscripcionchascomus.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutima.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twocatsinacaravan.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucabinet.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimatepatrol.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universdejeff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unleashyouridentity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "updoze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uu939.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vagabond.film", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanessailustracoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viatvperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoria.associates", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vincexpertconsulting.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipenvia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visionwow.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vokzalkursk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vokzalperm.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vuohijarvisoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vuoto.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vzzjoias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapplerbrewing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmediaclick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webusage.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weddingwire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wirbsinglereview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisehome.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wokfilms.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldspirituality.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwads.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbros.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xcafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xerbisworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----7sbq4auch5b4b.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--c1aapkosapc.xn--80asehdb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--dy-via.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpertsunlimited.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xps-auto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xps3dp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpsauto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpsautomation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xvaldezendocrino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yamanami.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourcrypto.tax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zamtech.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenspace.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoopix.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1001reasonstolearnspanish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11traders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "186526.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3degreedesign.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4hw.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8bitsafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "92ganb.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99casinos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9ss6.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abatex.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abellanillos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aceofdiamondspainting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acephalafashion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adhyayanclasses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aepx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agilecyber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ainouno.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airdropkings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aksuplast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandbonnie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexkushner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambicorpenergy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animestreamingfr.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthonys-landscaping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aprizalputra.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "articole.casa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artworks.gd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "as41405.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atk-huolto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aunto.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autohit.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autotras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auxessenceselfiques.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awoau.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakerbasements.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcome.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beauty92.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautyest.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beestitching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benmedia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bentcreekvineyards.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestvpnservice.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betrimus.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgjargon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bicicletassym.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigeasygrille.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bithugo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bka.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blc.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "block-planet.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blossomsflowerboutique.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluerabbit.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobbleheads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boizeau.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bowlidex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breffa.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brickland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bricksandmotor.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bryantluk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buchangroupinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bunnyworld.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burmeister-gmbh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bylivetrp.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cailoli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caiqueparrot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camarguinho.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camarguinhokids.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camilafloresrp.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carcare.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casa-familia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbtl-see.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdseditora.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chamonixcamera.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciel.coffee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciph.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "civilcorner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicadentalayomunoz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicortinascali.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cod-ggw.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cody.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffeeciel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffeeciel.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compare-energie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compustore.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computerscience.guide", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "condormobile.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "construademadeira.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corectim.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coronavirus-19.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "correoscorporativos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "couchidiomas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covid-games.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptsus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csgo.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curtispope.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curts-showcars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custombobbleheads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybeautiful.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyklistika24.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-solutions.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-va.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dancesafe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannys.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delta-wings.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltaworkssecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltaworkssecurity.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dennis-aumiller.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diamondanzali.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalitglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalsearchlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docket.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "documentnode.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dodotek.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominobreaker.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dookhtaniha.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downloadbestapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drinkvhemp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eazydokan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebino.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "economyroofingco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edgelogs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egh.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehmkala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejit.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elhacedordemarcas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empleosdorita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enactusteesside.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envirotecstructures.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erogen.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esgfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evolucionhoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evonet.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evoprint.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famlefeber.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasiasaitian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farb-tabelle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fasmaritime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fgeiger.dnshome.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fggpay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixedpricemovers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashcardsmobile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flsbanners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flucover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flurecover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "followboost.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourfivecbd.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourmaq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftx.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabnotes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geblitzt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geenoo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gefeuert.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genesisgrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlent.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlent.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "github.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "good-time-to-be.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gopress.web.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpereira.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graffitinetwerk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grappes.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregbonner.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grimms-schuhe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruaskmsa.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupo-zoom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsa-online.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsaauctions.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdevent.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hekoro.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heliumbrno.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herbamedicine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hertzhz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hesaplat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heyitgirl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hibiscuscoastfinancialservices.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hockeycircles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostingtipps.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hx36.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ian-barker.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iblog.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iceberg.ddns.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iclg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideagen-ops-sandbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igry-onlayn.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iitala.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imiku.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imransarwar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingeniotic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inshared.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intedot.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ioanamateas.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iskariot.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itguru7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itreboot.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsoft.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iuspenal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamieb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasalokal.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jav.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jhtrades.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joomlaclub.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshua.mn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabuki-inc.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaffeepflanze-pflege.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanivatonga.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kardjali.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kedero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinperrow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keyserve.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kochcommunity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopieid.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreidl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kristall.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kushfest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kushfest.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kwieben.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laguiadelpapa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lansilesia.tf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazzzy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ldtborovina.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lefcoaching.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leilaelu.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemkinlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leontic.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letschat.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lhuilerie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liisauusitaloarola.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lirelesgens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojadosirmaos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lopezmanzano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsv-tech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucacastelnuovo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxembourgapartment.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lwis.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lynamhomeloans.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magenta-health.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "main1.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makesenseofdata.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mantalak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markentier.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingdigitalefisiente.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maskmondelez.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maslife365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxiutov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megawhat.energy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menufree.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadopago.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadopago.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadopago.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadopago.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadopago.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadopago.com.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadopago.com.uy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadopago.com.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mibeneficio.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misbalances.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mksport.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ml-academy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnml.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montagetravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mostfamousbirthdays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mouracloset.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrmn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muellerurology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfxbook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadacnifondacr.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakazato-shika.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nalipapelaria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namiejscu.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nangluongxanhbinhphuoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncksrv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncksrv.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncksrv.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncksrv.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncksrv.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncksrv.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "necd.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemplex.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neo1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netdisk.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netzwerk-sozialliberal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neurosurgeryinmexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfluence.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niinaratsula.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikitacartes.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nillarayeshi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nksmart.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nlivestream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nostoautomaatti.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nslacandelaria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nunoprospero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odsylvie.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officecode.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofo.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onedollar.fund", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onemac.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openid.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opil.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimumcoffeesv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orenohatake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ormanetrading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ottoduarte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oursiteupdates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outerface.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ozudogru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pachinstyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasclassic.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pazzmodernist.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pensan.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peoplesrights.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perroon.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phony.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phv-bw.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pincodehome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piszmak.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelmonworld.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plan.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planeta-tierra.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pravlife.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presgrp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presgrp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "private-relay.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putchiconsultorias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rahulgupta.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranters.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdmc.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readlight.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readydedis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realtechreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recipekensaku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recursoscristianosleinad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regionaalenergieloket.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relations-business.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remotish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rexeroofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rezni.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhymesofreason.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rivals.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rko.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rogue.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roguecoder.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romantica90.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal939.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsrv.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rszm.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rueckert-gymnasium-blog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-mall.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samskaar.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapporo-asaichi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satoshibattles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sauve-tes-euros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savonsuuntaporaus.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "says.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoutbee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretzone.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semtinde.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serviciosparaconsorcio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servimecabrasil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "share2act-dev.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "share2act-test.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheepymeh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shevelev.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shirro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopcceputnam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silverfalcon.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyarch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skywalkersa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slowhttp.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartit.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smileback.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smkn5smg.sch.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snacdata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snohomishdragons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sodermans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "some.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somosdefensores.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specificenergy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staging-covid-games.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stampingoriginal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stars24.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stategov.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staygold.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stlpoolattendants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strobel.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suceveanca.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugarondemand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugaropencloud.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugaropencloud.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suicide.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "super11.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talenthubmpi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleyal.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temporalmotivation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terryburton.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-burtons.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenova.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theunleashedpet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevitpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thierrymazue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinxtream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tianbo1088.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tianbo1998.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiktokoff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiny777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinychen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tommycarrauto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topspani.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trackingencomendas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transportcomparator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triballi.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triploqal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsekhovik-agro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttr-home.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhuc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umlt.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universiteplatformu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vapezone.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vapocial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vcz.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vendaonlinebr.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venomxsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verzekerdbijhema.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viilup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villekautto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visiondigitalpe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visionseal.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vital-pack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkr2020.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vooxia.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vros.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "war-requiem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcloud.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wegivetlc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whattheactual.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikalin.ski", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wobblyibiza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--s1r71tg0o30bxm52odlvspdop4b.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yangmaopubu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuanandyuan.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zehka.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhouzhi.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuhausejobs.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00000000-0000-0000-0000-000000000000.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x3a.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x6470.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2.ag", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22.ag", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2makeu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3654.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3pif.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "533sss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "761.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abellagranitecountertops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abogadamediadora.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abrightsolution.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acidoascorbico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adeloveshipping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adenopatia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adesachatbottecnicowab01.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afoch.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aguilarsoluciones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aimanance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aimmail.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aksot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alanbleiweiss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alanina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandraschmidt.coach", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alianet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alng.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altokep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amdrumors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aminovega.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreamonicahug.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelzapien.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antihistaminico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antikeo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antoni.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asana.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asana.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asesoramientosolay.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashevillemenshealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asian-rugby-exchange-fest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asitanc.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asm802.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asm802.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asoziales-netzwerk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrolab.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asylinfo.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atrakcjenaeventy.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babylurve.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backlotgaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bajarjuegos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandaumnikov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belzlongroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benjaminleupold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besiconstruct.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestsiteporn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betalgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betterbusiness.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bfkkutu.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bharatology.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biologo.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitbroker.exchange", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biuromowcow.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjecard.buzz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackhat.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blardiblah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogtechnologiczny.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bnb.direct", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boehm.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "booked.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bremermaschinenbau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brewit.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brighterimagelab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsmsl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsmsoluciones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bss.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsurfcr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budofjoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bugfuzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buscalotodo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buzzword24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c2athletics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c3stream.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cancersintomas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlingforddental.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carnetdeconducir.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catartofsweden.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkrz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chesstempo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chnroute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianyleny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciclodekrebs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciclodelcarbono.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciclohidrologico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinematictouch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarkhowell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudomation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudplan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmrconstructions.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cms-world.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnpkg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coderslight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coenzima.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coindica.com.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collegium-musicum-bocholt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comprar.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comviodemo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "condictor.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conphungtourist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conpulpademanzana.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consolebros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consumercouncil.je", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contralegem.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "correo.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmic-relations.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cottage.direct", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covid19.govt.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cozzack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpucheu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crashbolsa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criscond.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csaerotherm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuties.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cv-developpeur-web.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberskyline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-taube.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daoplatthanhhoa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daycubrem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealbeathn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deathcult.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debattinnlegg.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dela.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltav.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dendi-staging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedtambayan.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedtambayan.net.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deportes.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dienmattroichonthanh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directmailctr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discordextremelist.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docedic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docedic.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docsrev-aws.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doterrashop.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drawjar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamytheatre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dupuis.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchpentathlon.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dyregrave.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earthsocialism.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eisei-iinkai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eldiariodemof.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektroruoff.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emvitals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eod-dissemination-uat.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eod-dissemination.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eosinofilos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "est-tatsujin.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etf2l.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurocom.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "execupharm.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exentio.sexy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expand.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezhub.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezone57.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feastofplants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "federaljob.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femiwiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferad.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fernandezvilar.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fibune.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleeb.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowlytics.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fn-0.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foundationrepairpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fprinnovaciones.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freegaypornhd.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futbito.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futbolcba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garrow.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekynutritionist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgiebailey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getscif.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gillettechampions.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golovabol.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodseed.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gordonbeeming.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gosiberia.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpsmith.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grahamsmith.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growthlab.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruveo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gryphzia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guythomasevans.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gzfc.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harumi-cl.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "headfullofdynamite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heavymetalonline.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heimdall-home.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellopowerserg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hestegrovvaren.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "higleyarts.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiranosayuri-piano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "histhist.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "home-page.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hourai.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huesers.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideagenpentana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idowp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illuminaterecovery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immijobs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immobilier-swiss.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inoreader.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instaart.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invisitone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iox.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itaro.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itaro.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jandj.yachts", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jefcorlabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jloh.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmeno.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnmac.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joomladeveloper.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrulka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justpractice.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwala.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadooonline.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katerinastudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kathrin-maren-enders.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kgky.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimino-school.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinetikos.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiseki.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreuzbergflieger.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kstasinos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labels.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laby.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagloriadehuampani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lajas.com.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laoudit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larenas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ldbeauty.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legowerewolf.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leo.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letriolet-tignes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "link.sb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "listazakupow.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlefingersindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livetv.tube", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "llredac.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolifamily.js.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovesquirting.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukaskollmer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumien.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxeblades.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-a-i-l.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macabacus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machinerysource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magetsi.co.zw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcillacetfils.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariages.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinschulze.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massdesigners.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathiasheise.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrimonio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattmorrissound.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayacoa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medsanuk.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medstatix-dev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megatorrenthd.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mf58.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "middle.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midl.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millennium-thisiswhoweare.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miriamgamburd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missbitcoin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitchkiah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlsvallarta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modax.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monmiel.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonbyte.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motolinesupply.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movihut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msngr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtran.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multimediosmonti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "museodefutbol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muydelgada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my.urown.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybokx.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myheartlaundry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myload.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysouschef.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytransmissionexperts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myzoograd.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natuurlijkmooi-meppel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nekochan.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neoseo.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netzabfragen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngo-online.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nistorvictor.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nmcep.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nobitex.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noktaradyo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notteit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nya.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oboivam.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obs.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocastrowork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "office.urown.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offsetservices.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onpaws.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "open-fixture-library.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operationtulip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oralb-prestazioni-odontoiatriche.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oralbregalaoralb.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organicseo4u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osaka-hero-project.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osteopathe-voisine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outervision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oversightboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pachamamaproduct.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paketverfolgung.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paviformas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peelawayyourpain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perved.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petitsfreresdespauvres.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petya.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfarrhaus-mon.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phw.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picomedia.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pnp.ac.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pockets.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polaxtor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornfreesites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornmad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porthos.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerscif.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerserg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersergfeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersergisrc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersergsecure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pozitone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poziworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pradmin.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prestatyn-scala.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prestatynflowershow.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prijmeni.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printwasteminimizer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "problemysholkama.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "producciondealimentos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productive-garden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "project-scarlett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectarmy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promospg.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proservices-informatique.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psc.gov.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pujasharma.associates", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pv-golf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qigehl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quentindestombes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raderamig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiation-oncologist.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raniwan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rasc.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbn.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readyscif.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readysetscif.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regalador.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reinheft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remigius-michael.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewpipe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richfieldsean.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "road-safety.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodnik-pansionat.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roishopper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosewebdesignstudio.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roveridx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpj.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russell-tech.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s2.coach", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safefreepornsites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safescif.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safetydrivessuccess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samuelcoles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanitix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santandertrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahjaneredmond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saxobroko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoffelcountry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scifplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scifsafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scorb.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scroll-to-top-button.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentralshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shakalaka.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shincastella.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingjin.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sieliakus.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sincromyl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitinjau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slabstage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slavblog.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smithandellis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smltour.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sns.med.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snsdomain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solaxfaq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solviq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soykaf.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spicystove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportify-design.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportspassbremen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squarepocketdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starthubs.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stilus-patent.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stla.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stomwhite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storage-base.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuartparsons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuudium.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugarsalted.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svse.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svseglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiffertirimborsa.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sypreformas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tangochoang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taroe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "team957.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenken1010.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekokuin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelaurelchiropractor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themenucard.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themusicalsafari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewaytoyourself.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thoplam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiendamaquillajes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tilcra.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinmarin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradeshift.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trains.sexy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transdev.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transdev.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tridnice.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trpl.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryfrontline.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twilo-host.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txyz.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "typesofdogs.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockedgames.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "up.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uradvd.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urby.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "url.kg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "useworkshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valsorey.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vapourtown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verso.money", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vibetribe.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videoclases.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vietnamhairs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinyl-digital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visabuddy.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vision-painting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpnstreamer.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrallart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walla.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallatienda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warrenhousevets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wass.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watchtolearn.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdesk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weitweg.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiskey.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiskey.money", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiskey.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whisky.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whisky.money", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiskymy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiskyshop.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiskyshop.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whmcs.xn--9dbq2a", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winkli.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winnersaffiliate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wis.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wivcfinancialservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wivenhoeforum.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wngs-creative.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womywomwoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodwicker.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldfinancenews.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpspeedking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--avocai-timioara-kmf1a.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--hsers-kva.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xunmengdu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yarowork.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yellowsource.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yozakura.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zegarkidlakazdego.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zotan.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zotan.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zotan.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2vp-an.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "360kuvia.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "360prokuvat.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9to5linux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aanlynskool.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abhijitvalluri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academy.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acaseta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "action1st.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addendum.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adkup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajvco.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandrepedrosa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aliamex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alltape.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amicusmed.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amordetelas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anabolic.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anasibrahim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andigraf.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anitalk.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthro.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthro.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apiora.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armodobrasil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "as41073.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asa.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asamoe.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrology.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atm.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiomedica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awe130.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awedience.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bait55.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banyaktutorial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bargest.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdsmcontrol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellaireroofinginc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benepla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestbudget.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betterboards.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhemcasa.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bighorn.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigmama.travel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilicdn.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bintube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biocbdolio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogsnote.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainstorm.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bruniano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buckanddoe.farm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buckdoeand.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bydik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c7n.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabazon-tu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cajaica.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "californiakingsnakepet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camaraslima.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canekeiros.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canonisti.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carbonholic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardsbymaria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carevo.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carsonkoziol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbd-oil.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccaguavivadonaciones.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chacoonline.com.py", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chacraexperimental.com.py", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlyclearsky.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chronikdanceclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cities.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clapbacks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarity-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleangreen.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleverdarts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyrhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudeffects.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "code.golf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colchesterglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conexionok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connecto.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connecto.marketing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cons.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consejociudadanomx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consens.us.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooltrades.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coop.com.py", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coronasafe.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmetology.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crrapi.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctendoscopy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuhawaii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberwritersink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datadorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "david-osipov.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbnext.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deemasfashion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deiamodas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delicatewonders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedcommons.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedcommons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedcommons.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedcommons.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deremedioss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derguns.town", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dethoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detroitlocksmiths.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devenv.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devxify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diennobi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digiaika.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digiaika.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digichurch.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digikerk.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discrete-passion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlagoss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donewhen.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donewhen.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donewhen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donewhen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donewhen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donwhen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donwhen.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donwhen.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donwhen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donwhen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donwhen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosimabag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dropsite.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duysondang.name.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echoteam.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecostarcleaning.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ectpro.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elad.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elahuehuete.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricbeast.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elimperiolatino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elisabeth-raendel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emptyarcade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emxvn.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encontro.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entropyofdelicatewonders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erpollo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erysonhandel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eslove.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evadi.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everydaypower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exarcheia.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eye-move.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairwaynow.mortgage", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fannietremblay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feehla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fernheim.com.py", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferozes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findeth.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finestinfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashlightchart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleischkaes.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flinny.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fnpodinajpur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foreverbreak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forevertoday.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortsecure.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freenome.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frigochaco.com.py", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundaekhaya.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fwg.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fwt99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fwt999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fwtapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fwtewm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fwtpic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaming-lenkrad-experten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gba.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekymansion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genghan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlent.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlent.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlent.help", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlent.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlent.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlent.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlentgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ggld.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gharbala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gloryhere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glpreparation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gms-records.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldsteingloves.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomezhvac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "govorenefekt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gralhaazulcondominio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gti.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happytestings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hashi.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbomaxaustralia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hemopet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hemp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hemsfoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hifiaudio.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hindigalaxy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiracar.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hope21.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hopkinsmediation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelfloridachaco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howarh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtohomeschool.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypertesto.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypr.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamattila.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifederalland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igloopreview.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igloosandbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "index-of.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infohas.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmadesarrollos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inoder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inscribeusercontent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itexpress.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivelop.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivixor.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaiyen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javocean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcelectronics.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobsoid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jocata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsg.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsjfact.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jtg-inc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junshinkai.ed.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadimperium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadmirra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaleylocks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalpavriksh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kennedy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kennedy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinderosteopathie-osteopathie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kindredcode.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kindredcode.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kjs73.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kkc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konflikte-als-chance.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konflikthaus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosto.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotaartsklan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kra2laiz.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kratom-k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kryptoforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "la-vraie-histoire.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laby.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamaturitadidaniele.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lambda-calculus.church", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leidegoncalves.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesultandalep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveteachers.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logopaedie-sandkrug.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "looop.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovegpl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovemoon.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lowcarbspark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lpasteur.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucidea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machin.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madurasfollando.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magaliff.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magikbyte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maisonmere.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maksatmoda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malcathatochen.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manulife.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mapuut.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marblenexus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marijuanamed420.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketfeed.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martelus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maschine.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maschinen.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastercareplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrichelp.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matriekhulp.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxwellcody.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mchollet.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediamonitors.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megafide.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memola.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metropole.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelmckenney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelstoffer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikaknuutila.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikaknuutila.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikaknuutila.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mineralnibani.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minetrack.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modulkuhni.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monidenum.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "museodefutbol.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "museumofautism.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicbow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musttest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musttest.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musttest.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musttest.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musttest.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylever.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymartinbeckeropenhab.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysteriousbeans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mzyxsl.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n-a-railways.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n-metz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nachbar.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanamovies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanxin.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natalia-shablo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natwest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nautile.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndaal.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netpreneur.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newburymobility.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextcloud-server.spdns.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nieuwebroek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nieuwebroek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nihon-mozartaikoukai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nonuplebroken.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notrero13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "npc-ts.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offgridbound.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okmaybe.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olajcbd.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oofishing.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oops.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opcod3.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organic-cbdoil.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oromolido.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oroygrana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ortanatech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pamiers-citoyenne.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasnyburiat.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payalts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pekcazip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentruprieteni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pioneersenior.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plexverzoek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plum.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poezja.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "positivefocus.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "principalstest.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "problempaws.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "processout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profitimages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertyupdate.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prospa.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostoporno.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pwgenerator.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qnixon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantatec.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qwrk.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railsideworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainbowbrains.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recycledinorsett.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recycledinorsett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remoteroom.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repairgeniuses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewsonlineguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riku.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riosoil.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riosoil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riosoils.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riosoils.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rivalsa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rncc.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roodfruit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roodfruit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubdiavila.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russiancms.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-4.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabinespielberg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saghekin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saigonland24h.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sakakun.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sawiday.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sawiday.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sccoaching.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schambereich.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholarships.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scott.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scouting-westenenk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "security-systems.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seeker.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoz.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shahidfakih.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shanteo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopazmoon.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopforeverproducts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shore.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shotgunstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shouldtest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shouldtest.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shouldtest.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shouldtest.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shouldtest.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpelkoken.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpelkoken.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpelkoken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skartecedu.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyblond.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skylightipv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sl41.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sodelicious.recipes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soeasy.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sogo.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solostocks.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solostocks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solostocks.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solostocks.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solostocks.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solostocks.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solostocks.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solostocks.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solostocks.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solostocks.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solostocks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solostocks.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solostocks.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solutionmotsfleches.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soml.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somosti.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sopenguin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spjaet.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportllux.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squarewave.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standoffdrop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steinmetz.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strandypink.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suerteloteria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surgerylifeenhancement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagat.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taqeemi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taytaytiangge.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telemedi.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teodw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teodw.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terranovadesignbuild.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tf2pickup.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tfsound.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecolourcloset.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecubepsych.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theentropyofdelicatewonders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefarleys.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theparklane-sukhumvitbearing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetransformingchurch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevoltageteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tifile.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tisec.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalintegratedtherapy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toyotasp.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transformatutrading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tribeoftomorrow.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triedandtruebytrista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trussgenius.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryin.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tschang.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "understandmaths.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unfoldbeauty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniteforrecovery.govt.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitefortherecovery.govt.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "untamedprints.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "us-igloopreview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valkyriecloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanillacoder.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venbraca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verstaanwiskunde.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verygoodwebsite.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidaxp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vincentwolsink.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vincie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipturismo-europa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visionacademy.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivi.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vojtechpetrasek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vokabl.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallinvogue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangyp.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wbookcompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wbsogids.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdesign-kall.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdesignzarin.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websiteproxy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whattyre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiskersandtails.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiteglovemoving.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willenberg.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisemen.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisersp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "withgentlent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordpress-szakerto.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "work-shift.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldstyling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpg-verwaltungen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writtenandrecorded.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuchoamoveis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "www-fwt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaodingyi.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yangrq.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yinyang.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yjdevtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youran.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaimitut.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziad87.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zlatograd.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zubr.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zzops.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zzops.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zzops.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zzops.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3sixtydutyfree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "604windswell.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "70mpg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8885asknick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99laptops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutyou.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achat-de-lead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaptationplatform.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addresstobe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adilgraphics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adutoras.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afrique.buzz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agence-initiale.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrecosolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahstrem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ai.mr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aklagare.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldyputra.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alex-weigle.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alterlinks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alterlinks.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alterlinks.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alterlinks.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altinopoliscervejaria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alvastonauto.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanpop.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amoraparavoce.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ancroma.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apartema.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apartema.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apfhaiti.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apkmody.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apsb.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabakiralama.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "argo.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arina.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arlenitas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artigoagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artsautomotive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ats-autohandel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attcleaning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avogel-company.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avogel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avogel.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avogel.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avogel.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avogel.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avogel.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avogelusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awesomeness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bacahorror.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banhphongtomquangtran.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banmapvn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bartholf.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bb-ek.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bb-moisel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bent-nails.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besate.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgm.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigcountry.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biocbdolej.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biocbdolja.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinlatestnewstoday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinnewsupdates.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjarno.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockexplorer.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boostplm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brownwrapper.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buggiano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bunbun.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyupstorepremium.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ca-saintdie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadeirasparaescritorio.ind.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafefacil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camisetas4fun.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camisetasbichopreguica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caribeeficiente.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casanovafishtacos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casavlas.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cattsgym.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbd181.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbd2050.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbdeighty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbdnews.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbdtelegram.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccnadesdecero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheekboss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chick-goo-ewe-farm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christiamguerra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chronocarpe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cjr.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cjw.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearcomm.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmtportal.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cntraveller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocomelody.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocomelody.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocomelody.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collateral360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colorfulcloud.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "columbiaproemergencymovers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comerciaonline.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conoceme.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contractstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmosmkt.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cougar-bordeaux.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "couplesapp.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpgiiaragon.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftyproducts.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cristaleslitios.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cronjob.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptoeighty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptohinge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptoleed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptowhile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csis.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csisgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctyrisinkneri.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cultrixdigital.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "currentbitcoin.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "currentcryptocurrency.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "currentcryptocurrencynews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursointeractivo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dallaswebsite.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dangeredwolf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielaeichberger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "date-hijri.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadspin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decorarei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deemasfashion.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deemasfashion.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deemasfashion.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentystabirmingham.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desanctispro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dharma-clinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dice-strategy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digimoncard.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digivet.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dispemec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnratthee.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donacarlota.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivehub.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drrenointerior.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecocleanpower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggbay.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eldiedesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elecpromo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elfatih-markting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elmnt.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emporiopurochile.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emprendimientoweb.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epirk.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erotycznehistorie.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espectrocrom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essentialoils.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estampascriativas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etaldelune.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etdonline.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evolucionestudios.com.bo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezinternet.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f3b.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabfrugals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facebook-program.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factsvision.sr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faktury.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fapobyte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatvalley.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbthirdpartypixel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbwat.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feecreativity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feedthefuture.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feitam.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fetish-x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filokiralama.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finanzasydinero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finapi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fivetecnologia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixverkaufen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flow-serv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodling.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forecastapp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forexnews.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forexnewslive.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forklift.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forthenrycustomknives.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freehomerisk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frikandellenmoord.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frikandelmoord.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxaltas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxperk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxpunch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxwrite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabe.watch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ganaderosdeceres.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaytubec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genlack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlent.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giddyhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gil.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gizmodo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glamourmagazine.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gncsuplementos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gopass-dev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gopass.health", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gougeul.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gq-magazine.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gradecube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grasengroenkunstgras.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gumbointro.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutterbus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h2cclipboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hacktivitycon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "half-dead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hathai.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "havebetterconversations.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazardhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthbrochures.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herbarex.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herreriamauricio.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hesabcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hexapk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highaltitudearchery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hob.bi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hometechmtl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeysnack.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hookahshop.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostelxaxid.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotsoft.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrsa.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydroxide.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyy.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyychat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyyperchat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icid.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idlemon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igloocommunities.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igloodigitalworkplace.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igloodigitalworkplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igloodigitalworkplaces.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igloopartnerportal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illumis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilusionphoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imawasn-consulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imexmed.com.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impresadipulizia.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infernal.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infotectsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insidetheigloo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intiveo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investors.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ireta.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irmo.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironbarnyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isharryworking.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itvia.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itvia.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itvia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itvia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iuup.menu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izdaher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ja-tay.sr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jalopnik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japaneseacupuncture.london", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japatacado.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarno.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javanie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaylee.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcbfshr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeevanpaul.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jellebuitenhuis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeneratorkiralama.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jezebel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jichi.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkuu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobinbennykutty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johngreatwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshmoulin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kahane.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazumi-clinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keithwillcock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keramikaopava.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keyspanish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kientrucnamcuong.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kissmateszabolcs.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kit.watch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleincliche.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knovator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koe.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kostenlosepornos.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotaku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "la-meute.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladrilleraeldiamante.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagalaxiagrafica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lampiaoluz.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larsi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "las.so", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latestbitcoinnews.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latestbitcoinnews.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laughingloon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laveriebyk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawyersofmissouri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawzava.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leclicbazar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemans.com.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letrissimas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifehacker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "listing-here.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lloydrogerspencer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logay.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojacorbuccieats.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojamultplick.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucasuwadi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lysel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macawos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mag-led.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magneticarrow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magneticarrowdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malek3d.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manchestertechservices.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marthus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterminer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "materasocial.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattdrew.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maynails.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mchughisle.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meatfoods.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metrourgentcarestl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miscursosdebelleza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misterboddy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkws.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mngfam.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mns.llc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moderndeck.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneytamer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moscow-xiaomi.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrtprioritet.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrtskidkispb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mumbairoleplay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundialpresentes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicradar.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mustardwallet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myjosephine.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n8solutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naif.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakliye.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathanphoenix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natsar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "near.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemberone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerdnet.goip.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nesez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newlight.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextalefieldrecording.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicklazarov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nihon-rosoku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nilpointer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nobasico.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nukleovisual.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nullbox.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvlifeinsurance.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocdhub.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onechronos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oomuj.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimale.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oraclecode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oriya-hrs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "padena.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parroquiaelcarmen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partsbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partsbox.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payrollhr.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peerpressurecreative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pijamasbichopreguica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.voto", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planned-cities.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polifisio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poppylala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornbot.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precisionstocks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatefiles.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qlulife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rad2share.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rase.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rc21x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readable.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realcanada.com.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestatesales.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redraven.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rentacar.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "replyua.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resolvo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rgl.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhysre.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rioinbox.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riverdale.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rurian-gyohen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sakiborislam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samanexports.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sechssiwwe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "security.golf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seexw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segurancaresidencialbh.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semiweb.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senditvia.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senior2senior.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentitvia.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shinice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoarq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingdascapinhas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sintraunipricol.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siongseafood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitestudio.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skedo.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skovbosburgerblog.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slimmarkets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smyleo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "so-buff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "so-commerce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "song.ski", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sound-recording.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sozialistische-gruppe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spb-xiaomi.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedsvip.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stabilization-in.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stamurai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starlabs.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starsub.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staydryohio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemgirls.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surgerylifeenhancement.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "switchinitiatives.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "switchinitiatives.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "switchinitiatives.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syazli7.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taiwan-kitchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taleintwo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tasintrip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcdn.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teammojo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technopost.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thapduoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebusinessmasterminds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theinventory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themurrayfamily.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theonion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theroot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetakeout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetipo01.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkconsultores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toolip.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touchandpark.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trabajarytrabajar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tractor-pulling.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradedigital.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trakid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transferwise.jobs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trappeer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trollbox.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trophyshopinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tscomputers.net.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tukaraokeonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubereatsprinters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultravendas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulyamuhendislik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniforcele.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedsapiens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usecamisetas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ut-jobs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaclavkocum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vedshastradata.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velocitycu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venturebum.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vfxstudy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viera.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viewpointsfromfacebook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinc.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voetbalquizkopen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vogue.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voyancedanslenord.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpsce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrimcas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vuldb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wabbel.sa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wbbauth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcfauth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdevoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webforce.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webformula.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webpressbuilder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websiteurl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wemediate.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wexfly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whaleapp.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whaller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wigwam.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willmage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windrich-werkzeugmaschinen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winebrasil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wired.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woltauth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wptrigone.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wscauth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wurzelkanal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wykop.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--d1acalaltdk2d.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xosh.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ysoft.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zappy.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zero-skill.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12gramu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1ii.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2isk.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "40vn.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aawt.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acytec.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancedbotoxclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventureboundlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affilowinners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afiliadosganadores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akrilikhavuz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aksert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcaldia.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aless.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfamx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alirezahesari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allprices.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allproapplianceservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alltimeonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allwebtuts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alta-ict.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altiusmortgage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amaabjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazoniacoffees.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amsconnectapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amy-nichols.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analyze-ed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antstoolbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcthelad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "are-mag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armycyberchallenge.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arquidigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artefeitaessencias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artgranit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artintend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arxcs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asanuma-clinic.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athensvantours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athensvantours.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atxtraumatherapycenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authentictrucks.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awsl.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azaria.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azoulaygroup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balivacationhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balivakantiewoning.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basics.domains", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bchnews.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beat-boom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belezadateresa.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bemsertanejo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benedetti.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besteenergieleverancier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestfornutrition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettercallsully.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bichomaniapet.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biloxihistoricalsociety.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biloxisportfishing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bimmae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin-news.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinlatestnews.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitmix.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizify.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bkamp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bklynsoap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blitzpaintball.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloms.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolivar-circuit-clerk.ms", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boontech.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botoxclinic.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braun-soddisfattiorimborsati.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bricks4kidzelearn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brickvortex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridges2understanding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brizzo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broca.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsknri.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsrueti.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bst-brandschutz.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buscacpf.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buymore.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bzhserv.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c3sa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardinaleducation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinomiami.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caspi.org.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cativarbrasil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdkpatterns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cestaswmonline.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checklistuj.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinees.restaurant", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chstrategies.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickrising.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "code.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coin-money.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinnewspulse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinsubtle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connect.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookinsumos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corujacriattiva.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cr4pr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craine.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criminal-market.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptocurrencylatestnews.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptocurrencynews.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptomixer.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cumsext.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cupomia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyric.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dafunda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debut-mebel.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decorations-elmotamaiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepsea.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defaultisafault.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekasegifuzoku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dequemurio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deutschemilf.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diamondhead-umc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diennhienshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directecommerce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discoverapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnt1egh97ehxx.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doencadobeijo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogecoinnews.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogecoinnews.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domainproactive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontlistentoruss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dppstar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drgazeto.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drstevenwarnock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dundalk.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dundalkskillnet.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-shopdirect.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecohomebuild.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edisonstreet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edumaritime.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eencompass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elabela.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enfermedaddelbeso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epitelial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ericca.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espectrometria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eth-news.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethereum-news.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethereumnews.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethereumnews.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethereumnews.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethereumnews.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethnews.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etyka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everyhq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyfconsultores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facebookmail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facebookrecruiting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fagus.hopto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famestube.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faux.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbwifi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenotipo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fetishwheels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financialnews.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiorebjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fireplacesutah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flagstoneim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flibanserina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodyshoody.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foro.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebasics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtimeusabiloxi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabe.download", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamecss.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ganardinerotrabajandoporinternet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ganglioslinfaticos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garciacleaningsf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gasometria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gec.tn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gengive-smalto-oralb.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getpet.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gkepm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glenwhitememorial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gluecksmomente.boutique", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gofile.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gonadotropina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gopuntaisla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpwmd-portal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandepresion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "granfutbol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gripeh1n1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hatsukoi-seikotsu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haus-momo.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbsvzos.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthimpel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hedgehogdigital.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heroxin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "high-flying.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highplainssiding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiker.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirosehp.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hispasys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hochstift-party.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holdmybeer.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holywr.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horustream.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hpsears.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hundimiento.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyy.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i9elo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibinex.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideamount.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideesrecettes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ieltspodcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illusionsdoptique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilmcorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilusionesopticas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilusoesopticas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imin.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "industrialcalibration.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosec.mv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingatlanfix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkteeshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inteapuestas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelligentrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetmarketingprofitscenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irandm.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-actual.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itrendbuzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j-harrison-media.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j-harrison.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jepa.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesusdenazaret.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jngle.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joostmaglev.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshimedical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joychetry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judgejonesadr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julienvenesson.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jun-e-jay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jungleworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justforschools.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justgamblers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k-2a.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karasevm.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kibersalon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kido-dc.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kincreative.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinyued.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kneerux.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konnai.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krahost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreatywni.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreweofneptune.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krugernationalpark.org.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksauhs-med.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kundenvertrag.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kustomr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyberkaitse.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladedu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "langhof-immobilien.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lansink.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latestimmigrationnews.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavarex.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecercleguimard.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legato.marketing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemmi.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levelia.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilou-sportswear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilousportswear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linfadenopatia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litecoinnews.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litecoinnews.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litecoinnews.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litecoinnews.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "llantasysuspensiones.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localbusinessimprovement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loglineargroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorengraff.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunaballoonclub.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lushersolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lutify.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maavicorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madeira.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maduracion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magraebela.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makanin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malhasgusmao.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mallasypisos.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangaturf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maraket.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markus289.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marsoftyazilim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvingazibaric.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mask4africa.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mat-ras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matglobal.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matozone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matpools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matsuura-shakyo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbosna.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbr.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcdeed.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mchaves.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medosedu.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memed.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mempool.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meperidina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "messengerwebdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metrosyvaras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgfashion.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelamead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijncloud.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minhng99.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjstudios.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modesalination.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moeloli.ac.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moscownights.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msfishingcharter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mslivros.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mswdtemplate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mujlinux.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybottle.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myconnection.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypathologos.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypehas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysidekick.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myupbeat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n1card.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namsbaekur.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nancynote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nannan.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "negardaroo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neovapo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neptuneliveaboards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neptunescubadiving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerdaristocracy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netassessor.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netcrew.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newshome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nexustelecom.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimiedad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninetyday.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noradrenalina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutristories.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nxlogis.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceanspringsarchives.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oddlama.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ogatsu-cho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okuguchihifuka-clinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onby.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinetutor.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onodera.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oog-osaka.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimausa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ornitina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxalato.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oz-artfocus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacificaent.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pairfum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakistanwatches.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papergamer.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paradaux.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parisdimitriou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pascalinfratech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pba.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perlisdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personlookup.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petfoundation.pet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pha.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phillipspediatricsoxford.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phishingoda.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pillar.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pillar.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pishroshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pncfx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pnlarticles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podarki-market.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polmel.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postermywall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potcha.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiumcbd.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presidentialinnovationfellows.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presstrades.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pricevortex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "principedepaz.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "println.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privanza.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prixpictet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productivemachine.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosperos-services.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostaglandina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvpzone.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pylad.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quacc.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qupom.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainbowpvtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rb0.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rb67.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reading-assist-api.japaneast.azurecontainer.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "receptenwebsite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "receptenwebsite.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regie-sc.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relyonnutec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resolvs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripplelatestnews.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripplenews.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripplexrpnews.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocabot.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rost.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rte.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabatikirooms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safalfasalonline.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safeo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safesearchs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santhoshveer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanweb.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sars-cov-2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbst.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secrecion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seekweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seewp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendai-himawari.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sethcorker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgtech.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaiyaevolved.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shearwaterdental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siamwatercraftpromotion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signity.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpelkoken.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplyathenee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sintomasdocancer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirvio.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sizeunknown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sizeunknown.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slbknives.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartandcom.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smkbhinakaryakaranganyar.sch.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solbjer.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somersetdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southpawmoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spamty.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedsvip.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportmultimedia.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sstool.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steamid.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stellar.com.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stellarlumensnews.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stockmarkettoday.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storkfront.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stormdamages.claims", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strategicmind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stumblefallcrawl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stx.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "styllussports.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumit.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sydneybusinessweb.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysadmin.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talentbazi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamilsms.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tangoenergy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tank-scorecard.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanneradvisorysolutions.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarugo.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbird-q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbq-s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tdeaqua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tendiestown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenx.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-ace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thearizonatribune.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theater-8.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedaleyclan.hopto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theeliteneet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefireandthefreaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefooddictator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theguerrilla.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themindpedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theoldnews.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepaperlion.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesportscardmarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theverticaljumpzone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theyelawfirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tilecleaningservicepros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timdemisch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinker.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todayfinance.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todayfinancial.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokinokakehashi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topbusinessnews.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tophighnorldiet.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toplifesaudaveis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topnlist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toppropertypattaya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toumeitech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tranmao.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transaminasas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tresen-demo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trinstadab.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tropikdeniz.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trxnews.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsiolakisfurs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuckhayward.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkreno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turnkeydemolishers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tweaktownforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twilightscans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twojajurata.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udemydownload.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umaykan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umo.ci", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unlockerboss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urko.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usability.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valoan.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vernonreinike.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viamilitaris.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidatantrica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villasdelbosque.com.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villasjardin.com.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualgraphics.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virusah1n1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virusdelebola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivemercadosaludable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voltainsite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vote.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vr3marcas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vulkanruhe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vulkanruhe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vyshivki.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallinger-online.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warfarina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "washingtonnewsz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webhostingblackfriday.deals", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websika.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "website.builders", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webworkerswinners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedshoots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weenvio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westportwatershed.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiisas.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wimmer-software.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wimmer-software.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wimmersoftware.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wimmersoftware.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolvesbanemanor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womenbusinessfromhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordpressabi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worksup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpratio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpspeedmatters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpuse.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xgndx.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaowuzhaji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xlmnews.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xrpnews.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xrpscan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtournois.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xumm.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yacca.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yacca.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yah-music.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yezi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youyuan.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zephera.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zinglix.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoflora.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24ohrana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2sendai.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4-0-4.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "99999999977.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aakf.org.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaronburrows.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdulkarimm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abu-auftrag.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acadiate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achkandiro.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "action-biosphere.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "active-baby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamabernathy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "administratorhandal.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adultlance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agata-privathospital.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agendas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrus-wow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmud.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aicupom.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akbam.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcoholia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexalist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alimeta.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allfashionews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allfit.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alvirzy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anderstornkvist.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andressaflores.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelishansen.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antykilion.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asianbusinesscards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astralyx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlanticcitycasino.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlanticcitycasinonews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atrands.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autobazarcentrum.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autobraga.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aventurasnorowa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balearicholidu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bekmekci.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benleb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestcreditcards.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestcreditcards.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestcreditcards.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestcreditcards.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestcreditcards.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bierbaumer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biocbd.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin-casino.monster", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoincasino.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoincasino.casino", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoincasino.exposed", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoincasino.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoincasino.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoincasino.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoincasino.monster", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoincasino.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoincasino.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoincodereview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinera-review.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinfaucet.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoingambling.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoingames.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinnews.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinnews.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinnews.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinnews.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinprice.buzz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinprice.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinprice.international", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinprice.monster", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinprice.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinprice.pizza", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinprice.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinprice.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinslots.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcointrader-review.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackforlife.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloggingsaif.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bopyx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boringnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bracebridgechiro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bredabeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bubu1.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafemandala.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camerashot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capsulecorp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carberra.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carberra.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casadegomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casino.fail", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casino.tires", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casino.viajes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinos.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbdlession.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccamatilfiji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certificateoflogistics.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chanakyanewz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chekhov.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiamami.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chihirev.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chooseyourdesinty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciblogin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciltskillnet.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciphermail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circuses.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearvisiontea.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudindia.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudmarathi.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubgalileo.com.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coachingmillenium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comsoli.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contato.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corriere.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costantinogaming.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cparta.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crash.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cswapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cultbeauty.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cultbeauty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwallpapersheb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberschmiede.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberschmiede.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberschmiede.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czqu.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daily-city.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dajjal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davincigourmet.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deanpearce.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deluxeblogtips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demostweb.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "develoupe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diegoisla.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dispur.nic.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlmixcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobavki.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dot9dev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dournois.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downbook.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drdavidricketts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "droneways.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duansunshinesdiamond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvwa.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-estonia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecamisetas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eclipse4academia-startups.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egypttimetravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enky.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eperformax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eritropoyetina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escolaisttucano.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esexchange.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estonia.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethereumnews.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethereumnews.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethereumnews.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethereumnews.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethereumnews.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etimmer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etororeview.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etororeview.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etororeview.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etororeviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europrimereviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurotech-cnc.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurovision-romania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyelash-mc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facebar.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faieurope.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcarrascosa.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festival365.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festivalesargentina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "figbert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financebottom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizzcoronationstreetdied.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetster.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetster.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flippery-wynajem.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forexcomreview.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forexmarketsm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortistci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebitcoinfaucet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freepatternsarea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friv-2018.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundaciongoldeoro.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxbrokerreview.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxbrokerreviews.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxnews.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxnotch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabe.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galileoart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "game-graph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garfieldairlines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gasmar.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geddert.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geneeskrachtig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genkihub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genkiwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geobennett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gerenciaconsultor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gibranhernandez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glamourtime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godating.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfmagic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "good-wishes-4-u.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodsite.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gottika.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpbdev.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gplclubbd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpspolis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graph.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenzved.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gretathemes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gslabnet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halodebki.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "health4food.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthbank.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hectorfiorini.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helix.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpcentral.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herkel.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highdaseo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hinksonlabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "histogames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holyscriptur.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeairguides.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hot100.ug", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotdresses.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelsonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houhuayuan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsreformas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hymnsandverses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icze4r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icze4r.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icze4r.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icze4r.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideice.gob.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iftikharalam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iitneetprep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikasgela.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impresapulizie.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inakasoftware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inceneritore.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infomexico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoserp.net.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingenious-development.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innovativeactors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insotech.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interactivebrokersreview.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intergermania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investinestonia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ioghawaii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irr59.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iswag.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izolyatsia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izone.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacopomolina.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jfy.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joannajankowska.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonnygreenwood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrock.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jy11.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k2analytics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakazai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kappawingman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karlov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khalidalnajjar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kienviethung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingtech8.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiseimarriage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klinto.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kokica.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kokotaru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lafyne.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagunaklub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasvegascasinonews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legal.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legna.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leleimports.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levis.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levisenlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindazi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkinsta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livinkitchen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maisecom.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamaisonsherby.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markdown.help", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marliesslomp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinsciekurs.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maskssouthafrica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maximbaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mazury-invest.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medcenter.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medcentr.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medcourse.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medservis.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metabox.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mightful-noobs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikemcgeephotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milkaholic.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miragenews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilhaber.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modanese.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mof.gov.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molenaar-ricardo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneyformybeer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moremindsbetter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motivationshastra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpcmsa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mr-a.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrluggagex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mstdn.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mumbaigaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muziektermen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybeancloud.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myclimate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycontactopticien.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydslwebstats.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myempire.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygizmolife.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynutrientcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysticmedia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nairobisweet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naklejki-plombowe.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nar-lekar.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navnet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neocharge.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsarticle.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhakhoaflora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhanlucnhatban.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicheosala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nk-vision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nkontur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norbertorabinovichblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notimesupport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nunogand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oandareview.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obscur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odiris.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oloadvid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "one-clue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orgtech.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourharvest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overcasthq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxlab.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxudummedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paperworkspace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulchua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "performanceetcoaching.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petemerges.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petops.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "physia.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piknichok.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piotrlewandowski.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixstash.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plashenkov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podarky.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokemongosearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokerblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polarhome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porsiaedenora.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posadalasalbarcas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "positive.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerzonewrestling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pozitiffchik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "predalco.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primeops.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatedns.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productleaders.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pubertytalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puebladesoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pupon.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qeshmminer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qr.sb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rahedm.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rammsteinaustralia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ras34.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbscrochet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recoveryteam.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recursosmi.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reley.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retardedstudios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ribdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ringlightstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripplenews.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripplenews.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripplenews.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripplenews.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripplenews.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripplenews.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripplenews.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripplenews.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripplenews.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripplenews.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rjicpas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roofdoctorutah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roolnews.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosdpk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalcitystudios.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royaltyexchange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rydeify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samurai-implant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapienza-eclipse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapienzaconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scindustries.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scour.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoutingwijchen-bouwproject.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchexperts.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sei-yu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendaimori.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servonline.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seteampty.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shanxia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharm.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheraatours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shippexx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvius.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sincelockdown.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slated.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smanson.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartcashumbrella.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartech.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowboard-break.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solarlider.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonnenbergharrison.law", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southessexstatus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacelandpark.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stad.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stanzolo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startup-lab.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steamcleaning.expert", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steamid.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stellar.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoffhandwerk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suike.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superiorseating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swabhoomi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sy95.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysclouds.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tailor.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talentx.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarrasque.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tasteville.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tastyworksreview.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxdispute.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tdlconexion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techwise.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teknoekip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teknolama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teknorix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temnhan24h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texican.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedonaldarchive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegoddy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehomebakery.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thejourneydesignstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesimons.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetechsite.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tichdiem80.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiempolibre.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timmermansadministratie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tnutoys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobias4.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomslawadvice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topten.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torsten-werner.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalinfo.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trade99review.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradewithestonia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tragaver.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelix.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treatmentindiana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tronnews.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tronnews.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tronnews.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tronnews.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tronnews.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tronnews.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tronnews.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tronnews.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tronnews.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tronnews.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tronnews.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryingtotakeoversweden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttwt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimadivisao.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniekglas.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniqueuniques.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unrestricted.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upstairs.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urlendecoder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usaattorneyblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usnews-new.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vacpas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanguardreviews.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasconcellos.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegascasino.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verzekerjebeter.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicenterodriguez81.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videovt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidnoe50.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visordown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivachile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivantstays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vos.directory", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "votrespace.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wafflemakers.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warezbook.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wavee-plus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wealthmu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wealthsuccess.edu.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weathermelon.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webanet.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmandat.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webullreview.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westlondoncarpetcleaners.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "will-lash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willalex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williamsalexander.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wings.com.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wo25.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "world-citizen-report.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worthlydeals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowkia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpautolistings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpdgimart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wphaxor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpslimseo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpspeedmetrix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xaudiobooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xmos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--2i0bo6pvvy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--2i0bo6pvvy.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--2i0bo6pvvy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--2i0bo6pvvy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--or3bkpg7h2qs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtechkr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yanagibashi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yatsat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuanandyuan.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zappy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerocms.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerodhareview.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziggletech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoomative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zpider.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1xbetapk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2002000.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "65book.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "90dayloans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aacc.ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acerosfortuna.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acquadiparma.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "admin.place", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "admindaily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advania.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventurecorps.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afishablogs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afrohub.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciadigitalbolivia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agroclefic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajadmin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajadmin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akitoy.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alancabrera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandrevicente.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amevoice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidmovile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anihonetwallpaper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apkteen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcadia.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artexhibition.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artzphotography.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asatys-partners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asatys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashimwe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atope.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "australianpropertyanalytics.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axisdesignarchitects.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axisdesignarchitects.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babacloud.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backlinksgenerator.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badwi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bathrobes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bavaropuntacanahotels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaconfed.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "begin-motorcycling.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beliishko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beliyo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benoitchantre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bessmertie.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestecbdolie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestnetentcasino.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestnetflowanalyzer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billbuddy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjpecas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluecoatnetflowsupport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bmm.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boggsinvesting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boomshadow.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borisovv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bot-socket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandketers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brauer-augenoptik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brest-bel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brest-region.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsa-dom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildingmaterials.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "builtingym.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bumianoa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesstravelmelbourne.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyasheep.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buypurenature.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c-g-h.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cakes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalbay.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "careerprep101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carltonelitetravel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catcoxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathcartconsulting.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbproject.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherry-handmade.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherryband.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chipdenim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrystofer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciadesuporte.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciscoasanetflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cisconetflowleader.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cisconetflowpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cisconetflowreporting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cisconetflowsupport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleanclearwater.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearmaxx.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cliftonheritage.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloud-hair.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloutcloset.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conbida.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confort-sante.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookingaround.town", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corinsamsterdam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "correcthorse.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "courseorbit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazycliq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativemysterymind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimean-wines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crochetkim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyber.securitytactics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberattackincidentresponse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybersecurityincidentresponse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-tousei.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dacha.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dalliard.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dangerscience.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidband.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davmimer-mercerie.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daxenexpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daymarksi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decorpol-renovation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demxausa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digicoca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalcrisis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalimpactlab.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalphoto.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalphoto.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ditfiorinicamargo.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dneprovski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dollarhero.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolys.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donarmany.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drillcalendar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "driveral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "droidtuto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drshadankabiri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drunkcalc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsg.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsg.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsn-k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumpper.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumpper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dunedot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynamicathletes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e8bet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecosial.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektroprom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmausmexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empresa365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enabling.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "englishlatino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "englishplus.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enterprisenetworksecurity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eqab.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erboristeria.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ermeglio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erwindesigner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europeancuisine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evertus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exarcheia.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exotictravel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyelash-navi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f1tv-streams.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabil.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factoryalimentos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fale.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashion-swimwear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcl.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fifemedicalgroup.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fire-places.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishtank.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fl.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flexiblenetflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florianbouchet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowercityflavor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowreplicator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foair.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forexwine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franchiseguide.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francuskie.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freenetflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftx.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funreaktor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fureais.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaksidot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gallery-kaze.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gas-boilers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gate.sc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gearnify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gewel.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gimnazija-skofjaloka.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goblackwood.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godortheworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldentech.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldentechelectronics.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goplaypal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "govnosite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grammarhouse.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grappy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graycat.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenhous-technology.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenwiki.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grickle.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growthandrenewal.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gservera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutetexte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h-var.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hab.dynu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairsalon-wish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haloknauf.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamartrophy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardhatengineer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrisexteriors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helco.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hkl-gruppe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoistsdirect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holyfamilychurch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hongkongliberate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hongkongwillwin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostreputation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrlive.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hundub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hustlefreesolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-port-voice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iesconsultores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilondres.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incidentresponsesolution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incidentresponsesystem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinifour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infomate360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infradot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrapixel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrarate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrasend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infravoice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "initblogger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetbloger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investigatemalware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investigatingmalware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invitescafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipaddressreputation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipfixcollector.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iproductrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isthatarabic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isthisarabic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itero.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j-maxton.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackandrascals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jainmantras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jawwad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jenkinsry.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonsey.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpcorriganlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpn-ks.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jscsshtml.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliannorton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliekristin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jurposluga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jybrid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kajirakuda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kameliya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaminoweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kangkang.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kangkang.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karakav.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kemptechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khadu12.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kharkiv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koj.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koylusemra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krk-gaming.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyle-s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakeshorepoolsandtubs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamai-crochets.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landing-phillipferreira.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "law-zur.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lcs.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leaderinnetflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legko-pohudet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifetimestack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindogdahl.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxnetflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lirapogrebnicentar.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logger-phillipferreira.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logoenvue.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojaxo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londoncarpetcleaningltd.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longlivehongkong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotustreasurechest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maalexi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macautocouture.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makemillion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malwaredevil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malwareincidentresponse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamaliefde.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcenariaembh.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markacutt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mashina.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matcha14.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauditeboisson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maytinh.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcoutinho.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicalpeople.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicinae.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicinaesolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicinaesolutions.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medsister.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meigetsuen1980.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mejofi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mejofi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mejofi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mejofi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mejofi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melaldesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mermakov.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meteonederbetuwe.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mexicanfibers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michael-r.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikesplumbingswfl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millersprofessionalsco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minimalistmenu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miyagi-ctr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miyagi-r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobiler-handel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobimsua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momi-chura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneysavingpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monitorbandwidth.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monitoringanetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moparisthe.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mori-cdc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mountaincastle.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mowing-the-lawn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrcool.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrtg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mssa.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtsn3padang.sch.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muchbetterthancash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mutahar.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydaymark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylittlegrocer.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylittlegrocer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynimo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytribes.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nab-services.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "najarkadeh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakagawa-d.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakagawa-s.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narcisqeshm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nash-dom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navalaulakh.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncloud.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nedap-source.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "needflare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netflowanalysissolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netflowsword.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netflowtrafficanalysis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkinternetmonitor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkperformancemonitoring.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networksecuritysolutions.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkthreatdetection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkthreatprotection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networktrafficanalysis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networktrafficanalyzer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networktrafficmonitoring.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nigelvm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nonstopjob.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oasisbodycare.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onetwo-vermietung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-divorce.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oooh.events", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oraculobrasil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalofacil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "painart.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "painresource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paketwisataliburan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakjefooi.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakjefooi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakjefooi.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakjefooi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakjefooi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakjefooi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakjefooi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palatte.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pathogen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcbexchange.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedalr.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penatizavarise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perlina.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pet-net.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phuketbeach.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piajans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piavonpadberg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pieceofcake.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizzaspaghettiemandolino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plixer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponnohaat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poppinspayroll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powderedcloud.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerpadel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "previstart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prij.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primalsurvivor.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacysvcs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proekt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profinvestment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profit24.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progamermundo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pronto-intervento-fognature.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protesthongkong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purse-les.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvideo.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pws-passau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quackquack.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quichost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiq.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainbeaus.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ratihluhur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravenflight.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raymondha.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raymondha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reading-assist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebellion.scot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recolic.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relatory.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reliablepest.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ridegravel.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riverbednetflowsupport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rrdtool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruthlavidente.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safestreets.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sakuracommunity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samalova-chata.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandboxstationchildcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandramorrone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarah-secret.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sardegnarifiuti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satyamshivamsundaram.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saul-eslake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdelatmrt.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secrets-marketing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "security-courses.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segurdatacr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sekko2.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendai-cdc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendai-ctr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendai-rc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendai-sougou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendai-works.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfltrends.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowsproject.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheptytsky.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shinobayderm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shireyishunjian.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shooba.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shop-cosmetic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shpiliak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shpiliak.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shraymonks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shunmei-hari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigmacomputers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skreutz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skunkapeservers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smallwhitebear.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smd-tlt.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snazel.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snazel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snazel.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snazel.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sociologyk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sohka.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solofi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "souldigging.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundlight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "souvenirsdebordeaux.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacesas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "special-equipment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specialtyrigging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sports-equipmen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spurto.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stairmaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steeve-legal-photographie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stewpolley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratreg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamlineverify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sup39.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supergood.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superis.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surnet.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sylino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t-dent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tafusu-support.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taylored.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tchatland.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tci-style.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tciit.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "team-toranomon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terraesencial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theachero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thediabetesnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegoodheartedwoman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theracismforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threatdetection.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinkmai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobyx.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tohoku-fukushi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomchen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toolsu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topjeans.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toptur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totoland6.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tousei.tokyo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradingtag.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transportfeverfrance.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trapz.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trasatsatelital.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelcompany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelunicorns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsp.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuvankinhdoanhonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twilo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twistertech.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txwriterstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uesc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulrike-sichert-schuster.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unae.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniteinhealth.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upturn.com.eg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usespetaculo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwat.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valledeloso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ve3zsh.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vectops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viereview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visafruit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vk-agent.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsevkusno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "water-filters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterdamagehouston.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wazito-fc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "we6666.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webisle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatisinternetsecurity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatisipfix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatisnetflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wi-wi.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiccansupplies.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wine.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wine.money", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wk.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordpressfalcon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpfy.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x-embed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ll-yka.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--pckl4ji.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--wp9ha.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xrobot.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukieda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zastenchivost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zelt.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeroknowledge.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0xword.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10media.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10site.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1csgo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "301.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4d51b734-d000-4418-97db-cac5e68f80d5.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aabeltech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abacuslouisville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acceleranda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acting.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adfxllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancednetflowtraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokati-ceva.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affproduct.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "africaone-publishing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airloge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aisanity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aktivterapi.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allline.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphaconvites.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alsace-boutique.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alsaceboutique-peluches-bukowski.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alteringit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amadvocates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amilesportes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalworld.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apcpky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aradiantlife.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arihunt.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnoweterings.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artplaneta-leto.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiafood-curator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asktanzania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlaswu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atopy-sendai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atris-qa.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atyourleisureculinary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avg7.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awsl.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babyappear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basementwaterproofingasheville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basic.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bastelstu.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bathroomremodelinggeorgia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baysidefamilydentist.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbrigittae.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belajaraja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibhub.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigbrotherco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bimachi.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bind.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitsight.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitsite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blushbymounika.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bnkconsulting.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobtiell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bogdbank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bojanowskiszkolka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borduurshophengelo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bornemisszavendeghazak.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bougetesfesses.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouwhuisman.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breastaugmentationky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridestarco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brownsprinkler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bugreader.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buhitter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burling.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bushico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buspark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buspark.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camrn.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canaryaspets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carloscar.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carloscar.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carloscar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carloscar.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlosmalodemolina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casaasia.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casaasia.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccwebdevelopment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celseven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinablows.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinalosers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinasucksass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chocolatesonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christinaclairecollins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cialowruchu.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cibus.ba", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinemaschool.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinemotion.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciscocyberthreatdefense.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciwix24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cjbeckert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearwatersexhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyr.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyr.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyrcreative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyrvr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickclickfish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickclickmalware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickclickvirus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudstoragecompare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudtrics.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cncs.gob.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cochem-zell.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commentjaichangedevie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "congnghe.so", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connect2pure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cook-maestro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolsculptingmanhattanbeach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cortizo.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpro.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craphound.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossingna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptoinvoke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystaldown.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csds.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "currenthaus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danovamix.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkmoria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepnote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denika.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desertbluffs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desinfectantemanos.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deutsches-schulportal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "developr.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dg1-test.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dg1jp-test.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dgvservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "di-basketballscouting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djdebodas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctoripfix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doener-curator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogvolution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontenedor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downwithchina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamcleaningservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drnjewels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durulezzetler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duv.al", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duval.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duval.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duval.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duval.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duval.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecampusontario.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecgclic.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekoclin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elcirculo.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrodomesticosmiro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elevenpaths.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elgustdecreixer.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elgustodecrecer.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elliot.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engagewell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicapos.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "er.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erinmyers.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everaerts.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyesee.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantom.foundation", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdimmo24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feek.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fescuesodsouthernindiana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fidelitysound.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finance-devils.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstbaptistjeff.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstclass.com.kh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstmarket.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fivefortheroad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiveloaves.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetster.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowalizer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowalyzer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowanalytics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowauditor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowfest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowhopper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowinformer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowpro.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fogu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foundationrepairannarbor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foundationrepairasheville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foundationrepairbasementwaterproofingtn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fractionclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-barcode-generator.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freecourses.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freston.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuckxichina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fumilink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundacioneduser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaga-debki.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gardencentreshopping.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gartenforsenate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekanatomy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekyleisure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gen53.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generatorkodowkreskowych.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genious.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genious.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genom.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getby.download", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getpaidtocode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getpaidtodesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getpaidtodev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getprohealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gimbal.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gld.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glutagenic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnu.style", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golinuxcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goose.energy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goosesmurfs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gracegensets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grasp24.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guessmatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guineapig101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyllyngvase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackingandprogramming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handyquip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hargrovefirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harkenzconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helioring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hementaze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hi-res.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "higea.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoken-okazaki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homecpr.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeshieldindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostingtg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtodesignwebsite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamroot.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ie-blog.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igranit.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihorvorotnov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilasoft.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imagine-cs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imperialfenceinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impresapulizie.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ineptiamusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkosova.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innocence.org.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inprosy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspiratorysolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integrahealth.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integration-mouvements-oculaires.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intel69.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetthreatcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetthreatscenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iot-alliances.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipfixcalculator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipfixifies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipfixify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipfixinator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipfixreplicator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iphostreputation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iraklisfovakis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isanmsu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j4e.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaleesa.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jameslahey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jantyik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jedna-basen.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jehende.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jendialmeditation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jld.paris", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jxs.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k-matsudaclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaizoku-dmc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karelvanhecke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenhkhampha.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kentuckianatrucking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keyesrobot.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kfispiff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinesiologikerteminde.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinesiologiodense.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinesiologiskolen-syd.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinesiologiuddannelsen.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingsandqueensbypalos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiomoda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knitting.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kodama-dorayaki.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopker.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lajornadafilipina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lascasasencantadas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavendeloel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laxxl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lclarkuhl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "le-stroke-of-genius.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ligare-fp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lincolnspringsgc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lioprog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lobbes.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logalot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "long-journey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovedonesofprisoners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lprr.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucaplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucasrajaonutricao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maarivpn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madmenmedia.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicaldelicio.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailanyzer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailinizer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailinyzer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malagaallincludedcarhire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "margaret.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketinghaters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marthakenney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maskerking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathchall.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrixread.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matsushima-kosodate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediskin.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merafsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milarelectrodomesticos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milliegrace.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minibus-service.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirrorwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixes.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixmastermitch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mizukoshika.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modellbahnshop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojo.az", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monoblu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "munakata-cl.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "municipaldroguerias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musikhaus-korn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mxin.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myers.house", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myjustice.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynetflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myradnetconnect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netflowanalysissolution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netflowcalculator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netflowcollector.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netflowknight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netflowknights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netflowreplicator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netflowtoday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netteri.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neuraspike.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nevim-co-varit.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngpest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nigelvm.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nils.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noel.wf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noel.yt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notisecit.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noud.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "npgateway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obamed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocongo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okubo-shika.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "one-million-places.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onepooling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onetap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openbayes.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organicpoint.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outlook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oyaquelegal.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paga.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paidtocode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paidtodesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paidtodev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paikkatietokanta.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palermofc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patriciaroy.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paysbuy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peoplesrepublicofchinasucks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepwaterproofingllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personalrecreationaltourguides.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pescaforte.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phdelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pickupalliance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pictelcix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pikker.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizza-curator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plixar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pluralistic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politicalplot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porwal.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerball.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pradohalcones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pressfreedomtracker.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prettyceos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preziti.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "probono14.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prog.olsztyn.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prog24.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programmes-neufs-corse.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psihoterapevt1.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psknv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psknv.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychomotricien-la-rochelle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptshft.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purefoot.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qipllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queijocelular.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quintacbls.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rackoon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radarcupon.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radnetumconnect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramos.tur.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapidgator.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ratasdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravenflight.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdimedical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readyelec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regentinvest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reischent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relijon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repaxan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reveconfort.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riceteeth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riem.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rigous.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritus.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rivercitybni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romankozak.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rslcaresa.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runningshaadi.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rwbstuff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabali.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sablyrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safehouse.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagafalabellacatalogo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saletodo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salon-de-patchouli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salon-largo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samandavani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanjosecostarica.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satramana.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sayilarmuhendislik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrutinizer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sealandair.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senarin.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendai-cc.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendai-cooking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensualgoth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seocluj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sersanto.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfeerhuisbaan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sflowanalyzer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sh4y.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoes4gentlemen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shpil.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shpilevsky.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuang.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signaturecountertops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simdex.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skautibrno.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slayingqueen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smarthrms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snack-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snazel.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sndcdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sodsouthernindiana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soegi-haru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sona.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundcloud.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southokcurology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparanoid.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparanoid.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speechelo.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportprint.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssa.co.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssrgov.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssslgaragedoors.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steiners.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sterlingtechnotrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "straightlinetutoring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "success.market", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sukriyedonmez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncitycinemas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunday.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synccore1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syok.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemart.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systrax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takano-recruit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takano-takuhai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takanogroup.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talknetwork.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamuraei.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tapetenresonanz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamsass.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnograficaimpresos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temp37c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tentq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecatbowl.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefoodiefit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegenesisshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theloop.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelotter.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theromexchange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewoosh.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thirteen.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiendacanper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tifenn.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tifenn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tim427.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobyslawn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todayprice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomikoyco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toneelverenigingnutengenoegen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topupandearn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totnhatvina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpnky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripguide.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tusupermercado.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuzor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tymoch.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "typecheck.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u4.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uebersetzungscenter.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhlturf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicreditbulbank.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unit3d.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitanzania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universumproduction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unric.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaginalrejuvenationkentucky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valueourminds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanwort.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaxbook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegasliquidationstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velobar.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veteransadvantage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vimoksa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vindax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virginiabeachcoolsculpting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vokalayedadgostary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w3squad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wagspuzzle.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanderings.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wantedposterstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watari-bg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webnm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedoeducation.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werlabs.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatevershirt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatissflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatsupgold.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whyfeedthegreed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisemoney.com.vc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpshop.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--grnstrm-r1ae.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yaencasa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yc1820.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yotubes.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourlscgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yu-dkc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuzei.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zananta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zbynekuher.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerotoone.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00b31.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08000113.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "111011.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "18latina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1st-online-academy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2url.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dtech.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3orod.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5net.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8796.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9saves.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a2ssrl.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a567.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abu-nour.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acchan-fun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ace360.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adib.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advaith.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventuringup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aflam-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfawedding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allinbit.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allvitalconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aloo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altweb.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amilaresort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ampetronic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrewsoutar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animaletnous.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anlikhaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anukaweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apogaea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqwire.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqworlds.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arstudentloanhelp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artiman-center.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asla.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlasdog.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atris.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audionamix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augmentationx.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoreply.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autos-mertens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayouiv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azinmahab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b24.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b3101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b3103.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balashiha-podmoskovie.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ballonella.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barnjelly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basar-horrheim.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basementwaterproofingannarbor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basisonline.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basisonlinefiles.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basisschool-oudercommunicatie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bazarfds.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behavhealth.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beko.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet531.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet631.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibliogram.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bixbasement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blanickymanifest.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blomberguk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blsindia-canada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boardgameforces.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boeah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bortebest.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boryanaruse.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botcop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bpvr.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broadmooroutfitters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brockwayministorage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brownie.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bush41library.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byteultra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byw.cymru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c-rpg.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calibracionhd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calixa.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callamnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cameos.bo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caringmedicine.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolinegirvan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carriage.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carspicture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "case3d.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catchall.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebphotos.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cendis.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cerbottana.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cha-ta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charizmatec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheap-airtickets.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicagoshomeinspection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chillpaste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chromarea.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cihucm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cjfinance.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cjimmobilier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claudiajanssen.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claudiohdz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colegiosanisidro.edu.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colombyinai.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cornerstonenorthwest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cotodigital.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creatingchange.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "critterculture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuttingedgeperiodontist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dabhand.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dabhand.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniel.vg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daofficers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkct.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkmemo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dartnallministorage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "david-clarke.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demandbase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demo-school.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedept.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedlms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dg-1.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dg1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dg1.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "didyouknows.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diesse.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digiavidity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digpubdev.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digpubprd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digpubqa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dissectix.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distrim.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dndforge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docskiff.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolceuvita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-kissler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dryip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsg.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-resident.gov.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eas.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eatingonions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebisee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echtmarion.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecobrotherss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecoconut.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecopak.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecosas.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edrepay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduson.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egorka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egroofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehtp.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eiji.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elevacionesrama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliteaudiovideohomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elithub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eltjon.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enemyofman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enett.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eptreviewer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eptreviewer.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erpsolutionsmart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escuelitasansebastian.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etmtobik.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exceloreflexology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "executiveice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezelukwu-chambers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facaobemquevcpode.org.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famvsomeren.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "federico.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feedify.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festivalgourmet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fewo-wildrosenpfad.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fj.je", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flavelappliances.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankiebdj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fravegacatalogo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomfrontier.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullaw.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundevogel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundmyfuture.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funnylinks.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabe.pics", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galapagostraveldeals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gazoakley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemmy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generalinsuranceagencies.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genesisblock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genious.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gennaroabete.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gesundimmund.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfbakers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gimnazijapg.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalautomation.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalbusinessnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldnbraces.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodbot.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grancordobahoy.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandesign.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greaterswissmountaindogs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenartistsswiss.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grundig.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyongyosi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habarimail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackernotice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haosygt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harambo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hcsoffshore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hcv.ind.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdml.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heesenyachts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heic.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heijmans.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helloappservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heraa.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herefordlighthouse.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herf.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herq.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herx.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heysora.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hobbiesworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeseeds.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelastor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howlingbasset.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hw8.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "id5-sync.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idigiskill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illubel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immoe.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inarizona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inche-ali.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intellektuaalomand.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelrealsense.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetslapfights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inversegravity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inversion.travel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investigatenj.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investonline.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsakerhetspodden.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iv-vr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackwu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janine-und-johannes.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarovske-udoli.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarovskeudoli.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jewish.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiji.com.et", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmmanadobitung.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joy-ride.yokohama", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juanmoreno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justiceforjameela.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k9base.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karenvien.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasvall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kermadec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kermadec.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "killerpixel.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koncertbooking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagoonrealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakestreetministorage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lansing.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laparoscopyhospital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larvps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lbjlibrary.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leisurecooker.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leisurecooker.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libremedia.video", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limpiadordeporos.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liuwenxuan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loli.gallery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lordgrant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lu2343.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magsdata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malrox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcatostaging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marglotfabadi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketio.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martlly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masonicangelfund.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewburket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mb-msk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medcallosmotr.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medfinancial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medimush.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meditation-kompass.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melbar.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mepc.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merchantcardadvisors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merryvic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metroline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metron.mv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metropolis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meydan.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikeandemily.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimundodxn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minhachurrasqueira.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mite3.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modapush.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moebel-starck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montserratoptics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morbitiles.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrdehkar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtv.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mu-thunder.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muscuolisq.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mutfakyolu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwnonline.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-ifms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-stories.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myboxofficetickets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycoins.gallery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myshef.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywalletcrypto.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n-laboratory.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanolet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhps.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nine-hells.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northwindfence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nossorepresentante.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notisec.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nukeshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obrasereformasbh.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odinson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliveoilil.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ontariostorage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orthogennix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outbreak.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paddy.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pamaniqu.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permajackstlouis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phillipskaiser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phocept.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photo-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pimastoneaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitshift.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixnel.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetbluetech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plast.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playground.place", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polaschin.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poleka.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornotexte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "port.gdynia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praktijkdeeersteindruk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praxis-liebner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precisionsportsonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prizrak-v-dospehah.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proalist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectborealis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prozapchast24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychologist.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r-proj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rafaroca.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rafunnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainnetwork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ratepayeralliance.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbsexshop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "read.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebeccawilson.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reception247.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recordexpressllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reenergo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relialink.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remont-45.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remotley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renewedfreedomcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renovomedispa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reueljohnk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhysperry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "right-angle.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robinsonphotos.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runningshows.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rutalimon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rutar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salmonelectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltrecovery.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saly-hotel-neptune.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanitizinggurus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scanutracker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scatgirls.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scavalentenx.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scavalentewp.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schiavaonei.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schwedischezahnaerztin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schwedischezahnaerztin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scientificwomen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scm-team.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securethe.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servitecsm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sggmarket.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shc.gov.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shef.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheltonvirtual.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shilled.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shimitower.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shireyishunjian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siemens.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silverbox.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simply2020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitechange.dedyn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjaaktrekhaak.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skygates.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyra.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofi.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soft-valley.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solidnet.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sos-loodgieter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacecovers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speakermatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spyse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "start-school.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steelfirm.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefamedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storm-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stpioparish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strumpe.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studentexpat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suchhire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sukamusik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunpax.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suzannecooper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swisstechmap.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swoop.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tailwindapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taka1156.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teachercall.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teacherph.review", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tebis-consulting.my-router.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecparsnet.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teeverse-photography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telcar.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tele.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tentacle.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teoletextsq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thcb.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecheat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecollegequiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepandacustom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepetsmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepxhubclientportal.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thumbnail.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tianbo1988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tigernero.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipslab.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tlctrades.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tofuixi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonyburns.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toppillars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tornadodetector.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toyota.nagoya", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toyouiv.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toysearcher.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trackerx.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trackntack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traders-union.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treinamentosupermercado.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trespassing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trilhasdeconhecimentos.etc.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trimental.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troubleshooter.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tubemaze.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkup.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turlewicz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twakkensi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tylerharcourt.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "typingcheck.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uiharu.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimatelifesupport.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unveiledgnosis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaabogados.legal", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vangest.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veeculinary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidyabhavanam.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualiit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivaalongevidade.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voinuocthienmy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volgograd-privolzskiy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vov.furniture", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watchtogether.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "way2pay.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wc-is.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdpapi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weaponsinhebrew.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weatherproduct.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webstellung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wefixmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westbeachparks.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westernstairlifts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitelotuscyp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildhelper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willetlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willowpassdentalcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winterstudies.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wondersonlineshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workinestonia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowlegacy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--blusastlacotalpeas-20b.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--eglujemy-23b.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--or3bkpg7h2qs.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--schwedischezahnrztin-pzb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xsden.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yavuzatasoy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogahome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youiv.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youiv.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youiv.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youivb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youivh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youivk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youivx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youivz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourown.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zedern-welt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zegluje.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenithappliance.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zettahertz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhiyulife.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zilver.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zirbenholz-welt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonagratisan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22b31.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4cdesigners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4nikola.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7it-latam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "805lifeguard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "808arts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8duhu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "911ifix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abc-kinderbetreuung.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aclipt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acropolis.edu.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agateh.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agentpoint.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agro-dom.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akp.photos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akubadaura.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alisonmcalpine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almadeviajante.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alojamientos-cuba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alonsoluzgas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altadancesport.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alvarojacome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amalbansode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ampdes.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andislaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apruebaexamenes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquaviaspa.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arca.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arete.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aritmetic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arthurlewis.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artia.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assomydesk.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrolojiyorumcusu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurorasa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babygender.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bacom1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "becomemoreconfident.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestpaintballmask.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinner.cm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilibili.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bkgatl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blsindia.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bmipestcontrol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boomersclub.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boulevardbuildingdsm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braindiamond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braindiamonds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breathfinder.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightview.net.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brunhilde.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burnimage.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyitnowfast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cacavazamentomillclean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cahfee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cambramanresa.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capellan.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carpinteriacaballeroleon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carry.luxe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartuchoonline.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casthull.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catalogador.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celsusnicosia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatintime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chemgenes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiapasfutbol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianwong.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cintapersonalizada.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classicz.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleanshield99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyr.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyr.careers", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyr.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyr.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyr.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyr.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyr.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyrapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyrgames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyrhosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyrstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubsuccessjapan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coasteering.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codetheweb.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cofinco.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coggin.church", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coldfusion.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colean.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colonialfilings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contemplativelens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contenedoresdereciclaje.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contributopia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolink.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corporateinbound.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmoswaterdamagerestoration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "courtsunlimitedut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creartcompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csgoyournal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cturpoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvsmash.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davepullig.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dawidpotocki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "de-google-ify.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degooglisons-internet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degooglisons-internet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degooglisons-internet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degooglisons.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degooglisonsinternet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degooglize.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delpilarrungue.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dental-reboot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentalcareerfinder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentistsgainesvillega.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentistslilburnga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derejilla.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desergo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diebasis-partei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diemperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital-workshop.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalservices.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimequebuscas.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctruyencotich.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dormi.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dothesecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-maike-juergens.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drgazivet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dscsigncert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dunneworthy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echtebewertungen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduerror.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektromet.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektromet.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empowernation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equitytrack.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ergonomic-products.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eroticgirlfriend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erronort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espressob2b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eternegy.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurban.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eveetcie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extraspaces.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faunatrek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fedrooms.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fermier-mag.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferrarichat.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financieracademy.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flagcdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flavio.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floline.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flying-press.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodfriek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forcemasonry.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forcemasonryinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formulaveevictoria.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fornarisandres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotopremium.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frama.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frama.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frama.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framabag.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framabee.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framabin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framablog.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framaboard.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framabook.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framabookin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framacalc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framacarte.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framaclic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framacolibri.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framadate.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framadrive.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framadrop.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framadvd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framaestro.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framaform.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framaforms.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framagames.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framagenda.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framakey.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framalab.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framalang.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framalibre.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framalistes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framandroid.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framanews.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framanote.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framanotes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framapack.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framapad.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framapiaf.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framapic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framasite.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framasites.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framaslides.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framasoft.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framasphere.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framastart.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framastats.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framastory.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framatalk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framateam.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framavectoriel.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framavox.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framawiki.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framazic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framemo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framinetest.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frothy285.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamesbap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generateur-thot.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genesisgold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "get-x-web-link2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghobot.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giaminh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giff.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glyam.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldspark8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gracodesign.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenheartclean.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guiadeprofesionales.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guiaminhasaude.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guiaturismovallarta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handyoutdoorgoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "havendetoxnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbr.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hclsrilanka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holi-coresdaindia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huanqiu1988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huit.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huohu-sports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hygh.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamtrucking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ianloe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ianloe.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ignite.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igscountertops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imdb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impay.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "improvebusinessonline.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inlink.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innopharmaeducation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innoutmarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inrage.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insidebitcoins.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internet-israel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interwebz.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intrasac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intwiff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istekparcam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itcreative.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itouriria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "its-em.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasonisclever.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeanmichelaudet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jemezsprings-nm.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jestyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jhoncampos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimsheatandcool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkloli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joinmobilizon.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joinpeertube.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliebradford.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumbo-air.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaliocommerce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keke125.idv.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerbin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiwicoworking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kokankart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konaqua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuisus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kwx.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l4s.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landoftherisingson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "langyamk.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastrourbanismo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legba.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letechgranby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letnet.ddnss.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lettersvertalingen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levabilligt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levapsych.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lily.flowers", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lincolnil.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindaquerida.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisahutson.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littleorangecookbook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojal19.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojasti.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louloulovestreats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunai.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lut.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madsgencydemo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahadsunnah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maiscuidar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mantaoilco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matehierba.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattisclever.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meaqua.love", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalmonocle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milr.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minermonitoring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misclick.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkboynton.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilizon.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moliporex.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montessori-oberhaching.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrfd.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mutuocasafacile.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myofficerenovation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytribus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanxin.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturalcakrawala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturesportcentral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nbwp.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndns.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neesousunebonneetoile.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neutron.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextairgen.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nigelvm.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomadaregalos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northsegment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nudesharing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutriclub.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oeno.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omnisky.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onestoptown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlyfans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onyx-groups.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opensourcecombat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ordr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "origamiking.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osmarks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorlearningmap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "packliberte.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palulu-products.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paru-design.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pediatricdentistsdaculaga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pediatricdentistslilburnga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedradatattoosupplies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peelmachineryrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petevagabond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peya.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photosight.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pigeons-rings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilatesavenue.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokia.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politiciancompare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politicnation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponpon05.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porno-geschichten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powderspraymachine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preconstruct.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privally.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prmihoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "probationnotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.gdn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pyjiaoyi.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quarep.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quarkcore.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qwitsmoking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radarcoupon.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiantwonder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ragprint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainierpros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rarlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razhayezendegi.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recupero.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regiamo.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restauranthugo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resultscommercial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reversecrucifixkm.altervista.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rewiredweightloss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ricettesemplicieveloci.altervista.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "risecomedy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rixcloud.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockset.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtestore.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saludakeuring.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saygoodbyetoie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scevity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semillasdelucha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serra.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shawfactor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shortshadows.band", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvertonmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplexdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skindb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skylinehk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyterraathome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyterrawellness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sl.al", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smart-profile.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sociopampers.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solocalcetines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "souravbhor.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparanoid.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqhs.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssslelectricfencing.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssslintercomsystems.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steelfxpatinas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stlucievillagefl.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stonecutgods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studio-impress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "submeet.vet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "successful-online-business.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superfaktura.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superfastpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sven-erik.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swimpool.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takosen.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tardics.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tebodentalgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tebodentistryatlanta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tebodentistryforkids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teboexperience.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tebokidsstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tebothetooth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tech3araby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techacad.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testcu.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testingben.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebrushcreekdistillery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecedarsbb.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegolden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theillustrators.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetebodifference.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thethinktankpodcast.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theunbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewebcully.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thfaid.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threadythready.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiendatecnologica.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiktok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tishsglitches.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmstats.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tontonroger.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top1.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toplevel.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "townofgoldenmeadow-la.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trouvons.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttcmed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tubach.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuckmeintebo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkmen.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turnbacktogod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twidy.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucybodyinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umzug-fuer-muenchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ungooglize.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicintas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unimeias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unreal.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upperskagittribe-nsn.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uruharushia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uvcleanfrance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vap.llc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vigo-select.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktorovi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virginiagardens-fl.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitorsguide.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volcano.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vyuticonsulting.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walden-interiors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wasatchcleanair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearekiwi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webyazilim.biz.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "well.bayern", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgrlc.vic.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "win-rar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workatclever.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workatclever.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workatclevyr.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workspace.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpsuites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xion.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--6m1a86p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xvpn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yardandgardenguru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yasminedewolf.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yousifsaeed.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youtubex.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zovovo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zrgmedical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0123movies.sx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "245990.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2kbgames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6688wk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aarontechnology.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abetterwichita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abetterwichita.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abogadophd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acceleratethesale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accutone.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adalite-staging-testnet.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adalite.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaptiveequipment.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adil-khan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afdah.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affittibreviliguria.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akawuifan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allianceforafreesociety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allianceforafreesociety.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allianceforafreesociety.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almasteb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphalight.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphalightgear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amineamellouk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anjaamelia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ankarakurumsalwebtasarim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ao3-cn.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aperto-nota.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apollochiropractor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appcitor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcadiaca.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archangelbio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artevento.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asoziales-wiki.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atisoftwebtasarim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atisoftwebyazilim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atomsdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autorepairinlasvegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avamereatmountainridge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayltoninacio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azhamevents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azoogi.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b669.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bajahealthsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bali888.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayalubirugali.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bebaspedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belarus2020.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bensjamtracks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestantidandruffshampoo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betawi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhacit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binproz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinissafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blankhang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blender.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blitzarena.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blitzga.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogofant.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bmoe.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bramptonscrapcarremoval.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandhout-b-tree.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasilianskbikini.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brushcreekdistillery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadiskitchen.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callisabel.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camaradecomerciosiguatepeque.hn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cambridgeinfotech.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canliradyodinle.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carac.org.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carboniaccessori.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinoworldz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cemcerkez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centre-equestre.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centroavant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceremonialvirtualphd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ch4bb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatons.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "choiceorganics.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "choigamevui.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cintamanilingerie.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cistus-tee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyr.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyrnode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyrnodejs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyrstream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyrstreamjs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cochesteledirigidos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "competenceslinux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connorlim.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cook.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "could.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "courttranscriptontario.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruceroadicto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custompac.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyhour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czeh.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-ku.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailydealika.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danieldrozdik.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniellecavazos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkthreat.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decorsolucionesgraficas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietrichinocencio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalrowdy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitlyx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djh-nordmark.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontasktoask.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dovemoe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drathaisdentista.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamsolution.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drfranciscosergi.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwtf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dzukhron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebooksmile.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eclipseba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecomuuu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emcomart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emprendefinanzas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encrypt.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epilino.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethanyoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ettgottliv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etudes-litteraires.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroestetica.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europeanandjapaneseautorepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evcarbontracker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everly.market", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expireddomains.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairview.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairviewevents.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairviewfcss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familyclinicstl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferienwohnunglanger.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferreteria-soria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fincaalegranza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findalocalaccountingfirm.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fittwon.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florianimdahl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fmovies.qa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fpsclasico.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franciscoalpendre.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeuseporn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freewaypropane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshdesignweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendsofoldstthomas.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundacjamatkiewy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futureofyoucdc.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fyn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaea-field.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaijin.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaijinsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamedaim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garbarinocatalogo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghbtns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "givery.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "global.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenshiny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodhotel.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gracecommunity.school", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greerfamily.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregorys.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grenlan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grthomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guillaumepommier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanshosting.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heartofthepeace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helloo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpnet.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hi-res.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hikka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hipermenu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "historiaeculturaguarani.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hobune.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honigconte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hospitalcmq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icium.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ics.edu.hn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "id0.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideaassociates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imankhodakarami.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innerlife.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intervalplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "issuerconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ithaldus.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsec.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jan-melcher.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasoncoopermd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasonhardin.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jef.yt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jfhr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimezdrave.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junkcarboys.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juvenile-studios.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karand.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kg688.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitabat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiwing.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konut-projeleri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladyleeshome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landforsale.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landsforsale.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laudon.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavanderiapocosdecaldas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leaf.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lincolnbrokerage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litlscholars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "live-z-rejstejna.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveitmerck.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livezrejstejna.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liwaoases.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ll-t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojak2.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojasvictoria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojavirtualinfopaper.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louiselaliberte.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lynkmi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magdafornal.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicalminkies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maratonsports.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marclange.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martin-prell.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martvila.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mau.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mau.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mau.photos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maubot.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mccn.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mebelisk.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "media24express.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merkcabo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "messengerupdate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meyafloors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meyateks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mibank.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mibaso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minered.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mittikimonos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modsecurity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monira.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msnarzedzia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muchastintas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muir.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muir.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muisoft.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundolettering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybpstar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygermanexpert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhealthcheckup.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhealthcheckup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhfstar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysbaccoach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywrecklawyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mzademiryolu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nalresearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "necretro.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerdmachina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netgroupsa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netzsv.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nk1.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nmcheart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nnsa-ecp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "npiconsultoria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nya-cloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oguzerdogan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olamisys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olamisys.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olamisys.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliveconcept.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "open.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osobniterapeutka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcunddruckerservice.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peakdealershipperformance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peew.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelatihanwirausaha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pension-chevaux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "persuasionmatters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phg-eg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play-lu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plexmark.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmi-install.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmrockstars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podologie-diever.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodhealthcare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profitfromtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projetomovase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proto.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pspepper.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putlocker.vg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quillandpage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiosatbolivia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rashmipandit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ratujmydzikiekoty.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ratujmydzikiekoty.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raywardapparel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reboundtravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refugee-news.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "removallaser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renice-tech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rentalboatsafety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reparatiecrm.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "risalatconsultants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodsct.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpschultz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rujbin.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rwalch.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salatiga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salatiga.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahmckenna.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savewildcats.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savewildcats.foundation", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savewildcats.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scarboroughscrapcars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrapcarbrampton.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretshoppermall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senaofertaeducativa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senooken.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seobgynpc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servus.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitemydesk.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smart-tux.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowdon.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soc.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soruly.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soruly.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soruly.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southridgeservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacehub.in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speakeasy.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spike.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "star.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sudoash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumit.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunroomsbywoodland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunroomsbywoodlandwindows.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunroomschicagoil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sustainimum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sustainimum.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sustainimum.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sustainimum.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sustainimum.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sutty.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swimpools.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sys-admin.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabtap.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talentsphere-srm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taskboss.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxiunion.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techdost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tge888.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewritegrl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thwebdesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tierracenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiffany.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomasmatulevicius.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topicv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torontoscrapcarremoval.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totoland.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracknetsports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transferagent.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transparencyinadmissions.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trepare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsenv.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuta.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unify.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unilinkgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unlocktechs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanyshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valsanfox.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vedobakancs.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veosvending.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verdeplus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidimte.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voinuocsago.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vov.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wafflemachine.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warteg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warteg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wasido.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watchlogs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterfrontonlakeoconee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wb168.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdnmd.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web1212.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildcatprotection.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wissen-a5.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wissena5.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wizardroofingexperts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodlandexterior.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodlandsiding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodlandsunrooms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodlandsunroomsandenclosures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xavio.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenrox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--24-6kc5agehpdf5a.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpressmedics.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yangshangzhen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yardthyme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogularm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogunet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youmeandlupus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youyuan.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuccaschidigera.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yumm.menu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z-rejstejna.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoasmalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zrejstejna.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zyex.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0dev.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10ktotalent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-1waterproofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aan-shop.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abaco.cr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abierta.cr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adevo.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancedurologyca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advantagehomeinteriors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afbrlf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afbrtnjobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afbrtv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afbryt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agentedebienes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agingstats.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aicevote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aicfb.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alapetite.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldiwan-mobile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alejandrophones.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexitor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allpaperworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alolabor.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altieresgomes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analytik.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelsmithphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anonicloud.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anoujaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "answersreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aprendaingles123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apsnewcastle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabapps.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aridhia.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arjasmaa.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arlo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askhow.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspirestore.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrologywizard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atik.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azmabepors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azon.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bachlongbeach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batchewanabingo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bath.men", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bavarian-firebird.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbamsch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beachcitybody.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "becollective.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behinam.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bemiservis.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benatskezrkadla.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergvallsmassage.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestdietpillss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beyondgameplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bintelligence.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bismuthzone.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisq.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinkaufen.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinkaufen.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinkaufen.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinkurs.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinkurs.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinkurs.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitsandpc.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitterspringscabins.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black-friday.org.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black-gen.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogtechvn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolli.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bordes.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridgefield.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brown-bros.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bug321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildingpointne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalstakepool.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capoeiravillenavedornon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carmelss.edu.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartago.co.cr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cestpasviolent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaitradings.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaturbates.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatweb.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chdg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christophfink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claypenblanks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickaplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clouddownloader.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codigonocturno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffeeweb.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cogesgargouri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collagecrafting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collibra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compassregroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conclusive.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conexaotecidos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confrariadomalte.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conservationgeography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consorcionacionalideal.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crisphealth.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csillagoszpumi.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daisyindia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darlene.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dav.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddr.gmbh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depistage-bejune.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designcanada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "develify.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devensys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devs.men", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diadoc.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dikant.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disougstroy.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distributed.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "div12.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dkids.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlagos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doggo.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-beyer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "driveral.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "droneways.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvorek-karlin.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvorekkarlin.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynasty-warriors.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecoon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edefrutos2020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "editorialnew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edscolors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eksbaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emzy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enecivilela.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enerity.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entouchgo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erikswan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esunjuegazo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evaolson.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everysaving.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facilecommebonjour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filobot.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firmador.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firmador.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firmador.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixmygame.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixpoint.co.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixpoint.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizz.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizz.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizz.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizz.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizz.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizz.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizz.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizz.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizz.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizzcreativemedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizzstudio.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flirt.cash", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formation-hauteur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forobachiller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourchetteverte.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fouriemc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fp.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullalt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fusion-lamps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxp.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gably.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamewayz.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gardonslecap-covid19.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gargantuan.wang", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatesstlouis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatewaydentalinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatherling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentreo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgeclaghorn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germindemporio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitarren-akademie-online.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gladiatorshop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glorybee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goktoday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gps-track-sys.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "granaturov.mk.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greensilllatam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gridspace.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grundlage.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruposiit.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guide-ecole.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunlaketribe-nsn.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haidtechnology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happineo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harapjunk.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardipnatt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harinote.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazelwilks.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazit.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heilkraft.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henrybelk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hepha.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hifiphile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highlightsfootball.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hive101.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hlsjgw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holubowski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hornetsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "how-to-blog.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huloveyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hurricanecarroll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icelandiclamb.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icerinkwarehouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icze4r.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iczer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igolf.in.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igorina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihsangans.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilovias-farm.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "index.law", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indobo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indorsie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinitysportsandfitness.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infopaperiguatemi.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interdependiente.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interlinked.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investment-adh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipv6.bible", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ireiguam.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isekaimaid.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivs-romania.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaydensar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaynestephenson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmanalansan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "job2serv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joel-mayer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josejimenezgonzalez.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jotes-creations.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journaldufumeur.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juntosfmc.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabel.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kartpay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keep.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keepitweedy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinchang.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klogeschichten.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kontur-extern.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koponyab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ktk-pc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "label-octopus.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapnest.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larobba.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leliveld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leliveld.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lennartoldenburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libertyvault.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilievabien.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "link-medital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxkompis.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "listapp.uz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveciv.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "llamame.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locamation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojaapoio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojaasteroide.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxe.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lxiv.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyckseleflyttstadning.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magiskmanager.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailbells.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maldenvotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandai-f.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandai-i.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandai-s.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandai-sf.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandai-st.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandai-t.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangarosashop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mannhaarkunst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcannmentalhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marco-s.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markisa.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathavuzteknolojileri.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxopolyworldnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medonline.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mempool.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelstenberg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mishavayner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misumasu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mivne.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moment-terroir.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mon-agora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moofin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mooglms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mooregreen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mountainbell.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movaci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movestorm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwtj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myakath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybetternormal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydogtrainingcollar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n.tt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namesnack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanosector.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nareb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narko-stop.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nba2kcontest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncpublichealth.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nduna.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nehnutelnosti.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neighbor.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nesheimswaterrestoration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neurologysantamonica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikahplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noble-diagnostic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordtec.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noty.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nougat.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nouvelle.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyoka.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oevenezolano.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ondrejvasicek.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinepuebla.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optique-morice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opuselsalvador.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paigethegeek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panyon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paperplus.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papierkrieger.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paradigmshift.com.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partydj.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pc-taskal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pclasp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pencilboutique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfila.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permasealplumbing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peroduaselangor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "persianasbueno.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perversa.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perversas.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pet-distributor.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phreaknet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilotcareercenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilotcareercentre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirate.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plandemicvideo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preguntasdeciudadania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pretor-sa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "previh.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prm-taiwan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "probationforms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procitec.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "produktum.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progressxl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promifotos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proschlaf.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qabete.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qaina.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qbicheating.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qbicwashrooms.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qiangtou.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qingyule.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quinteroorthodontics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiq.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-pulsar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioknop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioregional.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramsdensjewellery.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rasto.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbx.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdfmapped.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reclaimmysparkle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redsiege.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refalm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resju21.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retalegateway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revoluruguay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rizikaockovani.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodoelectrodomesticos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sallah-kw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltlakedjcompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samedamci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sangheon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanktpetriskole.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scarabcoder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schlafteq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scope.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "search-documents-free-download.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secureddocumentshredding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segurosproteccion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensorshop.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seogo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servisna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servispocitacov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheplus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shichidadoma.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiftade.band", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiftadeband.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shigotoba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "showmegames.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skrooter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slidemembers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartroofingandsheetmetal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smithsstational.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soapex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softonline.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solvingforu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssh.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staffglass.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stop-microsoft.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoph.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storeandforward.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storeandforward.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storeandforward.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storeforward.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storeforward.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storeforward.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storeforward.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storeforward.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strunecka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supercraft.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swissbearfoodservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarkasparrows.org.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarketmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxipool.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxteam.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taybee.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbq-s1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tccportal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamapex.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techpp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnicapotiguar.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecwolf.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telechargement-afnor.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texasgynecomastia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-essentialist.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theactivationfunction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theauthenticdad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theclearingnw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecontentexpertel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedentalstudiomiami.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedevilsbrigade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenathanmethod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theplusfc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therapyglobe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thermorhythm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thirstyjourneys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisisrapt.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisweekinsecurity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toplink.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrentbd.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transforleren.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trottnersauto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsontes.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tusociofinanciero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvbracketman.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uberpedia.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ugmtc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unimax.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitasinternational.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unium.uz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uptech.biz.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v587ygq.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanisha.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasthe.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vega-diva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtuallypilates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visoundcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visscher.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitario.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitus-meppen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vusdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w2me.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapasrd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdesign.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-connected.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcolorsdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatdevshouldknow.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiewiorjonasz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wondercorner.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodward-vets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wvhin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xemcanho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiahdeh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--54-6kc3btfht.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xyquadrat.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yduc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogaecology.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuji.ne.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaadytuning.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zak.co.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerm.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerocalc.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziliotti.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zyter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0404.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100pourcentlocale.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100procentlokaal.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123-printer-setup.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "175dt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1wall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "20150412.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "247megamart.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24buffalo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24seven.com.np", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2img.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dapartment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dissue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dn-modell.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dsmarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4screens.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "540interactive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5765.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5sporn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "69level.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6qubedirectory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-inoko.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaron-smith-cpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ab-mfbnigeria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abonentka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accessoriesautoparts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aceparking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aclasskids.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acoinformatica.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acquire.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acquireit.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activism.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actualapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adenplus1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adesex.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adilahibrahim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adoptabeehive.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adoptabeehive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adoptabeehive.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adoptabeehive.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adoric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adpost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adstune.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86uu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerolineasvenezolanas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerosoul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aethereahealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affairemateriaux.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aftodioikisi.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agcpapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agilealliance.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agnosticism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agriprofocus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmetakgul.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aidanamavi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aircomet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfield.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airtel.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajitp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akepayu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akinavn.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akuntansilengkap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albamusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albwith.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alitajran.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allucinati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almiriatechstore.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphahosting.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazcode.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambrosiamosaicos.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americolorcorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amolador.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amolare.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amollare.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amoursucre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amtcplays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amule.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrewtran.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreyborisov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "android1.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "android1pro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anekatempatwisata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animebase.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anlene.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annalaudel.gallery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antonianolocura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apollowallet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "applytofaceblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquamixing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquastech.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabarba7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aria2.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkhvoid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aromateque.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arrive.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artprojectsforkids.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ascolympia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asistencialegal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assamtenders.gov.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assassinasian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asteelflash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atacul.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlanticfcu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlantida-amber.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atrevetesolo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augenlaserzentrum-dresden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auguth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auralinna.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "australianhomemade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autobiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoone.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axamansard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axel.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayubesportes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b-kontur.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babyandchild.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babylontraffic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babynames.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baehost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bafus.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bagoria.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bajj.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ballensiefen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ballisticbrass.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bancobpm.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bangladesimagi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankofireland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baocheng.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bathbodyshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbka.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbkanews.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbkanews.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbkanews.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beatthecpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaulieu.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautyland.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beavillabea.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behind-the-mask.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beirutclis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belgischerijpony.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belgradestatebank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellezanatural.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beritalima.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestelsportprijzen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet338c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet9ja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bicarawanita.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigbyte.com.np", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikeclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilimal.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biltmoreatthepark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilyonaryo.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biosome.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisq.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinheaders.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitmoji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitsignal.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bkr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bkramericas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blacksvets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bleepplc.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blindscribblings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blissbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blisterreview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blucouriers.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluedog-security.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blues.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueshouse.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blutopia.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boanastudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boatlogs.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bocahkampus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boleyn.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonfireleads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonneribyen.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boomsocial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bpedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainoutlevel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandnucreations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breaking-security.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishbee.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishbee.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishbeekeepers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishbeekeepers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishbeekeepers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishbeekeepers.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishbeekeepers.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishbeekeepersassociation.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bscyb.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budgetimize.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buguardian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buhonline.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "builtinseattle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessgrants.gov.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bustingbrackets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buzzer-sosmed.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bvbbuzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bvrlodge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caanepal.gov.np", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caboodle-technology.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cache-checker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafeitalia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafepress.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campdesante.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "can-amchains.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "can7.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "captaindmarc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capturebilling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardfightcoalition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caribbeancinemas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casanonnaida.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cash.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catapultgroup.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caulacbonuochoa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdc88uz.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdirectory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdn1muvix.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdn1shweflix.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celetrend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certificacaoiso.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chabadmyanmar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chdg.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheap-mattresses.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheholchik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiara.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinesepen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chordu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chronicals.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinemaz.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cink.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circleofhealthlongmont.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarisights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clegc-gckey.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "click-generator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "climaveneta-economy.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clodo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudibee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudinfinit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubapk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubzul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cni.net.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coactive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colbonews.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coldwateraustin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colegiocuauhtzin.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collinselectricco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comarch.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "combidesk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comercialmattos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comments.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "communitybangladesh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compareceleb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comuna-susani.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concretedreamsoftexas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connecticare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "construccionesceyve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contiprint.com.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "convozcontamos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookiepro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooktoprepairaustin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corazondemelon.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corporacionprodigy.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmicdrifters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmicskills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosset.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "couponchief.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crayon.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crayonartgallery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazydomains.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativemanoj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditsense.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criminaljusticedegreeschools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "critical-result.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "critiker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "croxu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruiseaddicts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypton.vercel.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctpe.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctwant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customsmatters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d21laxujm54z8h.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d58beu28.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailybihar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailyphototips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daiwa-union.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "databricks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datatube.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datavizable.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcbreastenlargement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealroom.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demeraallergy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denissalignat.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deonlinedrogist.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desalas.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destiny.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devpost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devskyport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dfepharma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discountcasino19.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dishwasherrepair-austin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dizidegilfilm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diziyah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djnr.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnb.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doc.new", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctorpower.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogsnaturallymagazine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominobot.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorly.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosenpintar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosensosiologi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "douglas-shoback.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downloadapk.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dpk.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dpmc.govt.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "driversandsoftware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dronedeploy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dropmb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drugwars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dryerrepairaustin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dscmotorsport.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ductcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-top.uz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e27.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e4work.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earther.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easybrazilianrecipes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "editorinleaf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edubirdie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "effiasoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egedebirgun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggert.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egomania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egsm-edu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egt-bg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ein-erbe-fuer-jeden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekowibowo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electronis.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elink.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elizabethtaderera.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elpreparacionista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "embedded.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emigranto.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emirates247.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enderandrew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ensap.gouv.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entertainmentwrapped.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erkiss.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escueladelsabor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esilicon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esportsmarties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethermine.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethicalads.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etsu.edu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evante-bus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "examesrush.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "examroll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excite.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expressrepair.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expresvpn-private-analytics.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exquisique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faazmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fachowisko.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facilitobet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fadergs.edu.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairelements.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familytron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famous-models.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionmasala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastandroid.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fearfactory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fedshat.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feirasexpomadeonline.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fersan.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fifaaddict.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filehorsefile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financialhost.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstcentralsavings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstphilec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishcorp.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitnesshaber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizzcharts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flagma.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashissue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flaticon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flens.dance", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flexmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowersandplantsco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flydoc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fmorales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fmorales.com.ni", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fondationo2.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forbesmarshall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ford.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forrasradio.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freecoursehunt.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freefincal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freemattandgrace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freepik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freezvon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshmail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friedcoffee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendlytennisclub.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendofthehoneybee.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendofthehoneybee.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendofthehoneybee.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendsofthehoneybee.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendsofthehoneybee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendsofthehoneybee.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendsofthehoneybee.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendsofthehoneybee.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fs-w.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fs-world.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsg.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftx.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fun-life.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furlan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fusionstudios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futureofsex.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fztsoru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadgetadvisor.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadgetized.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galleriacontinua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamboahinestrosa.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamefarm.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garciaortiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gastonvietto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gbinsta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gbmwolverine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gecosan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generico.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gerber-construction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gestaoclub.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "get-express-vpn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getcodelove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getlatka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getpopspots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getyourguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghazi.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giftedmodels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girlsky.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girsedesign.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gizmocrazed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gizmodo.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gizmodo.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glimpses.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalwidemedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globotur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gluto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go4golfreizen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gohanrecords.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpastore.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpdp.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grammar.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphicdesignresources.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatplainsaustralia.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greendotcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groover.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupogabinet.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtmhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guestofhonor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guruakuntansi.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habeychlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hacked.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackercommunity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hacknet-bar.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackthecat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakuna.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haluan.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happiestoutdoors.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happycolors.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harakahdaily.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardinal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hargaindo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthequity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthykitchen101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heartofamum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellven.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heraldmakassar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heureka2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hingehealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "historiageneral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hivesigner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollandsewolken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeinformation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honor.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hooliganz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostlayer.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotcars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "housemouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrbrt.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hs-flensburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hub24.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubovra.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydroponicdiy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hype.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypnotized.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-tm.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibmr.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icycanada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ienergizer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifworlddesignguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igcb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iiij.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikwilhuren.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incotive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianporn2.xxx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indodax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indonesiakaya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infobip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infopool.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innogames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inquisicion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insidehook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instamod.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantlygifted.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantprint.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inteltechniques.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intercom-attachments-1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intercom-attachments-5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intercom-attachments-6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intercom-attachments-9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intercom-sheets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interset.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investisseur-or-matieres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "io9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipomue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iregister.al", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irensaltali.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironbow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironbowhealthcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islampos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamspread.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isly.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isoindonesiacenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italiaserie.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italyinsider.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itrodeo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivd-sued.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackvaley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackvalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jagad.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesredmond.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jboho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdu.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeremyrobinlyons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetcost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobig.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jointechforce.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonathanrobichaud.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpegshare.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrucomsoc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juniet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juraganhp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justmote.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jxcad.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jzeb.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k2s-efficience.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kajamaakool.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kali.training", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karinov.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kassa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kathmandupost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katiegunnell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kcsh.men", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khachhangvietnam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khoxuongchothuegiare.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kickex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kickscrew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingchess.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingkongxo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinhtenongthon.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kks.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klikmanga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kmtechnology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolakweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kontracrew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koranseruya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotak.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kp-walsh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krauseent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreasiwarna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kredobank.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krehak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreslorotang.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krisp.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksu.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kubotapower.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuliahbahasainggris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuliahpendidikan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuotiva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurirplus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuvera.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvno.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kwik.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l9297.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laboiteasous.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacnesidlo.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladige.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamergameryt.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanekoll.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapazsheriff.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapps.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasmorfianapoletana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastlightlodge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latdor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latouchemusicale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laura.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laurahausmann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laventura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawrenceclarkemd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawtreeclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lbsgroup.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lcy.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ldx.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "le10sport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lebc-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecreative.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lengow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesfouines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libroautomotriz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifecounselingorlando.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limoforsale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lingualeo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lingvist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "listim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livedemo.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizagalore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lklyrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loading.express", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lobevert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localstartupfest.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lodki-pvh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logomarket.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luanvancaohoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucychan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukasbures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyckselefrasch.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahroos.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maisonmalou.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makeagif.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makebele.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makewebbetter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamba.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manopause.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mansour.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuelefysiotherapeut.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mapgues.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marc.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "margarethfidela.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marisolcu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingmind.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketplace.tf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matejkosiarcik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "materi.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathieugrant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matti01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mavidemaravilhas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbgalaxy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbmc.gov.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcgrp.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medaboutme.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediabola.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mednew.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meggiehome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meijburg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mekegi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menanam.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercatinomusicale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metapsychie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meteoradar.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mettelenejohansson.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miaoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michalkozak.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microfusion.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimgnj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minhanwindow.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minucaelena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mix.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohammedalrifai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohsen-pashootan.vercel.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monarchelectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "money-book.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montco.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moritz-poldrack.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moritz.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moshop.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moto-station.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mousetravelmatters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrandyyp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrguider.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multichange.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muma.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muslimmarriage.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycardplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myethvault.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myevive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myjourney.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypornsnap.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naplestotalgarage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nativeindonesia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nbotvinnik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncegs.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nepdtp.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netlify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nettruepro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newmuslims.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsbytesapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngutek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightbura.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightvisionguys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niles-simmons.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nivel03.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nixrepair.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nixxin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nocrm.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noithatht.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomadlist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nonprofit.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norouzi-jeep.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notepam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nothinbutnets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notre-planete.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notube.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novadir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novavax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noweigh.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrm.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsp.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuus.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oakridgeclinic.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofertastop.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officeforstudents.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oformi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oisabre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olymptrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omachi.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omahachapterone.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onetouchtour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onionsocial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-biblio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinehartha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opentable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opentable.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oportocarrental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orellfuessli.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orgosias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orgsyn.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oriental-events.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ouestacro.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourstory.rip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovago.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oyakmadenmetalurji.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabpunk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pace99.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pageuppeople.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pantai.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parina.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parksprings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "particle-vision.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasarelasdepagos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrisnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdvsaargentina.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedagogiaaopedaletra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pengajar.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pengdows.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepsipromos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pertukaranpemudaasia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pesnyu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrocheminc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phenq.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philstar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phimsexjav.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phpstan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinguinreal.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest100.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixxxels.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizzahut.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "placeandsee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platinumcat.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "player.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plazaproductionone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plexusworldwide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pocketmags.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokpok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poldrack.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politeka.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponselsoak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porsolt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portal-uang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portfoliobox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postmart.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potatodiet.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pressnetwork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "price-tracker.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pricetum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatehd.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productmarketingalliance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productum.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profilwerkstatt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projecthelius.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promocodes777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertyofariana.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propiteercapitalplc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proquotient.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostocash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ps3419.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pubgmobilebangladesh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pundix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvpserverler.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q1.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q9297.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qhk.ci", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qiliang.wang", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qingniantuzhai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qonto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qr.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantris.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quarterhorses.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quic.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quotidiani.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raafat.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raazamooz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rader.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioimagen.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radionojavan.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "range.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rangzol.now.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapidscale.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapidsec.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raps.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rarbgmirror.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rarbgproxy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realpython.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recommend.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redq.now.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reexporta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reflectivecoaching.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reformasflores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "removeandreplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resepkuerenyah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reservilaisliitto.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restoreorthobiologic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retrotubesporn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reva.edu.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviuu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rghost.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richmondcountyclerk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rightrasta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ringgitplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rip.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riteboost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ro.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ro.exchange", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ro89.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robersonaudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roofingpioneers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsvpdesign.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumus.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rurup.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadko-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagefalab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saidit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salilab.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanayi.gov.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanchooriginal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanjacintotitle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santabarbaraca.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sasapost.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sata-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satisfactory-calculator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbl01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbmenedzsment.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scai.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sctiger.men", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seanmeedevworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secure-cooprincon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securerepository.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securityx.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seira.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seitaisalon-ti-da-ouji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sepakbola.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serasa.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serpempire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sertasimmons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sertkayagroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexhab.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexonv.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shakardara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shapingthebay.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shop-links.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopshap.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoptupperware.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shwemyanmarmalay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidocsa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sift.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signupgenius.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigterm.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpleline.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplerust.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singhania.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sircharlesincharge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitebiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sketch.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skinport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skotty.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skprhome.i234.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skuid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sm161.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartart.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smolensk-i.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snelontbijt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sobreitalia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soccernews.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soderestore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softonic.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softonic.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sons.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonurbain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulveda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southbaylatherapy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacetime.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spatiugratis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specialprojectsdesk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spli.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "splinternews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqliteonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssgo.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starbyte.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starregistration.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startlap.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steemworld.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stockx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stohr-cloud.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "striperite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strong-sport.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strtrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylistbazaar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunnyx3m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superservecorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supperclub.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swagger.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swapcard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweethomemargarita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swingz.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syncios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tablemountaincablecar.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabpanelwidget.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tac-sys.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarantino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarot.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tataru.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcpdf.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teampages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techbonaza.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techbumper.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techcody.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techexplorist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technolux.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecmobile.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecno-pack.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teddax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teenmissions.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teesurprise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teknodaim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teknozone.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terrenal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testkinja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetrimus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texascommunitypropane.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tgisoftech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tgmarketingusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaipbspodcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-rates.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebignow.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedimebank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedistance.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theinput.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelimitlessman.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themissionman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesslstore.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetopflight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewrenchmonkey.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theyucatantimes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thompsonfunerals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threeshipswhisky.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timepro.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tjupt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmindfresh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmp.sx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todobien.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokolisensi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-electronics.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topask.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topideipodarkov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topquotestatus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrentbd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrentbd.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toyota.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toyota.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trackrecord.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradees.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trailblazercommunitygroups.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendingaffords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tribealive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trinitysurfaces.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuningcarautopecas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunnelbroker.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turbotube.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkmenbusiness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuvingaynay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvdate.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvfcu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvnoticias.net.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyojyu.or.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubuntu-tr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ufone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ufuq.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "understrap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniritter.edu.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanmsp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urfayazar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "us-10.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usadf.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uxpressia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzmansorusu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vacreativos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentin.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valu.com.eg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valuepenguin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasaprilezitost.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasaprilezitost.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vavada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vavadap20.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veritycu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vertexventures.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vertexventures.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verysmartbrothas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetmedstat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vida9s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viralhua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vishnujyothi.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivirenelpoblado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlinkinfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vote.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vyresimeonline.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warszawa19115.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watermarkly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weinholtzglass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weschool.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westafricatradehub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wheebox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikelia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wilkebouwer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wimbledonmusicfestival.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windev.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisatabagus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisetechglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisv.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "witcher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolflabs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonderzeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woningverfspuiten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodcraftind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodyallen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woofresh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldofghibli.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpdepo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrestlingnewssource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wso.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyomingmi.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyregisteredagent.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xemxx.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiidraiinsider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiqonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----etba6agm4a9a.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--losolivareos-jhb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y-syouten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y9297.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yakitofisi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yaroslavova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yekpayamak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youengine.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourkit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourrenaissancemedspa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youthopportunitieshub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuksinau.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z.cash", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zagorod.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zalain.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeliard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zimperium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zone-5.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zotan.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zubby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zydu4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zzf.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1huiszoeken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3d-station.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "45secondes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "729solutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8868ty8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9111s.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9dragonstea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutyou.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ac.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acceldigital.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acnenaturalhealing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acomerygozar.cam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acrhnc2020.dedyn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrobytex.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahcpr.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahealthyjourney.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahhcomfortshoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahrq.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aidenlx.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aimias.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almanassa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almanassa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almanassa.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altspacex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aluminumfencestlouis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am-schlossgarten.haus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aminsabeti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amissing.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andresgarzon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anontekno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aprofunda.art.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquacitylands.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arpasix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arpasix.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arpasix.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arpasix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arpasix.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashleynicholsboudoir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asian-sirens.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrumadvies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atcstl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autek.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barbonnetje.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basementwaterproofingknoxvilletn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batipiscine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bb2-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbbasicspodcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beauty-salon-lino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautyinfos.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billy.wales", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binabangsaschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioselect.com.cy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blastoise186.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blau-weiss-stolberg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boostbazar.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bourgeoisdoor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bumenn.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cachacasantaterezinha.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafe-habis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafedelcielo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebratingloveministry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chainlinkfencestlouis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chapmanstreeservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatdoguaxinim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherryq.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicago-mold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicagobasementblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chordmag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christyhui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codeberg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coderema.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coderema.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conecta.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confia.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connectingdevonandsomerset.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consoe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coretema.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coromade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coubron-escrime.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "croshera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptoive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubatel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuddlybeardaycare.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dafater.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailylime.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damadam.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daoplattunhien.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltabadger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentistaaroma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dossierbaudet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downtowncharm.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonmoviesz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsbcnet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dual.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubaibliss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dunmanpoolandspa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durdal.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchconcreations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duthywines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-daftar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easydiving-ph.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easypricebook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edihair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educacionnm.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egyhometex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elementbookings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elenamuerza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitesidingandgutters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmasfunerals.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emradc.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emtofis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esecuredata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esspl.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "examroll.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairouzacademy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcat.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcts.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feixiang.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femalefoodie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feo.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferrovial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findcanary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fischer-wasels-medizin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fladby.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortbertholddiabetes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foundationrepairchicagoil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foundationrepairknoxvilletn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourfri.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freespanlift.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freezerrepairaustin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frontrangefence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frozenpennies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furkanu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fyphb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galvinism.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatemotorsalberton.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gautengswimmingpoolcovers.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gavanstore.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaymer.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geothermalproducts.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germistonplumbing.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "get.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getdeclutter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getdigitalworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girls-heaven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnfb.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goole4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gradle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gradle.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grafimagenpublicidad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenhillhosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grizzlead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grummittgroundworks.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsmrange.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happybody.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harimata.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helloclearly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helminger-lrs.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henkverlinde.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highdeserttinyhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeinet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrseoservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huastecanetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyrius.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibug.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icemakerrepairaustin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idealadvogadosbh.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idya.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ieros.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imasdekor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imlloyd.yt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ineko.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inequality.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instafrases.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investirenisrael.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipv6ioffentligsektor.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isinthe.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istitutoimballaggio.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-web-entwicklung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itconvergence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itjobsineurope.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "its-truck.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itwebentwicklung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivoorellana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivyrose.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jack-p2.cyou", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacobsmeubels.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jallatte.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japan.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcg.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jellyfishlivewire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessetrebil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessetrebilfoundationsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jklas.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkrcuidadopersonal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jndl.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joburgplumbing.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobvoyager.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonathanisaac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joubinkhorsandmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joythroughlaughter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalitebudur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kan-ken.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karimunsejahtera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kee.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kennyparsons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevhosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiwistreamer.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knjizevic.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koala.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kruno.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamaisonfantastique.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanziego.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laptopcloseout.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lcwebsite.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lefroyee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leontworzy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lepalierjuridique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsbrand-holding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsbrand-holding.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsbrandholding.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letweedoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levelninehvac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libraries.vic.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liburanjogja.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifelinesupport.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifestrongacademy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveandinvestoverseas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lleidanoticies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovelyfamilymm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luparacoes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxegram.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxegram.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manufacturedhomemoving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masajeadorespremium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayflowercreative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcnet.care", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mditsa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medbiocompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediaplaytv.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicosrecomendados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medidordehumedad.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melanie-guy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mide.gob.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miltau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miltau.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miniso.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missouriheatingcoolingadvice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missyapartman.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misterseguros.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmlebanon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moheatingcoolinghvac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monicz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montbertus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montenativo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonlit.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morelifeworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morningbhai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosaicosartesanos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mustexist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygeorgia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myswitchelectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n4vn33t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationalhomeimprovements.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nestreeo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "net-vilag.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netthier.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nexxxed.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodl.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nohungerfoodbank.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nokzedoc.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nopm.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nosnik.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "not4hack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsep.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvprog.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyerjamilkaval.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldrun.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omgpu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opus-nail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orbik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovenrepairaustin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paintballer.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patel.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pavlic.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pb-trockeneisreinigung.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perlego.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permasealbasement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permasealbasementsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permasealwaterproofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoenixdepositionservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoenixsalon.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picturevictoria.vic.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pingandsue.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelglue.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizponim.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokemmo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politoboz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poplarbarn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppcads.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premierwomensrobotic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prims.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proauto.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projetoscan.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qikify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quarkcore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcanradon.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rena.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rentitnowfast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rijnland.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosewebdesignstudio.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudimentalluxury.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safebasementswaterproofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salem-warrad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samic.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samic.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandtonplumbing.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanmonjiya-kimono.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sconecloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottjbeigelmemorialfund.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screensizemap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seattlebasementwaterproofers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securebizneshost.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secureinfo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senork.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharpyspawn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuftipro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinkholerepairsflorida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sky-cargo.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slashorg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snrat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solofajas.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spendable.money", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spertto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportmerchandise.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sritongnp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steelfencestlouis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stlouisstabilizing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoptrading.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoverepairaustin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamelements.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strogova.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stubentiga.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiopegaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "styxxx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suburbservice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumppumpchicagoil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "switchassur.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szczury.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t22.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taokystrong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamfriet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teampatat.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepitsurfhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therankkings.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewindowcleaningexperts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewindowcleaningexperts.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkdigital.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tianyis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiga-design.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timmerbedrijfpauel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobostop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tog.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "togoweed.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trade360solutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trantrongtri.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trebilfoundationsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treeremovalspretoria.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "true-360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustedtoolbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttnmpls.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tujardin.casa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tukebab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutorials.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twidy.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucphotography.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urologyspecialistspc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vante.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vilgain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinylfencestlouis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipass.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viridis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viveras.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivreenisrael.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voetfit47.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpnboss.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpnguvnor.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpstrial.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vultrhfspeedy.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapnepal.com.np", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "washerrepairaustin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watco.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weareoffstage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-it-entwicklung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webitentwicklung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webxo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weeb.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weedgranadagrowshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellandwealthy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "which-reviews.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wimtec.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windowcleaningexperts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiska.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiska.co.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiska.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiska.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiska.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiska.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiska.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiska.lat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woning-verfspuiten.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woning-verfspuiten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woning-verfspuiten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woningverfspuiten.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodfencestlouis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuyuan.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x13.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x2.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xencor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xoatickets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yami.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yetahost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yihome.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yihome.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yilconstruction.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yougene.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourpalstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourpyxis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yq5.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yzy6666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zbozbo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1picture.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "44feelings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5a6j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academiaelizart.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaptiveu.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afroto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agent-ubezpieczeniowy.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconfourways.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconmidrand.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajel.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albaadani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alivecast.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animetosho.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "answerconnect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "answerforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "applet.cyou", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archwomen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcskoru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armyholidays.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armyrtf.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aroncull.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arsenalzae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashwainfo.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asthma-uk.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlastaxi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audrak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auntodev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babyportal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bahrep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baldvinringsted.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baliwebsitedesign.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ball4training.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basementproblems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bazaart.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bazarotehijos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belacine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belajar.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berightthere.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betantt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beykozmekan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonusdigital.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxofninjas.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandt.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breen.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightesttv.in.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brisceremony.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brownrice-life.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buzzmedianetworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bvop.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caffewasyl.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calcettomania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carbonlib.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carskil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celticangel.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceramic-glazes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cevt.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgn-medienservice.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatsupport.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkchina.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chikenweb.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circular.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarins-unlimited.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudprints.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmsdca.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codelistbd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coenraets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colegioalemanmcbo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collacott.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collegemoccassin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "completeglassutah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conesin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "convoluted.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftgalore.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossed.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossorange.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culha.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cup-keeper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cupomeu.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvdeexpo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dafuli.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dallas.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daxici.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadshortaudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deane.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltasuprimentos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desktopfibra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digipolis.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalsignagedisplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dilmarames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distributedsource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobrazdrava.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domekklimkowka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donadvice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drguyfacialplastics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duckchase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echbay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egdigital.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eichendorffschule.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elbrus360.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elixirbih.ba", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elypia.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elypia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elypia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elypia.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emigrussia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "englishclassworksheets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esauth.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eshop-ptz.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eshoprzd.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espace-finance.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evergreennewsonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feelerfolg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiataldivat.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firewall.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fischerlaender.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flathome.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridapowermanagement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fmjd64.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formhub.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeassange.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freelyplaygames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fschts.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fujijin.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fydoo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamezo.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garo.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemeinde-steinhoering.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geonot.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geotabgov.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gesath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gestionth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gijsdeman.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gocreview.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldencoffee.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfrange-ffm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goto.rip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "govnokri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpl5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greycrane.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gs-pflege.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsmnext.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsmpreview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyoriedes.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h2ox.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handmadebuy.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handyschaft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harplingemark.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hh-host.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hh-massage.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hidingin.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hightest.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoest.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holine.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hookahrent22.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostalbarelgato.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostdaddyhn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostingmedia.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotbee.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotel-promyk.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hr-automation.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsykesphoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibnm-dev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idahoheating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "identa.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idf64.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihsolution.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iitstartups.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immo-ment.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imperiocursospro.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indimaxindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insanb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ireps.gov.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itarc.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iteksys.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivkymppi.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetpack.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkelder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joamoncacms.alwaysdata.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jornalaquidf.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jparts.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juanitia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juniorchamber.international", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k-linkcarecenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaimi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kankerpannekoek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khalti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kokomo.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komplexlysimple.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komputersat.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koobin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kovered.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lado.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladocdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lady-len.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larimarhomes.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latchplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawtap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesatelierskosto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letableaunoir.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexreception.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeandhome.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightnovel.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkdecode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkscloud.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litepay.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litfl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lkqpickyourpart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logon-int.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxosemimos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madebyhand.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madepalestine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maevelyfotografia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magarpattacity.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mairie-landry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangarosa.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maskssouthafrica.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterpro1.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxmarket.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcsmart.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mds.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediaweb.com.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mendosuits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelwmckinney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mission-gesundheit.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixify.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmzztt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moosikapp.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msphotographics.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvcconstruction.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycloudkey.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myproof.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natextruck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newchoicesspb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextgen-wealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextrader.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nidosi.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nijimama-life.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nixops.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nortecompartidoexperience.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "note.wf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "npath.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrf.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutrindoideias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oase-fuer-wohlbefinden.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obalky-obaly.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocsamochodu.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofaas.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliviers-co.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opendoorsnsh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "origenarts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourcoast.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outsourcingdenomina.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pad.wf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pamvo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pangash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paper.wf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pavajebucovina.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pavcomm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paylabs.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peklostroj.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peklostroj.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peopleofcolorcareers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peukert.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pg-sec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pg-sec.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pg-sec.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgsec.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgsec.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgsek.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planther.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polisanaraka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polisanarciarska.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polisynazycie.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pollyundpaule.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porkyx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornodvdkopen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "povzetki-knjig.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "predckazanie.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodevsblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodexo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectskynet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psoppc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psoppc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pure2life.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pxl.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qnotafm.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiv.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rajveerinnovations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rankingofe.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rankingubezpieczeniowy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rankingubezpieczennazycie.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravasco-football-team.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redcanary.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remontada.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reservadecitasonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resto-renaissance.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rikaidoshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rinkpieters.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robijomasszazs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robnicholls.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rorr.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotaryeclubsafari.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roulettestar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtkbe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabhijobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safeandsecureserver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saibotk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salesoutcomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sallyandruss.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saraskins.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scartazzini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schielandendekrimpenerwaard.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schody-rozycki.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schu.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schwarzholdingsgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdruzeniprovltavu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secopsolution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seonurse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoruse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serve.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "setmore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seu-emprego.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sh.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharpreporters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shemalexxxfreetube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopmonitor.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopsici.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sicoobpaulista.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sits-eg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skattesjekk.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartzona.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smokycigars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialplanet.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somosgesath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soydxn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparklewindowcleaners.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squeaky.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sr.ht", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srilankachinasociety.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srmt82east.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starts.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "status.care", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steedoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevenmdriving.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stihiduhi.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stjohnslutheran.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamrite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suagent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supermariorg.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svensson-generators.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swat.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swd.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synclio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemlead.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tablyrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanabekensetsu.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tapestryjournal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarabooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcvw.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techwolf12.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tempus.tf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testermerch.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testone.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teycos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thatdaria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecustomizewindows.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theimmortal.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenewtoy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theoriginalassistant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theoriginalworkshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepokerbank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theresumeapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thibanglaixemay.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmc.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelenviro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tucuatro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubezpieczeniazyciowe.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubezpieczenie.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubezpieczeniedomu.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubezpieczeniemieszkania.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubezpieczenienanarty.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubezpieczenienarciarskie.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubezpieczenienazycie.net.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubezpieczenieturystyczne.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubezpieczeniezycia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubezpieczeniezyciowe.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubezpieczonamama.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubezpieczonedziecko.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubonit.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucreate.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimateparts.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidanuevaparaelmundo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videochums.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viewzipcode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtlinux.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmsurgery.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vobe.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vojtat.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volkanyilmaz.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vorlonempire.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vreling.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waiomizik.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdng.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdevelop.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmanagement.berlin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webo.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wefound.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weirdgenius.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westlogistic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolkanca.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womenonboardskenya.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowpolisa.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wszystkocokocham.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuupz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mllerhesszimmerli-22b.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xstore.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtremeliquidmexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xvix.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xzqy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yahzah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yocoboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youivc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youivr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ypea.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yt129.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zettel.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zokoo.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zorgenvoorandrea.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zwofroue.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zyciedirect.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12grid.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "18onlypixel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "18onlypixels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2dk.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "381485.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4927a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4bengineering.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abazola.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actdigital.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adiraku.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agaclinicaltrials.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agent-imobiliar.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agespisa.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahenkerp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airportal.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albertonplumber.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandrastrauss.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allenturley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanitpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amgreatness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreaalloway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anhcuti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antoniojr.adv.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anywhereworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apsrustandtint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcari.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arthousecarousel.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aruo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asdainfomanager.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askmetutoring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asko.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atc-fr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avatype.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awsl.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b0x0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b2b-leads.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balicyclingtours.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bamaland.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banffcanmorespeedskating.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barkingmadpetproducts.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berthaundcarlbenzpreis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-tickets.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bianyanan.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioghalm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitbincomputers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blazebd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blivdj.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluebirdjc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobvincent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boingboing.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bootspropertycentral.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boris64.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "browfai.casa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "busqueautonomo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafeferrovia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calaix.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candlemakingexplained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capybaraowner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carl.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlcsaposs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caspianrentcar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccsaposs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cecil.coop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgmbacklot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgps.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaise-de-gamer.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlescwcooke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cidgomes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cielo-thefilm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cityacademyslc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocreaciones.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conceptcompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conscientia.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conservadoraembh.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covid19dataportal.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cptechsupport.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cr-it.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craigsaper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criandosites.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csaposs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curaprox.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czteryporyroku.edu.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dakotacil.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielittlewood.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darcyinspired.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denizsartdiary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designconformitylibrary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dieselfiltersonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digi-tec.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dijitalzade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "direct.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directeca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diysonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djanemagbrasil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlgraphic.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doganoglu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doggo-staging.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dovecraft.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drgregroberts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsorter.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dugwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dysautonomia-postsyndrome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edgeless.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egm-sakura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elkhalillaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emeetattd.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eniwa-eye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enmieux.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ersbodabilvard.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erzaehlwerkstatt-heilbronn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espcafe.uno", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etoile-rc.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evbn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excelbroadcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip114.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip115.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip116.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip117.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip14.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip16.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip17.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip29.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip30.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip31.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip32.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip34.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairtrade.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fattoriabio.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fidesic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "files.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finsify.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firmfunding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitchdesigncompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitnessplanet.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flybis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumofld.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francoislaude.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frbg.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frenchbluecottage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frosty.style", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futa.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galacticaos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatemotorsmidrand.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatemotorssandton.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gazvangaz.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genzi.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germain.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germaintechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gogem.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gogemini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldnull.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goosementor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravelshooters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupdcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hacerjabon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardnode.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heinrich5991.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hermofit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoanghaiauto.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostinkos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoymedivorcio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i2capmark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ichtushosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idigovs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihgcontrolbook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infopreneur.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetpoem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inwerx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iqtek.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iriscddg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaredkunz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jave.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiaxitian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johyn.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jollytotschildminder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshuakin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julian.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jwbworks.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapilarya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kdcinfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ketopower.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khakiblossom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kibrit.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kmassociations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knowyour.place", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konturconference.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kozansa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krenstetter.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kylese.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacoccinelle.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lafsc.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapeinturequichangetout.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ledgy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lepetitkids.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leshe.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leshetu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leskoalasenvoyage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesportesdelascension.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lestrokeofgenius.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libremedia.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidodecor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeconnections.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linux.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lmdev.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logobravo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxuryhome.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxuryitaly.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyme-regis-accommodation.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m1hax.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madonnadellafibra.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magodasredes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandalatantra.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marielinepitre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterpieceitaly.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matras.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrixbricks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxmaharashtra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayflowerfairytales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcsdatum.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdcallianceparty.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicardlimited.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meetanshi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megalogi.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meinevorlagen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mengma.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mepassport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meupatrocinio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microl.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midnightcity.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miku.bar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindthe5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindthe5.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minka.net.bo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misakaloli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mizrahi-tefahot.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkbd.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobincube.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobincube.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monarch.security", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morganhome.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mostertadmin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpk-chayka.org.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mta-sts.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mudanzasjuniorh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylover.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynic.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myparadigm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mzrme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanaimo.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nandonoire.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napych.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationalfleetparts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndibba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neweggsoft.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsunited.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextsfd.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nibiru.com.uy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninjacomputing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nirvana-esport.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordaccount.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nozaka-k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olivereats.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openchronicles.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opticamasvision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "originalgyms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paclease.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paganismguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paintlabcustom.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paperopedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pb-eatz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peckandweis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petersonchiropractic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philis-oenologie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmnd.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pogomate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posoco.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postofficenear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poterscy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerspeaking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praizeej.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prepa-benjam.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presly.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primark.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primekinoshita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "princess-vip-escort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatmeet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procalc.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proconnectengenharia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "project-merlin.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertech.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proshnotori.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proto.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psdfindia.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pswatcher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabbitsstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raceevents.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raistrick.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdienclosures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "re-presented.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebull.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recetasboricuas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recursos.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reddcrypt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "registerforhappywellth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ricochet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rje-hub.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rndtool.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sahccareers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sainokuni-eng.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salasbanquetes.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sallycooke.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samsreseller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schooldatasquad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schreinerei-schwenk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searx.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securix.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sftkey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shemsharples.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shinetsuamerica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signicat.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplifixed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sisters.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sl0.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slopi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialeyesthailand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solidariedadecultura.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soloparaguas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solvin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosgate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundrelief.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southmarengo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sova.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specialtyjets.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spind.energy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spnsv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportschoolgeelhoed.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sprawdz-nip.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssasociety.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssl.pink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssl.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sslcentral.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stamit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strongprorealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suenotek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swissdomaintrustee.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symoteb.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagalliances.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teccozed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technoyl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techquintal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techstartup.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tekmoloji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tellet.tel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tests-und-tipps.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tfsrcymru.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thealchemistatelier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theantarcticx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecigarlibrary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theeuropeanlibrary.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehomeofthefuture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themevilles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevirtuousdog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewebguru.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tianjiaxi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketswap.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiptoptransmissions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toepferei-langerwehe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomik.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toptechs.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalsell.marketing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradition-immobilier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trigate.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trydoggo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tureceta.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turobot.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twizzle.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyroola.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uni-watch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vacacionestours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valueourmind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valueourminds.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanvanlines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vashmatrass.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vineethavarma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wadebet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wake.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wartabangsa.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wealthyspeakerschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearesuma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatiexpose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wigglestudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willflies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisconsinhomemaker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wizardofvegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wizdomonwheels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmspropertyportal.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wobako.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolfeco.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrfalimentos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80ah4f.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yakovmanshin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ymeadows.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yooand.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourcfo.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z3ven.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zachhay.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziprecruiter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmc.com.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zrobysama.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "000g.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0707.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22times.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4000ok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4929.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4kvids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4web.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-r-t-house.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acahaymarket.com.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acgfuli.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achievingheightsacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "action21paca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "action21paca.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "action21paca.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrianfeliciano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advocatae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afgarish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aggressivecarwraps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahc.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aktivitetatil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alenwich.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alhomaidani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alibabacloud.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aliexfantaisies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphasoft-i.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altimari.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amaismarket.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amithvijayan.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anlitas.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "answering365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antenadorada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aperture.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apkfame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apkmaze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apoiocoletivo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqalat.com.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqarbab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arturgaweda.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aryacollege.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "as-kapmea-mark-swissbear.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ascormovies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askawayhealth.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astroluxe.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ataclogistics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atriamcoaching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aubepine-restaurant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baaradvies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babygearessentials.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beancount.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belive.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bereikbaargent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestestquote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bijloke.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioclaudia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluebeltlogistics.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boksburgplumbing.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boldogsagadni.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bostonblockchainassociation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bradleyeaton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burzcast.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bvrlodge.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byrddogpaving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadman.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calancamassages.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calderagallery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candientutoanquoc24h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capnsaddle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolinavein.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casachameleonhotels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casemaka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chcemradost.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chilternfarming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cholleria.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinderellacloset.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classyhandmade.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clgb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "code4u.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compraenpijama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comprax.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "construsuldesentupidora.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consumer.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contailor.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corum.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmoschaos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmossport.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crowdfundinggent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptcheck.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cycleterrace.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dashofmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dashofting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "date-chi.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davyjones.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debijloke.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defietsambassade.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desentupimentoportoalegre.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detoxtorehab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dev-advancedservicesportal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "developpeur-web.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digipaste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digiriik.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinevigroup.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dipakgajjar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discuss-data.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dollanid.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drkansal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dzimchuk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebusiness724.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edv-biela.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eehitus.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electroservice.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electroservice.repair", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elegantly-clean.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elshrif.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emailadressen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emita.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empingbalado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energiatalgud.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enterdown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erboristeria.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ertebatatjelve.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espace.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esporters.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everydaymarts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familiaconfort.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familytrees.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farmocracy.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faultyserver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festivaldelumieresgand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiksem-it.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filehost.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findcbdoilnearme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitnessexpostores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixingcountrybridges.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluessiggas.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foneapk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodlustkitchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshinsport.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frozentee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxe.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadgetputeh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ganjinedanesh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geenspam.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gembet99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generalservice.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geniusmarketing.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genomelink.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentbereikbaar.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlivinglab.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgenad.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germancoding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getmarksvoice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghcpl.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghentholidayland.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigatize.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ginasiovirtual.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gman.bot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goedkopetaxiservice.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupeifams.sn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gryphonfinancialsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guideline.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guidelines.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guruarchive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gvirtualclassroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gwg-march.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halogen.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halogen.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanxv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hetgetouw.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hfx405.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "historischehuizengent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hosted-power.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-model.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icefoxtee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideagenqpulse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idmdownload.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illafuture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indomanila.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innova360.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instacredito.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investingent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invidiou.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itbrief.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itservis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jannes-althoff.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jar.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonestrading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jorgegermano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshuahemphill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kavin.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazy111.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keepitsimplebitcoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kekarimi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingcourriel.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinvault.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klimaatkids.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kob-one.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kollner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komisjon.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kontur-buhta.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koobin.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koobin.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kottbulle.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kritical.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kubota.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kubotagear.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvsrot.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labadusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastrik.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letzi-immobilien.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libget.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifebun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liquidplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loavies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localserver.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loli.edu.kg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londynelliot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "love4taylor.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovelyanimal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxurystays.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maagdesigns.com.uy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macappstudiobridge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majisign.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamradost.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manducoshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuelcancelas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingautomationplan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingbab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinishotpodcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maskpol.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mat.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mateball.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mateuszkopytko.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matyldamost.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mc-auth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medebridge.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicoway.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melbournefunctionalmedicine.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melina-may.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgmeet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mialma.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mistergout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmcwholesale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobiliteitsbedrijf-gent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobiliteitsbedrijf.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modafinilici.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morisakimikiya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morsang.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mozzi.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mui.kitchen", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muii.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muii.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muziekcentrumdebijloke.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myacroapparel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrevolution.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakka.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nau.edu.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemecisolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nexlp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngkusnd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noachgilor.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novelas.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuggy.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ojk.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olydemy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneearthsacredarts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "open-trip.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostatargalt.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourgems.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outsourcingnominabogota.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paseodelariviera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patientwisdom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patriotbearingsupply.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelakefun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petiteframes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoenixshirt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pisearch.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokupaisumom.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poliground.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polioptics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praksite.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praktijktian.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-alter.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proalter.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qmeriaux.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quanticlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quizapps.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiogear.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radost.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razvanburz.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razvanvatamanu.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rccom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redite.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regg.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remedyrow.market", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robotimeshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpsforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saitechgroups.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sankovitzmediation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretimports.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shermanmorgan.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shimi.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoobacreations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplybrave.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinergylabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snipdrive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "so-link.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solochubasqueros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sourcing4exports.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soychef.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sponec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squadgames.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srchicmodas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stall-frei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starfield.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startingent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stempel-lobenhofer.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stodrive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stopthemoss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strijdmeevoorvrede.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strikers.futbol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strongdm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroopwafel.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studentingent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatogroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surgispa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "switch-defekt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sylwiasun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tacticalgearexperts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tajilamagazine.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxiservicedenbosch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technoledge.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnogestionsas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testapfnxg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thealmsolution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebacksplashcompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theroguestormtrooper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetechkernel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theunwrittenletters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewallet.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topnotchhomepros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tork.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalengineering.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totallovingcareservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totoland7.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transcoalition.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelspassion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trident1000logoi.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsmost.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turbohostingcolombia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicode.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utbabogados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v8builder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valigate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaneyckwashere.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veterinaryvision.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visionyo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitghent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitghent.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "votre-agence-web.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waalsekrook.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walklocal.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walklocal.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-cpv.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webstreamworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weworkjpn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wijkbudget.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wijsaantwerk.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wijseuropa.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wijzeweters.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "win.vg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisatawan.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsiaca.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wurmannsquick.bayern", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yahlab.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yasam.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yigit.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoba.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youyuandesign.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ytegiadinhmilo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zehraposh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoneface.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zzgtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "186526.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "360bcty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3speak.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "42browning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aanmeldensecundairescholen.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ackadia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeonc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ageasagentessummit.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrotek.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aicamilwaukee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airpoint-compressors.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aissel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akasora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexcl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algarize.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algopix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allgolfreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allshopbiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphacomputersllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alykkelife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amabiligranilhas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambion.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalplanet.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ans-solutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ansgarscheffold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anvil.ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anzimatech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archerlong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archerlongx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archerxlong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arthurdev.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arztpraxis-kubalok.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asher.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asher.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atabekkoleji.k12.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atozeventrentalsofpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avbcdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bad.spdns.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bafwsprod-bafwsprodnew.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barratelecom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayareagynecology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbmassageandfloat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beersheva.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behindenemyminds.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behindenemyminds.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belfa.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bijlesportal.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billiebikes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birdgifs.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bit-and.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitpress.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blaarmeersen.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blatnice.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blenderwallet.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloomnail.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueprintma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bololo.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bololo.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonsi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borntocover.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bqueen.salon", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "br7.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brakketrecruit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bspecialfx.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bugrasukas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burenvoorburen.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buttacakes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyucoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carimcoder.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casadilanga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catcat.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catpumpsonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certreg.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaoxi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaoxi.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaoxi.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkjehuis.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkjehuis.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chessveterinary.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chouette-assurance.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chris.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinqueportsvets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circlelytics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citadelpark.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citycardgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citycardgent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cityofmusic.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ck0.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classdesignhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codedbyjim.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comercialtech.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comisarul.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corvaglia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cotejardin.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "councilwise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpaporttraining.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creatapeak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crowdstrike.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypt-app.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daoudi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darador.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "data-reader.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datafix.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbsbeautystore.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcnews.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedetizacaoinsetan.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deenergiecentrale.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deenergiecentrale.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degentseflikkenzoekenu.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dementievriendelijk.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dementievriendelijkgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desucla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "developpeur-freelance.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diedrehen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitaaltalent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalforensicsdubai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dndr.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doglizer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doordash.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "droitalecole.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dweb.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-node.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-streams.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecostarfoam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emlyn.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energiecentrale.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enroutemalaysia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epsilonone.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erkamkahriman.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "errolmarkland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ettounsi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euruni.edu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evolucioneducativa.com.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exact-online-apps-by-invantive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "experimentrak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "experimetrix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fackovcova.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fackovec.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fan911.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantacast.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fapisland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fasam.edu.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastesp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "federize.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ffty2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fietsherstel.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finvantive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "followme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fossbytes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakinstream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freetrial.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshplus62.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futureindia.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futureshock7130.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fyziotomi.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabe.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geentsefeesten.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentcityofmusic.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentfietst.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentgezondestad.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentklimaatstad.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlichtfestival.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlichtfestival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentse-ondernemersdagen.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentsklimaatverbond.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genttegenarmoede.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geophysicsjournal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfetechs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghentcreativecityofmusic.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghentlightfestival.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghentlightfestival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gisbornecabs.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giulliamodas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goover.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatoutdoorsonline.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greencapital.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gridly.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grueberstein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupotbs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsiw.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guanggaonet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackathonjr.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hax.sc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyfoodster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthykitchen33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hifly.aero", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hipo.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hodor-stage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honeybhealthyliving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hq.marketing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hskernel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htb-email.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htb-email.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htb-email.uk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htbemail.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htbemail.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htbemail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htbemail.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htbemail.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hytech.computer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imarketing.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmonteblandinio.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innabilawgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insidergazette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interval-training-timer.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investnorthernontario.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isf.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isoip.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izzardink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japanduhoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasoncs.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiangwu.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jlbleakley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jnshome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joelsolkoff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsem.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsme.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juniorsbook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kathyforer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "key-tracker.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kine.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klubcajovna.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kohaku.love", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kooplokaal.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kroneaustralia.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kubalok.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuzelky-cb.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laembajadamexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapismagico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lautremode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazosamericaunida.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lekkergoings.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lena-klein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lena-klein.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leonardcyber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeisqi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindnerova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lioraaja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisapo.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lnk.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logonative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lograr.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnetic.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailmum.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maisbrazucas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makemusic-asia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makingindiaheartstrong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mallasvita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mammabelly.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamoni.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcosocio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masakigarden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mavibrasil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayarocabletv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicalphysicistservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mens-qzin.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metube.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijngent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milbournequine.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millerpaving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirs.ky", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilenerve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modul-metal-habitat.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molidaytravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monjo.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrprintglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrwacky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtsoftware.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muna.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicfor.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygh.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myowncloud.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myowncloud.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naddi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natalsentido.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nativereach.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nedworks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nethlon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netnaps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newreop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ni.sb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickmiller.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickymoore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noticiasdocambio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notizieh24.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nppaper.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsinternational.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsinternational.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyerjazoreoval.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceanbeauty.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omgvaneyckwashere.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omgvaneyckwashere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omgvaneyckwashere.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omgvaneyckwashere.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onporn.tube", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onthewaypodcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operd.gob.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostendus.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oudedokken.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ours-tudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ozon.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pandacbd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patricksymmes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pavlov-ledec.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pawchewgo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pbsrmoto.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfect-tour.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectsmilesdentistry.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfumesweb.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peterlmai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pickybeast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilsen.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetapolska.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platform2020prague.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platforma2020praha.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plzen.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponselgue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornline.porn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornogo.tube", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "problemstate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "problemstate.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "problemstate.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "problemstate.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promea.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "providentfireplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychologue-a-paris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pushroi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puurgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualityasphaltutah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualitybazarbd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qzin.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raconteurs.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randomserver.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapay.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rct-chair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realm.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redisgreen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redriverhealthandwellness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refillthecity.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refinedlightingaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reinisch.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renewcleaningservices.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rico-j.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ricreare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roi-project.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roi-project.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rot256.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtc-israel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rvecomercio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s20121946.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safetymeasuresas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salaamgateway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samroelants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samuel-philipp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santanderassetmanagement.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scamtested.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholarsclub.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottandtammy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdhb.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdhblatnice.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securecheck360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sedirector.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensitidolls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shira-diamonds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sintpietersabdijgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slalix.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smstoreoficial.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sneakerpimps.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socket.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solalt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sona-systems.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sona-systems.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sp-codes.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sp-magic.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sql-query-tool-exact-online.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starcys.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starget.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staszic.waw.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stdnet.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sterlingmodular.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steven.photos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevenhardy.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stonesnowboards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studysciences.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svenjaundbenni.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svenpeter.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svenpeter.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svenpeter.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svenpeter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svenpeter.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svpe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svpe.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swissgrid.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syakeapps.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tahugocilebut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taylorfry.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teast.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ten.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terbaruberita.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tests-and-tips.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theloop.build", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepiratebay.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepricewatcher.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestoragebay.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thuongthuccuocsong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinturanaturale.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipwho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tlcbynature.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tolmandrywall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tothetopmentoring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trarch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelbags.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelbags.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treatyoself.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tulippublishing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutorialforest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhost.cyou", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uitingent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ul-fluglehrer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimatesoftware.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unikainfocom.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uyuniscooterluggage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaneyckexpo.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verhaltenstherapie-weiden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verius.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viasyscorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicioanimal.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidmia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voetbalindestad.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vxne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wackys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallduck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallrgb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wget.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgyt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitelynx.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winteringent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woningent.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldtreechocolate.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wurmannsquick.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xnoe.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xnopyt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yande.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeltsin.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yesmsp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourbookmark.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yurisora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yushanfang.recipes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z3s.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zak.org.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zanardiadvogados.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhaodao.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zippyshare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoefmasters.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zorox.sex", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zporno.sex", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zz.gy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "104.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "14technology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2-euromuenzen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dagentur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4peace.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aalvarezs.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abandoned.photo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboticaprodutosnaturais.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abplive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absb.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "access-odata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adomicilio.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adscambodia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeolservice.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afas-apps.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aisteru.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akhepcat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akiekintveld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akinokae.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alanonsantabarbara.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alaskacruises.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alles-kan.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alleskan.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allesuitdekast.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allureonparkway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alternative-reussite.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anasaci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anja-vastgoed.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anneeden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apartamentscalpatoi.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apex-parts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apfnxg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appdrafter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appfolio.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqiqahpremium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabi-online.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "argentinaxp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asecus.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrophena.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auify.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "australianairbrushedtattoos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balibells.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bancoserfinanza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banglatypography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baysideaba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bazar.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belmundo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benee-awraham.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berela.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beroepenhuis.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestliege.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestofdrama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigeasyfences.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biokemonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blauequelle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bootlesshacker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borman.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandweergent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsf-knowledgecity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btraviswrightmps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessdrive.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butcherpaxtattoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calvadia.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catme.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbca.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccdiscussion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccdlab.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccpaas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chadoisaac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chamber.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheyennelohnen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christopherpfister.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chromebookcompare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyr.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudandco.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmfcuro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocula.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "code9000.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cogknockers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commonapp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "company-info-plugins.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compareicomprei.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contentyouproductions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cottica-kwaka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covid19.gov.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditkarma.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crescentcityironworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crowdfavorite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruisecheap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruiseguy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csarchispace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csimarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csitarz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "css-krebs.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cultuurinonderwijs.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursive.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customhash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cxda.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybernest.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybertik.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cycling74.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dachshundtalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dashboard.gov.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dashboardph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dashboardphilippines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "data-access-point.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "data-loader.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "data-replicator.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "data-replicator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "database-excel-integration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "database-word-integration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "databasedrivers.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datnenhamiltongarden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddjia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealstream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decathlon.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defenceenterprise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defietsambassade.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defietsambassadegent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delawarehousebuyers.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devinslick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dewingerdfreinet.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dfwm.vote", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dfwmv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dfwmv.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dfwmv.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "difc.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dld.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmwaste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docsend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dokidokimodding.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domowejroboty.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontfuckwithmy.vote", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontfuckwithmyvote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontfuckwithmyvote.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontfuckwithmyvote.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontfuckwithmyvote.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontfwithmy.vote", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontfwithmyvote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontfwithmyvote.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontfwithmyvote.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontfwithmyvote.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draakjefosfor.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonfosfor.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivesly.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-servicerms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecovetawindoors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduroam.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eemoor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eko-vitalis.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eljay.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elontime.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emaratalyoum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endzeit-architekten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energozrouti.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enotecabortone.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eredmenye.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "es-sicherheit.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espirituracer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esportslac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essentielsduweb.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euro.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewatchers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extremecleaning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezshopper.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faapart107certifiedpilot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabiobarros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faboolus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feedclean.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fietsambassadegent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finance-equation.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findenmed.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findmespot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finvantive.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixfix.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flagma.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flagma.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flagma.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashlearners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodsavers.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodsaversgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forsigo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortnite.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forzamotorsport.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fraservalleyhotdog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-sql-query-tool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshdesk-apps-by-invantive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuiveningent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabrielg.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameship.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geestelijkgezondgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genealog.ong.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentblogt.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentbrugsemeersen.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentcongres.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentcongres.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentcongres.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentevenement.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentsefeesten.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentsefeesten.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentslimopweg.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentverwent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "get-my-report.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghentfilmoffice.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghentlivinglab.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gidive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitlab-apps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalstar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glorycamrealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go-site.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenowl.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goskills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graceikahu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravensteengent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruppa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsiw.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guidesetc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h6p.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h8p.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairmitage.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hastavem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "havohravo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawat.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "help-me.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hens.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hhxiaozhan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "himg.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirtz.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hof-rijnland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holdport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homecinema-fr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hulpverleningszonecentrum.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunterpetstore.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icesemulator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icruise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideditorial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imamenu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immortalcorporation.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immortol.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianarmy.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infintechdesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inglesfoco.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive-apps-for-dynamics-crm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive-apps-for-magento.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive-apps-for-nmbrs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive-apps-for-salesforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive-apps-for-stackoverflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive-apps-voor-exact-online.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive-apps-voor-loket.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive-apps-voor-xml-auditfiles.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironraven.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iu.edu.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jandesign.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javedhasrat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeremy.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jongenwijs.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshu.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justin3d.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justyardsign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katewrightmba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khimno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinderopvang.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingfast.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingfin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klapty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knabden.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ku.ag", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kylinseating.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labambi.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laginghanda.gov.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamei-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leadgem.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lekota.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenczewski.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lennar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lepkov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lez2020.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lez2020.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichtfestivalghent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindbladcruises.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liuqiao.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livinglab.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lligwy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loackerbusiness.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucasferraz.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumpov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macioszektv.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madisonivy.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maeterlinck100.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maisonanimale.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maizuru-ongaku-kan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makasetesan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makhmudov.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariowiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maximemalfoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mealsnmemories.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meayne.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meiersmarkus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meldjeaan.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memorablewords.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mendix-apps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgriff.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miatgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midasauctions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millikart.az", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirdon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobiliteitgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobiliteitsbedrijfstadgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobitracker.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modul8r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montserrat.ind.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movedigital.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycoordinates.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylearners.vic.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrealestateautomation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mzrme.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naranonsantabarbara.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nassconorfolk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neemo.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nelefon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newmeproducts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhsinform.scot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nmegent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nolaautomotiverepairs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "npgcdn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvsp.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyawork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyfurnitureoutlets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octopus-apps.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldcraft-mc.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliverjoss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onderwijscentrum.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onderwijscentrumgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-sql-editor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onrealt.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openarchivaris.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orionadvisor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oshens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ov-chipkaart.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palletsprojects.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pampers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passgamer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pastelpixels.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paypodo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pbo.vic.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perceptionsaestheticspa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pggalleria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pisearch.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pleiar.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pleier.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pocketdeer.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politiegent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popimed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "povar.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preserverollinspass.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priestessbali.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prm-parken.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectguru.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promodoble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pt4.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puzzleetc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qfes.qld.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickjobsfinder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rajivdeepinsights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rasmushaslund.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rawbeautysource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redcarpetmonday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regentcruises.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regional-rabatt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remwhile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resellrefreshrepeat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resmigazete.gov.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richandsteph.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richandsteph.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripplemarkeg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rollinspass.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roostminneapolis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsc.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rspevents.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruimtevoor.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sacredsecondhandbooks.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salebaba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saralmai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrap-car-removal.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdguitdagingen.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdipolanight.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchlight.community", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seashkey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securesuite.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoified.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seu.edu.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevenwizes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sglazov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shareiva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharren.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shortbread.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplonevents.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sintbaafsabdij.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sintbaafsabdijgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjout.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyterraembrace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slimblogger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartcar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soldamontanhabeachwear.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonimei.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sorbire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulconstructors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sounm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spcollege.edu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speaklikeapro.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speeli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sql-query-tool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sslsecureproxy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stadgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stadspaleizengent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stamgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steeble.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stem16plus.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stolarstvi-jiriholy.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studentenmobiliteit.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiofpvet.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylearray.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "successminds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sven.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swha.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symlink.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "system.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagarelaskidseteens.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teachoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamleader-apps-by-invantive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecart.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techcult.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techguidereview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technavio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teeshirtspace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teml.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tercosdemaria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theitaliantimes.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekitchenfarnborough.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewrightflyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thiasil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timespreader.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timotheeduran.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinyhousesforsale-us.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiwilandcouncil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tolbertmgmt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toulis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "translit.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendyindi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trevacez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triplesixdesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripoutside.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trungtamvipkids.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkmenistanairlines.tm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutiendadebdsm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutormedia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twinfield-apps.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "two-step-verification.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubcutah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udid.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ujustsee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unikrnb2b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unleashfido.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valuta-tools.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varna-airport.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velosity.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitgent.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visma-apps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visualstories.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivablogger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vredesregister.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vredesregister.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "water.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wayficdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webiroha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webkitchen.kiev.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wehealasone.gov.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weladee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willocks.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wishpets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmcpaphysicians.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmphonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmphvacations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsjf.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuxian.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbox-mag.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xlaw.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn------8cdbtj4bleaohnv2bl3cuy.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--contrasea-s6a.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--d1acfdr6h.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yarnandy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yetivisite.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yishizuo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yolks.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yolosh.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yournextagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youthingovernment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zorgenvoorjean.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0011011.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "01337.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0xacab.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1234.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "129.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "136book.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "14er.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "14er.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "14er.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16321.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16345.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "166killearn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1xbet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1xbet.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1xbet.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1xbet.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1xbet.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1xtranslate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2113.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22bet.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "233333.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3accounts.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dranger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3os.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3ringenieria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "50plusmusikfestival.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "592tk.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-actor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-busty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-gokan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-hitoduma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-moe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-shirouto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-up.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a163.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aalvarezs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaronqueen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aarons.law", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abhayaranya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abilenemachine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absolutebritney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academiaoposicionescorreos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acedstudy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acl-desing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advbizintel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aegisaccounting.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affumico.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahl.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aidoru.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airportstuttgart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airpost.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aitci.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akbtv.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akinlau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akouryy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aktivpark-lumdatal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albertovr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alicedepret.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alignthoughts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almamarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphabeta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am-i-on-am-i-on-drugs-dot-com.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am-i-on-drugs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americamilitar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amilcalcados.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amiondrugs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amisoft.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amlakresan.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anchr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrecanuto.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidhub.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andropia-online.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aneutrallife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelefloramendy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angione.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ao6.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appliedenglish.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aralys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arianagrande.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armadalelearningpathways.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armanddesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armanddesign.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armandmusic.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arminreiter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armoedebeleidgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artbalsam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arytmicznie.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atsugi-saisyuusyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurika.ag", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoleaders.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avogel.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aydesignco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b144.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b4a-learn.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babyanywhere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baindayman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bampizza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bauer-reininghorses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcomm.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beastshirt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beeldbankgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beemenergy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beer-sheva.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behmmjc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bendelllawfirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benhoeg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benjamorphism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beonas.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergtoldtrimcarpentry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berkbrands.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-ergonomic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet-platform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betandyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biabop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biden-scandal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bittounsi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjelimici.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blatnice.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blauwgras.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blist.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogyaren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boip.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bombo.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bompus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonfloss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxethaishop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brard.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridgecobuilders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brio.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britney-galaxy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britneyuniverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brokgency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brunettipesco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bubbelwafel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "builterra2.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bumblebeekids.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bumblebeekids.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabosaferide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carboneventsupport.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carboneventsupport.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carbonsupportcofabel.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carmeny.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinhapratica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbmanager.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccu.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdkrot.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdrom.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cecamericas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centurion-it.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certprep.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certpro.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfent.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfo4you.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiron.care", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christ.cm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "churchofpop.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cibercheck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citycardgante.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citycardghent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarkaesthetics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicaschirmer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clintburnett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codebreakers.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collectifitness.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colossalfoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comealong.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comeros.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comfis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comunicazionenellaristorazione.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concern.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "condenast.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conduitzw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "congressmankirk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connecto.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conteelegant.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coral-study.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftychameleonbar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cran-automobiles.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativecityofmusic.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crex24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimsonlettersmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csdisaster.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csx.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctsl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuentadias.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cujubimnoticias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custompoolsbydesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cutter.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dabbingtee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielwelty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danwelty.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danwelty.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danwelty.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danwelty.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkgrid.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkillusion.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darnashop.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbs.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcorporation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "de.vg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealbenzbkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debijloke.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demsh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "densocean.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "design2u.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detailingsp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detectro.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devsdata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devyanijayakar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dewereldvankina.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diadora-media.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "didier-equipereussite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "didierfle-decibel.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "didierfle-latelier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "didierfle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalandsocialmediaacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalecom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalfoodbook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalpiloten.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitizer.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimi-inside.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divelyon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djvintagevinyl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlsolutions-inc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmramp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dochub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolinathome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolmeningenieria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domain.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domucmayintainha.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donteffwithmyvote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donteffwithmyvote.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donteffwithmyvote.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontefwithmyvote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontefwithmyvote.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontefwithmyvote.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotsmesh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreieich.schule", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drkashany.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drone-mapping.expert", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drslawfirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duffau.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duna.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvn.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynamic-movie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynamicpl.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynamicplus.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-branchekoden.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eajglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastcairo-egypt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebabis.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebipl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echidna.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecup.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eczanemheryerde.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "editorweb360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edman007.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edr-d.expert", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edwardscommercialcleaning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eekelen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efay.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "effortlesshr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einomanner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electionrunners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricgypsies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elementoraddons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elevationplumbingandheating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elizabethmacdonaldbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elrincondeleer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emgroup.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emilieporte.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emoji.web.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emotebank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emperors.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "englishwithmrsann.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enlightsec.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eplayer.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eplayer.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erctra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erlebe-salsa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erobook.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escrowalliance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esm.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espenandersen.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eucybernet.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everythinglidia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "examesrush.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excellence.corsica", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "executivecatering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expandtheroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expertly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expovivienda.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairtradegemeentegent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fer.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festivaldelumieresgand.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finditalldirectory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findom.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floodheroessaltlakecity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floria.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluffypuff.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flwrightwichita.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foldnfly.travel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forhers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formommiesbymommy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formsmarts.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formvibes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fossildlp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourstrategy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxbenjaminfox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebonusmembership.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freundeskreis-tarjan.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fronteimoveis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuku-fashion.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funeraire-365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funeral-365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futieltextiel.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fxstock.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galefacialplastics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gardtools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gavr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gavr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gazetekarinca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gconstruction.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekgao.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geeksforrent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gekleurdverleden.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genhu.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentcongres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentcreativecityofmusic.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentengarde.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentseondernemersdagen.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genuinebackup.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getwsodo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghada.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghentlichtfestival.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giftedhealthcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giga.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gladiium.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalbusinessrisk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalpandemictools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globotech.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnula2.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goabase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goabase.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goerdeler-alumni-club.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goetheschule-giessen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotoeat-aichi.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greciahora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsa.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsaadvantage.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gscgh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guaranteedservice.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyefund.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyefund.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h2orto.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habrastorage.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hatierchinois.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hcr2bot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyhomeventilation.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hello-design.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henryishax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hentai.baby", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hexagon.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hierden-bosch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiperbusinessblog.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hipersuli.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "historichousesghent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hivekey.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hivekey.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoeheterobenjij.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollyworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedecorspecialists.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "housestationlive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howardhannava.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsg-lumdatal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubanero.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hurrikane.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hustl.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyperian.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hzwc.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-on.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamafricacampaign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamafricacampaign.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iclb.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideal.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "identifytag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ienakacs.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illumini.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "implantesdentalestopete.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inesnutricion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inffin-portal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingroxd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innovationrealtygrp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intechdaybcp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integra-belgium.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelx.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intercomp-cbu.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inuevostiempos.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investinghent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ionnex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iransculpture.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it.com.eg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itgeeks.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itshealthtea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iventuresolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jack.fr.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacobpleiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesonmelbye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janakifoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jands.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jardinesimperiales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcinet.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcinet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdecommastermind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeugdraad.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jivanplastics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johny.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josien.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jp-aic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judgefuszmediation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumping4all.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumping4all.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumping4all.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpingforall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpingforall.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k.tt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamata-saisyuusyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karencatering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kathakkachakkar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katja-bjoern.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kesen.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kesen.wang", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kfz-sachverstand.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kh.pub.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitsquid.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kk.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleebauerhof.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klimaatstad.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kobietydokodu.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kontantfinans.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kontrapolis.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koolisw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kplastics.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krankenpflege.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksv-friesland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuaza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kw.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyn.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyriakidisship.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laguiadelocioenuruguay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lan-der.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapinator.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larifari.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larousse-edu.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laud.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "layan-luxurylighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leandrebergeron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ledebergleeft.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legen.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leivadi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesa.boutique", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leslyandyana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lianhe.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichtfestival.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichtfestival.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichtfestivalgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichtfestivalgent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichtfestivalgent.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichtfestivalghent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidosparesort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "life-experiment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linalynn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linovelib.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxtips.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liorggi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisacundy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livienpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "llccd.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lodewillems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logancooper.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lohnsteuerhilfe-essen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lola.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londonlocks247.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loulifestyle.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovemesomegadgets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lpgaclub.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyclub.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machida-saisyuusyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madamcougar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mafy.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahmoudeeb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malawi-portal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malie.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malypiesekzuzi.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "managment.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandrill.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuelpinto.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manusje-van-alles.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marinapetruzio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markhornsby.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markhornsby.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marknb.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marny.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvin-elsen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvin.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masduta.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattmoorcroft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxclers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maximoguk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maximumphysiotherapy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayaroconstituency.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maynesoftware.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcpetrade.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdrp.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medhiwa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megaimpressao3d.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meideas108.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mejitravelcr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melbet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merry.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metait.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metasearch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mia-manager.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micaballo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikaelf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobiliteit.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobiliteitstadgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momochrome.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monamurlite.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montuan.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonbooth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonpay.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morifuji.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morriganbe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mostqbalwatanalqahirah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mstazakka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multifruttisystems.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muon.marketing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musecomunicazione.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvwoensei.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybuddytheplumbertooele.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydataprotected.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylahcollection.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylocalfoodtrucks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypower91.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mzr.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "najrecept.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napoveda.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navot.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nccoe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nd.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nebulise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "needle-demo.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "net-provider.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netheadsonair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netmajstor.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netrino.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netrino.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netsoftit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newissuesmagazine.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newnationalstar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninasofian.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nitinpandey.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nonsa.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noobit.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "npw.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsquaredong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nydbank.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o2.tn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oapks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oasiskitchens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocasio.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocmwgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oettig.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "office365-apps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ogaprinta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliveoilshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olivetbgc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olyfed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onmed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opc.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oposicionesjusticia.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oppabet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orchardscribe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orioneclipse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orpf.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ortoinnovapanama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourdataprotected.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oyap.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagerange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paidcashforhouses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "painful.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pamperssamples.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pancybertronics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pandemicoversight.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paragon-consult.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paramo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parelweb.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parentsguidetotheworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parenttheirpassion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passionateracers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paste.rodeo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patricklustigmediation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peace-is-possible.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peppyflora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pflege.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phc4submit.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philippkaindl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pierianservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pindex.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pl2.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaxi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmbsteelbuildings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokkareindeermeat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popxclusive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potnofficial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pottwist.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powercomputers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prancor.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primakeysmarketingsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prisel.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privateimoveis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prochaskamediation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promotionvillanakarin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promusicante.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propcierge.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prws.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ps-playback.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psmpl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psoppc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pssjd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puur.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qlares.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qqqq.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantuin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r-ix.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r3gi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radcloud.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radito.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rafik.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramydent.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranking-mensesthe.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdxbioscience.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readingea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redlands.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refurb-tracker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regalradio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reklamaandroid.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reklamaios.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relevanttomyinterests.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repalanca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "republic.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resulttado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rewardscout.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rez.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ringsandthings.scot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riveroaksdentaljax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertjquinn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertsmits.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodobike.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolluplab.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rooferindallas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rowanz.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rozvozznojmo.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudimart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudimeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudimentalconsolidated.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudimentalconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudimentalfoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudimentalkitchens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudimentalretail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruimtevoorgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rushtonparay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safeguardstudents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saisyuusyou-ikebukuro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saisyuusyou-omiya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saisyuusyou-takasaki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saisyuusyou-utsunomiya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salalfoundation.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sald.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salo.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolheads.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schweiz-sextreffen.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scorpioncomputers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoutbee.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scpsecretlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scpsecretlaboratory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scriptolab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdguitdagingen.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seb8iaan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sekoia.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sellersmart1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semenserang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentrybay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoulista.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serenitygwinnett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seucreditodigital.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sextreffendeutschland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shellphotostudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiftcrypto.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiftcrypto.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shinta.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shinyoko-saisyuusyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shirosaki-hana.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingplaza.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shunliandongli.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sid-giessen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singerfamily.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sintsationeel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sipd.go.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slimopweg.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smarpshare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartblock.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smithandnoble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smolkatours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smppcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smsfa.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sodigent.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solnascentepapelaria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sophiefrutti.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosregistration.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soydoula.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanmass-portal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spurindustrial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sr-sam.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standardbook.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stargroup.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupbros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steebel.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steinberg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steparovi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stepupforeurope.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevenjacobs.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevenjacobs.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiebelrewards.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stilida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stlfamilyattorney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stnguyen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoemp.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoneocean.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streetwisebiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylidafm.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sudabaus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugardaddy.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugardating.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suikerspinnetje.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumopages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suomiheraa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swostik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synergiedenken.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synobook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syronex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t-cophony.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabisuta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tachikawa-saisyuusyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taciso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taikhoanfree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taskforce.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcook.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcook.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcshop.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "td-bambini.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techanit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnologiaboliviana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tellerify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testq.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tex-salon.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekickassvirtualassistant.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themarkup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theomegagroup.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theonyxzone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theunitehistoryproject.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thn.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timesedlen.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timvandenborre.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tlesptyltd.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomorrowx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomservo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-rezepte.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top10.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topmarketplace.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tornado-map.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tovse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpue.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trabia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transtrack.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treefeelingsandton.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treehorn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treemadeiras.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustee.deals", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustology.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "try2hack.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tshirtatlowprice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tv-mainzlar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twilite.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twilite.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "typecho.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ugodeal.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.lat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universal-techno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universalspf.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urologywi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utahdentalcrowns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utahtriallawyers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utduc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v-jo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaneyckwashere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanwoensei.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanwoensel.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanwoensel.directory", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "variusunum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varunmaheshwari.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdw-instruments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velassoltas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veripn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verkeer.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetcpd.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videocall.guide", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vikrammaheshwari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visuall.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivaocredito.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voornaam-at-achternaam.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vote.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vous-etre-utile-ceidf.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vtivision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vzwregent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waavit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walletfox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warrioronewgw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wartraining.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watermitigationspecialists.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-info.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webehurt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webfiredesigns.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webplatform.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weektegenarmoede.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weewoo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welty.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welty.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welty.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welty.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wemakemx.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wfsrecruit.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whichdoctor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wickersmith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willowcundy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willwilkins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willywangsextapes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wingchun.edu.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wir-do.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisdomteethonly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wizardwiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordpresshelpmaster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worky.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wplan.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xanzhu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aej8bv.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--marn-8ra.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xonet.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xplo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yannickcoffi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yearend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yesterplay.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yhs.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoduzw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogstation.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yooread.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youiv.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youiv2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourblazeguard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zahnarzt-backfisch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zebratee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zelvar.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerofogmask.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerty.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhstar.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zimedia.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zorgenvoorherena.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zorgenvoormaria.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zova.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zusammen-grossartig.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0x21.consulting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100words.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "111111.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123freevectors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1stchoicemoney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1xbet.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1xbet.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1xstavka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "383838.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "500foods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-sparks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abacus-essen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "access-board.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accesshq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aceleraguria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acuityfinishing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aditro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerionsupersonic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afterhaven.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agora.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agribouwmarkt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajelen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfaair.aero", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alisonpaloma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ama-agency.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanpregnancy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amionamiondrugsdotcom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amodeocarlo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelalombardo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animelody.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anliting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthony.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthro.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aperto-nota.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aperto.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app-cinveninfostream-qa.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabicdress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archispace.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archmirror.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armansazehradis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arztrading.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asprobet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astha.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atah-s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "att-lda.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auksel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "australianallnaturalskincare.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autojur.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awutar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aykyamultifest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azulimparcial.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badkamermarkt.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badkamermarkt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badkamermarkt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barefoodinrome.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barmenteros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbagramante.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beallure.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beckmandxapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benabbott.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berlingeriresort.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestelhetmaar.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestidea.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beyondthecreek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhutanonlinetravels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biene.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blaauwgeers.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockstudio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boodledose.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borde.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bourestonmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "business2people.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bustickets.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c-style.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ca.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadflow.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cap73.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capsulekitchen.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carefy.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carwreckcowboy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cc3m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccaj.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebrationoflifeplanning.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralitasbaratas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaturbates.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chriseldon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cintaraso.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cipies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cisin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cisinlabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cisinlive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claremontyachtclub.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudfit.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clovisplumbingservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffeemoment.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comasystem.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comita.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conexionfit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confer.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "congdongnhatviet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "controversialrisks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "controversialrisks.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corona-data.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "courier.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covidcoldfacts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covidstatistiek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpfrancophonie.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creature-comforts.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crsserviceogkloak.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csalem.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctcp.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curamcare.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cushlaofgullion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberry.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cycomm.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damiengobron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "data-mining.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dazenelevator.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddi.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealdelicate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demisch-tim.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demischtim.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dezevenster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dfstoryteller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dieslowhtx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalerror.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directorylib.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distelbentelo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distrim2.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dns.expert", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doki-list.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolmencleanroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dramaquarter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drbenlight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dropcop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drydor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dupforex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dupfx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easaccounting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eb12.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebrahimhadimarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecommercefastlane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliott.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliottlavier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energylocals.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enoteca.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicnex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esignly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evaali.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eze-buy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f-401.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f-mebel-na-zakaz.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "face-recognition-cctv.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fackovcova.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fackovec.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairviewfarmacy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fajarrubber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakturar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farmaweb.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatiguefree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feminteligencia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fietsvakman.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florianstroeger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluttee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freecoursepage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freefiregenerateur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fromoldbooks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuwashima.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuzzlemann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadaj.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galtelligence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamerspawn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamertelligence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geartips.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gesditel.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giftsforaspecialoccasion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigaclube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gio-abbigliamento.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnous.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenbritain.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hae.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamminga.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happygutlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haunt-keeper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazana.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthl.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heiliao.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellofound.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heroningenieria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiseplast.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hivehub.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeloanprequalify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houthandelbunskoek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houthandeljacobs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huemul.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huntingtonestateproperties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hv-online.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypnotic-reviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iburgs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icolorpalette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iemc.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igualdaton.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iks.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illumepgh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "im-razmakh.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immocompar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inaboutique.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "init3.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkhub.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipass.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iprep.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isaacgolding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ite.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivnext.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jagan.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jalinhgo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamelhammoud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiweadventure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joekann.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshuaschmitt.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journeytofi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jperformance.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jurnalilmiah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kcam91.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-sports.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimicar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kindbear.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kino.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klaudialeszczynska.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knowl365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koe.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konducars.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kwonghei.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labsai.cyou", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lady-wishlist.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladywishlist.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakichat.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscaping-montreal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lars-mielke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latiamona.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavinde.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leathership.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leccamilafi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leliekerk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesamisdelaroumanie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesprofsplacotent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesy.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librosantimateria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifesignals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lihj.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linespots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linksgruenejugend.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livehelpindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longislandbusiness.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louisvillefilmfestival.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luciobarcellona.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luciogelsi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machineidle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maclafferty.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "made-dwell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madedwell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maev.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malaysiasentral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manforums.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manteligencia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mantelligence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcositaliandeli.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masters-burrell.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayamushrooms.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayorscouncil.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicallicensing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melbet.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mendelsphotography.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentors4stem.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minds-academy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlcrosoftonlline.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmot.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojaapteka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moreno820.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morikami.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosaicot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpcdn.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrc-productivity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mspatexas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msrohkwrstock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mudanzasuiza.com.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydeardreams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrvog.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myvegasadvisor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mzdiy.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napoleonexclusievesieraden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasdarq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "negr.gay", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "negr.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neocenter.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextus.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextvision.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicecockb.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nietvolgensdeboekjes.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nigerianpilot.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nix-sender.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nm2d.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrdigitalbranding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nspointers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyrany.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odijmond.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oermen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohmanager.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omertskn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onsitespeedometer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oonie.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osa.org.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palaceinstitute.ac.tz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parcely.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paul-zhang.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepechkov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pingrc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planisware.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playxylo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poriadok.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primeabout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qikroof.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qrguestbook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualiride.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queerativity.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickyshare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r00tsolutions.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabb-it-days.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radixweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raiceshebreas.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ralphbisschops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realinsurance.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regatesenbretagne.bzh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reliantfundservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reportando.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rgtn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ridetothefuture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rikaz.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rkabworks.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosdver.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsa-homeinsurance.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabaikonotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saisyuusyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samanthabiggers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samuel-brown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samuelbramley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "san.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sangitafoodmess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanity.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanity.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapphirepack.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbetinsiders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seatsurfing.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senseful-online.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexfactory.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfpmall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoyuf.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigil.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simply.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinnvoll-online.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skarvruet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skylair.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slrshoppee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snajdr.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soat.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soepvork.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somehowsomeday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sruthisjewellery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssmrca.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sterydki.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevenlapere.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "straalatelier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superraclette.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tachoplus.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talentsfromindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tapesvip.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tchalian-boulonnerie.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technovisioneng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techsaviours.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "textcleaner.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themomentratchada19.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkdata.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thunderboltlaptop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tim-demisch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tim-demisch.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tim-demisch.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tim-demisch.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tim-niclas-demisch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tim-niclas-demisch.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timdemisch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timdemisch.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timdemisch.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timdemisch.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timniclasdemisch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timniclasdemisch.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todoseaprende.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonarinoliusan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toondergroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touch2ship.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trabsky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traveljunkie.tips", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trekintel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tricordmedia.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udemypaidcourse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultraly.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedrestorationfl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vahl.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vakwinkeldemo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valphenn.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vddruckwerk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegornonveg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velocompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velocompany.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicesetcaprices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktor-chin-kon-sung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktor-chin-kon-sung.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktor-chin-kon-sung.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktor-chin-kon-sung.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktor-chin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktor-chin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktor-chin.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktor-chin.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktorchin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktorchin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktorchin.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktorchin.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktorchinkonsung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktorchinkonsung.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktorchinkonsung.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktorchinkonsung.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viperperformance.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viseum.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitabsolu.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivetoluca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vjshi.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vps.management", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vulkanprotektor.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waffle-backend-sanggyu.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waffle-sanggyu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallendair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdmpa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdntcr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedontcaregroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wefillgood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wincosafari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winkelvanmorgen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wireless-kill-switch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisdomcue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisenetalarm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wksmartmall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolfsburgwest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wow-screenshots.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsg127.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyrihaximus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyrimaps.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xgirl.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xno-sys.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "you15iv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "you52iv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youiv1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yslocksandkeys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zanotti.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zogevikst.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11046.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "112fryslan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123freebrushes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "178spb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1989-bmw-e30-forsale-in-norcal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1bis.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1stav.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "350.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dstore.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4car.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "521keyvista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "53pluk.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "55opt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8freeporn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "919898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a1cashforcar.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a1scrapmetalrecyclers.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaronosmani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abattepeluqueriacitas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcc.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdullaeff.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdullaeff.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdullaha.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abiertoempleos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activs.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actualizarapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adboard.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancedob-gyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerobatt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afgphotographers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agleventis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahbap.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahoj.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aifx.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aigua.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airskystore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akagiauto.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akszita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alchemiya.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldipresscentre.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alecrimacessorios.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alejandrocruz.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aleks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfredlin015.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algoarmada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alkozeroks-wiki.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-bronza.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allbetter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allmodern.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allurechiro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almost.fit", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aloemeda.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alofone.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphalibraries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphasoko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altezza-autore.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altterapevt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alzulej.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazefabrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americandisinfectingassociation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americandisinfectingassociation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amniowell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amongus-guru.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anh-dv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anhdvboot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalesterrestres.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ao27.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aponte-systems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apotheke.market", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apprentimillionnaire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apteka38.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqua-print.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquamarinavillas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aradiantlyhealthylife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archief-ocmwgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aria.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arirabinowitz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armaringross.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armazemwarenhaus.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armo.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arockets.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art-okno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artifuse.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aryacollege.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asciugatureedili.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asesoriavalledor.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asniereslesdijon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspiraplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrograph.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atanas.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atmelook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atomicwallet.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atozblinds.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoliga.net.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automobile-gadgets.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autopapa.wien", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autorefuellings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avelux.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avertoni.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avra.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awarner.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awaybot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axesslab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b-angel.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b3gin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "background4free.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bag66.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balesetvedelem.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banfieldtravel.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barrenwuffett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barwaldesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayareaplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bb-sportnahrung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "begovel.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellaplanta.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benjaminfox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bereginya-lada.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bertrell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bessems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bessems.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestasquadradas.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestdiscount.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestfacts.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestinfo.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestpornclip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beta-site-staging.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betandslots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betanoapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinner-zerkalo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinnergiris.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bezboli.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bible4u.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "big-market.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigbunce.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billkochman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birchlane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitazza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitwoci.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blankstyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blatnic.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogomoll.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloomppm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blummedia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluuglass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bmoabogados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodrus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boeleo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookkeepingsolutions.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouldercountydronepilot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boulderwagonroad.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bozdech.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bradeales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridalsbyada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "briskbase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broadbandforum.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bth.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btln.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btraviswright.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddiescomputers.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildbackbetter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bureniemoscow.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burg-hohnstein.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burnsland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessrights.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwzc.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byladyverdelet.bzh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byootify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byuro.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabinetmtc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadiztrabaja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calendum.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callcenterdeluxecalls.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cam-et-xou.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canali.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cancunsouvenirs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canivacbd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canopycleaning.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caprigo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carddelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casaledibuccole.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cat1solution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cchat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdbp.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebrities.pictures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centr.dn.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfenns.ath.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatforums.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chongming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cidcca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cim.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cistenikoberculiberec.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cj26.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarityskin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinteam.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubexpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "code66.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collectif85.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colorideas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colosseumticket.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comoenviarcurriculumvitae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultadepsicoterapia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "content-hub-1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "countrify.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftbyhand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crashcoursecenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cst-vbg.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curlingclass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cxologic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cxologic.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberpunk.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberrepair.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czqu.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dahfasad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielshaw.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datablender.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debardo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defenestrazionedipra.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deine-politik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delta8.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalis-france.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfectiondoctor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divinecnainstitute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dodomy.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolle-shop.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dpc.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drc.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dues-eckert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dxlr.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dylanuwr.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynacrop.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-osago.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eajglobal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eightballde.luxe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eligasht.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elpreciosostud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eltron.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emojiteka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empleandon0s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empleosearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enduranceseries.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energaia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enjoybeer.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ensinu.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enviartucurriculumvitae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epiccraft-mc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equityloupe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equityloupe.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equityset.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erechimimoveis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erichollander.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "es-vps.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esiac.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esmag.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espacosaudesuplementos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etury.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurogarden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europafs.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evangelise.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "examroll.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expocomerciovirtual.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabiankaindl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familienoase-koenigstein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanescu.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "favorit-stroy-snab.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixmendez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fellas.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fess.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fibril.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filequit.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finsall.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiskosceyiz.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flat-tire.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floy.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forward.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotojenico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frisaga.travel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funktdesign.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funktdesign.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabaldon.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabaldon.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gehirnapis.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gend.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gensokyo.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgemudie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gestorestecnologicos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gestorimob.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gestorimobiliaria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitedegroupelatruitedor.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gizitalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grantashqg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatsoftwares.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greencyprus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gustomsc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harbourunderwriting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hcs.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthfulhealthcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hedonics.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heidifuller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hekate.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heroesorchestra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herreriaorozco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hisax.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holditdownfc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hometeenorgy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hongfumall88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoorgold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotrender.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huelvatrabaja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huiskopenspanje.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hus.gay", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huureensite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iblsoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iclinic-mrt.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icollezionisti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ict.govt.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idohost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihost.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihri.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iii-coalition.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikigaiapp.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikonenmuseumkampen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikzoektim.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illadrodimerendine.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imenfarazalvand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incurvy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infelko.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infocom.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmobiliaria-sanpablo.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurance24.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetional.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intersumka.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intheevent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intvshop.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inwonderofit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ip-addr.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iqreview.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironscales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isleyfarmsupply.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "israel-escorts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "israelimtovim.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsgreener.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivselena.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivyhelpers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivyis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iymark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jadeforallseasons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jameh.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarcasting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarcasting.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarcasting.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jav0x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jbliss.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeek.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jellyfin.spdns.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jixun.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jixun.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobhouse.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jokertv.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumperke.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaeme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamin-island.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kandra.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapri.dn.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kdramaholic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-sports.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-sports.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-sports.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-x.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-x.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-x.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-x.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keuvelaar.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khmrynok.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolodec-pod-kluch.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kowalski7cc.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kozentic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksp-spb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kt-studio.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvaapagarrot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvadru.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvateka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladyklub.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakemacquariecashforcars.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamiradaacr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larry.buzz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavaccount.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavocedelviolino.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laxaf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leabharbreac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalservicespanel.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legiaphu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lestanzedelgattopardo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsagree.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgshop.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgstore.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberecstehovani.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librairieducontretemps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "licenciasconstrucciondiamante.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "licx.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liendar-silver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifewaysvillage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liliang.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linarite.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkedin500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotposh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louhomeworkouts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loyverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loyverse.town", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luggagehero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luisbustamante.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m2international.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machissenefre.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madampastry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madler.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahgu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maitlandcashforcars.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariasemarias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markdaine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markdaine.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maslows.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matkuling.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matt.ag", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matton-ict.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxscripts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mechanicweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediapuller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mejorespatineteselectricos.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mekanova.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mellmon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meslekifikir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "messenger.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mezemeze.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfg-forex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfg-fx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miacuario.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microbird.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microfinance-crimea.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirobuvi.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlo.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modernhouse.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moscowartdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moscowlombard.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosfetkiller.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosquitoshop.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motorrijschoolgul.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mova.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mow.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrsjinthelibrary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mstr-f-dstrctn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtservicescorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mums.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvarsamis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvz-ammerland-klinik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myblogworld.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myborder.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n-cis.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nailsmania.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanoport.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napi-menu.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narcologic.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narsq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natasajanvirant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nativetitle.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nds-online.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nearbyprinter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nehrp.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neograftaustintx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsite.moscow", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfitraining.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfl.zapto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickwasused.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickwasused.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickwasused.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicola-bertini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nielsterp.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nilab.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nishiwaki-shonaifoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nlponline.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordlandverliebt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noticiasdeautos.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novacleaning.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nove.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novopromo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nr1hosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsopr.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsopw.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutrislice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nydig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obcevents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obdinvest.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oea.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offertemodule.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officeefficient.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ognedoor.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oknarating.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineradiobr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinewot.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlymammoths.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operadotejo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optiqueh.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optiqueh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opvoedingswinkelgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oralemiraza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orchids.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ordermsg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orendamebliv.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owlazy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paless-aless.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasardigi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pattanath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcert.lat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peliculasviejas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelviclinic.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfect-seo.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perunsoft.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmaciechatelle.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piesel-piepser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pimbletree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pimpstack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piotrandpawel.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pipabella.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.buzz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pivotalshift.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platinmods.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polymathian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pozyka.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prepz.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "press-wall24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pricesdoors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profarm.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proklimat.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosperegypt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.kim", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psncarddelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puredisinfecting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puremosquito.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purepestandlawn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puresanitization.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pxld.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualitymark.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quayhudanhbai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quellarotondasembrafi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raddle.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raipet.spdns.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranjanbiswas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranjanbiswas.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raven.express", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rctiads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "re.yt.nom.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realnature.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recepty.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redireci.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redirection-plf.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "registech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reklammaster.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renicimery.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reslv.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restashorecleaning.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reverenceglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richmondradiologists.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ridayu.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ridepanda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rise.africa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rk-box.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmtconstruction.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robimgood.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockfax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockstargame.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rorelseprojektet.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosspecstroy.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotatingchefs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotonde.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rovohout.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runmyvillage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runosklep.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rut2.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sacredart-murals.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safecoin.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sam.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanificazioni.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanodent.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santehart.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapaship.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sauna.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saybecraft.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schwedenkiosk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrapcars.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sea-man.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seatinglane2u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seboluo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergal.gay", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serverfile.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexlounge.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shareiva.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shivkrupanandfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shockproof.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shotoniphone.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sib.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signsymptom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simbdo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simetria.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinatralegal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singee.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitebrass.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sk62.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skateschoolkostroma.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartedukasi.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smrdim.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sochi.tatar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sochidostavka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sol-design.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solve-it-sol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southocpt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sowhat.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spamasaurus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedyplatypus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spicture.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spidometrus.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sport-51.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "springlanguages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sss.rip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statsnite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stellar.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sto-avtovo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stockgraphicdesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoltz-it.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stop-zavisimost.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoprog.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strakonak.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratejm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunbit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supercarpets.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supportadvantage.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svetapublic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swimmingpoolshop.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sygnanet.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tahvienovin.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tandemzagan.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarot-online.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatastudi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tattoonhamon.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tdlesovik.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tekittak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleum.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telving.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teologia.promo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testikel.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tfiik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecompanysheffield.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theislandtime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekidneyexperts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekillertoxin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekliniquehotdeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therisk.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thiagovarella.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tkita.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tm-autohandel.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tnsolutions.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tok4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokimeko.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomrunting.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "too.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topo.com.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toranjchap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "townshipofthenorthshore.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trabajoenmx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trafficticketsnola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tragicallytrumped.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transmoni.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelshelper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travizgo.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trianglepwh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trumptragedy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trumptragic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tubuscadordeempleo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuempleosolucion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuinaportugal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u2b.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucstrike.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukrainskie-konstrukcii.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimatefilmpromotion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniformesdreamleaguesoccer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedcarremoval.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upwardcreative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uradvd.town", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanbageecha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uscveteranspark.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utheatre.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v-m-shop.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valagrovoce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valerieorsoni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vault.spdns.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdheyden.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verkiezingsuitslagen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vermaeckbouw.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vfwauxiliary.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipku.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualgovernance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visiongroup.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitron.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmonetke.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w4r.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "water-net.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-design-india.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web22.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web22.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weblegend.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webstamil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wholesalerrr.deals", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisetoken.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiseupcorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wkymenshealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wlombard.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "world-avto.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "world-game-news.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldarticles.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wseo.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xg-printonline.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaomiredmi.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aaagbtu3bfbullc1c.xn--80asehdb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--h1ahbcdb8g.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yadameshop.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yarcevostom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yblaccounting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yellowrooster.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yemektarifinet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yiff.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yiff.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yiff.supply", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yinfor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yips.org.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "your-melody.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youstyleski.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zamecnikkladno.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zchuyot.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhf.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziegenhagel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zitadel.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zivot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonadetestes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zouaouitransport.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zubilo-perm.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zukify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zwyr157wwiu6eior.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zycie.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zyciepl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1kdui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1whw.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dnchu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3mediaweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3proxy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3proxy.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4yuz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "708090.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7haofu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a1expresscarremoval.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aalamey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abusinessinabox.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acolle.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actoralcareprofessional.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adarsvidler.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advercarte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aebba.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aelieve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afterhaven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agitmedia.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrotender.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akumat.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akumat.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allgooddeedshomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alonely.place", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andhaniawan.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andresrosa.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anomalous.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aparistravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "applydirect.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquatherm72.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artrofisio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asmita.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atyuan.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auctionbv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aude-mdb-hypnose.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurea.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auscanalliancecorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoopravarjunior.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avisbabes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azzaroarancebio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bangcompras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankwebinars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bartcoppens.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beama.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beauty-mens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedinsi.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellaflor.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beregusha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestsextoys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinnerlive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinnerportugal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bietthudangcap.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bijlokesite.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bijlokesite.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biomassinfo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biotal.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackfridaynew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blits.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluesheep.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodivo.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bokhylle.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bracken.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brendabecker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broland.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btrfs.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "builderrentals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burgerbudget.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burtai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyproperty.az", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c-chaud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cacombos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caffeinate.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camfire.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camfire.school", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cantstopart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capsstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "careerwatchlist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinoexpress.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catwilliford.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbws.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccxsta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdhqt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cervenyjezek.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgglobalservices.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgha.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chagahq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chahal.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlieblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charliez0.js.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiselgems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christinehameline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chto-posmotretj.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chukcha.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "churchplaza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citycardgand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciudadrealtrabaja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleanmysolarpanels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearcreekcountydronepilot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearsafetalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearvoice.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickcollect.boutique", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinica.zapto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudfree.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudfudge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codecrew.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colorpalette.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comfy.gay", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comitgroup.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commonsenseinactie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computerhelpbutton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contactelus88.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contractdirectory.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costazulinmobiliaria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cromefire.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptosolicitations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctchosting.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cukrinelape.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curseria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursoalia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuwebinars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwgpllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d.nf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d24.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datascientest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddk.dn.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deanconsultancy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debora.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decibelnewmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deliciascomercial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delika.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demoweb.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentad.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalreborn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directverify.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfectingdoctors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfectiondoctors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docswallet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domashnie-zhiwotnye.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domoticzfaq.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donngle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamlab.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drevenevyrobkyprovas.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drkathrynhall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drydensfairfax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dualbix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumptrumpets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynet.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-shonai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eanraig.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easydoityourself.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecogarden.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einreiseanmeldung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elrincondeltrabajo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emunet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endondehay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energylocals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entrepreneuraj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epcreation.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escuelaelae.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estver.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eugeniocampo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exo136.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falconventures.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famonitor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionrecovery.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feminina.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fir.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitnessup.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fk-m.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flood-masters-chula-vista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foldnfly-travel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forwardtogether.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourcask.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fpc.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fpds.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-vectors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeebooksblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frisaga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frisaga.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frisaga.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frisaga.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fromages-freres-marchand.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuckar.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funerare24.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "further.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadecs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galpsafetytalks-portal-preprod.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gartenplan-saar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gde-kupyt.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "george.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfxload.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gksokol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gradinacufluturi.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grunlab.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackedaf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happydoghosting.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdv12.horse", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hedgedoc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpcapital.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hemelgaard.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hempseedhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hightech.construction", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hikeinrio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hillner.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitafterhitentertainment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hltk.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horizon-surf.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horny-gay-dragons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrmny.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "husmann.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ij.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imerit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imychic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instagrabber.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integratedhealth21.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internacional.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investingent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investirsolidaire.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsforu.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsnudi.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iw.net.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarmanka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeancampa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jfcare.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiangmei.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jilworldwide.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jo3-w3b-d3v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobgenic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobsocity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jossandmain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julapalli.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justor.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jxdsp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k-labs.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaaniche.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kak-pishetsa.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kak-prygotovyt.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kak-sarabotatj.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kak-sdelatj.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaminy-msk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapitalsprung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keepingitsimpleblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keinnerd.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-sports.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-sports.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-sports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-sports.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-sports.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-sports.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-sports.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-x.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keller-x.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kesselrun.goip.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevin-emo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keykong.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khanacademy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidify.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kids-at-home.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiprinform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirkwoodfencing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirkwoodoutdoors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klever.com.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koffiemachine.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komplektmarket.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koujo-soukohonpo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krechka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuda-poexatj.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kupil.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kushwanthreddy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kylby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kysounds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l2.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labs-is.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagendijk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lantern.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larryklug.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "layermesh.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "layermesh.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazerus.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legionisci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesamoureuxdangelique.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leslie.horse", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesy.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexe.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lez.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lg-world.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "licx.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightfestivalghent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightfestivalghent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisbon-pre-1755-earthquake.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livingthegreenlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loser.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucasrl.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukekuza.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyla-pressing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m.directory", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magescobd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mail.tm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makelindazi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangga.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manufacturing.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manufacturingusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mar.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marga.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martstroy.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marycowanceramics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterhoteis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastersofmedia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathilderegis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewbenchimol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewberry.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "max-boecker.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mc-dos.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdleom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medcentrnadezhda.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicenteritalia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megavasoc.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mein-neuer-garten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meldsluikstort.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meshekard.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metavr.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mia.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michellelowery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mihealthl.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikeylab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milesaddict.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millesime-communication.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindonmymoney.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miniaturepets.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minipc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minotauro.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miprudelafi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirstroy.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitegra.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnogodetey.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilhondatangsel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobiliteitsbedrijfgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilizon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilni.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneybird.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montanabiack.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mord-ost.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mos-camin.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motastore.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motherguru.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motherhoodinblack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motortrend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msoffice-inc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtrx.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtthwbrd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mushino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my761.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydsomanager.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myeventstation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynak.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysaldo.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysterycards.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namaanak.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanco.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanco.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naviguermalin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nayapixel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nelnetbank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neotlojka25.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netrino.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networker.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netzer-stuttgart.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neve.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsasia7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextcars.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nguyenfamily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nibadesign.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickrickard.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickwasused.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickwasused.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickwasused.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimble.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nintendocarddelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nktsee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nolte-tver.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northfinance.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrail.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obdlink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oblinvest.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceancrew.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oenolab-vidalies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "of-sound-mind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohokbd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oikosweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ondemandassociate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onechoice.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineformatter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineosago.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineprogrammingbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineradio.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineradious.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oogent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opendolls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ordigame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oroconews.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osaki.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostra.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostracize.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oversimplifiedstatistics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxygenserv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pablofonta.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pac-muenchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pactrol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagevitals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panele-fotowoltaiczne.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pantallasparalamparas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pantherscore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paocloud.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papkinadochka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paramapa.com.py", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parniplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasaruang.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasquarellointeriors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passionegriglia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulwilhelm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payme.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peachbuildingproducts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peakseoservices.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pechnik-negara.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peko.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pellegrino.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peplex.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perigold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personalwebsite.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petar.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phenriques.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phimtor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonesexchat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonesexnumbers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phpmydirectory.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinflux2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinnoto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piraino.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateship.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piuincontri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixalus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelcrayons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizza-soprano.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plainlanguage.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plast.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playtoearn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "po-krasivi.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "po-sha-go-vo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podcastmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pohica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponsot.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornoamadorx.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porterpeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portfolio-alberto.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portstal.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posowetuite.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poznannoe-nepoznannoe.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praha-kominictvi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praxis-waedicity.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premierwebservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preservegrandcountyhistory.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "previsiemens.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pricedaily.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primaveradesign.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prinzoka.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodigyhacking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profil-doors.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projektentwicklung-westfalen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertiesmiami.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proshop.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ps.energy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pscr.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psylliums.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puredisinfection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purelypestcontrol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putasenvalencia.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pwd.az", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pwneo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pymebi.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qscco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quarrymill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "questforgaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickcashcarremovals.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r4g3baby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "racheltinniswood.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ragrosstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rakipro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramen-dealer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranikaart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbzl.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rded.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refrigeracion2hermanos.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regtify.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regtify.com.cy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regtify.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regtify.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regtify.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remontmebliv.lviv.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remy-daillet-wiedemann.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repairmysolarpanels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reportkey.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rexbaumgartnerdds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reyborg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhino.co.tz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritense.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockshooters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rway.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryazagro.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rybalku.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagliklidegisim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagrande.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintlouisfence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saitas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saitv.org.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salt.fish", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltlakepediatricdentist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarayeirani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarkaribabu.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savetomp3.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholarships.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schubertnest.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdhb.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdhblatnice.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdhda.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebeobrana.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sedico.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seedspark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sellbit.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sempoctet.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendpulse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sepenggal.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergal.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servicesurgence24h.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexswing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sezon.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "share.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shirts2u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shivyogphysiotherapy.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopocratic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopofturkey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sich-positionieren.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siemens.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signature365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simkartya.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simonagancia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpelkoken.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siriuspro.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirupybartonik.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjm-hamburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skill.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleepingmattressreview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smashno.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smcconsulting.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smcconsulting.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smiraus.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snacky.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snajdrova.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snetts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snrd.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snukep.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sodi.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sodigent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softbabyducks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sog-gilde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sopira.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spielzeugpistolen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportovni.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssl360.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sslle.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starti.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupstack.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupstack.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steamcarddelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steamcars.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stecos.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stelga.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stempelspirale.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stinici.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stlfence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stlouisfence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stockt-shirtdesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stomproced.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangerthanusual.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "straniero.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strattonhats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strengthennd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stropek.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stropkova.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroy.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroyservice-tver.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiovalore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "styleflow.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "substore.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sujiao.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncloud.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunsetfire.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunyanzi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supremaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surveyorcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svetplast.msk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svrtechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swamiclub.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweetfadays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swet.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiss-sale.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swissmarket24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symbolics.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symstar.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symvolik.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syuumi.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t-shirt-template.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabletsandlaptops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagalog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taiyou-planning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamamo.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarper24.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taskussa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxadvantagellc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tayanasolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teacherfrancis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teacherquinten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamconf.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tebuscotrabajo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techstackjournal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teddie.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tendergrupp.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tennisapp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terra7.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "textecnologia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tgcgrain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaitravelcenter.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecardcloset.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thechlawgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedjhookup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theflowstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehappeny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelightpoints.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theopaphitissbs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepureplan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesingaporelawyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetinymom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thietkenamcuong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thietkenhatho.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomwiggers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiktak.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiktokgenie.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timscheuermann.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipsplants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titan-clinic.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmechen.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todoescaperooms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tofinovacationrentals.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokyodenmarkweek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toledotrabaja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tolucreaciones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tom.center", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "too.tl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tootl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-avis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-cena.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topcover.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toptapety.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traumarecoverysupport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treevectors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trippett.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trippett.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tropofy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttscompliancesuite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tusoluciondeempleo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutierra.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutin.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twjeih.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubanks.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubits.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukc2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uks-group.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulgaipbox.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultramcworld.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umagoyal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umanupszn.gov.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umton.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universal-credit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urokoff.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usahealthsystem.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usahealthwebapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ussst.org.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valencraft.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valencraft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valeryaksesuar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanderbeekonline.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videoremote.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videostop.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visualized.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitamed.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volkswagenmiennam.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vparilke.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrfoodchannel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warden.navy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watertrailspr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webfence.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westernname.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "widderplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winchat365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windycitylawgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xaydungnamcuong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----7sbbfsshjvgyde8g3c.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----7sbedlbhv2azb6a.xn--j1amh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----8sbfkobhgmxahfmmhe8b8c6ff.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--36-dlcdun7abo4a.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aqlihiyv.xn--p1acf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yagizhan.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yaseiblog.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ylk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourgift.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zahnarzt-kruft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaroktv.krd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhanzhangb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zsien.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1000inf.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1mall.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1pluss.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "247able.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "272live.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2881dh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2of.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3em1.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3i-infotech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "618034.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "808hao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88creative.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a789.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aavstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abc-sport-klin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutamit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutsleep.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abracadabra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absyscyborg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academiasdemodelos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accn.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accniitmash.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ace-familydental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aceleratuweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acharin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acousticbiotech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actris.ac.cy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adala.com.kw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaptivecenter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adgift.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adon.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adserve.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advasa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86zy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aethopy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciaplanner.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aggielandtutoring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agonpro.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agptco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aguidetolovelossanddesperation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahliqqpoker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "air-planning.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aitrading.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aixamfinancialservices.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akademiawawer.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akumat.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alabuena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alamalsahara.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alaniz-law.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albhof-wasserfall.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandertutoring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alignminds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allformsweden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allianskyrkan.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allsoftfree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allstarcustompools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allthetopnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almanea.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amateur-ham-rad.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazingpetshere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amigosdivecenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amindset.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analisi-grammaticale.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analisi-periodo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andre-schlichting.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andremaciel.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angeloreyes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angione.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anillosdecompromiso.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anima.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animaalternative.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anixa.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anna-mai.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annasadzik.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antifake-funko.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antimateri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anvagro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apalachicolaboatslips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apex-promotion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apkoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apuestalegal.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apuestasgo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ar-android.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ararrl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arbobille.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcandadults.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcanefrost.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archerconsulting.llc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "architecturaldesignschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archwaypromotions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arenas-architecte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aresproject.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkagt.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkrowd.eu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armazemdeminasmg.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artesial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artlhere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arveex.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asdesk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asdunumerique.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asikqq.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asmuncandle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asrilankangift.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assars.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assentooriginal.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asspoop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astaoffshore.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atelier-aleph.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attlane.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attorneystrialgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authenticate.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoblok.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autobot.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autogarant.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autohausmf-nord.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotive.org.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autopsyhouston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviweisfogel.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviweisfogelinfo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avoandco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avoka.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awebsome.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayahuasca.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aydacosmetics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayhankaraman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backsliderz.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakerranchdentistry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balance.courses", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balance.education", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balance.equipment", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balance.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ballaratcapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ballaratcapital.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ballerkneipe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ballyhacksmokehouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banzhuti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barbaros.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barcelosnanet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barratennis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barrierefreie-medien.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basetruck.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "battlepetsonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batwatt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bavaria-feuerloeschershop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beashandmade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedez.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beehealthyllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beesweethoney.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bengkle.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benpro.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berkkalkan.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berrywan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestestofzuiger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besteuitvaartverzekering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettehochberger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettingonaverage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinner.de.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bghddevelopment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bicstone.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bicycle-works.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bideninaugural.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biglistofporn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilgiliksel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bio-farma.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioconus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birdygaia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitminer.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black-blog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogdelgloton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluecoastelectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluecollarfetishwear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluemango-studios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bogolybu.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolotnaya.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botanical-design.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bountyx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braceletcuivre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bradstafford.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braychappell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightzonecleaning.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brosephstalin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsd-sec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsvfincorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btln.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btssiou.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bubnovsky.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buenosproductos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildbackbetter.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildpriceoption.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulldogscuba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bunnybloythost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buscarcarros.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessanalytics24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessgrowthleaders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessjaunt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-kratom.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwm.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byvdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabincrewcareercenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cai4cai.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calgraf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calinuf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cannabis.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cantical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capehipandknee.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalgrio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carespanclinic.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolcoleventures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casadomus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cavediverharry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cavinesswealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbd-specialty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cccams.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cecilia-online.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebratoday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cerda-avocats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chai-che.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "changan.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charliez0.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charliez0.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheibegaudi.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chownie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrisbrockdiving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citae.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citazine.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clare-landmark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "climatecooperation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicafollicles.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicarayanelacerda.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloneprint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudsmart.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clover-sendai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocowine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocukluaile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codeheroes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffeeonlinemagazine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colocerin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmohosting.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosummitconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crapitalism.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crashcrafter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crashdebug.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "createwithcynthia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crisantacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criticalcaredvm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cru.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursosprogramacion.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custom-wear.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custombuttonco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cute2u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cy01.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyber-sikkerhed.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberthreatdata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czechps.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dachengquan.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daisypeel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danceonline.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darpa.mil", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darraghbr.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daskirschhaus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datasat.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datinglocalgirls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daveboisvert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidetmagali.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davys.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dc-texas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dc9.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decohome.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deemainternational.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degenerate.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dehaanadvocatenkantoor.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dejfcold.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denken-durchdenken.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentalscams.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "descobrim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detenterprise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detulado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deutsches-schutzportal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dev-test.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deve.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devflop.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devicesgadget.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devopedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diag.expert", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dienaturbinderei.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digicami.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digicelidgy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital-techs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalalektioner.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalentertainmentnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalprofilers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dillon-mcnamara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimesanmedical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinamofilms.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinderllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directorseries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discoverfloridasprings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distri.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distrilentes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ditex.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diveretailing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diverscott.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlepavilion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctorpluss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctorpup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docusend.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominiax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donaldwarner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "douban.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dovetailapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonballzfigures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreams-2-reality.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drserena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "druggist.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dspnor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duitku.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dulanic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchperformanceproducts.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dxtours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynatos-cloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecofriendlytravels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecubr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eetestingcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efmo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egegesh.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrodvig.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ellemo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enakari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endometriu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endpaydayloandebt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engen.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enginefirefighter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eoscryptocurrency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equitazionepertutti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equityloupe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eroticsexy.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erseni.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escmatrix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estateways.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurobadmaasbracht.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evakuator.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventsatthefarm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everythingliquid.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exclusive-okno.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exploring-memory.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extromail.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "face.yoga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factum-info.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fagdag.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fajita.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionandbeautystyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fathalla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fehr-online.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenschui.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fi.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fietsambassade.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flemingmccullagh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flownonfiction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodsreborn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodylab.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forex-site.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forexox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotklinikenvarnamo.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotontechnik.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frames-eyelash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franciscadelasllagasvirtual.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendly.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fro.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsub.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fukase-seed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funfacts.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funkogames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabonactu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaigai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galacticfederation.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxustore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galpsafetytalks-portal-production.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamebrott.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamecarddelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamesalia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamestoplayfree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garagechief.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gartenbau-rostock.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gastrailer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gauthier.tel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gcb.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekstyle.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemsforeveryone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generalautocheck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generatormag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genmab.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentinvest.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentledentalcaregroup.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentleentuit.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentmuziekstad.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gep.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geraldzavod.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germistry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getanresources.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getasecondlife.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getjadedlocal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getjobtoday.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghentlichtfestival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghwconline.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giacomorosaldi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giftex.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giftnix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gistportal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giuliabonati.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giyav.org.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glassact.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glasstechnics.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glavfundament.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalexcelsummit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalhubb.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmsurveyingms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gndmillwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go-go.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gocadservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gohelixit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenyacca.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenyacca.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golink.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gonenli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodgaminggear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodkitchendesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodmorningapril.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodsync.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gordonhamilton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorichkata-artplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gospellifewc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gothiclandscape.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotit.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gr8ness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grain-feature-branch.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grain-staging.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grain.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandpad.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravelshooters.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravelshooters.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatpages.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenpal.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenturtledev.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenway-moskva.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenyflowers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grhhosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "griffioenconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grimmhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grittherapeutic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groenemoskeeen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grossiste-marcassite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grovesales.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guaranteedfitdanceshoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guaranteedfittangoshoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gulfwings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gzlivre.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h2020faros.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haberton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hainstr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halageorgia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hand-made-business.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hao.gay", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happydreamsz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hasaspray.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbfisioeesthetic.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hclu.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hds-rx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "headofhair.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "health-balance-plus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearty.gift", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helprf.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hen.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henri.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henryluker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heroblog.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heymx.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hgc.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hi-science.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "high-heels.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "himgdz.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "himlamcorp.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hindimeinjankari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjmag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holocron.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "home-ncj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hopefultexas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horseconsult.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostpoint-static.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseofannubis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "how10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtofixwindows.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrmn.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hs7imports.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huluplusaustralia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humanafterall.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ianthompsonbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iapro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iaswc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iawx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icecreamandclara.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ictmjc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idc95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idohost.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihouseu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ils-savaient.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ima-solutions.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imig.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impactartstudy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impaqservices.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impec-cable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indramdhani.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoaboutlawyers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoarenales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosecdecompress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosecmates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infotabla.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infra-apparel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingresatupedido.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkbotdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmemoryofdaniella.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inncoaching.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inprint.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspireteenhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instaforex.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instagfy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instances.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interdc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interdc.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interiorcarpentryqatar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inthemixstyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investingindiscovery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iowawx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iperon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irishdenetwork.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironcladapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironsidelubricants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironsidemfg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "is-for-you.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iscro.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itbasic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itechpros.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itoma.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iv2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivx.gallery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivyandrose.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izecubz.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j4m.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jakemansfield.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcse.mil", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdinjury.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetsadabetchoke77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimwoodrealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiotvdth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jlmunn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnstrad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joomlaguru.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpalala.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsjs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "just-muh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justfresh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justinmanders.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaesehagen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karstjewellery.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kartenmarie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kartenplanet.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kartoffel-stampfer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasotoys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katycomputer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keiralewis.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keith.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelastrade.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kfmhf.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khimaira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khwezifinancialservices.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kibrisdoktor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kipcrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirby.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiwetech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleurbkennen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kn95maskmall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konbantsan.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kontum.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korusautos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotoishihear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotori.style", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kovu.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kridtvejsplanter.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kryptlock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kynd.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kypride.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "la-ville-aux-dames-auto-ecole.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labsender.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labussola.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labyrinth-technologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladelicateparenthese.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladyjanitor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lafamiliallc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laflanelle.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagriot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lahmer.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lalaserniagara.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lambangdaihoc24h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lan-der.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanaengel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanyards.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laptopdropoff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lassemakela.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawzana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazudi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leeman.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lehokolo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenoblpech.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lepetitsavoyardbio.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lertsiritravel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "les-mains-daure-creation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesbianfacesitting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesley.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgscripts.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lick.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lights0123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "line-magazine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lingeries.boutique", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipsumtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lis-na-plasty.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littleindia.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livesexcalls.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livingorganicnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livrariause.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizardsforlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizmccaughey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lnk.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localcrew.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loeklommers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolifamily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsesteticaavancada.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucdethier.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luchshie-experty.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludivine-viguie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunaribes.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luotbike.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lurishop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxmare.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lwisa.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lynndye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lynxbroker.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macslure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mad-fabrikken.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madisonsjewelersorlando.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maerzpa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicitaca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magneticmoney.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mainstreetartisans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maintainyourwebsite.help", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mairimcosmetics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamabali-spa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mameymiami.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "man-trailer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manhattan-college.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcomooij.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markecubanos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marsmediavideo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinus.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maskova.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterstruckingacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "materialflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewsfuneralhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mazzettigroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcts.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mechtateli.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediawiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediawizards.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicina-antiage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicine-consultant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medyascope.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megatyumen.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melikoff.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentorbizlist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menupay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesamoving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metkos.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfatravaux.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfgo.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miamibeachcommunitychurch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microgreensworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mihealth.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijnadviseur.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millsidecentre.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miltor.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miltor.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miltor.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minoxbahia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mintecc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mintert.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirai-coupon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mishkinn.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missyou.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitchell.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmgtx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmkstudio-digital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnn.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mo-vvs.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobizat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modaadesso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modded.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modelflight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modenuit.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moer.tel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mondpo.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneybirdstorage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montillafarm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonpay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonrisecrystals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moqtmatrak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morningchew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morooi.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mortgagewebinars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motopoland.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mototeam.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrupp.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrzauto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msdproduction.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mubo.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muennich-coll.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multi-soudures.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multinationalforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundanegears.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "munndialarts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musclecarsillustrated.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mustketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mutablemango.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muzzmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwcwallet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwd.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwstrategicservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-mobile-apps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybookkeeper-perth.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybuddycare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mychurchisalive.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycutebee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myeducationalplatform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylifesphotograph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynavi-kaigo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynetpay.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myphotographytips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nachalosbog.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "najprzepis.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakupi.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namdak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nancytutors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanji123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanjiys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nao.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nappkassen.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasa.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathalyb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "native2ascii.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturalflowerpower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navionhcs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndrew.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nedbrains.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "negr.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nekoart.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neopvp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neotiv-care.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nephrolog.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netcom.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neuelandschaft-welzow.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neuropsychexams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nev.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nevrodiversitet.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newmatworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhatrangbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nm.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noisky.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nolinobaby.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norwestpodiatry.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nowecor.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noxx.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuclearcake.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuovicasino.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutmeg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutrimedcn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutrisidangym.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyhemsgarden.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odedigitale.marketing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odigitalmarketing.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offshoreclamp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofthethorn.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohhappy.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olifant.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omtcloud.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "one-two.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ones.buzz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onionplay.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinecasinosportugal.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineschipaanpak.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineunitedcountry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlyinfotech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlysmoker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlyu.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openfuture.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openstorage.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opinionproduct.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oppressed.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oumactive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oumorienteering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oumpower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oumsport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outstandingwebsitedesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outwoodz.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oven.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovianca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owl-media.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owl-media.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owl-media.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p2phearthealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p30mororgar.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacharmi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacificocooler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "packov.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paramountdentalcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pascopresents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pathfindergeo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pauljonathan.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pavoterrights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pawelgo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcbooks.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pecadis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelletgrillreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perceptyx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "performancetransmission.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petervantriet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pets-health.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phannuoc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philippemunn.photo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phillips66virtualexperience.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phongthuygo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photowhimsybymegan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilatesstudiozutphen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.tube", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetalife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumtreelaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podable.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poems-bodywear.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poetsjeboot.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poliscursos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polyairepricebook.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pomba.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pompo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porndoe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornoxxx.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posicioncero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pospisilikovi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posturografia.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posturography.equipment", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posturography.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posturography.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posturography.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posturography.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posturography.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posturography.training", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posturologie.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potolok.kiev.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerofsocialtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerplanter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerup.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precedenceum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "predmetnyj-fotograf.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primelendingdallasfw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primeview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primitivehuman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "princedavidlodge.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printguru.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prophitt.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proteinreport.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "providence.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.buzz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychic-parapsychologist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychology-ifk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptheophanidis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptltrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "public-welfare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puckcreations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puzzles-to-print.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qbit.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qt.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qto.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qto.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qto.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qto.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qto.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queersin.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r-baruth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r15cookie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r16.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raafwelfaretrustfund.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "racamera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioseda.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raiffeisen-lune.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raptechpk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raveseguros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdkf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdzenie.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recifaliste.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refertimacuan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relaxcenternederland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relieftn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renoproject.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "requesthymn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retrokuchynka.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rinberabogados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "risco.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rjfedor.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rk-mediawork.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roelmagdaleno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roncoutilities.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roodjongindesp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rouamatfashion.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rovian.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpcnet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rushesflorist.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russellenvy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rusto-design.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rutasypostales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-pira.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabbry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sacodealegria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saeedvaladbaygi.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saint-ssd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltosaltos.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saludsuperior.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandeepjinagal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandelduggal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanjuanerita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanogueiraazulejaria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarkarijobindian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarvaappstage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scubadavediving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scylla.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdare.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchandfilter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securehealth.care", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seirdy.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selfcaregate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentrafield.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seotip.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serenityblissholistics.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexi-model.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sextoysproductstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shajiangchang.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shevans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopasa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoruihokan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuttelservices.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigobierno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silentsystem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silentsystem.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sipadmin.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "site-oficial-inicio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sithmanifest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sithr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sithr.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sithr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sithr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skrprojects.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slothy.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slotjava.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slotjava.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smallcloudsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smarketingbusiness.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smetak.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smilemantra.clinic", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smprime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socheap.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialsecrets-coaching.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sokenconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solidarityzone.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soliftstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solvaybank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonmark.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soukbeldi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "souravbhor.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southernlights.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sova.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spaltron.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spdi.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spinecomms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spiralstabilization.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srdinnovativedesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staffingnation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starfall.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefany.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stephencorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stomaline.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratsoftware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamonline.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strikevectorex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sts-consulting.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stubbings.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stubbingsmail.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stubbmail.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studboo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studierttomnoch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sueno.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summus.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superfaktura.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superfoods.org.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superweb.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supfood.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supreme-council.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surfingnash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "susanmmeyersauthor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svenskarnaochinternet.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sverigeringen.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiftrecharge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swim-smart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sybergrc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syncresis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syscurve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabi-time.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tackle.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tacoma-anesthesia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tacoma-massage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taijutsubudo.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tammelin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tannercorporation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarfandgram.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tasteofadventure.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxborn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbi.equipment", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tc-triathlon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "td-olymp.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teched-creations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techiwant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technology-shopping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologywatchpost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telani.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telegramseen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleworkouts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tendmed.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenshoku-manabu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ternex.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-little-home.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theatergroep-o.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebsclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thechefsgear.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecompanysheffield.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecook.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedivesource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theginnylee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegreatgonzo.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegreenlivingsolution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehouseofchronic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theprimetalks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thereadingresidence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theseonoob.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theveggietable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomassynekmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketbahia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiendabna.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinandthyme.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiny-img.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tis-mark.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tlanyan.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tolman.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topbrainscience.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topmagazinewire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topnewsscoop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topsvet.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toys4education.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tractarimvbcluj.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradagars.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traiectum.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tranceattic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tranquilpet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treemhalong.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trihunter6000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckerjobusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truehealthreport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tshirtmemoryquilts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tukuniracloth.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tun.bible", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turnningpoint.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuulialaine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tychoverstraete.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tygochrum.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tylertysdal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubberup.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uberalles.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ue30.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhl.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uidrafter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uitliefde.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulezcar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulfsciences.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umaimagazine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umaru.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unboxinspector.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unseeliefilms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unseeliepress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upperlimbco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanility.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usdwellhouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utloperadora.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uvt.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v0i.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v2raytech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "va11halla.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaarmap.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentinaquino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valhallastrengthsthbne.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanadrighem.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanasperenschoenen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaneyckwashere.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasectomias.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vedika.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegardit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vergelijkwitgoed.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verkkovalmentajat.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vertrauen.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vestibular.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetvim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viajantesturismo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vibraagenciadigital.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victorcalvez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victorychurch.org.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vid-eo.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villagephysicians.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villaismaelcortinas.uy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualtabletop.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivapharma.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vnlfrk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voyagewiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voyagewiki.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vps.hosting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpsgongyi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsekulinar.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vstgnstickers.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wagnervineyards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wakarandroid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wamm.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warenghem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warenhuisvandijk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterdownmedia.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterlemons2k.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterstreetloft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watsonsurplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waveous.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wbh.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcit2010.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webera.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websiteenergizers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websol.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websupporten.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webtified.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedefendcharities.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wefact.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weingut-bernd-klein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weis.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wekipedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellbalancedhealth.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellforlifenow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werxa.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weyoui.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatswrong.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wheelycool.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wheelycoolgear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wherefish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiteantelopeinteriors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whocrushonme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikibooks.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikidpedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikiepdia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikiepdia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikijunior.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikijunior.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimania.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimediacommons.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimediacommons.jp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimediacommons.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimediacommons.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimediafoundation.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimediafoundation.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikinews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikinews.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipaedia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedia.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedia.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedia.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedia.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedia.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedia.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedia.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedia.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedia.org.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedial.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipediazero.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikiquote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikiquote.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikiquote.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikiquotes.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikisource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikisource.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikisource.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikivoyage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikivoyage.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikivoyager.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikivoyager.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikjpedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikpedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiktionary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiktionary.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wilkipedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willlewis.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willsthebest.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windsorrealtysvs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wintechlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wokeanda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womanbusinessnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womenofwhatcom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womensshelterofhope.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonderlangkawi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worg.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worgtest.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workers-iran.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldclassfriend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldnetone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writestreak.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wtfcripto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wum.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wz8.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x2ox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xhci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xmp3.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----7sbbak4cyaoedjf3m.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--betwinnerespaa-2nb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--calibracin-hd-jlb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--dragni-g1a.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--lfv405c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtremegearz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xwm.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxgirl.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxl.tax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxoo.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xyz.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yagliyurt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoga-bien-etre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoga-good.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youngart.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourtwojugs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ytvideosaver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuharahisako.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuharahisako.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yumechi.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yzervast-heestert.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yzydo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zamokservis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zayzoh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdenekpasek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeegers.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zekerheidvanparcelinternational.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zengold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zentoy.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zezov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zimaaplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zongboao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoomgov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zqwqz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zsdublovice.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zukunft-mobilitaet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "011101.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0906-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0culus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10000spoons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1100110.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12socialsmansa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "14e.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1800shutters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "183cm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1989studio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1breadcrumb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1breadcrumb.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1up.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2018-frisuren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24onlain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2driver-ok.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dflat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dreal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3techjournal.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4305design.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4am.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4ree.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52weekspodcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "701squad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "808cleanups.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "848sf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-pradana.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a7techs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aanhuisgebakken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aarklendoia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aautoline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ab-pflege.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abc-people.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcsystem.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abibliasagrada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "about-jewelry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutgrills.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutrom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutshakil.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutwealthcreation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abroferlendo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absolutezero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absolutweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abusamraphotography.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abyzebyzek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academiacivilbalonmano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academiaeureka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acapetahua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acceleratedreading.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accelerator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accessiware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accessories-for-women.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accioninmobiliaria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accordproject.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accustomedicals.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acebovirtual.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acefishing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acftienda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achill.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acronaline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actimap.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activohotels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acutane.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamlevine.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamraoof.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addbonus.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addmefast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adelonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ademaulana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adextremadurafs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adi.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adiesyndrome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adminova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adorewe.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrenalinhunters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrianpole.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advertising-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeroflot.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerospacearchives.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afg-team.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afgraphic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afiador.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afrodita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afroditafirm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afxsoft.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciaempleo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agencxy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agility-westvlaanderen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agnesmatilda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agnosia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agoradanza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agralines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agricultural-technology.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrish.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrodoki.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aguaviva.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agujetas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agustinperalt.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aibolit-apteka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aibolitik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aidablanco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aimlessempire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "air-rishon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airborne-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airjordanpascher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airpark-roissy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airport-car-rental.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airsoftpinoso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aisthesthai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajaxforever.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akachanwebsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akdenizim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aketzasantacoloma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akf-plastics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akiranet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aksaramedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alankardresswalla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alansilson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albagold.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albalew.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albaniachat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albarugby.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albertgibb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albinvega.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcapalis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcaralifusi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alchemisten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcoholicbeverages.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcoholismtreatment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldealices.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alegromania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alejandromunoz.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alekseevski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexanderg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexgonzalez-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexispoficial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alextweewielers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfabank-info.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfonso-baya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algerie-music.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algorista.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aliasinfoforums.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aljullusims.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-for-u.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all4web.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allarticles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allbridges.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allegorymetal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allenacampbell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allergictoidiots.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allevamentoticinella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allforhon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allhallows.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allmagic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allrepair.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alltherapies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allthestuff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allthewaynorth.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allvideofoot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almarail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aloe-vera-info.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alquila-tu-casa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alquran-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alrobotics.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alsaagency.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altacomunicazione.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alternativagospel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alternative-e-energy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altovoltaggio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altralamezia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alukard.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alvarovega.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alxclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alzon.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am-sonnenblick.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am-sonnengarten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amasing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazonemotions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambigramasdecarmela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amdukis-bordercollies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americafc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americangods.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amigodeltoro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amigosdelvalenciadeastorga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aminfarhoodi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amortyzator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amorymerced.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amplifier-technics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amputatedgenitals.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amstelradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analogical.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anamterminal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anarchyweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anarshist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anatomized.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ancentury.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andaluciaboard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andcable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andr-mobile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreapalermo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "android-it.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andycatteceur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andythomasonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anetteolzon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelarellano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angeltorri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angermanalvorna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angrybear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aniblizzard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anime-dragoon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animeronews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ankaradaozelders.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annalisefashion.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annulleret.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anpigabon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anradienstverlening.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antikvar-i-ya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antishell.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antivirusnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anton-media.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antoshka-net.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ants-carte-grise.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anubislinux.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anvilmetal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anvilsales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyshapemusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyuta-mebel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aodnovel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aosclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apertura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aperturescience.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apertvre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aplteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apocalipsisdot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apopov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apotom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app-online.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app.ps", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appliances-for-home.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apresski-pictures.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aprilagentur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apstats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apsua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aptekas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqua-fm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquabotanic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquadarts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ar-oma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ar-vernet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabicclass.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "araluenvalleyhotel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aranym.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "architectsecurity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcoiriscastellon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arenadagon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "argentumonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkhamasylum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnottindustries.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arny.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arquipielago.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arrowduty.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arsenideas.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arshia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art-khotyn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artadagroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artcommunity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artdecoration.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artelignum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artemida-dot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arteproducciones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arteshesorkh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artetculture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artextasia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "articlesplanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artificiala.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artspark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artvaastu.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artvinhaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asancharge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asankomara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiacommerce.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aslamazyan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asonaderi2002.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asperox.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asriyatno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assana.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assedo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assessorindie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrologiatarocchi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrologic.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrostart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astucedirecte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atakac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athenainvestmentsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athenainvsys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athenaspark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atmos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atnteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audioboomers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiomir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiotrace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiovisualmurciano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auditingfirm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augustanews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auscube.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austriahikingtours.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autenticismo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-parts-store.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoaircon.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autodocument.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automir.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automosanto.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoparts-for-foreigncars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autosprint.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auxilium-informatique.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avacatossiu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avalancha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avaland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avalonaardoom.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avanguardia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avaralar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviaphoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avinguard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avrilshine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avto-bazar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtochip.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awh.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axavalon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayon-games.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azula.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b-utstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babacuhocica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baby-tester.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bac-fiches.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backwardsalphabet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badassfantastico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badmintonoverdag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badpreachers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baenoticias.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baircentral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakuze.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balcony.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ballonnenopdakpannen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandirmaevdenevenakliyat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandures.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandwagon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barataeletrica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barcoder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bariatricsurgerynewjersey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barrikade.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barruntos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baseballpitchingmachine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bashkiria.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bashkiria.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basiclimits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basicwallpapers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bastardator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "battlefield1942.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "battletech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batucadastore.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batukhan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayscollisionrepairs.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdfriends.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdsmdating.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beachsoccer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beatfreaks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beatsdope.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beauty-blog.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautyisfine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beckdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beckylicious.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedofcorpses.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beefclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beerarchy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beergifts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beersheba.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behemoth.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beinsports.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belgianwesthoekclassic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellafashion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellesetrebelles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belowzero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belrosstrakh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benadesign.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bendminding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bengalcat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bengkelkeramik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benjonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bentpunk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benzblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bepositive.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bepzi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beresbalazs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bermellar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berthaphil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bessels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-cat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-chiter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestanswer.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestdslrcameras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestgriefbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besthairsale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besthomescents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besties4life.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestreleases.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besttipsntricks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betatester.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betemyja.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betonsport.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beverley.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beyond360view.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beyond3dview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beyond3dviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgmall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgtraffic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibi-xxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bicignet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bidgreat.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bienvenue.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biflosgknm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "big-papa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigeaglesacademy.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigfreebielist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigpage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigrender.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bijzonderekiekjes.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikesandbits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biketrainer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikini-shop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikinibich.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikinis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billets-avion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billybob.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biohazardonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biolegsanonims.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biotec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birmans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bistro-dengi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitkub-app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitkub-invest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitwok.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizzybee.buzz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjordanov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bl-builder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black-air-rpg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackboxcity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackdot.casa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackeaglenet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackfirecrew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blacklodge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blacksport.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blaizer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blankstore.com.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blazingsuns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bleaklyrics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blinniza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blitzcraft.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blitzlotto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blood-kirsche.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloodandbones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloodybiz-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blue-python.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluecat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluecherry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluesbarn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluesystem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blumenversand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobbyfischer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodymod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bojan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bologoe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolosbatiente.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bomberosceuta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonbonshop.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonebreakers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bongoland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonitamacas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonukset.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookmark.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bootswinter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bosquedelasimagenes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bountyhuntermetaldetector.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouwbedrijfdevor.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxeomexicano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxing-kangaroo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bozenadusseau.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bplan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandoncricket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brands-clothings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandsclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "branefive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braniebananie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasilweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braslet-bianshi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravebiz-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakeven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakfree.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breathingsound.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breathlesssheranda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brechtheldens.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brentalbright.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brest-biz-belarus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brest-brest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brest24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bribriescolawfirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bricks-clicks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "briefbiz-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brigadasazules.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightbiz-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightonfc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightzoneofficecleaning.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brilliant-minds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brinokidzonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britneymanias.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broadbiz-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broadwayfamilydentalpc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brokenbiz-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brokentoaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bronx-ny-dentist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brooklynabortionclinic.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brooklyngynplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "browntiger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bruceleeitems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brunamarquezine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brunocesarlima.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bubblelist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buckthorn.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bufo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buick1958.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildconcierge.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulldogkennel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bullfitta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bunker307.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burdurhaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bureauscript.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burgoslacrosse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burmania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burning-wheels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buscaebooks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buscatodo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesslabs.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "busstation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butik-mechty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-lingerie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bypassgfw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytovetextilie.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ca-canovelles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caboverde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cacoriccionline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadonet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafeamazon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cagivaclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cajadelparque.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calconcontractors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callfordataspeakers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calwildgarden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cameraman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camilamoreno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caminoneocatecumenal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camionerosdecoslada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camisantiago.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camplaza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campushelloworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campwaltblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camrosewebservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canadacommunity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canadianmilitaryspouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canarypower.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cancertherapy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candados.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canetelareal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cantarefacile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cantarella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalscum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caps.equipment", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caps.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caps.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capsuladigital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "captainscarlet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "captainsunshine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "car-alarm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "car-market.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "car-touch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caravansciences.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caravelairclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardpaymentoptions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carkeysystem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carl-blum-haus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlosguadian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carmela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carnica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carnivalcostumes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carpentrybyallen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carpio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carpticon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carrion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carroattrezzi.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carryvanbruggen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carsworld.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartomancieperso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartoservice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartridgesave.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartunings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casa-indigo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casa-prince.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casadasmolas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casadedios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casafina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casalopez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casandraemge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casanuova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casapedra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casatendeiro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashyourcar.sydney", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinoonlineprova.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cassini.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castagnola.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castorio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catalog-clothing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catalog-lingerie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catalog-lingeries.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catalogcomputerhardware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catalonia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathrine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catpic.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catstv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catterydelmoria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cavemax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccrun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cedric-garcia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebrityfakes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celestia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cellulare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celtacad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cemetary.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cennetfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cennetforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralcityjuniorkindergarten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralcoasthomeloans.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralhq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centurymedicaldental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cepsychologie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cernybureau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certainbiz-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certificateofpurchasing.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cetelon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaacker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaghi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chalet-maubuisson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaqueteros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlesdouglastec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charley.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charliez0.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charliez0.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charliez0.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charnego.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charqawi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chat-cam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheatmasters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheazey.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheazey.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chechencity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheiloplasty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chenfengmedical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheng.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherylbelber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chetori.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiamatehot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chickteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chielonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "child-theater-bs.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childcaremanagementcompany.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childrensrecipes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chillipadi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chimcanhcut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinawatchinstitute.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiro-merksplas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiroherne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiromeisjes-boxberg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiropraktik-wildner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chizouworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chjeco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chollospain.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chosenos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrisi-si.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christengroei.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christiangaro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianleedunn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianmoore.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christmasrecipe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christophe-dubois.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chriswarbo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chronicles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chubr.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chuckval.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "churchforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "churchofchrist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "churchssja.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chuskocity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cicavkleci.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cigarette-electronique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cilt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinemaperto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinematic.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cineterror.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinexilio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinicsystems.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinquecentoclubholland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circleofleastconfusion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cirocunato.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cisincometax.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citations.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cityfacialplastics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cityhide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciulea.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cj8.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckcg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckdemo.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clairevoyance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clamatohalloffame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clanlegends.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clantemplates.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clanto.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claresderibota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "class-zone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claytonjunior.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clean-water-and-sanitation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clementsfamily.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleverinsert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "click-cat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickpool-server.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickpress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clodoteam.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clonyitaly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "closernow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "closets-cheap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clothes-for-school.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clothing-2010.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clothingjeans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudicles.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clowd.haus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubtecknocore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubvttlesloupsdemaixe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmlcpa.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cms-mania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coag.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coastalphysie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coats-and-jackets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cobbcountygeorgia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cockmonkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocktails-club.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocservice.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cofradiaqueimada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coin-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coincalc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colarose.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collectivedg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colloquio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coloradoer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colossalit.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colourmeren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "columbiaboatalarms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comfuzztible.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commfortchat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "communication-services.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "communitydirectory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comoyoko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "companyaneksta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compustuff.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computer-worlds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computerforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computertech-ut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comunistas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concept5.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concreterepairconcreteleveling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confio.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confiscation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "congelado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "congresistas-ap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connective.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conoha.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conspectstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constructionstudent.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consulting-brokerage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultinghousenet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contactsolo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contagiousaf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contralaespeculacioninmobiliaria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "controlyourwifi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contuestilo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conviction.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookiehulp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooks.house", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolwaterevergreendrilling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copenhagenleadtech.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copewithdata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copperexports.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coqiptv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corbium.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corbusier.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cordenka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corduroyproducts-velvetjackets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coreless-initiative.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coremicro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corexpert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corner-cabinets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corona-less.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coronastationphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "correspondent.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corsi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cortonaeranieri.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corvetto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costa-ballena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costum-for-men.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cougarlyon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coursingweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cousins.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covar.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coventry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coverful.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covid19details.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cozy.town", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpafirmnyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpfs-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cqswxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crabtreestore.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craiggettydecorativepainting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cratedb-dev.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cratedb.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cratedb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crates-io.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazycube.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazymonkey.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazypotato.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crearesiteweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creartcol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creatieverd.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creation-photos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crepusculofansmexico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cresoweb.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criativedesign.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cricketnmore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimefire.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criminalminds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimsondragoncosplay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criptex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crisisdelos40.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crismar-flora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crisssmanmix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cristiengoller.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cristina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cristnasar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cromwell-intl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crookedcru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crotchrockets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryps.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypticstench.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptoafternoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptoanarchist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptonaire.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptonetlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystalcube.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csnet.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctt.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuartob.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cues.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuitrau.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culturalmaninhos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cumbiaperuana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "currencyfreaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursoandroid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customssupport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cxbmystore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cxologic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cxologic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberbotx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberplus.net.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybertronics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyclamen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cycleshop.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyclingbiker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cynop.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-systems.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d1k1dblh0pghv8.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d2woj1dt0tk6sn.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dadcentral.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daily-puzzle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailydosehealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daim-avtoelektrika.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dal-loop.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dallasretiredff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daltonlabs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damarsarkilar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damnation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damuhan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dan-maskiner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dance-school.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dancefm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielacocco.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielaferpe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danieleoneta.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielsinsuranceinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danniellealbrechtdesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danny.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannytemming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dantesinferno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danwaibel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dark-legion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dark-programs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkcure.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkfirestudios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkmanthra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darknessinme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darksecret.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "das-quiz-plugin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dastannevis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "data-mail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datazoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datingyourmate.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datosfreak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datutoday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davefuller.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daynia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dazzlestart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbase.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dc-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dderyce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddlcmods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadhead.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadpvp.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deafsound.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealsbythebay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealstreet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealwithstatistics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deathwarrior.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debeer.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decorator.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decsys.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepsky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defenseweapon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degravel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekoration.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delta-games.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltacountymi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delzottolink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demonmassacre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demontage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denhartogracing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dennisswiers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dennistyfus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentistinbrooklyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denunzieren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depapboeren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depilestil.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derinsular.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desconfiats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desertfury.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desertlinealuminium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desertlinegroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "design-total.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designeline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designschmiede-oberlausitz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desingslash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desivideos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desonnemannen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desperatesailors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deswaffelaars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devilbyte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devilrecords.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devopsbookmarks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devpage.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devr.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dewerveling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dextra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dfmvf.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dfwmv.vote", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dg-pic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dialupnerdstech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dianakaarina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diaryspace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diccionariomexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dictatronics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dida.xin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diegoforlan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diegosalgado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diengiolachoa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digibean.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digiland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digiloop.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitaliandm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalnomadsunderground.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalsphere.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dik-manusch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dikkevettescania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diligenciasprime.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimitris.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinnerclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinposition.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dippydyes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directory-sunglasses.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directoryworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disbug.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discountpark.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discrede.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discshop.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disctranulis.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disengaged.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disenialia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dishwashermagic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfectingassociation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfectingassociation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfectingdoctor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distilleren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "district09.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "district09.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divarjonob.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diversity-otherwise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divfinsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divinitas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divorcelawyer365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dixieweld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diyeat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diyeventhire.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj-ac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj-iliri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj-morfu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj62.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djaad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djakuza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djalberto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djazair.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djbell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djboomarang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djddt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djefsane.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djembeforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djfelix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djfilms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djgarcia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djhypnoticstate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djjonimix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djkhalid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djkonor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djlifemusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djlmk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djlogic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djluca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djmetrix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djmilad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djmullet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djnasvatbuzlin.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djosu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djpiere.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djrider.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djrizwan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djsearch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djshox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djskippy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djtavo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dknoops.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlp-demo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlyabega.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmesure.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmliving.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmoutlet.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dngrexplorer.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docbrown.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docpc86.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctoriko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctormartinclavo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dodard.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dodi-alhelo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doejedansvereniging.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogcam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogfights.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogma2000.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogmagic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogtowneastpowell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dokonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dokterkelaminjakarta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dokument.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doldersumenzoon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dollhouseaustralia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolliesauce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dom-byt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dom-desertov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dom-riviere.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominicanisimo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominiopruebados.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domitori.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dommod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donpietraos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontkillspike.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doomsdaymag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doordash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doors-and-windows.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doottrucks.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorisdeluxe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorpsparade.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorsaycreative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotfile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doublebangmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doublewood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "douglascuddletoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dowhatyoucannow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downloadasik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doxtex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doxycycline-online.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dplpmtud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-diffusion.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragdroplearning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragon-ballz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonshare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonsorcerers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreadlocks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreampointech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamsubmitting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dressabelle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dressesbal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dressestore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "driveyouradblockcounterup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivinginstruction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivio.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivio.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drlevi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drlevi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drmonicatadros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dropeverythingrecords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dropshipp.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dropshippers.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drugtestingcourses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drum-majo-ijsselstrand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drumnbass.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsn-it.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duckman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duckonthepond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duckstad.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duellin.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duesseldorf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dukeofmetal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumspiro.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dunescorporation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duodeno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duohao.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duramaximportaciones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duranceofhate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duredo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duskraven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dustshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchcariblaw.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duzavo.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwaallicht.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dweilorkest-frederikshaven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwt-inc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dylan-park.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dylansevier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynabob.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-bags.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-boss.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-buro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-copys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-fitnes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-games-board.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-hair.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-havenotime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-interactivenet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-interview.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-jackets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-jewelrys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-knitwear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-lamp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-loshadka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-massage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-medicines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-nail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-otdyx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-placement.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-repairs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-rest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-sauna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-slots.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-sneakers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-styling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-tables.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-tablets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-transformer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-trucking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-underwear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-x-p-l-o-r-a-d-o-r-e-s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e2electric.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e6web.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eapcounselling.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earlyvoting.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastbourne-eip.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastcoastexports.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastportcorp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easy-affiliations.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easybot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easycrochet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyonlinetest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easytestonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easytrackghana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eatinglinks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaugalliediscountpharmacy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eautocollision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eautolease.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebooksgratis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebookweb.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecarscash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecoc2021.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecohaus-wongwaen-lumlukka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecosistema.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecowoman-armenian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecowoman-turkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eddysystem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edelveiys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edenfactory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edicionescrimentales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edirnehaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edwardbrowninvestment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edwinroelvink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eerstemaanlanding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efficientsolutions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efleetcare.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eforw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efs-auto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efutbol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egabroaventuras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egittophilia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egoroskope.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egoscolumn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehlersdanlos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehtgov.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eigenetiket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eightvirtues.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einfach-fitz.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einsteins.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekonomska.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekwgroup.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekwilliamsaccountants.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elastiekschieten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elbvision.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elderscrolls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricannihilation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricfireplaces.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrodomesticos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electromotor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electronmag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elegancecement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elegro.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektrolety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektrolety.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektromont.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elements-space-time.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elementsoftware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elexxos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elfranco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliminations.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elinformatico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elisabethborgermans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliskamyskova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elite-forums.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elite-units.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliteco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitehouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitelounge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliterequestboard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elliboettcher.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elloadingjr.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elmeson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elmundoconpenelope.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elnegocioperfecto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elo-forum.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elperiodicodeycodendaute.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elprofeshows.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elreportero.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eltormo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elverdaderoamor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elvikom.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elvikom.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elvis-presley.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "email24.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emavending.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emeraldheights.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emergency-broadcast-system.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emersonreview.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emina-arapovic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmagullstrand.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emotionalonlinestorytelling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emotionsgroup.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empathyband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empatos.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empire-group.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empiredenham.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emplealis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emporioarchitect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empreex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emunahstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emystars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "en-wp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "en-wp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encode.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endbegins.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endgame-economics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energiebesparingsexpert.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energygroup.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eng3corp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enganchesevilla.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enroo-tech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enshin-karate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ensilencio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envaldemoro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enviarcurriculumvitae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enviyatar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envydesigns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envysmile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envywe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eod.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eoskoch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epic.gl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicauth.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eposzilos.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eprosto.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equipedefrente.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equipment-pool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erasmusantoine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ericktello.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erozine.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eruzione.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erwannlaflute.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erwerbslosenforum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erwinonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escg.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escordilla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escritoresdelcomahue.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eslamahmed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esnekkaucuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esocite.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esotericcosmos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espace-orenda.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espacejabugo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espejo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espeleogel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essenttamarketplace-essenttamarketplaceqa.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estreetshuffle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estremeconseguenze.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estruendo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudios-biblicos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethereal-skies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etl-it.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etrades.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eugenioperez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurasierwelpen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euro-issues.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europack.kiev.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europatour2005.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europeonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europesearbeiders.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europetourism.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europoint.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evanescenceturkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evangelionmagi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evendesign.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evenfall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventjams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evergreenilder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evermade.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everwinter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everycorneroftheworld.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everycorneroftheworld.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everycorneroftheworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everystudent.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evilduck.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evopack.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eworldmedia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "examlab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "examroo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exarcheia.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excelglobalpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exclusivemarket.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excomm.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exdev.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exitoseguro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exitreality.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "experpento.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expertmarktrg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "explore-malaysia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expouniverse.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expressinfo.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expressinfo.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exprimo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exquisito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extendet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extraefficiency.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extraefficient.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyelash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyemagic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyesurgery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyfari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezifund.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezmoddingz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezradulaney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezytrade.africa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f1grandprix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f1sport.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f4bkv.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fa-fa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faberoclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabrilec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faburocks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facchino.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facialcare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facialplasticsurgeryofaustin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facilit-info.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facts-about-bees.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fademusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fadusongs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fae.watch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fair-ai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairfieldschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakemoney.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fallonarrocho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fallriverbiblechapel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanclubmariaciobanu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fangbing.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanschic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faraloda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faresgame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farmer-miniaturen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farol.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fasea.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashion-buttons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashioncatalogues.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionmovie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastfox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastvisit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "favoritestudent.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdereplace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feathersbtq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feedbackproduction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feelya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felitecn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixsanchez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "female-costumes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fencekirkwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fengying.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenix-site.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fennet.rentals", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenus.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferienwohnung-becks.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festivitas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff5g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fianna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fidonet.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fierce-escarpment-59441.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "figuras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fihrest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fikavirtual.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filecatchers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filipi.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmcorner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmedonstage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmisfun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmisfun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmnetz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmsidan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmtheaternieuwegein.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fina-foxy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finalfate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finalonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finance-consulting.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financeinterface.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financial-law.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finanssaati.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finansy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fincitegroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findmytricks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finnishclothing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finom.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firatofm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fireeye.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firefish.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fireurboss.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firewallremoval.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fireware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firexp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firmament.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstechpayments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fisaplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fisarmonica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishergo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishfish.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishingworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishoftheday.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fisiolunges.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitplus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fivepedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flacon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flamencoshoes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flattie.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flavinha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flirtbox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridaimigracao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowercare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowerdelivery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowstars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyinglions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flythecopter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fmlife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foamfortress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fof-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "folianti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "folktalerecords.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fonbet-zerkalo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fondation-machpal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodcraft.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fooddeliverypartners.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fooddeliverypartners.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodseurope.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foolproofcomics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "footdoctorpodiatristnyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forcemat.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fordeetv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foreignpharmacydirectory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forensischepsychiatrie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forexclubteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formand.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formar-contract.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foroenguera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forosdelmisterio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortifydiy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortipartner.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortipartner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortipartner.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortipartner.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortipartner.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortipartner.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortipartner.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortipartner.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortunabuilders.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortuneinvestments.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forum-expert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumistudentore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumpenaguru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumvardbyggnad.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forwardfever.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotografianowoczesna.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foundationassure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frageboegen-martini-klinik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fragmentus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frames-hair-design.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francescosiciliano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankieylosmatadores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankydo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franzen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fraterbolivia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakyhappenings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fredjanssen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-cms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-webtv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeagent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedatingonline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomtwp-pc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freefonts.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freesmile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freesoul-deactivate-plugins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freestylemartialarts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freetimefun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freizeitpark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frettennet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freudedurchmachen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fridaybridge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fried.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friends-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendsofmagnacarta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendsonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frightmare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frisuren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fritzbox-forum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frontigate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fruityloop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuddittu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuegosalsapower.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fujikochan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funboat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funhotdate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funkyflo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funloaded.org.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funphone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funplaza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fur-shop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furkankose.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furnitureproduction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fursandfur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futureplanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuzzbucket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fzfeletronicos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabysoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadingpromosindo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gafan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaijin.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galina.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gallifreyan-koala.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gallolineabagno.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamalawadforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "game-dominion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameonespirit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamepower.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamerstudiozinc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamesgate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameshopsrbija.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamespark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamespider.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameview.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameworldcdr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamezon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingtoday.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gangbangs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gangstaflow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gardarika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garotos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garrulousgrimoire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gastrolab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gattomatto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gattschan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gayubo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gc-hartberg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gconcept.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gebrvansanten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geeksquadforums.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geldoderleben.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gelmostop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generateurdesmiley.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generatormusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentgreenkey.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlecollies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geolex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgeclooney.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geowest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geowithmaps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gesentorno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getdishnow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getfreeelectricity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getlibrary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getlostforever.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getnew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gettext.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghentcityofmusic.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostbustersuk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghosts-to-you.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gibbon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gideonbot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giftsholidays.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gig40.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigatags.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gilion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gilpincountydronepilot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gimpware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ginn.press", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gintonic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giovinco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giuliawylde.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "givemebeer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gladiators-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glaswolsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gleam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glgclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "global-electronic-music.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalcancer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalobuv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalopsgame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globe-brasil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmcpe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gml4d2.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnrinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go350.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "going-dutch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golden-sea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golf-supplies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gonebald.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "googleadvies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gopet.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorbatschow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goroskopnew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gosarhiv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gosia-banaszkiewicz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gothicmarketing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpsnavigator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graceq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graffitiwall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grafos.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graftonglobe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grand-house.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandcountydronepilot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grantsolutions.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphviewer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gratishandy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gratisparati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravedigger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravirovshik.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatepier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatmazes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenroom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenyway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greghouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greystonesmovement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greywalker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grinpis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groep20.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groningerkustvaart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growingsearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupodepasajeros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupoellatu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruposanjose.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruppakolibri.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grurez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsm-info.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtestepourvous.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtsoftware.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guardando.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guarderiajackson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guardiapretoriana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guerrasgalacticas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guesthouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guiasdemexico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guinguetteclovis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guitards.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guitarraclasica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gumbles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunzreplays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guolaoban.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gustavapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gvp.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyannews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gzonemu.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habbolibres.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hacifadilogullari.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackclubmauritius.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackeado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackops.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hadelandgjestegard.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hadouken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haigle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hair-dressing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairstyles-salon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haititransfert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakrietdekker.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halligan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hallofoddities.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hallways.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halotours.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halsokost4life.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamburgerland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hammed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hammerofdamnation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamsternetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamstersenanos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamsterworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handrollschile.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handstandstudio.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handy-page.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hannaljungberg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happy-herd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happy-wans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyhealthytechie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hard-drive-recovery-blog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardtec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardtimeszine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haroldkip.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrychristensen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrysdiveshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hartsfieldrock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hartvannike.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haru-restaurant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hassclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hastingssecondarycollege.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hastmassage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "havenseniorinvestments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazan.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazara-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hctegelhandel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "head-hunters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heading2australia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthekids.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyaging-digital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyhabitswellness.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyliving-healthnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyprinciples.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyrun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heatherleysephotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hedman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heimansschildersbedrijf.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hekimim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helagotaland.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helali.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helenapaparizouspainfanclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helenevanwunnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellblast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellhavens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helloteen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellpc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellsoldiers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpcalculator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpcomp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helprb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hemaroids.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hemdian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henrieta-nagyova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henryclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herbiez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herbreathonglass.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hereticmaniacs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hereticofficial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hereticpreist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herewomentell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heritagereformed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hermanoscarrera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hermetiaprotein.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hermetien.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herritage.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hetdebat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heybritney.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highspenfc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highway11north.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highway54.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "higueras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiper-humor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiphopfashion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirsch-lawyer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirschl.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hispasat.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "historiasyrelatos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitmaker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjelmqvist-it.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hntuin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hobokenrecords.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hockeypartner.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hogerduinen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holidaytable.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollidays.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holod-servis777.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holycrosscatholics.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "home-portal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "home-style.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeimprovement.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homemadetips.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homemediadb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeplace.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homesforaustralia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homyneeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honeycomb.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honnedechuju.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoogstraatseschaakclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoogveen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hooliganka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hornblower.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horoscopimages.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horozo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horsebreeding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horsehead.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostfact.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hot-models.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hot101fm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelfloresta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hottoys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "house-cleaning-howtos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "household-appliances.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houstonhomerevival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howlinhawk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtobehealthy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtohomepage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howudoin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hpneo-conseil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hr-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hristijanspirovski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsrm.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "html-css.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "http3-hosting.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubdesmille.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubloy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huesitos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humdruma-recordingz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humorcheck.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hundur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hungryas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hupsa-kindermode.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hutson-foods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hxr404.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydrochlorothiazide.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydrogenplatform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydroid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyperblast-universe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypercdn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyperhidrose.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypershell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypnose-mieux-etre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hysquad.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-like-hits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-motor.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-panic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-so.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i24.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iabot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icentury.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iconecoiffure.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iczelion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idee-geschenk.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideorealm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idonthaveawebsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idwebtools.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iforced.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iglesiabelen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iglesiadesalvacion.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iglesiapentecostal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igraonicalara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iisuss.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iknowd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikwileendomein.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ileonidze.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilneminis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilona-france.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilovefanyi.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilovefun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilquintoseitu.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilusionistas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "image4arab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imageproductions.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "images99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imageworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immersionclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immovisual.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imperialteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impf.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impfung.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impfung.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imrbq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incrediblez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "independentadvicefinancial.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "independentfinancial.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "independentmoneyadvice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "independenza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indevelopment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiaexamresult.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianapolisrestorations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianwarriors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indigestiblesuppuration.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indo4life.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indopress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indyroom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infectedvoice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infidia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinita.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinityfaces.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinitysearch.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infirmiers-montpellier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "info-kiwi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "info-reason.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infocanicatti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informaticmousset.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informationdoor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informelles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrastat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingresomedicina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmemorium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inoruhana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insanedevs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inserta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insideevs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insideprisonbreak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insidevice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspirationalstories.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurancebonzer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insuranceclassic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurrectosdelbosque.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insytesecurity.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inta-aivn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integrativewellnessny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integritymedicalwaste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelalumni.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intellio.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interiorcolors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intermediapub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetauction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetoskol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intertrans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intestclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invariant.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invariant.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investasipasti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invokingspirits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ionline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iperon.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iperon.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irando.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irangeodesy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iraq4u.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irdll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irlprable.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironcross.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isa4310.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isex-anal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamicacademy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamicsolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istorija-balkana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it82.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italentado.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itfall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itleaked.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itlogic.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itnrd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itrew.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsmohitchahal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsnotnot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivan-tadej.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivankuchin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivanzorin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivjose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwatchla.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izmir-organizasyon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jabberdog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jabberster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacket-coat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackets-coats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackets-for-men.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackgreiner.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackiecunliffe.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackstone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jadox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jambihackerlink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesnowlin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janetandjohns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janservfl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janujani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasik.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javafiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javsod.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jb-pixel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdelgado.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeanniegraefe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeans-stores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeansbutik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeansstyle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jedilukmas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jencshiny-org.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerome-r.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerridoswell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerrybustillo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesperandersson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetixclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeugdclubjia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeugdwmo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jewelry-directories.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jewishinseattle.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jhonesmarcos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimwoodrealty.help", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmbproject.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmsmarcelo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmsole.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joansoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobrus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobs-it.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jofel-kinderkleding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnblotsky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johninwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnnydoe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jokersro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joksara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joky.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonahtheprophet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonathantaylorthomas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jos-verstappen-fan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josemortellaro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshgroban.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journaliste.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jouwbuis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joydivision.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jt-evolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jtbservice.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julenetxaniz.eus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jurquestion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justfoodfordogs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadett-c-club-limburg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadhal-kirukkan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadolis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaffeklubben.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kagutech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaiseraerospace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaliforniya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalinka-shop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalmar.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaltoft.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamandula.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamareddine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kampffische.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanatsuki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kandelaberi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kangoeroeteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanitha.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapitany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapiteintje.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapulakennel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karabukhaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karatepunkslaroca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karel-dingeldey.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karel-it.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kargosuben.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karmelava.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karnage.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karpets.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karpo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasaysayan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasper-team.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katabra.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katalog-parfyum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katapult.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kathrynbernardo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kavalasite.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kavithai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kavkaz-info.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kawabeest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kayakcastro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kayakpolouniversidades.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaysvillechurch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kbkstudio.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kbz.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kcsprayfoam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keekmix.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keepwatchprayer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keesmartens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kein-vergessen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelantan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelax.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelinda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelvinchung.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kendle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenzelmann.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kettmail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kezmanweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kfbl.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kga-rathaustreptow.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khankandi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kibizoid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidswithguns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kierweb.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kievlove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "killborn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "killharmonic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimdotcom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinder-garten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinesiologie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinksecrets.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinomaniac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirie-photos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirstygreenwoodartist.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kite-surfen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiteboard-selbstbau.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kits-graphiques-shop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kknapredak-rubin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klassenlos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klassiekballet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klenc.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleverltd.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kliklinks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klj-beveren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klj-walshoutem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kmsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knarkkorven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knitted-hats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knize.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knobboutheftrucks.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "know.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kocheshkov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kochura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koffiekoeken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kokoroheart.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kokteili.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolaci.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolaczek.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kom.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komp-plus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kompaniya-vasya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komputer-net.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komun.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konfliktklaerer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konijnen-knaagdieren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koningslust.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konjunktion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konservy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kontabilitet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konyahaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koolkool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koomaldreaming.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kooratalk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koreanure.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kostyumi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotatgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koyaanisqatsi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kprf-school74.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kramersworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krasivye-foto.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kredit24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreidlernet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kristina-lari.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kroliczki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kroll.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kronosproject.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krozilla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kruemels-kleine-kinderwuensche.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krystalrsimpson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kserownia.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksoftware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ktstreams.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kubrick.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kulinarika.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunden-webseite.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurdigrafya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuritsa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kustarnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kutaisi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kv-genebos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvarta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvdekolk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l-poya.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "la-verite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laborriquita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labroma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacalderera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacallas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacarniceria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacazadora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladies-shoes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladiescode.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladisko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladrones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lady-blog.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladytron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lag-fan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagavach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagirafe.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lalagunachalate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamaline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamalleauxsaveurs-aubigny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamanufacturedebaches.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamisionband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanchong.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landslide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lankarkivet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laolaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lappersfort.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laromlab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larosadelosvientos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laserena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasourisglobe-trotteuse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laspeligrosas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laspeludas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastsunset.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latrynchera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawebnobasta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawlessitalian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawsoner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazysoftware.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lbt-russia.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "le-forum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leandri-campana-avocat.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leathergoods.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lebesis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecannabis.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leconnecteur-biarritz.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecul.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leetpat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legal-aid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalisierung.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legend-of-pirates.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leladesign.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lelocaldrive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemmy.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenergietoutcompris.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenkeran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenqiue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenseshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leo-music.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leonardlorenz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leongalin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leonidas-dovido.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leps.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "les-formations.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesconcours.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesspass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leuvensefilmclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "level5-drywall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leverj.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leviathanfan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leweslivingstreets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lg-obchod.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lg-store.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgobchod.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgshop.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgstore.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgworld.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberte-toujours.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libertyxpress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "licx.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "life-is-riddle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeinhellfansite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifesaver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifesaverhindi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifesettlements.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "likefast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilidarcek.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilypadwikisecret.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindependant.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkagemag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linknaarlinux.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linksbridge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkview.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linux-share.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipetsk-centralniy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipovka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipturess.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisamaffia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litecloud.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litemere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "literie06.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litespeed-webserver.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litespeedwebserver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litespeedwebserver.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlehide.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livepl.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livinglink.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lj-creation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "llamerapido.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loa.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lobocapoeira.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "location-groix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "location-vacances-croatie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lockless.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lode.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lodni.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lodosswar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loftymedia.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lofw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logal.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logevou-immobilier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojahaus.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolcats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolmania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lomaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londontrivia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loneronin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longtermrentalsportugal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lonleymoon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lonlomba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "looker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lopendvuurtje.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loratadine10mg.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lord-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lord-of-forex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorqui.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losgringos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losinterrogantes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losjuegosdemesa.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lost-bit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lottothaipro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotuselise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lov4affiliate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovelyflavor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loveplanets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "low-battery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lowercostcalls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lowerthetone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lpfan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lphispano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lscache.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lscache.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lu-rp.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luanxt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luc-nutrition.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luchalibre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucillewillemsen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucky-bul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lugobama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luiza.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukasldc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukekuza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luker.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukersstorage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukerstorage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukertech.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lule-kendo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumberjackman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luminaire-mobilier-design.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luna-corazon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luska.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lutesite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lutonsky-vizovice.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lutricia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxurygifts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lw1.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lwnlh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyfstylorganix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lynxbroker.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lynxbroker.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyuks-parfyum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-ch.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m42-gmbh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maahchepen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maailm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maaldrift.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macapflag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macehead.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machineaecrire.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madcs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madinina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madlandezboard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madprod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madtown.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mafia-web.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mafiamohaa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magdalenatransa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicvaporizers.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnetto.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnewspress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magniezetassocies.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahabharat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahayana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maidenworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mail-ink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailway.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mair.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maisondureau.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "make.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makfra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makkiyaz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maksimmrvica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malabarismo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maliciousdeath.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malimusavirler.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malsoftware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamijaclean.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mammaklader.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamodsteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manboy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandzak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manegehenriet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangeur-de-cigogne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manhattandermatologistsnyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manhattangastroenterology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manhattanprimarycaredoctorsnyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manikinuk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manolitodarts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maplewood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maquinasquepiensan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marasma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcelino.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcopierrard.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcusporter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marhobateren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maria-blanco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariecurie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marina-group.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariogb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketbasket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketerprofesional.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markhoodphoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markusribs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marlenefavela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marmaladetoast.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marmo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marocweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marokkaansearganolie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marquisepools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marsilioblack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martialartsbrownsplains.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martijnschreuders.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martin-burger.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martindano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinhal.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinhalresidences.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinverkerkonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marw.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marymaloney.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masdzub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mask-skin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masmusica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massage-technique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterquest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maswali.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matgauthanky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matheball.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathebau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathewlane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matinataskincare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrixfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewimaniphotography.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattnetwork83.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauhalito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauletsmallorca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maumovie.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauricechavez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauriziomoretti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mausmani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maven.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mavon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxgamez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxihide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcagon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcculloughsgolf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcg4loans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mckenna.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mckeownshvac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcsidan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mebelconcept.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediaareplural.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediacenter.dynv6.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediacluster.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediafresco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medianbases.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medical-safety-system.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicalonliner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicals-i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicinalflora.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicompany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medscope.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meetjeslandsetriathlon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meetpoint.education", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megateam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mehdavia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mekajen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melica.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melissalb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melodycenter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menglong.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mengqingzhong.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mengqingzhong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mengqingzhong.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menlosecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mens-watch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mensajitos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menspeak.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentesinquietas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mergellina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merkchest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merke.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merlin.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mes-vacances.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "messifan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meteohuertamur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "methusalem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metro-vet.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metrocraft2033.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metropolis5000.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mettle.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meulenerkes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mh2.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miamifl.casa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miamifl.homes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micase.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michael-r.dynv6.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelgroves.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelgwynn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelhayes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaeljohnsrestaurant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michig.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mickel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micredito-ok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microcert.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "middlesexwoodpigeonclub.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midtnorskvask.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mig5.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijnwefact.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikaila.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikhailkolesnikov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mildridesua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "military-equipment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miljotankar.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millenniumfalcon.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindandfull.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minddistortion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindvsmind.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftonlinesfull.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mineralky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minintendo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ministory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mir-koji.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mir-torgovli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mir.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mir24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirinfonews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirvent.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missakari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missilovely.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misterkeltic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mistressofbeads.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjstudios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mladenovac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlmjunction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlum.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmmonk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnbg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnkt.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobi-katalog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilegoldcoastelectrical.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moca-kinder.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mocking.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modernagritec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohaabobclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohamedsherif.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojome.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monakinolandscape.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monarchisc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monconcoursdgfip.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monfilm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monicanaranjo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monjob.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monnaiecourante.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monocl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monokli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monsterminus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montarosa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monzaradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonzerotwo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moppenfactory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mordovia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mordovia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mordovia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mostmost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosurist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motofoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motolife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motor-cycles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motoridiricerca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moushed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mozgovoy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpornoindir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrautomazioni.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrfinka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrshahin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mselectronique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msgmon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msm-data.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mssm-portal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mudramagik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mudrc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mugrabyhostel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundodosagapornis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mural.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murksbreider.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicupdate.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicvietnam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muzi-tips.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muzicari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwine.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwork.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwteh.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mxii.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-health-homes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-town.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myathena.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myauto.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mychunky.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myenemy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfamilyancestry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mykonos-island.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myles.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynoveltyshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypivcard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nabitrix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nabosoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nagelideeen.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nagoya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nandemo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naples.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naquebec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nash-megagid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasospromsnab.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nates.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natunion.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natur-plus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturalbladdercontrol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nauz-art.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navalkejigo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naveengranites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navegarea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navkor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nawaf-blog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncommenuptial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncs-cleaning.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nebuchadnezzar.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nedvrf.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "negrete.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neoblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neodaedalus.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neoni.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nepalese.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neptun-rio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neptuna.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neropiceno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nes-watch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ness.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netbeacon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netbeyond.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netcenteret.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netculturejokes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netdude.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netwiseprofits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neuropsychologisthouston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "never-more.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "new-medic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "new-mvp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "new-standart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newbrest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newbuilding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newcars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newdenversurvivors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newhamyoungbloods.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newhope.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newjerseyvideography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newmusic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news-big.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news-club.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news.mc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newscheck.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsgrowing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsletters.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsxp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newwind.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newyorkcardiac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextsound.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neyjens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nezis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nezkakukec.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngatikuri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicava.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nice-germany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicekicks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niels-modeltog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nighthawkstrategies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikahsekeri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niko-mapping-studio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nilsanenglish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimbl.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nintendocollectionsystem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nitroxpowerpc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nndfn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "no-andishan.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noaccess.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noctisphoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noideas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noisyfox.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noodles.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noripon.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "normandy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norrishome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nostaljicicekcilik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notbot.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notizie.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notresiteduvercors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nourishbyfrida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nova-host.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novarock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novosad-kom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nowbb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nowtime.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "npcradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrealsport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsdcprayerforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntgltema.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nu-spine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nubilum.noip.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nudaveritas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuevacombarbala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuke-masters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nunsarean.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nycdentalimplantscenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nystrom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oakbarnwellness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oberg.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obet901vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obgynecologistnyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obi-betriebsrat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "objectif-vancouver-2010.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oblik.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oblik.press", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "observednews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obsuzhday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "occultumproductions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ochki-linzi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odezdaotto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odiall.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odiall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odlicomul.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odyssee-animation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofaqim.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohmydish.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohype.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oikontroloi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oknavdom-rf.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "old-wheelers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldcars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldcitysmokehouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldenzaal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldskoolreviews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldvaliken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olivier-giroud.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olivierdurand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omegalan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omerta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omnel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "on-tv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ondoorgrond.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onebreadcrumb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onebreadcrumb.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneirosociety.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onetakeonehit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onevpn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlanka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-car-show.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-clothing-store.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-mobile-phone-shop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-shop-equipment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-store-phones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinebookmarks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinecosmeticsstore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinedoctors24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinegallery.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinesports.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinewallpapers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineworkshops.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opalhunter.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openvision.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optim-ease.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimize-jpeg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orchidhouse.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ordenmutantes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orderpizza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orehoreh.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organization-of-holidays.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osbeck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osmaniyehaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otdelka76.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otdih-krim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otimismoemrede.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otptikforum.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oumrace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oumsnatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outbound.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovalle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovallevirtual.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oversimplifiedeconomics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overthegate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovkerk-avezaath.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owningless.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ownwolke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oximoron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ozone-medical.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p4030.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paceinvestmentclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pachalingo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacobarbera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "padderne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paddestoelen-encyclopedie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paff.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paganistisch-forum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paidtohavesex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "painclinic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "painfreenyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "painmanagementnyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palaceitalia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palmoilpledge.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palmosradio.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palucms.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pan-portugal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panheelstraat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panicrev.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panoramaresidence-moesern.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pantera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pantypit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paolomargari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paperpress.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pappacoda.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paradigmas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paradiserydes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paradisim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parapenteciconia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parattusdecora.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parentpayments.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paritexpressions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parizhanka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkngo.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "party-produkte.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partyclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partydesign.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partyphoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passiveseinkommen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patanegra-jambon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patanegra-prosciutto.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patanegra-schinken.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patanegra-schinken.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patricefyffe.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrickdankers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrickpeeters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulibean.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pawelurbanski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pawson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paycardtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcbarchitect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pckartel.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcmasters.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcstoronto.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pds.uy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peaksports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peanutpay.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pediatricdentistrycenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedrazanoticias.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pefile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peklostroj.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelmeniuralskie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peluqueriacanina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penguinshome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peninsulaadvancedurology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pennywise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penyavictorhernani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perberestja.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perdterm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectsize.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectsoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "performancerunningsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "periodista.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "periony.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perseo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personaljourneys.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perthunicyclists.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pesandansampai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peterackermans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petertrevor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petite-annonce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petr22shcool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfsquad.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfsquad.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phantomlord.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharma24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phildevient.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philiplowran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipprouhet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philographie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonetrace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonosynthese.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photoclothing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photolakeview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phototechnique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phpdevlabs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pianostemmer.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piata-imobiliara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picobellos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picstar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picturoftheday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pikkuegypti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilotproject.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pimoid.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinale.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinchoparados.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pineko.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinkitalia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piraten-recording.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piter178.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizza-house.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizza-odessa.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizzaplus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetamusik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetaprogramas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetmetroidprime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetofsound.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plasapulsa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plastex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plasticobiodegradable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playabalares.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playdlawosp.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playtheme.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ple-conseil.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumbingshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pluricosmetica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pocketbookdot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podari-radost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podarkiboss.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podarochek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podarochkki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podatrans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poesiafm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poetasmenores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pogljad-brest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokerventure.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polisport.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polliga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponyhof-muensterland.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popflow.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popl.uz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porkpiesonline.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornfriends.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porno.watch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portativ-mobi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poskok.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postlogistic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postroim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posturographie.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posturography.courses", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posturography.education", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potwin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerhockey.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersergsis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pozega.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppweb.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pr-project.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pra.rip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praiagrande.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praktikum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prankawards.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prcarrier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prdashboard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precisiondentalnyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premier-podiatry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premierpups.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premierrisksolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premium-job.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prepscouts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preserving.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pressnewscafe.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pricelesspics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priestess.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prima-assol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primerdeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "princesspawg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prismosystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacycloud.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacysavvy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proceed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procountorsolo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "producemybook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "products-for-health.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proextenderindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proformi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prognozis.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programvaruexperten.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progressivestreetdance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "project-forum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projecthopeless.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projekt-wild.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosyscom.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prsg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ps8318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psi-tv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psyart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychosis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pumarin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purenhd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purplehotel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purples.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvdplanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pywikibot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qingan.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qto.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qto.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qto.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qto.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qto.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qto.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quadratimkreis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quakeworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualebroker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualityoflife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantalytics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quassowski.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quaternion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quattro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queenkedi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quepourlesjuristes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quic-hosting.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickrate.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickudpinternetconnections.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quietlife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quietplace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quizzard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qurium.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabenkralle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabotayte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabotenkadot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-angelos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-delmare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-mouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio404.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio99.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiobandung.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiocrash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioculture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiodance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiodxguatemala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiogaga.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioheikrekel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioilusiones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiomagicafm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioricardo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radios-associatives.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiotelephoni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiotv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raheel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raiderhacks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainbowmath.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rakom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rakovec.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramonasbeauty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ran-sama.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randolphcareertech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rankgrowup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rankingide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raoliveoil.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rascvet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rautarutto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravagers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravages.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravenstonejeweler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rawforce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rayhanshop.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raynbo.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razajewellers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdmc.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdmc.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reachley.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reactor-family.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "real360show.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reallivingcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebalancenyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "receitas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recomendador.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "red-dragon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redbarnwoodwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redcat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redemption.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redes-neuronales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reds-dev.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regospel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regulative.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reikimaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reinodemurcia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reishihealthcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reklamirui.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relatosypoesias.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "releases.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relentlessroofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remcuavilla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reminded.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remontdot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remontfirm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remorse.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renderworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repairdriveshafts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repairingmobile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "replicacoin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reptieleninfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "residencesatthebluffs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resident-evil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "respiradores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "respire-yoga.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rest-in-moscow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restauratorin-maubach-dresden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restorationphotos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resurspartner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rethymnorooms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retrojugo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reunion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revellio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revoluciondelacuchara-fusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ribes.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardbulley.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardhouts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardsdebt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richwayfun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ricksdailytips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rindlerwahn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riseshost.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rivennero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riveraurology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riverschool.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rivolta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmb.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmvalues.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robbiebird.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robbielowe.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertobilic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roboform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robuststory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocketeer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rojiblancos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rollingshuttle.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolzzandik.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romeoijulio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronaldleite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rongreenbaum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "room45.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootsmusicmanagement.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roozaneh.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosetwig.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosetwig.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rovatronic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rovezzano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rowra.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalcrowns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalteam.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rozprodat.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpgfactory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudibora.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudovasky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rugadgets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rugged-cctv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runet.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russcole.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russia-furniture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russian-fur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rustamkhanko.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rutavietnam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rvvc.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rygy.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s402.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabachat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabrinamiskiewicz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabrinarus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sairlerimiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salamanders.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salento-nostro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saleproductsoffer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salestaxspecialists.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salibandy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salon-svadbi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salutes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samarth.edu.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samentest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samenuitsamenthuis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samepage.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samir-software.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samuelbeckett.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samueletoo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samuelkyalo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandokan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandras-hobbystueble.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandwichclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandwoman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sangoandmiroku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanmarcovecchio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santong.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santoscarmelitas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanukarlos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapienz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarafanchiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saranamayyappa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satanindito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satellite-equipment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satellite-shop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satellite-top.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satermadan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saturdayenterprises.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savage-harmony.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbmlogistik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbmt.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbodewissel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scanpassword.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scansearchtravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scaricamusica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scarsviewchrysler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scatteredcode.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schauraum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schenkel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schenkelimoveis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schirmer.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schlitzbergers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schmitzvertalingen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schonversichert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolbytes.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolbytes.education", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schreilechner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schulden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sciencenews.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sciences-world.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scientificallytalking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scootertechnofrance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scorpions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottyspot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scourgesofcarpathia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scriptsrus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scstg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdfamilycare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seanchristian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seaspiration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secong.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretdeals.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sectrans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securot.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seeinred.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seguridadyredes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sehat-solusi-makmur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seilgold.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selfdevelopment.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selftech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semira.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senseiclassroom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentinelpeakmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seomaxion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoulartcollective.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serenata.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serveru.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "service-centre.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servicemaxgreencleaning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servingroddick.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servingupsouthern.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevacy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevasmos.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seveiller-simplement.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seven-seas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seven.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "severing.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevillanazarena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexandthecitty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexpdf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexruby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shabashka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shacall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowfox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadownet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowstalkers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shakesprimer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shanli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "share4brain.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharelinks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaumine.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shd.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shenannigans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheweek.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shihabuddin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shineleds.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiptek.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shitdick.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shlyapa-com.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shlyhi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shmulvad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shochikubai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoestorebiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoestorenet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shontakleinpeter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shop-cosmetics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shop-lingerie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopcom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopcosmetic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopee6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopunderwear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shorinkarate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "showno.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shrines.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shrovetide.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sht-vr-player.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shufflecube.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shufflemix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shunter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shunzi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siberianhuskytraining.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sifecs.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sight-restoration.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigmaomeganu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silasborowy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silentdream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silentsky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silindir-taslama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvianavarro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simonoener.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simply-pattinson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplyjet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simscale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simulise.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sin4psi77.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sineafoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singingblackbird.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinistragiovanile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinsalida.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sipo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirpsycho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sistonenfranco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "site-development.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "site-oflcial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siteheft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siteru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sithr.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjoelsport.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skaitliukas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skamper.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skateparkmontbriz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skaterangels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skatesliide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skeppsbrons.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sketchok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skidka.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skillablers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skillatwill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skk-krovlya.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skrivebeskyttet.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skvelecesko.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyrieptravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skytickets.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skywindowsnj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slamdunkdedication.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sledgeroofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slew.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slimetutorial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sloboda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slotjava.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slow-coaching.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slowinski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slrie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smalandscountryclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smalltunepress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smallville25.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartb2balgeria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smarteco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smarthome365.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smialnumenor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smicenter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smith-tech.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smsstock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sngukrainatv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowhana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socatel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "social-line.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "social-work.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialdemo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socials.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialwave.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sociedadcivil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sociedadecologica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sodiummedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofa-bed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soft-search-system.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softconcept.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softview.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "software-voor-projecten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softwareclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sokosport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sol-negro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soldaten-genealogie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soloingenieria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sololabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solviejo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somerm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somewherein.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somnusoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somosweb.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sopronforras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sos-zimmerpflanzen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosedisetka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosmicro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sotin-hr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sotocine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sotolar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulinbusiness.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundinthesignals.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sowtarabiya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soytusitio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spa-center.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spaceon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparkplug.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparta-upice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spasem-park.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spatter.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specialtechnique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speckrot.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speed-bonus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speed-strike.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spendo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spermosens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spettacolocame.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spithoven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "splintercake.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spolshy.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sport-news.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportsdeck.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportspainmanagementnyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportygirlsjewels.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sprashivalka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadthejam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sprillerer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spruces.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squaredseven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squealing-filth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srv11.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sshwiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sskb-ey.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "st-andrews.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stainless-steel-cookware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stalker-source.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stalphonsusks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stamforddentalarts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starlinks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startpoint.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stasia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staytokei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stdavidparish.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefaniharvilla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stelletjeafgebeuktemongolen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemcellstherapynyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stensund.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stenvallmcclain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stestena.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sthetix.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stichtingvlinders.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stickstone.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiehler-leipzig.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stil.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stilnaya-odezhda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storedaway.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stormrider.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stpatrick.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stradsolutions.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strahovanienet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangelittlecovers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strass-sur-mesure.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratlibs.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratocumulus.legal", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strawberrydreadlocks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamgoalandres.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streetforceteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streetmaderecordz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strengthnutrition.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stricken.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stupendo.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuyvesantoutdoor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sublimm.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subpage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suburbanprojects.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suburbanweldingandsteel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "succorfish.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugarcube.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumitchahal.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunshinerequest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "super-baik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superfaktura.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superfly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superlight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superlog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supplycore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supremaquimica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surf1969.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surialternat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surpriz-net.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surrealismocantabria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sustained.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sutinenmatthews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svobodny.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svoi-ugolok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swapbox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swjz.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swtrayssq.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syc-rotterdam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symphonise.consulting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syo-ryuga.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysoon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysoons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t-shirty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabernaalibaba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabordaadvogados.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagboards.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tahaonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taiga-aikidojo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takhfifeirani.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taki.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taki.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takzetak.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talkbasket.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talkingbittersweet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tallac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tallercs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamilentertainment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tampereenliberaalit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tandartsvanos.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanjaradovic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanks.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tantrabali.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tapcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "targetlonglife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tasswoq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatjana-young.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tavelbutiken.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxi-doudoune.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbi.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teahawaii.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "team-17.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamdarko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamliquidstarleague.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teampoison.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamredfox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tech-doc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tech-ideas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techangel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techcompany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techisfake.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techitsol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technohram.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technoids.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technomagia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecke.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnewsnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tedder.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teenwolfturkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teiseken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teknoharekat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teknow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teksol-boat.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telepedia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "televisionesendirecto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telka-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "templeandalucia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tempsoundsolutions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tendure.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenniscritic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tennisnyi-stol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "termi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "termopares.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terrab.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terrarium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "territoriya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "test-na-beremennost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testingtask.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetovaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texascharterbuscompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texnoguru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texnotroniks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thai-massage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thai-ridgeback.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaigirls.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thassos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-dream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-farm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-morpheus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-muddy-trophy-team.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-storm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-world.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theanswerexperts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theatresocietyguts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebathroomexchange.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebitchneyfiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebrewingtonfamily.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebucklandreligion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebutterflyencounters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecalmnessofblankspace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecarphunter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecelticfiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thechicanos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thechoice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecustomerinstitute.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedeathofannakarina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedrawbacks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theelephant.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theenchantedannex.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegadget.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegentleman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegrandtour.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegrotto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehowlinwolfcafe.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehumorist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelastvikings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelibertinephilosophy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelostfreighter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themagician.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thementornetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themusicthatnobodylikes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "then.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenappylaundry.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenaturalpath.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theocrazzolara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepixel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepulpit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thereptiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theroadrunners.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theserpent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesipher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesomepeople.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theta.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theunconventionalconventionists.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevelvetlove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevoice4you.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewebhut.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewomenschoice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thilko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisisart.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisuniverse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thoreau.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "three-wheels.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threeringdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threerivers.edu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thweis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tielsebakkers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tierrahost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiffanitooley.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiflonet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tifokaos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tigerads.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timeharmony.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timweb.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tirebichon.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titanicauto.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tlicycling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tnved2013-narod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toki-doki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toledo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tolkienmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tom-hanks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toman-vzv.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomoko-clinic.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonysantos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tookhan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toolboxsoftware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-info.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-kuwait.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-schools.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-zentr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topbrasilnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topicpoint.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topicpulse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topmoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topnaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topofertas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topographic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topspace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topteen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topviet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torgopt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrededonmiguel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toshik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tossitaway.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totemgames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toughcodes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tourguideagent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toutankamon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touwhalster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "towers-kolomna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "townifi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "townofbridgewater.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trabajouniversitario.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradersrank.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trafficgenerator.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trafficsale.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainingsalicante.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trakteren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traktor-troubadour.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trans-aliyans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "translatorall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trappersoutfitters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trashcraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traumschwingen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travellets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelongravel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treasureislandbeads.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trends2day.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tribalzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tribunalinternacional.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tricksforgreeks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trik-komputer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trinary.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trinhtrongson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trinityny.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triplepointliquidity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripomanija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triptnyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trophcomplewin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tropiweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trubmet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trugears.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trulock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustvox.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truthlost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trychameleon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trypathnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryptamine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tscripts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsentrobuv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tshirtgenerator.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttsuaevisas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttt-networks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tubus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tulocura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunisiangamers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunningcars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turanga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turfirm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turksite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turksiteleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turobot.casa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutorsheetstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuttonotizie.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tweekshow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twigandolive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twolinesmedia.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txtentertainment.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyinnovations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tylerdurden.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyuning-avto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ua-autonews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uba-tra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ufa-soft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ufologiahistorica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ugameclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukfoodbox.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uloztoasdilej.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimategaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultras-venlo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultrasvargon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultreya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umwelt-galerie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umweltgalerie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unanaciounaseleccio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unautreregard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uncadeaupour.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uncuteyes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "under-wears.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undergroundmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "underwaterasia.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "underwood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "underworlds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "underwriting.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "une-femme-dhonneur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unfathomable.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicycle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unionmagdalena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniresbajdas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedlisbon.school", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedstables.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "univ-segou.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universalcircus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universalcredit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universityofedinburgh.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unixer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unknownmasses.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unknownnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unko.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unlimiteddsl.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unlimitedheatingcooling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unobet-partners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "untvweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upfurniture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uportal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upr.llc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uptech.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uqschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanarcana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urfreecon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urke.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urkonsultant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urlgoo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urlkurzco.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uruslugi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usenet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ushi808.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usyfawovad.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzone.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v-horus.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v-phoenix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vackor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vagasdeempregos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valdelcubo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentinvesa.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valerian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valerieadolff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vander-vegt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaneyckwashere.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanna-mechti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanquish.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanveenendaaladvies.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanzoestheftrucks.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varney.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasya-com.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasya-odyag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veessen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vektor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velocitygames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veluwerally2002.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venali.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vendela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venera-magik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verbio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vercopy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verepeliculashd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verkossa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verlete.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veros-volejbal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vertikal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verwer-infra.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veselka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vesinhcongnghiepttchome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vestibulartechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vesuvio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vet-dogs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veterinarylabsupply.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vgopilot.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vias-ferratas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicentaburon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicentico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicescorts.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victorianosaez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidapositiva.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vigridpartiet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viktoria-goo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villaditirano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villisek.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villitalia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vimium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vincentsimon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinceracing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viniciuscosta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinsonfinancials.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vintagetoydepot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viralinsurance.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualbruges.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualmachine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualprom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visconapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitalheatingsolutions.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitalshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viterboonair.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitromex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitta.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivamortgage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivekanandaspokenenglish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivide.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkwebsite.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlaamsegemeenschap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlaamsetollers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlance.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vodadombay.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vodavoda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voetbalforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volleypatos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voltcloud.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voprosownet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vous-les-jeunnes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vozdux.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpnaustralianow.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpnclient.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vr-tops.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vreeken-selfstorage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vstrikovaci-lisy.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsz.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vuonthotuanh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vyroba.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vzemiseo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w-oasis.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w8wat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waagen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waffarcash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wahminda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wakecountynorthcarolina.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wakeofthepredator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waldenwritingcenter.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waldo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waldparkerwoelfe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walkfordogs2017.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walkingranada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallbanksweb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangzuan168.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wannaknow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapflash.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wappie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waptransfer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ward2u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wardemons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wardogz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warlords.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warrantycontracts.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "washup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wassenaar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watch-host.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watchersrealm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterpolosantona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watersky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watestsite.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watismijnbandenspanning.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watobi.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waycoolmail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wayfair.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wayfair.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wayfair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wayfair.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wayneo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wbbwbwebweb.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wc3modding.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web76.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webannonces.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webapplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webbolivia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcase.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcollector.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcontrol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webenglish.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webfeifei.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webfun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webhostingshop.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webika.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webimagina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webinformer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webkorobka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weblagalera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webnancy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webofthingsmarwane.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webpakken.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webpiar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webportail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webranko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webrepresalia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitesdemos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitesseller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitesthatwork.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webtostore.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webuniverse.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webverdienst.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedding-e-dress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedding-ua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weightlosseasy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weldersnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welovemugs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wendycityblossoms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wernicke-it.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westerdraai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westlander-nostalgie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westline.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatabout.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatevername.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatsapp.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatsmysuggestion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wheelyking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitdoit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitekings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whoiswho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wholesalediamonds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wholevood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wholevood.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wickedsick.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wielrennen-in-zeeland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wifinube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wigos.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiikipedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wijewick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikepedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiki-pedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiki.voyage", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikibook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikijunior.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimedia.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimedia.com.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimedia.community", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimedia.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimedia.jp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimedia.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimedia.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimedia.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimediacommons.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimediacommons.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimediafoundation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikinews.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedia.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedia.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedia.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedia.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipedia.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikipediafoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikispecies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikispecies.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikispecies.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikiversity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikiversity.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikivoyage.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikivoyage.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiktionary.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiktionary.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildfilm.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildwoodrockers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willusherwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiltrovira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winampnederlands.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winario.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiretransaction.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wise.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisekidscollect.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wm-referrals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wodax.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wooby.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodconditioningonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodtrust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woothelpdesk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordpressbot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordsearchwhiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workaholics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workat.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workermess.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workreview10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worksheets-to-print.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldconsultingchile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldfootball.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldnewsphoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldranking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldtourismgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wormhole.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worthwritingfor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wotcheats.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowcinema.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wownskportal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowonini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowqueboda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpthemecloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writersblock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writesafer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrnck.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wroclawguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsa.org.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wtfindonesia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwa-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wxservices.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xakep-slon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenforo.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenocide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xerowaste.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ximeshosted.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xitin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--41a.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--bersetzungen-beglaubigt-bpc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--dfirtrning-i6a.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--fakovcov-gza74b.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--fakovec-k6a.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--j1agcso.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--sb-lka.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xobotun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xportxpert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xrak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xserownia.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xsolla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xsosa.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y-nas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ya-hudeyu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yacostasolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yandong.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yasmingarcia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yhn.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogaangels.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoneda-paint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yonkersdentalspa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youarethelight.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youservice.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youthclothing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youtuberus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukimiu.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zac.cy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaci.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zack.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zagadki-cosmosa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakaria.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakazat-dizayn-interyera.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakladki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zamarax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarabotki-v-internete.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdorov-blog.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeihetecumre.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeihetecumre.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zendarhunters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenitkft.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zer0dayhacks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerotwo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhanxiangyang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zima-lito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znakomstvatochka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zukonar.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "01bargainhunter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0xedward.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10000lab.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12cp.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "14flags.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1zavse.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "247courierservices.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2b2b.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2cx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2yy.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "300x300.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "360cycling.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4567.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5ososea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6play.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "893067.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a7sa2eat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboyle.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abpoolsub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absolem.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abysra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academiadetecnologia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acetudy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "action-intell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actualpost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamaveray.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adams.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addictlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adf.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adilsoybali.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adondevamosmundo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrianadelrossi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adson.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adson.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adson.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adson.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adson.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adson.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adson.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adson.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adson.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adson.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adson.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adson.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adson.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adson.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adson.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advaitghaisas.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advocatize.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aecom.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aecom.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aelena.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afterblokrock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afto-chor.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agape24-7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agence-sightcom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aglilai001.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aglow.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agoradesk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrofetch.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahliqqpoker.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahstremweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aihschgo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajramos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alamitosbaytraders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albatrosboat.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alenbadel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandre-barret.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexeyweb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfamask.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allesley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allmandlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allthebots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alltheplaces2go.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allthingshealthy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almanea.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almastabriz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpencams.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpencams.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpha-analytics.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpha-showcase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alulasails.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amateurplayerstour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazinations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americancomfortexperts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanflooringservicesinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ammachiyudeadukkala.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amzlive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angiolinikids.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angrybug.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anniangel-porn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annitrinity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anvish.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apexperformancegym.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apkfuse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apknut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apktechy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apolloheatingandair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apolloquiboloy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apostascomvalor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appetiser.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appetitesanonymous.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appsbud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appsren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aprende.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aptcaust.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apuestalegal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqcbv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archipaedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcopay.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariensfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arlecchinobuongustaio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aronraes.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arr-outremont.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arscogitandi.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arscogitandi.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aseoblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashdodisrael.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashutov.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askapkmod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askmetutoring.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrodog.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athenasystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atmilanomoda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atomichomehealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atoz-union.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attendantdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atticusblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiofrases.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoexprez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autopril.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autorepguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autorepmans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoschade-mosman.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autosrivada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autotimez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autozuki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ava-sky.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviokarte.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avisoshuaraz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avocatcivil.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avocatpenal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avocatro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axontechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axxess-marine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aye.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayparweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azurecup.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azurecup.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b-bam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babyinthehouse.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babykappy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backstienkboys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badass-women.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baobabgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baoge55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bapha.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barborakucerova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bareknucklenews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batmod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "battleofai.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayofseo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautifulreflectionsmedspa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautybism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautylookz.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beavercountian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedreinvestering.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beersheva.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behanger.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beingmad.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellarosemarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benalexisjohnson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bento-kurumaya.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestnewsmag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestvetmortgage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betaalbaarverbouwen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bic.co.bw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigbangcompetitions.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikesquadron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biologie-seite.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bionaturalcosmetic.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinyab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitlaunch.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackflysolutions.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blahaj.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bleekerenbleeker.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blk-booking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blk-lunch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blocksettle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogexpress.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloggerse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloggingkits.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogstar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blonde-hexe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueatlasmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluestreamme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluetrout.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boldhaus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bondoptimiser.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonniestylez.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonsaiclubkengai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookposh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "booldamm.llc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boomtownevents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borche-imm.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botmaker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boydstree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bracketofficial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainatwork.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainotony.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandonjacksonphoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandwizo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakofdawn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brex.money", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brex.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridge.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brisbine.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishrafting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brittainconsulting.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brooklynsigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btcanalyse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btimprintables.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btsline.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bucksfund.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budbringerne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buhlerthomaslaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bunlarateist.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burritosalsa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "busqnet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buzzfeast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bvrd.com.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bygoselink.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bymogarna.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytetechy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caffect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caipsnotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caliane.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calligraphychic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callmewhatever.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callmewhatever.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camazoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cameronsiguenza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campercaravanmosman.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canadianfriendsofyadsarah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cancunmx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caosudautieng.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capa.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capacitateparaelempleo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caparicasurfing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caparicasurflessons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capatech.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carbondix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carbonkiller.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardinauto.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "careergo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "careersafeonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "careerset.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caribbeansolutionslab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carocream.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carrier.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casecandy.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casualiswebs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catalogocarrefour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centenodigital.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centreautofronton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centurionplumber24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cewood.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chamath.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chamath.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chamathj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "channel-7.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaoticlab.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chathurya.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheeseginie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chemie-schule.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chowtime.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cialisvtr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cialona.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinesso.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citizen428.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "city-glas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckpl.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claim-justice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clan-afa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clash-movies.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudlight.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudtocloud.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cluadmin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubedohardware.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubtur.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmakeinstall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmd2021acm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "co.fo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "co.td", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codered.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codetahiche.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffeeandcashew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffeetom.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colinyoung.scot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colombiahoy.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colombiasobreruedas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "com.fo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comunidadeseo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concealoutfitters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conditionyellowacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connectedrisksolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conssec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultation.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contrapeso.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "convertidormp3.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copyrightshares.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "core-arata.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "core3k.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "core3k.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "core3k.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corredorampr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmic-service.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmos-indirekt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costeltrans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coun.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditandfinancialmanagement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimsoncoward.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crockettmyers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruelalice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptic-game.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptme.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctr-sante.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctstoowoomba.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuasotinhyeu.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubepasses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cultureetsoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cultuur.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cupomdeapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberautomobile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d1pbyafuxn3mkm.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daddysluder.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daffa.cyou", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dagirl.uno", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dalbitresb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damag.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dammam-clean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danaglennsmith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielbankhead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darbi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darenet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dartmold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dataguru.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datingandrelationshipsuccess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidgroup.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidjusto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidmocq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dawrimiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "db-buddy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbic.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcimpianti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddcakedeliveryservice.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadlockcoaching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dec-ced.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decadentdvices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deer.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defcongame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defygaminguk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delicale.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltadentalmo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltadentalsc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demodata.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depak.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desperec.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dezea.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df5.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dgund.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dhlkh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dhruv.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digazu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digirence.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalcompudev.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalingot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dih-technology.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dih-technology.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dih-technology.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dih.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dihinternational.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dihinternational.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dihinternational.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dihmedical.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dihmedical.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dihmedical.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dilchahtah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directinspectionskc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirty-tina.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtywarez.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discordhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disinfestazioni.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disobey.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dkeu.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dm-tools.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmarc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmshynk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docs-kelis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doenjoylife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doh.sb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dollarvr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolliesmaker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donatellapratas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donatemefunds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doolac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doorframe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosavor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dot.sb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downtownafrica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonbike.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonhill.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draintheswampparty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draper.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drcardiofit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "droidific.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dronepanorama.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drop-zone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drstephanieteotia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dulse.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchbeautyacademy.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwp-solutions.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwz-solutions.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwz-solutions.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwz-solutions.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynalab.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynamicsdjs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-dv.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-fireplaces.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e46indonesia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earthpixz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebaifzf.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ec.ath.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echorain.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eco69.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "economydiva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecosdesociedad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ectopic.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edchart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edgebilisim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educlove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edugeton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edularidea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edularism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edumerson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edunian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edutrum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduxpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edvance.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edzo.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eftcorp.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eisenberg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eko69.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eksploraz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elahp.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elainefroese.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elbitsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eldercaring.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eldoradoinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektrotechnik-schreck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "element.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elementricks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elivenet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elmasajuice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emailbusters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emma-secret.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmanuelorocker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empoweryou.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empreusitsupport.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enamelpin.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energyaupair.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energyaupair.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energyaupair.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enmowe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enmowe.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ensingpodotherapie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eprzybornik.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espeo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esport-brande.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essentialgp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essmokinbbq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etch44.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethernetservers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etudepresse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eusou.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eveapk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eveningtaxservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everydaycaitfitness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evscicats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evscstudentwifi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewizmo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eworkflow.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excitingbulgaria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excontinuum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expertestate.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "externalapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extraupdate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facebeautyhq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faceling.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanzlive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fap.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fapp.tube", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fapplepie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faribanx-porn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastfloorscreed.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fati.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbo.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdmg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feastshare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fedoralinux.or.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feedthefood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feintuchlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixcabrol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femalefrag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenghuangcheng.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finansinspektionen.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findingawesome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findmentalhealth.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firewall.net.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstisrael.org.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstlayout.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fisherscientificsafety2021.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fisiodomiciliargoiania.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitcoachion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitnetion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixaslowcomputer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizzcompetitions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flagcity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashset.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flexfitnessusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flexibsd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyupture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyzoomattzir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fm-digitize.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "focalpointvr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "folkfests.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodfirefriends.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodieso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodnachos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodonbook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodrips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodtimeline.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodtummy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodzpace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forgottenroles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forkfeeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortricks.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forty.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotograf-mario.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "france-israel-fellows.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francocasimirri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankeurope.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franziska-schreck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebornfinancial.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frettboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fs2021asm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furrybbs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxysweeper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gallopingkylin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameboys.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingblogx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingerox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gastroenterologen.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatsbyjs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaudeamuschoir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gbsvelasco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gcmsnotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geckosurfschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gempak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genderreveal.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geninspira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genophore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgiabonepc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gerbils.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getawayline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gettravelista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostridersclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigaprecos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ginatony.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitch.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giveuselife.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gizlilik.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gjnoonan.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glas-systeme.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glassrom.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glaucoma.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glibmarket.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glispecialistidellaprivacy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalamend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalmaster.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globeinform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gobi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godiscovers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldschmiede-suessenguth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomelagromashplus.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goprozone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goto.archi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goyumoilexpeller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graetgossip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graetintelligence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graetnew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graetnewsnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graetreport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grauwasser-blog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graylou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenkey.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregproffit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grimetoshinecleaners.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grinmore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groenlinks.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guardiabermellon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guitarefacile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunarupa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutterdogs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackathonbridge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hammered.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hangryum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hansmunt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrycroose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hartfordschools.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hausarztpraxis-weilheim.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbsslaw.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbsslaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hcgallia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "headwayapp.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthlable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthlar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthpert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthrish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthsone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthunbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heatedwater.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hecco.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hederaconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heliosbot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellochamath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellskitsch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hemlibra.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herdingcatshere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herzberg.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hetchie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hetmozaiekje.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hgseo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hibiscusladigue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hide-in.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "high-tech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "high-way.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hndmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoing.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoistfinance.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollybanks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holycrossrockporttx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homezlog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hong.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honigkuchenpferdeher.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horikawa-cement.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotroviettel.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotsolarsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houndsquare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "housecarty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseracko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hskin.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hulemaendihabitter.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "human-parasites.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunde.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hungryginie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huntertagog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypelifemagazine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyperjit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-cyber.gov.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i4cu.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iban.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibu.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icehousefit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idegrafico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idgs.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iiii.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iiii.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iinehp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilaphone.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilsedelangeforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imaple.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imovit.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impuls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianbridalservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indumar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "industrialgassprings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infalaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinityhts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inflammatory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infras.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingresosautomaticos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingridvoncken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inhomedesign.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspire2rise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insuremycar.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integritygeeks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interwebz-cheats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intisar.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invetekno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iobint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iosolutions.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipgeolocation.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironwaytransport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ishtyl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isportsfab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "issho.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isuggi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italian-shoes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ixplayer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacksonsykes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackylawless.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacquesfrantz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaffewebsites.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaisin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jakpremyslet.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarnobogaert.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasminka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javleech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcvignoli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeansmoda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeremysnotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeroendj.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerryabrams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesslynfietje.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobfrog.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobin.care", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnswarbrick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johutha.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jorgelopezorquesta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jotajotapro.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jottenheijm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journalpmn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joymaxiptv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jqlin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsc.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juef.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juek3y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julia-jones.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julia-pink.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julia.school", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliekoubova.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliekoubova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliekoubova.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juridischvertalers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justinstago.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k0hs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaeptns-sechser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaffeesud.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakabo.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalapatec.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamnob.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karenerdos.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karinahh.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karolaschinkel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karperpagina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kayelise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kcal4you.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keepmesafe.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerjaremote.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ketoanvietnam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khm.v.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kickitupcoaching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kikivega.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinebamps.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitesurfen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klawitter-kreis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knowuproxy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koiro.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolkatanight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kormmi.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koubova.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koutkod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krauskopf-it.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kretaforum.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kriswauters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kspndanautoba.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kumuwiki.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kustvissen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kwikkargreenville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kwikkarkave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kwikkarofmesquite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kwikkarrichardson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladybirdeducation.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakspuiterijmosman.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanabello.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lansoft.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laracumkitten.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larsentransfer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawcer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawhery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawluxury.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawrad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawrenca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawvize.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leafinote.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learntobeonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learntosurfcaparica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learntradingforexnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leeryan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legaltity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legeaz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lena-nitro.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenta-ru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leoniepur-porn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leosty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "les-pyrenees.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letgodbetrue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsfame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lewis-sharp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexjunkie.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lia-fox.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liaengel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librosgratisnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "life-style.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "life4net.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifecism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifekeycounsel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeslice.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifesuccessandpersonalgrowth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liftagacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lijana.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "likewatercs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liliweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilly-lil.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liltv.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilylango.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linaproclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxwerkstatt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlebearcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livecommande.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveconcertvideo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livelyapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveomadic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liverano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livingtired.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizardtech.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lmmks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localmonero.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lodela.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lofficinadelweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logdoc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojadafloresta.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lokeryu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londonpods.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovlyluna.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lpcom.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lpid.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsg2021acm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luabiquinis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucarelli.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucasfrinktbe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lud.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumos.gallery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luna-love.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lustro.com.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lux.com.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lynho.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lynth.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m24o.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macvcure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madamasr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madewellwoodworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magiamgiatot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magiclogix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicnatura.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahanpt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maison-du-savon-de-marseille.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makelovenotporn.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malermeister-tichnau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malwarewise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mansionflip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mansora.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maquetting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariedanielle.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marinamontana.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markdixon.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketingmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markfietje.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinebot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mary-e-kay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marywet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massagegunadvice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maszdobro.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mat-berenbostel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathschool.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrimonial24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewselby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattprice.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maximegagnon.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayaxelstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maythai.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbd2021cm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcpebox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcseboard.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicalsland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medschrome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megaviews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melideluxe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menuiserie-deumer.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meow-games.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercedes-anciennes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mestopodhrademveveri.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metadata.fail", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metahumanvpn.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metinarslanturk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metrolush.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miablow.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miatfactory.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michael-glaser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelglaser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "migraine-en-werk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milaelaine.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindlush.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minix.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minjusticia.gob.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mir-tiktak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misiepluszowe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missapk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missdoertie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missinglinknyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mivestuariolaboral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlv.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmm.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobildeal.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobylette.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modem7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modxvm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mokuroh.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mokutovo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monctonhomeinspections.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneybill.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneyblo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneychill.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montanatrouthunters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mooremoney.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motherofsorrows.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motivness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motoblogism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motokados.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motoworld.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mountain-retreat-center.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movie-forum.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movie-sounds.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moxiegirlz.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moyufangge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mp3noi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mqacg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrfreshtruck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrvl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msahebhonar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtaman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mugawe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muntuit.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muraltown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "museumnachtgent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mutek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muwa-consulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muzicamp3.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myamend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myblogwire.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybookbee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybrokenheart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybuddytheplumber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myconsultation.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygeneral.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylatestnews.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myliveupdates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymoretrip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypropertal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myscottishpath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystorage.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystylion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mythesis.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytodo.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytrendiya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytruecare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myupdatestudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myupdatesystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myupdateweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n4mullingartolongford.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n61roscommon.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n95.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n95s.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadinecays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nelsondiazrodriguez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neonfestival.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neoreflex.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nephrogo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nephrogo.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nesez.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "net-investissement.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netmaddy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkposting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newtravelplans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextgensocialnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextpup.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nforto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nguoimuahangmy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niamniukas.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightkiss66.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimnordic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninadevil.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nitrocloud.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nixram.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "njliner.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "njngroup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nlucon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nmfinanciallaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nolakitchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomadese.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomadiclifes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noonan.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordicsolutionsgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norwestantennas.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norzetto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notariat-tineretului.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "note.ms", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nowloading.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noxomusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntecha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nwps.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o-bereg.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oaktreelodge.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oasislab.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceanings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oddtoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "office-aslabo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offramp13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oktour.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onair.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ondav.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ondrejsramek.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onefinebaby.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onejourney.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onestopmedicalsupplies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onetestatatime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneurl.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onglobetrotter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlyfanslink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onmaru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openproject.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opensend.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oqooled.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osakerekisteri.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osholife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oslo-kammerorkester.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osm.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourplanetary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovuk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ownerbusiness.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ownersre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pablomoreno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacifichospitalists.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "padmagroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagedesignhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagedesignpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagedesignshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagedesignweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagepapi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papakarlohas.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papamama-goodlife.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parameterizer.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parlerdeathcountdown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pastorjamesmooney.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pastorkleberpedroso.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patisserie918.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patma.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paul-online.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payblog.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paysbuy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payxtransfer.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcmaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdsports.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelicans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pemdas.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pensionesdominicanas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectgift.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "performiptv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permis.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pestleandmortar.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petermamo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petitnuagephotographie.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phant.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmahealthwholesale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piccoliamicisport.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piccolinokids.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picstreak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pieloveyoudesserts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pig-breeding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pihaar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pii.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilatesbyval.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinarshivmarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.earth", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piuplayer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pkgbuild.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetamend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plantprosperous.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plantrustler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platformcore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pleb.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pluralpedia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmtcookware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polaristaxandaccounting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popfitclothing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornbabetyra.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornorapido.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pororoca.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portovelhoshopping.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postacyprus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postcrossing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potty.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poweruser.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pranabesh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiercreditmasters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pressography.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primeauconsultinggroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primersbc.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primetics.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primeticsseed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "princess.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "princez.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "probateandplanning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodigibook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productosdeteruel.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prombaza31.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertycareincorporated.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertymingo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pruve.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psg2021gcm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychotherapie-leipzig.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptit-trocoeur.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puntogommevenegono.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pwanotes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pychef.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qbug.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qdrcst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qtmd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quanquan.cyou", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queenparis-porn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quesartencomprar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quimica.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quran-archive.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabatt24.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabatt24.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiantenergy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiodetali-gold.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiooffice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radium-it.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radium.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rawa-ruska-union-nationale.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readychurchsites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebelcorp.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebizzield.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebonus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recipegym.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recoveringmarketer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recyklacekovu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redfog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "region6armymars.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "religious-life.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rentaplant.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renwerks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "replici.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resisfestival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "respinar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resumeworded.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revolution.net.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richmoney.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ridetour.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rightsem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rilretg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riomaisbrindes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rivoligroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rivoniaplumber24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertsjoneslaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robottip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rollingcouchapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rop.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosme.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpascal.freeboxos.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rthe.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtvslos.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rulaholding.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rundum-service-omh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runnerslab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rybarski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rydi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s5hxsrv.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saber-nyan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sablanout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sachasmets.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadjiri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sageclinic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salesdivisie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salesmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sampurna.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapoghki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarcastic.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarisander.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarkar.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarvaapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saurusly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savestatecentral.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saznworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbwebshops.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scamadviser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schlaf-los.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholarchip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolairband.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sciburg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scjtt.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scotbirchfield.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scothauscounseling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoutsdeldesierto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scvoet.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebastianhofmann.legal", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seclimax.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seclimax7.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sector7.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securesite.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segurosdesaluddominicanos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segurosprivados.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semi.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semirben.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seogeky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seomedo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seomoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoquero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seosearch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servicecentreperth.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shavitech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shellcore.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shidurdan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shieldnsheath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shugarmanpsychiatric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sickhou.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sickhouse.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sid.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siemens-srm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siemens-stockawards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silent.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silverdollaracademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simava.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simcityjoy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simply-premium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinavelvet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinavtakvimim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sincitymushrooms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinnvoll-online.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sintergetica.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirenasweet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siriusharmonicaensemble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sixt.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sixteenweb.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skinship.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skovik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skybirds.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sliferdenver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slowapi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartfuse3d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smetbuildingproducts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smhotels.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snakejs.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snapserv.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "social.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socraticsolutions.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofiesteinfeld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softowa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songmp3.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sophia-mood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soportelatino.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sorpresashop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sotolar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulcrazy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundcamp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sounds.koeln", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "souvenirs-gifts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sp-pn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spac2stock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spaceart.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spactostock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparklark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spdfund.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedhoundz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spicemail.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spiritworld.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "splosh.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportlesplanner.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportsmagy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportsxplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportztalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spottedfoxdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stableflect.finance", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starlincuesta.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupstash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statusforward.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steacy.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stereob.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevenpalmieri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stickywilds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stmattsucc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stmichaelsmajors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storemax.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stpatrickathenscatskill.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stray-soul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studentproject.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studujdigital.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studyero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studylish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studynoun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studysive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stumpblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylepixo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylesaag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylezutra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylspire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sublimesurface.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sublimigeek.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summermovies.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumran.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunrisecovelodge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunskyview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supersuccessfulweightloss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suppliersession2021.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "support4professionals.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surfcaparica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sutore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svecbeton.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svetrelaxu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svswebmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szhighsun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t-staffing.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tacomarugby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tacomarugby.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagstatravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takeyourpic.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talos-app.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talos-staging.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tantso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tap.az", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tavda.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tavda.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tazarcorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbbank.gov.tm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcsemotion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcshairandbeauty.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teachermommylife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tealegrar.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamkgsr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamwork-bad-wurzach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teatrolatea.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techgama.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techlab.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technicalustad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technocampus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techvigil.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tehnicari-za-racunalstvo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teiqui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telecablenostima.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telefoonreparatieheiloo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tendomag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terremoto.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teskaassociates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teslamate.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tessla.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tgymj.gov.tm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaibrokersfx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thajske-masaze-brno.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thajske-masaze-vyskov.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thda.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-club.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-morpheus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-morpheus.courses", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-morpheus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the12by12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theacademicpapers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theaceblock.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theaus.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theboxoutofthebox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecozyinterior.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedroidman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefibreapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefitcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefoodcops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegantars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegeekiepedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehaze.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theinfoblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thejkdrebel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekitchngic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theknowitguy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelifevison.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themedictips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theseofarm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesepticgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesphinx.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetablehuff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevoga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkcoconut.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkprocedural.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thrashed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tienda.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiffanyblooms.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tilitoimistokota.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timeswiki.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timosfoodbar.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tintariau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinysol.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toileobscure.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomhiddlestonspain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topmotoric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toptravelgram.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tournaments.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradesoeasy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradymoney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tranquilityselfcatering.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "translationsfirm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelknowledge.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelmademedoit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelstrokes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traveltains.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trayvonren.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tremol-spedition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendntech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triageforensic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tricitiesprinter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trip.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triplevision.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troc.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trojan-e.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trok.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tronghoanggia.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tronika.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trubos.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trumplibrary.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trumpwhitehouse.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustcert.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustcert.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryknow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryupdates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt-hardware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttwtrader.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tucasacanadevi.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turbo.az", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turbowheels.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tusas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twoanime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uciplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ugirlx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umap.uz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniquepress.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniswapnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universalplant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universeinform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universitesegou.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uppsala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urmikron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uspib.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utos.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uvpn.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valeriapanarina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vapolik.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasi.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vatav.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vcsource.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verakoubova.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vertichost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veryestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetputten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vfr-oc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vg-store.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vgywm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viagra4men.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoryaveu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidsify.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vilhe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vilhe.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villamenty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinstafood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinzite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip-agency-escort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip-escort-agency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viroc.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualscoutschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitalia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitaminoutlet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vldz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vloggerfaire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vogonderzoek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vqn.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vse-dlya-texniki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vshop.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vxm.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w0fw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walkercountydemocrats.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waltravis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanderfost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanderinghiker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warn-usa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waronbrain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterlemons2k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waysandlore.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wbg.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdf.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdmleds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdpui.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearereasonablepeople.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearereasonablepeople.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webbuilder.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdesignfenua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webharvest.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webjobposting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weblistposting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webpostingmart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webpostingpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webpostingreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websitesbybruce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webtools-eqt.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weibohan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weinzeug.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weiro.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellzapness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wermeester.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westaf-edit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgrstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgsh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgyt.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wh1tedrvg0n.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatisthisapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiff-of-grape.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whyzeroturn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "widenews.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiipo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wijkstation.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikibulz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willighp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winmix.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiseinternational.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "withfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wlmq10086.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmie.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmmkf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmmks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wompenriebler.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonderchat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wongqq.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordprix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workreveal.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workwelltoday.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldplayerx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldrism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldscoop.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldupdatereviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worpswede.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowgraphic.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wp-tmg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsb.onl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xaver.exchange", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xaver.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xavi.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ximiko.eus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--9wy4jw3llnh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--duzy3f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--duzy3f.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--fretagsfinanser-8sb.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xserownia.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtremyblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xvmmod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxite.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xyzxyx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yachtbuyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yachtcharterfleet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yallage.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yarlesac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yellowtails.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeram.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yesterford.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yhsh.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yizhihuang.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ykgli.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ymashop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yorkshireterrier.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youngdevotion.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourivanopdorp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yujixr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yummydrool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaelkids.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakpex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zebraguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zegwaardrioolontstopping.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeman-fireworks.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeroerrordev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zinewords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zumba-oostende.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1000rubley.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100baksov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100ballov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100sapog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100skidok.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100zakladok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1965.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2016.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2business.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3varta.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "45min.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4budget.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "84036.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a356.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaliyahclothing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aamt.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abayakaram.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutconstruction.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutconstruction.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abouthistory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abouttravel.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abyssinian.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achiever.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aciclovir.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acidchrist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acronis.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actexpo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actro.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acuarius.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acupuncture.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addlink.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addurls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adenoma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adje-fansite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adminmare.4lima.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adminresurs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adriatika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advairgeneric.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advdev.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advice24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advokatfrolov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeroexpress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeroglass.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeroplan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeroport.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerospacescience.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affilia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affiliateprogram.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agapelove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agargiulo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciarubik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agendadelvolo.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agent-007.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agent47.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agentum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agentz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agnestakeaway.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agneta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agregator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrocare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agroclimat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrokredit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrolife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agropark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrospan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agroteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agustin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aibolit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aibolit.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aimless.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aip.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiplabs.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiplabs.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "air-business.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbender.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airjet.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airkiss.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airmag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airman.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airnode.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airplanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ak-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ak-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ak96.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akrobat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aksenov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aksenovalexey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akupunktura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akvaristika.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akvilon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albarius.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albendazole.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albuterolonline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alchakov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandrite.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexdesigner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexeykamalov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexisevelyn.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexweber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfa-music.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfadecor.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfadefiant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alginformatica.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algoritm.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "algorytm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alimenty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alisoft.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alko-stop.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alkogol.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-credits.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-ebooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-seo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-top.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allabouthome.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allbookmark.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allcooking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alldogs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allegra180.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allfortips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allgreek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alli-diet-pill.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alli-pills.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allmaster.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allopurinol100mg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allprints.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allresorts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alltrade.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allur-club.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allways.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allwordpress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allworld.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allwrestling.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almaz-host.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alotso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphacity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphadance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphatrading.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphatv.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphatv.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alterengine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alternativeenergy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altiusconsulting.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altmedicine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altoweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alyssamilano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amberhouse.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambivalence.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amfiteatr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aminoro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amitriptyline25mg.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amnistiya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amongtheflora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amongus.coffee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amoxicillin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ampicillin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amyapets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anabecoaj.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anabolika.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anabolika.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anabolika.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anafranil.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analitik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analizator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anarhia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anastasiaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anatoly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrienko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "android-center.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "android-club.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "android-gamers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "android-hit.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "android-tv.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidmax.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidphones.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidtools.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidwale.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androlab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anekdotik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelschlesser.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelsmile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalshelter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animashka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anime-best.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anime-cafe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animefun.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animekun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anivision.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anna-beauty.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anna-center.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annaleon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annalouise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annavissi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anon-gap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antabuse500mg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antalya-taxi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antalya-turkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antiage.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antibanner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antigravity.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antinazi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antiquecenter.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antistarenie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antivandal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antivirusnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antonovka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyplant.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyradio.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyrose.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anysale.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyshow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apartments-promajna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "api-bitrefill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apollodiet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appartamento.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appmania.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appmania.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aptechka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquabiodesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquablue.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquafilm.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquagino.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquaholic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquamart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquapets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquariumhome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arachnida.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arbaiten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arbeiten.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arbitrazh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arborpress.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "architectureblog.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "architektur.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "architektur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archives.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arendadoma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arhipka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariamag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arielasher.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariensco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arienscohospitality.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aristotle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armacom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armywear.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arpsel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art-kuchni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art-rca.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artemisgroup.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arteq.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artestetica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arthuro.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artsbyleila.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiagate.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assemblee-copropriete.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assettocorsa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "associatr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astuna.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atenolol25mg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athenainvsys.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athenasystems.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlantik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlastax.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atmmicrowave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augmentines600.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aukcioon-domenov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aukcioon-domenov.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aumisc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ausbildungskredit.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autisten.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoangels.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoblogs.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autobusiness.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autodynamics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autofolderstekoop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autogear.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autohunt.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autokasko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autokredit.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autolatex.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoreview.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autosolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autowallpapers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autowatch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aux-scape.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avaclub.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avagroup.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avantech.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avatarka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avestagames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayoka.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayuwidodari.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azerbelarbi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aziatki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azithromycin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b-o.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b2bmail.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babakortane.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babayaga-bg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babypharm.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backinstockalerts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bactrim.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baeconhills.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bagssale.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baikal.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bajofondoradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baker-street.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balaam-black.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balaganoff.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balancer.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baliklar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balkoni.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balopal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banderol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banja-kulasi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankmoney.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banksite.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bantik.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baogao.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baraxolka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barbaraedanielsantos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barberscorner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bardak.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bargroup.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barrack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basecamp.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bash.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bateaux-sans-permis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baufinanzierung-ludwigsburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayanradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbhsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdbe.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beerhouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beerloga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beernews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "begemoth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belinsky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belizemap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellsweets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bengaldisom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bengaltourism.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benrogers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benzin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berandalcorp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berendsvanhouttum.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernie.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernie.pics", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besedovichi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besolov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestfriend.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestshops.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestwriterjobs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betata.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinnerkenya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinnernigeria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bevmoir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beybladesource.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhpropco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bier-brothers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigbluecomputers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigchance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigshare.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigthree.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binoro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biochart.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biogenius.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biotin24.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birdsite.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birobidjan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birulevo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoingroup.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcointech.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitmine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitovayatehn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizdir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizsugar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizteam.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackco.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackswan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blago-sostoyanie.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blinkdir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blizko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockchaininfo.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluebirdelc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobertscoinrings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobijoel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobruysk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bochfernsh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bogdanov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bogdanow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bogoslov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bohobasics.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bohostijl.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bollywoodhdsongs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolshevik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolshoy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonk.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookmarkblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookmarkclub.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookmarked.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookmarkingyourbusiness.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookmarklive.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookmarkup.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookmarkup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "booshka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boots-shop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boskant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bosonogka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botticelli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxsite.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braccialini.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braggalabel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandsoxygen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bratstvo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brba.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brbcbd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakingthesilence.org.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brickfilmfestival.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridge-online.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brokenneckgang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bruno-pelletier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buddingoptimist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budget-cuts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bugbounty.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buggymaven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "building-materials.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bukowski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulavki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulgakov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulgarianhouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buratino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bureaubraam.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burevestnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bursapartner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "busflag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessanalyst.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesscrafter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessethics.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinside.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinvestment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessmind.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessnames.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessportal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesspride.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessquality.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bustmold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buzzman.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buzztrending.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwired.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabaretadanowskyfan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabodream.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafeterya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cakes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calaficirecords.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "californianet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "californiavalues.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calisteniaperu.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cambait.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cambiamos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cambridgetutors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camelflight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camelion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campdetarragona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canadaclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canadafactcheck.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canaria.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candlelightediting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cangurin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cantaloupe.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caphapupolas.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cara-bisnis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cara-mudah-hidup-sehat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carajas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardington.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardioai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "careerdiary.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "careervictor.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "careloco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carine.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carl-topham.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlesribot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carloancalculator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlsbadluxuryhotels.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caroinstitute.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carpetcobblers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carrieunderwood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartons-cheap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cash-generator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashamerican.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashblog.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashdrop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashregistry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casting-vote.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castrovirreyna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casualtime.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cattleplay.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cawagiras.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccarps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cedac.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cejgsd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celendo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cellecci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centerforamericangreatness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centrooftalmologicomg.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cerno-ps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgbunch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "channeloutfitters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chantage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chartbox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chengta-money.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chesswiki.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childchaos.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childchaos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childchaos.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childish.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinahealthcareblog.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chipmixer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "choesfirm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christcostum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianconcepts.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christinacrawford.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christopher-zentgraf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chronlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chronoc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "churchwp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cibercat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cippus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circues.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citysquarenews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citytaxiandtours.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cityview.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "civilhost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckyalliancefinland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarisonicmiareview.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classifiedspoint.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleaner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleaningcarpet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearwaterbidets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clomidformen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudninja.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coachrobcampos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cobaka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cockpitcoach.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocolink.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codefather.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coderescue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codewithalisha.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cofidis-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cokestudiosongs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colectivaradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comagexinvoice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commissioner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comocomprarumcarro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compraordenadores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computerles.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concertcrushers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concertsponent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conciencianimal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "congoproject.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conneropticals.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conpunk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "construction-group.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consumerindex.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contactsrl.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "converser.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coocook.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookie-directive.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooksite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolboys.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooldomains.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coopal.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copdrop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "core3k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "core3k.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corso.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmonaut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmoz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costflow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cousine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coworking-space.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coyote.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpufanshop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cqradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cranes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazychicken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creasetheband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creationfox.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativebloq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativeeducation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimeainspire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criticalmention.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crosswayz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruelcarbon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruelgirls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruisefashion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypticface.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cs-powa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csa-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csevolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cstmadrid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuaresmaysemanasanta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubsradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curiositytrained.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curlingbelgium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursorcam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customtel.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cutpasteprofit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwgallery.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberforge.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybertron.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d3d3.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dacada-porn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dachbeschichtung-zentrum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dallapartedeltorto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dallatana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damnkid.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dandymodz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daneiakartes.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielduran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannemora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darksideprod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darksignsgame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darktechnology.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkvape.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkweb.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darlehen-ratgeber.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darululum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dataproulx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datingsite.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davideonlain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deathwar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debarkader34.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deboutpourlemali.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedmoroz.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defiscalisation.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degirmenkasi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delhicleanairforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delicious.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delphinarabic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltasigmaxi1971.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demicon.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dengivdolg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denisglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denismusic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denisyakovlev.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denugka-vezde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derfritz.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dermnet.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derpicdn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "design-tricks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dest-gottskar-nidingen.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desterproducts.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desterrada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devil.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devoetenbus.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diamondgoldmarkcity.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diclofenacgel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dico-charentais.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitaldesign.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalkashmir.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalphone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalpocketpedometer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dih-technology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dihinternational.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimitryknoops.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimosoftware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diogbatech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dipanshuparashar.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discovermarbellahomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discuzturkiye.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disguise.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distortionx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "districtcourtislamabad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ditissaskia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diversify.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divinho.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divort.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diwakarlaproperties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj-dfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djalessandrobrain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djax.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djcheka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djdebayanofficial.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djdennis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djfaruk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djfed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djharun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djkemal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djlive.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djpromo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djrofex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djrush134.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djsm.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djviks-rap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmosk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dndblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnestr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnscaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogable.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doglist.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dokudu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dollarprofit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domains-hoarden-ist-ein-ernstes-problem-suchen-sie-sich-hilfe.jetzt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donwilkssculptor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotlight.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotpoint.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downfall-records.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downloadforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dozens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dozor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dpower.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dracheisolation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamweavers.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "driftsjournal.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivya.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dropchat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dropchat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dropchat.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duanre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubrovskiy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubslow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duckfx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dudeexpert.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumping.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchskinning.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvdmania.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynasoft.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-bodybuilding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-homebiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-smile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e.ki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastshare.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easytext.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eazyinvoice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eazytailors.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebolacharts.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eco69.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecohaus-pinklao-salaya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecojob.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecole-saint-yves-rennes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecosuperb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecourbano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edirnehaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edublognews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationconnect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationhighquality.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationone.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationweek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efe.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eggrolls.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egorazarkevich.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egypt-tourism.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egytimes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eisernes-kreuz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eit-solutions.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elazighaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elderreviews.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalandelectronicsengineerinformation.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electromenager.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektriker-notdienst-zentrale.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektroclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elenavoce.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elev8fashion.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elgargajo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliasfranklinn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elibidore.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elijahbrown.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitesim.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elkampeuzo-musique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elmolar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emdadulislam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emprendedoresdesevilla.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emu.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energydistributorsllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energyforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "englishfamilyzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enputu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entrevistadesucesso.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enythoracicsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eo-literaturo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicteller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epopia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eravurnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ericsaadeonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erikbraam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ernst-fuchs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eroscomixitalia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esautotech.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esteticaprofana.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estoniananonymous.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etherapeut.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethotupala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eugostodefilmesbrasileiros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurotour.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eva24h.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everready.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eviz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exchanger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "experimentalguruji.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "experimentaltheatreclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exploregulf.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expo58.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expoprime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expressstore.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extracting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extraeasycash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extreme-addicts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fahrzeug-talk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairdata.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faisia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faithbulletin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fajarafriansh.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familievisscher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familyzone.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanzapers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faqin-hr.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionadvice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionfuture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionplus.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionweb.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fast-silver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastcats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faw-club.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fazhion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "featherwallet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feedinghouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fefacaram.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feridun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fetlinks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feyiama.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fietsaanbieder.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finanz-planer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finanzierung-sofortzusage.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fingertight.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firedo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fireflywellnesscounseling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstclinic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstsiteguide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishergo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitnessmaus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flamebot.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flamehaze.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashigra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleettools.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floresearranjosonline.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floriimorii.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluffycat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluoxetin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyingmonkeys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodbody.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodbrowser.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodbuddies.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodcaster.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodclient.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodcollections.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodcollector.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fooddollar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodflower.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodlast.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodless.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodminer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodnight.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodpart.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodprestige.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodrates.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodrex.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodsunflower.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodurban.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodwidget.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodwish.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "footchronique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forchildren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forkurd.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotorecull.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fowlmanor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fpu.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franggroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankdisplaycabinets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankhaarlem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freepedia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freevisits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frente-popular.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frescobol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendbot.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frikotv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fromrestaurants.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funkstyles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funny-boy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funsoup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furnace-zero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabbyer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadanie.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadgetshome.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galavanmoskou.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galiciasensual.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gallant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameclimax.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameclimax.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamegoddess.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamegoddess.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamenew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamepokies.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamepunel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamepunelita.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamepunelita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamersweb.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamertrashers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamerturk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamesone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gangsterz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garmonia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gautengplumber24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaychatrooms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gcgroup.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekgear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geld-magazin.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generic-noroxin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generic-tadalafil.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericacomplia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericazithromycin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericcelebrex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericprevacidlansoprazole.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genericuroxatral.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geniusclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genzia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geoconvention.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geometri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgiainfo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgiangames.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "get-your-business.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geteducation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getshouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getyournurse.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghprinter.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigpam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girlingsdiamond.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girlsglimpse.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalbusiness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globowood.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goatstore.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldspace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gonumber.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "good-course.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodspeaker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodway.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goosip.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goroscope2011.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gothkilts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotoexam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotorussia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grabnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grabnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grammar.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphicdream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gratius.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravely.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "green-laser.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregfoat.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greypanel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grockradio.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grossorders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruene-linde-schwimmen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupo-famia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupodecoroinhaspnsa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupoiwana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupomanquecura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gugu-game.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guidetourism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunziefolleto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gurumobile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gurunanakdarvar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guzelresim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gwennyeeckels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gylly.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hachette-collections.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hack-forum.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackerforums.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackrepreneur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackthehacker.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haggisofnorway.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hagix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairconventioners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairextensionshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halagroup.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halltrends.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamave.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamelneinfachonline.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamsaranjavan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamwan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happymothersday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hariharnagar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harryvapoteur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harryxxjohnson.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hassiba-abderaouf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haushaltsaufloesung-zentrum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazen.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heal-thybody.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healingthenaturalway.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthalbuquerque.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healtharlington.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthatlanta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthboston.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcolumbia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcolumbus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthdallas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthdenver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthdetroit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthiraq.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmanchester.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmilwaukee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmilwaukie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthsacramento.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthsanantonio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthsanjose.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthsantaclara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthscience.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthseattle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthspringfield.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthtoledo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearted.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heijenoord.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heliumtech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hewavitharanamv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heyplay.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hhsrocketry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hi-million.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highlights.in.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hillsphotosoc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hilunetan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirunet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "history-vision.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitfm.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitmaker.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiwebsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hochzeitsplaner-rodgau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hocoma.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hocomamedical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holidaytours.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "home-remedies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeadvice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homebuilder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homebutton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homenature.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeservices.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hongyun-rent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtrainyourdog.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htl.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hufa.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hugomilano.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyperloopupv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyperonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iambhatti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamsainknight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamsamaskom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ib-zentrale.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibuzz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iceberg.cyou", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iceheart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icemyworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iceshadow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ichisound.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ici-freewares.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ico.wf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icojapan.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icsiak.sch.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idealbody.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idgr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ignat-torcov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihk-onlinewahl2021.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iklipcollection.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iljadr.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imagerecall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imaginarium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imprenditore.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impressivetitle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indeksonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "index-education.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiantechhunter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiaworlddigital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indimike.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infotype.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkubatori.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innertrip.co.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insideastronomy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspiredhousewife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantessay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantreplay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetface.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invadecafe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investasimudah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investresolve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ip4unlocked.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipdental.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipigri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipioneer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itabenar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itwell.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivanwolf.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ixaris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jadesong.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jailfooders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaiyun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesrtyrrell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamirinyo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janu-todo-list.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarnob.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeanmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jenin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jianbin.wang", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkfindings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobs-in-the-middle-east.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jocuri-noi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jocurionline.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joelito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jogjakarta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johann.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johanna.gallery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonathansomoza.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordanrey.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jorgvandeven.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jouleperformance.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jouleperformance.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journal84.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juanrodriguezofficial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julianaedouglas.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliangramajo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliet-squad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julietta-sanchez.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julmer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumelagevezin-vezins.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junglaurbana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juniornasim.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junkersparadise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jurancic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jurisprudentacedo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justnajoua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juweldot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaketang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanoumokuzai.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karichan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katarinasalonzapse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katerman.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazard.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kepak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerkdienststream.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevindustries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinfigueroamusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinmathiesen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinmo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keyblock.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keyblock.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keyblock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khaledkhan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khaliinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khusal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiddocom.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kilian.gallery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klausfoerster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klikarnia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klimaatgroepstars.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kloop.kg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knowthebus.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knuwiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kochadaiyaan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kochi-death.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koktelparty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konnitanaka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konsul.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koreanfashion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koreanhouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koshereducationers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosmonavt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kredit-kenntnis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kredit-mit-negativer-schufa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kredit-negative-schufa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kredit-ohne-schufa.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kredit-online.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kredit-zeit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kredite-ohne-schufa.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreditvergleich.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreditzirkus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krings.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krishin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kriskonaturopathic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kromozottrud.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurssertifikasi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuslink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ky.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "la-clairiere-arlon.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labacanisima.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laboratoriomolina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labtalleraudiovisual.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacigognedelily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagin.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lailabanx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamet-kher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapaksulawesi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laperladelduero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapluma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laradiorespuestas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latardeurbana.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latardeurbana.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latardeurbana.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latardeurbana.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latardeurbana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latestcoin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laviro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavoixdanstatete.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lb-music.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lcwater.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "le-club.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leadsformoney.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learntosurflisbon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalagenda.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalcalculator.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalcanal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalcircus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalclearance.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalcorporation.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalintergrity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leisure.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemfam.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemoncarlawyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenardoips.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lennertvh.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leytron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "li-de.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "licenzacalcio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifestylexplocial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liga99.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightnings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilimusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limehotel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkroll.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linksmatrix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liquiritia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livornonellarete.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "llinternational.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lo-mio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lo-zuromin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lollipopo69.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londonhouseshare.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorucreative.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludejo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludomo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludotech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luffarn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lugaresturisticosdeguatemala.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lungcancerchallenge.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lurkmirror.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luvitpatna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxanos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyricsupdater.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madecenter.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madkids.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madviewer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magdalenabus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailer.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makeurl.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malangartchannel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malisheva-blog.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mansell-law.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mansform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mansurov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mantenimiento-zaragoza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marei.ad", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariaelisaejunior.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariaterbildt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maritlarsen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marta-chat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maruja.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massazh.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matopu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matterhorn-test.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maythai.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbrd.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcpa.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "md-service.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdpp.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melanie-schwarze.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melissadeluxe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meslekkursu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mewtea.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mhh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mickyfanclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "migliorisitiincontri.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mihalgrameno.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milanow67.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millioncombolist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minir.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mironi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missuniverse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missworldinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mistergermany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixpanel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mnogosofta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modahouse.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modelpac.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moikolhoz.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monirtalk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonfist.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moormiles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moralcenter.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morevesi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movewithfiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpms.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpowr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ms0s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mt4professional.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mui.fitness", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mui.pet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myelka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytravelguide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n2o.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n95s.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nachalniku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naifix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nardamiteq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nashkrai.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasosvdom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationandfreedom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nativemusicrecords.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neferlim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neminis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neomodern.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netdox.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neustate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neweratshirts.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newpress24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nichya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nichyaforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickoticko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nierha.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nigeriaimagefoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nigmapictures.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nihaoonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikolaj-platoshkin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nix-sender.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nko.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nmu.university", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "no-more-gray-hair.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noco.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noktadedektor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noktadetectors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nonomnismoriar.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notariatpublic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notaries-europe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obereg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obmenka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "old-computer-club.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldcastle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldcold.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omarhussien.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onescience.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online365.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinecarstyling.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlystars.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onnatuurlijk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onslaughtstreetboarding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onzelievevrouw-veldegem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "open-data-apps.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openrainbow.health", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "order-a-laura.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organizacasa.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "originalblackfilms.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osgroup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osssr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostra.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otgadaika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otkm-stuttgart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxfordtutors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxymoron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pain-talk.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pandjes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pangeaservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parisdomino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "park-trek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parspanel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patricia-lackovic.from.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patriotcs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paul-go.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulgo.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulhillmanseo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcbuildinggr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pctelecom.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peacetourco.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pease.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pecisantri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pegasnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelgrimhof.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pens-money.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepsi.investments", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perantiguru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfect8.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "periosearch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petamazing.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petblaster.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petcollections.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pethandsome.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petimagine.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petless.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petlittle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pettopsecret.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phys.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pi1.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pia-bardo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piel.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinaro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pioneerbible.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitchforkunion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planled.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platinumsystems.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play3niu18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play3niu6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play3niu8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play3niu88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playpower.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playtop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pluginhayati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pointer2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pointermate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poiskkristinity.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polishdating.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porkolab.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornopica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portugalsurflessons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potvorka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerserg.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersergedatasystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersergpiv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersurgedatasystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praxisfilms.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pretty-liars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prettymama.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prikolkz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectimagine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostitytki-nijnevartovsk.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostoivkusno.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.earth", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ps-clinic.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psblog.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychotest.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pumpkin-business.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puravayalchurch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purpletter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pustakvishwa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "put-spaseniya.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qadrishattari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickhomedecor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qulix.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quoinstudio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quoteoftheday300.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quranvoice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiopranfm.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raglits.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raheel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rakuma.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rawlord.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readystep.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rearmatch.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rearmatch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebatekey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recidivism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redsolutor.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rehau-ua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "religionandpubliclife.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rememberingjordan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remorques-du-nord.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rentmama.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revisoronline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revizor-online.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reynders.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rfdirectory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rickyg.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robbrestyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robustevents.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocabot.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rohrreinigung-zentrale.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolotrans.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romantik.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romediatori.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronjagers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rusunion.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruthschoenmaekers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safeadmin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safetables.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sakainvest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salutparis.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samcoestate.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samodel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samsebe.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samthecomputerman.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandb-strategy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandtler.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandybigboobs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanfernando.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sangreytinta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanitairkiezer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santarosadetail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sateahafreedi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satellitetelevision.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbercontactmonitoring.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbirwot.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbmsite.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbmsitelist.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scandinavia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scanyachat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scardracs.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scarecrow-cn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sch5-gusev.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schluesseldienstzentrum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schluss-aus-en.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schreck-thomas.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sciencequality.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoliosisinstitute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottniven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selenapelletier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selsovet56.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seniorchoicesonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seojaguar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seolord.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seorus.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seostrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seotutorials32.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "separacioniglesiaestado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serhinco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serioussam.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seroquel50mg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexyjenjen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexynaty.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfat.llc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sh.org.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sham-rock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shamaev.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharetheroad.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shewanders.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shima1.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shineindiarktutorial.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shlyakpavel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopingbiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppinganchor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcarnival.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingclearance.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcorporation.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingdowntown.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingguerilla.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppinglowprice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shorti.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siadlak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sialtv.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidd.swiss", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidirokastro.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sindarina.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sineadobrien.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siterank.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skirtskenya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyn.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyseo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyworldlinktravels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slamhope.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sliverwarthog.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartfaktor.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartlinecomputers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowplanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "social-class.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofortcutie24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonder.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sophiebreslin.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundgo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spaceage.mp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spaldingwall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spartankids.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spatter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spelling.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spes.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spinemexin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sport-news24hs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportnn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sprintlee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stainhaufen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standfore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starbreaker.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starbusiness.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starry.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "start.biz.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startbiz.biz.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startbiz.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startbiz.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startbiz.web.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staylovely.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stena.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevezone.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stomatolog-czestochowa.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stone-world.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strattonapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streaming.jetzt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroigid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroykomi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studentjournalist.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studentnep.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiocharloslivro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studyservice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stum.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stupendousproduce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sulawesi-adventure.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supermarkets.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supplementpolice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suprememale.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supropionegocio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surflessonslisbon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svirel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swabifoundation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sxmd99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sylwiart.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemsense.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syzygycareers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sztuanzi.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabledown.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tadalafil-tablets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tailoring.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takagiconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talk.vg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanpopo.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarikigaru.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tasboomkwekerij.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tasbrouwwinkel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taximovies.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tayar2u.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tazz.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcbdarts.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teachking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tech-urdu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techhackhome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologyintergrity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologysnapshot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techtrendnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecta-stag-225720.appspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temizlik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "template-help.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tendiris.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teplici-crimea.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teradatta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testem.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "textlinktausch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thajske-masaze-olomouc.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-life-insurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-morpheus.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebigdig.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecryptoexplosion.international", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedark.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theflexerzone.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theoriecheck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetshirtguy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiagocasalribeiro.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tigzirt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiphar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tizen-ru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmberg.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmberg.se.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todo-securitywerkstuk.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "togglename.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tongjistudents.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topmuzika.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toriko-official.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tornadoarchiv.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torontogid.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toycollection.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trademarkregistration-coimbatore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traderoots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trafik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelback.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traveltovietnam.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trekmeshes.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trissiethehusky.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttlg.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuketicihaklari.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tulana.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tumblenet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuol-sleng.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuoni.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkishyatirim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tusierra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutorial90.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuxmobil.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvmounting-houston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvoistatusy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txtnovel.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txtnovel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubun.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udaneprzepisy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "under15.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undercliff.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undercucho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unique-urls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "united-dm.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universityofnarowal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upakovka-podarkov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upliftingappalachia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urlive.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usadirectory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usamale.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usebosin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uspeh62.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uttama.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwe-reimold.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwereimold.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentinemom.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valpareso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vamonospaportugal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanhelsing.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varelaloca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegabuhar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vejas2004.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vekashka.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venicecakes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ventolin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verena.gallery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vertaxaccountants.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vertexlife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vestnik24.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vianetz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viceversa.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vietnamholic.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vincenticosmeticsurgery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinobartonik.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vircloud.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualroad.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vision2005.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivelawir.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmlze.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voodoocat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voteurl.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrcsearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vse-prosto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvlen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waffeln.jetzt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waifuist.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanabka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangdaijin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterdamageindiana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterliteracy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waysandlore.consulting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wbclink.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-mastery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdaddyit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedding-page.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weekendplayers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welpen-rucphen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wentyl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikifamily.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikifamily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikilink.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wimlanphen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wine-and-vine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winnipegcomputerguy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmasphaltservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolkowitz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workfromhomemom.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workfromhomesites.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldofheroes.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldtravelmagazine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worms-cowclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writingpapersonlineformoney.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuergler-consulting.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x86.co.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xdwhat.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--n1aeexs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xyzzy.earth", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yagotour.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yarahmad.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yasudaseiki.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yes-money.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yes-money.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yingmei.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogatherapykosha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoozapi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yottahash.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "younglions.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yousuforg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youthnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakarotta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zapamini.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zazaradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zitstabureau24.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zofran.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zookri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zorghuys.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zotan.photos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zotan.pictures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zotan.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zotan.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ztn.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zygfrydadamski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1allhosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1cplsd.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1x2magazine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1x2magazine.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2cb.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2mfitnessduo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2mileservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2ndmileservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2tt1.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "54cuatro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7azarfazar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcdthesis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ableofficeadmin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abschleppdienst-hilfe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academiaba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acercapartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actforrights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaptsolvents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adh.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aequometer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "africaricecenter.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aghospital.on.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aini99.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albakham.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexpetrik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alignedchiro.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alihashemrasheed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allabouttreeservices.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpencams.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americasgottalentauditions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amministratorecondominiale.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andiland.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andorrainsiders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angisonline.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angrygolfer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anjaliandthekid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anker-wladyslawowo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annazweglinska.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apartrentrotterdam.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aplibrary.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apostasolida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apostasolida.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apozitivenergiasport.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquariawise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "araadvocats.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arca.info.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcj.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armfilm.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ask-thenutritionist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspiechattr.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athydro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atikokanfht.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atikokaninfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atikokansnoho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlcoaters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atomik.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atomsit.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aymaramusica.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babo.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babo.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banterera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baristabetter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baristanetwork.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bawamedical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bc-cdc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdtd.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beeapro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beestar.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behavenet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behlamp.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellatight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernard-securite-protection.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betseven.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinneruganda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhhscalhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biancasalgueiro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bierbrouwerijderoos.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilgehan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billigespill.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binhminhpc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birdspundit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bits.org.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitsng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blacktype.bet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluesecret.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonomi-koffie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bourbo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxwcard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakingdeal.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bremmaslooms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bret-mcgee.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightbock.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightbock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightbock.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightbock.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightbock.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightbock.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byriderfranchise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cac-ua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadecobots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadeengineering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafesforonda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafevelo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "californiaonlinedivorce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camcapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campingbuffs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalmarkets.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "car-diagnose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caraliadeluxe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cat2heory.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caulkingexperts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caxalt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbdbonplan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfcpestcontrol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaos.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chibiapp.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citruspi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citruspi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classic-battleship.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classicpattern.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleargrowshine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "climatizzatore.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clip.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmdy5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmtbc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coactuate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codo.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comicyears.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compromis-promesse-vente.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conveyance.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooltura.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coop-land.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "core3k.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "core3k.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corerad.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coze.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cr05.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crabgrasslawn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativebenefits.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criktrik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criticalrace.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crownedhijab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cugetliber.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuongthach.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuongthach.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvbp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberex.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybertrinity.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cynetco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyrilstoll.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daymantrust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealsemperor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defend2.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "definitivesynergy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dehoga-reisen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dela-django-app.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delftstudy.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deplis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dermapaz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dermnetai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dermu.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dermx.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designertrees.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "despacitobeer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dianaconsultancy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalizzazioneverona.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dillonm.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dima-v.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directitude.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discohook.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divorceformsfiller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djazim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dklao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dm.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmhomedesign.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doghauspottery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donazione.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doom.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doramiru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-laber.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreadfulsanity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dresstique.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duerlundfalkenberg.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dylanwolff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynastybreaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynhost.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaofcarrollton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easukasbestos.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eco69.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "econstitution.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egotripproductions.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elcozinante.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricit.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elettronicagroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elmandria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elmehandez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elolo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eltar.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eltconsultants.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eltrompomedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emogie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energycarriers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enthusiast.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eosagonline.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equitable-igwm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erikbraam.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esslym.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estebanoria.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esy.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evakuator-tut.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventsbytma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evilmoisture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewy.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excoins.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezifin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f6queer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakeboost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakedisk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fangkehou.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanstuff.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasydesign.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farmaciaviva.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbausch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felsare3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fennydewit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "figmalover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmdates.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmoffice.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fincas-ruiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firedemons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitnesshire.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fivemnetwork.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashmarkets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridaplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluencytech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flymsy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fnerk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodscovery.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotoars.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fppp.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankthetank.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freethinking.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullworks.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funeks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fynchmobility.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g-tea.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaecgh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galacticbusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingaktier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatot.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genderrevealshop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgiosnetworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getyeflask.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostfam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gklparis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "global-free-classified-ads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotravel.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graficom.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravityfitness-tennis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatbarrierisland.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruver.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gustavo.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gwandalancobras.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gypsymama.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haigure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "han-nas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hand-made24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanimat.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haorenka.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haorenka.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happymondayclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hapticmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harvestgospelministries.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hastadoktor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haushaltsaufloesung-vor-ort.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "health.inc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heybaker.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hidrolimpiadorasprofesionales.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highdonate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highlandsmode.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hm-notes.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holger-schwarze.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holiy.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollandhouse.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostingsupremo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrka.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrka.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsselite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "html-code-generator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huntingspirits.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hurinkazan2020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydrocontrolsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iczer.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihrb.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikiroutayhtye.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikootu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imbunatatiri-logan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immobilienmakler-berlin-biesdorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immobilienmakler-berlin-kaulsdorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immobilienmakler-berlin-mahlsdorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immobiliensachverstaendiger-waiblingen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "in-ua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inazuma7.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incentea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incentivi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "init.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insideevs.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "institutomarketingdigital.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelligentwaves.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iparduotuves.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irmakprefabrik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ishopforpowerserg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsch-itsche.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iyan.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jandonkers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarmix.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jem.shoes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerrytindell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jotbe.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrzhong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jtrojanowska.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julietous.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juspay.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justalilhippie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jyllandsakvariet.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karolinacwik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kejpop.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimbunlar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kittybot.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleemans.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komarex.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komlangs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krakenrobotik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kredit-galerie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kredit-schule.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreftprzewieda.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuepper.nrw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanaturedaure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landtrack.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lascandalistas.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "le133cannes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leadsguru.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leaf-nail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leasecar.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemco.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenamorino.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lennard-indlekofer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lennard0711.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsdoeit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsmakeiteasy.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leukert.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leylalewis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lezwatchtv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgp.go.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liga.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightmere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lillieprivat.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linmago.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisasack.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlegiants.edu.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lols.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lop12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorrainestreatmentroom.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losfogueteros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loudhills.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luke-hacks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukloveswhisky.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxebadkameraccessoires.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madeinbarcelona.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maga.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magdalena-pulawska.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magel.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnusonhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majesticsailing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makani.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malecondemusique.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malworld.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manero.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maritime-mea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mark-goeder-tarant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marriageinchrist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marry-fox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvinxyz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mashoom.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayottesport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mctwcloud.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meijwebdesign.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memoryofyou.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menddie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mexby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfoda-eg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midial.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mielelpinsapar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mightytips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikrokolektyw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millerandzois.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mineturtle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miramaraddictionandrehabcenters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mittid.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlcfinvest.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilespectrum.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilyaderyasi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobisuper.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modetalente.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moeblog.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneyniti.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mongrossisteauto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montsebetanzos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mordamla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moscowsex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motogeelshop.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moustream.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muhrielle.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mumusofa.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musaslush.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mutantletterpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylrd.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysmg.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n-doc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n-doc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nandapanithota.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narodowyspispowszechny.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncrypt.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netletic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "network.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsinfo71.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nieuwsberichten.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nilmaracursos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nilmaraquintela.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noradanismanlik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordiva.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northflightaeromed.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novapur.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nurshka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nycu.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o2design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceancore.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odziezrobocza.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okinawa-seaside.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldforgeinn.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oll.dj", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omnissimmo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onedigitize.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onejoon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-fix.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinekreditmitsofortzusage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlyjesus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ooooo.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optik-sehstern.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optischmopti.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optoms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orderlao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostgotakonst.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outsidology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overlandliberty.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxialive.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p2r.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paalam.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paesa.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "page-speed.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paige.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palmaxgroup.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panhardclub.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parcelauditpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partners4results.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pawsandpurses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedrollo-ua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedrosart.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelikan.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peter-zhu.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "physik.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piasativa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plancke.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plasticwindows.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play3niu1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokoiki.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poltang.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popotesetcocottes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porady-wnetrzarskie.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poradywnetrzarskie.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornopica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poshmark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "positivityeffect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powdercoatatl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powdercoatingatl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersergmysteryshopping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "practicalfuturist.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prevodkazet.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pricelikeit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procarpet.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procurs.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procurx.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prof-waldowski.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profwald.4lima.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promodesigns.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puretermite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purupuru-shibuya.school", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purupuru.school", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pwud.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pxstart.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qconnan-photos.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualitycarbonfiber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualityconcreteleveling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualityconcreterepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualitymudjacking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualitypiering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualitypolyjacking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualitywaterproofingco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quanquan.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qulixqa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qxpress.com.py", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rangersofbelgium.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raomed.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raventechnology.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravimiamet.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdv-coquin-rapide.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reactionindex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebelcorp.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redneck-radio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resibo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restart-brno.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restauracjabazylia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resumeget.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reteteaz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retroskoter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revaio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riared.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ricewarner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rigelsport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rihal-humain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rimikis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritoge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "root.watch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosanaestevezabogadovigo.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roseboom-bouwkundigadvies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roundgarden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal821.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal826.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal828.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal831.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpgamers.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruthmontenegro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryankilfedder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rygh.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safeprint.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sajt-vizitka-nedorogo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanitaer-notdienst-zentrale.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schaatsenenskeelers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scp-rustenholz-trens.notaires.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screenart.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securl.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securl.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selldone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergicoll.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servers.vg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shantitsafar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharethe.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiftregister.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shinobu.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoogar.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shop-ok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shouldiusehttps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shq1p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidekix.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simasoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simbike.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpletherapy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinemakurd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sisselsteyaert.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skoskav.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skrid.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skynetcloud.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smhatelier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smokingrio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snd-zentrum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialtournaments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solareagricola.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soligorsk.place", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solvedapp.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonicworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southlakesinc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sp-pallotti.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sphynx.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "springermedia.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "springmountaindistrict.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standardizarea.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staywild.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefankuehnel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stinkmemes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stockhuntertrading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stocksfam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoll.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoumann.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stpaulsbullville.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strife.builders", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylodessens.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "substances.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sudcalifornianos.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunnysin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suppdeals.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supplydoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sv443.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swdevteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syniah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szelagnes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamayahousing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tawjihi21.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbcloud.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcncompany.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnyal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tejaswi.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temporaryair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaitonic.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-small.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecanadarace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegrandline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelockerroom.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepigwrestlers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewoods.earth", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thiscity.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomaner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinyemily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toaw.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tododecorazon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonydaquin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topfd.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totu.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpk-parma.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traderepublic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckercheckin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truegunvalue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truphaegourmet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutorials.vg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukpts.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedwedream.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unnas.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uptotechs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utahdebtcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vacatecleaning.melbourne", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanjeveren.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varrogepcentrum.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaultlegal.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vayaprecio.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vejanoticias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venomapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ventana.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ventosurf.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verdesfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verhaslaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verksampsykologi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "versatek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vimworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipdirektolog.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viral32111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viscondedemaua.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitislandpond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitaalfitcoaching.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivi.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vongdeophongthuy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "votebymail.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voxsiren.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vutruso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vzducho-klima.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walaamohamed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wastafelmarkt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdambv.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-space.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webbanquyen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdesignrodgau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdoctors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webseptimus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websiteforyou.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellington-fields.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkenbijsidekix.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westshoresrealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westsidechildrenstherapy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whereuare.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiskydb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiterabbit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whoneedshttps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wideweb.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikispiel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikkelweb.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winners.bet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolfdig.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolfflabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workclaims.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldskills.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpsite.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wtccc.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuknet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuknet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x-net24.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenomorph.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaomibarato.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aejhvi0at.xn--90ais", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80ahcnlhmh.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--diseadorwebmallorca-y3b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--e1tvpw18d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--hthng-171byc.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xogum.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yadakjo.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yangmao.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yasukevicious.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yolo.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youenglish.school", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youngsoulstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourhumandesign.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourvoice.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdorov.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zealandia.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenstore.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenti-im-zug.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerodechet.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zjawa.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zorgvanoranje.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zotan.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0cean.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100v.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100voprosov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123site.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2021.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2021sb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2022.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "247dns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3ncompanies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4sjnc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4y4.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5pila.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a1earthworks.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aalborgroklub.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abaranov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcgruppen.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutandroid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutconstruction.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutmarketing.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutmedicine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absolution.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aceweb.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acmilan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actievloerkleden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actievloerkleden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actro.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acutron.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acutron.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addlink.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adelaideskintherapy.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advertisment.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advocatburo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeraustral.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerogrill.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeroklub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerozone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aes.org.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affcreations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affectionate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affiliateprograms.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affiliateprograms.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "against.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agill.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agroclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agroland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agustin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agusto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiccc.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "air-soft.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "air-ticket.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfox.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airfox.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aischepervers-porn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajoliveira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajoliveira.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajoliveira.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ak2000.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ak68.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akracing.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alaattinkaraca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alabamaonlinedivorce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alb-media.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcapone.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alekseevaleksandr.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexaconnect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexarthur.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexauto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfa-auto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alignedweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alkoferma.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-blogs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-music.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-pics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-stuff.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allaboutnothing.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allaboutnothing.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allaboutnothing.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allcourts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alldrives.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allmobilenews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allmoviesonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allscience.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allset.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allthingscpap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alltourism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allwebsites.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allyachts.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allyachts.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almost.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphalab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alterenergy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alternet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amateurs.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazingstore.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amberhouse.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amberhouse.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amempire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amexemp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amigosgranada4050.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amnesty.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amoatuaexistencia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amsterdam4u.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anafranil.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrewnet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrian.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "android-soft.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidhack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidlab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidmarket.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidplay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalsphoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anime-list.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anime-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anime-tv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animeday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animewallpapers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "announcement.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annyaurora.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anteny.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apoyoentareas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apsnetwork.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqua-richtig.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqualife.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquaponics.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquariumhobby.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabbook.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arendakrana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arishastyle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arizonaonlinedivorce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arne-gammelby.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artvis.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arwensiberian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asesorialigorred.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspenhillsdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astypic.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atmi-zo.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attanasioluigi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audioscenic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auscultador.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auscultadores.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auscultadores.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autohaussued.gmbh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayhosting.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b0r.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babadag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babo.name.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baklahu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bam.com.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banktender.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banner.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bargrill.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barro.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barsopen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basementdefender.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batterman.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayarea.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beastnet.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beastnet.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaufortcastawaycharter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautifulart.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beecare.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beklenengazete.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belltownfarms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belvo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beniajan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berbatov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestatos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestbookmark.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besto.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestofthewestmovers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestshopping.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestwigs.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet600.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betor.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettertax.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betyetu.com.gh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beyondtv.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bi-in-beeld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bi-jenny.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibleforchildren.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biensur.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigbade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biketalk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billwebb.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binoculars.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biosuit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitseo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bittrend.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitunit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizprom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizstart.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blk.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockchaintech.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluelily.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blutooth.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodymassage.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonitadesax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bra-horapparat.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bricklet.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buchhammer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budget.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bungeeireland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bunkerhilltx.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burberry-outlet.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesscorp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesscorporation.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesscourier.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessgrowth.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesshome.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesslead.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesspersonal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesstimes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesstrip.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "by-yesilbag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camping-dulac-dordogne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campofant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candlepro.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canlitelefonhatti.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cao.bi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashcode.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caso.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbatcreative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbcnet.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccpetmotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cefroht.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebronsnous.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfr-culturism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgrequinos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlesonrecreationarea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chauvelcinema.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chesterultimatefrisbee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiffrer.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "choicemediaworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianchat.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circoeia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citycountrycounselling.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "civilengineeringhandbook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarkwise.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clever-invest.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "client24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coaojarlos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coincity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colinhouston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concienzy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookandbakecenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copyrightflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corecosmetic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "countingdues.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "countryroadsmotorinn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "couponite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covid-19.nhs.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covid19.nhs.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazyfly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creaketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crisbonaldasemijoias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crmtaxi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberbook.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberlounge.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybermall.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberpedia.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cynology.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailymags.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailywork.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannibydesigngroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darlingdownscoffee.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidjktofan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denisyakovlev.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detishki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diamondvision.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietlist.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digikassa.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digilirapay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divorciarse.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djattack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djsintl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnsecho.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnsecho.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolledout.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dom2news.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donate.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doneva.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosug.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosugru.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drclatinoamerica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duizhangs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvdforum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvdmusic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dziecismoka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e2essentialelements.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earningsgames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastmedo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easynotary.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eatingasturias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecometalsrl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecrequipamientos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edgxr.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edtravel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduardbaas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edutour.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edvision.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edware.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "effigos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eleganta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elfejoyeux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elif.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elswickllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "email4u.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energyflows.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enotar.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ensonyan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ergaran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ergwebs.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ericseankennedy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "errekaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethnicnaaari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everifile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exitos1000.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exizent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expoesiavisual.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expressidrop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezidox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezitech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairtrade010.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiondaily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiondesign.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionforyou.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionlink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionreview.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "favely.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fazo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fencestlouis.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fencestlouis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fevolden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fidecorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstcontact.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flect.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flinkthink.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floresastrid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluoxetine.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumdabeleza.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxly.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxtwomodels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freischaffende-architekten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamesgalaxy.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gbk-host.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gbk-teamplan.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekspace.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geocoin2016.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gereedschapmuseumdehobbyzolder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gf0.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gialupa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigashopz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gockhuatsuky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldchip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldeneyesantafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gopornovideo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goppold.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gothailand.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gowager.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandyolholding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graver-art.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravira.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guerrilla-marketing.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guidograuer.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guitar.bible", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guitarrabuena.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guki.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guri.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haloperidol.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happii.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happytours.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harukas.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "havator.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazelkid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hcg-injections.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "headlineclub.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heapsofheaven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heartlandtownandcountry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heartofthecontinent.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heidirange.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heigeyuan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heisgod.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hensonphotography.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiddendragon.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hipcircles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "historiasztuki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hms-zentrum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollisters.servepics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedirectory.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homegreens.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hormigonimpreso.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hossleylps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrkgame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humuluslupulus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihatereceipts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illuzionclothing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immobiliensachverstaendiger-ludwigsburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imperialfencestlouis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelligizedigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inthefurrow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itrollskogens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itstartswithme.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsupportguys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivan-varga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izzymendosa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jabodent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janwern.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jenningsbet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeoffrey-sanchez.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerevise.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jezura.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jf-madalena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobsknowlgee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joinfear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josephojo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joshygeo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joyorganicscoupons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junque.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jurjendevries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jzeg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k-mino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadalove.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaese-journal.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kagi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanakmetals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanbanindeleble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kassola.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katalog-serverov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kawasakipartsonline.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kck-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keyua.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinocheck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinocheck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitpara.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitty-core.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kittywilder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knsrv.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kokuryu.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopipasta.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kredit-ohne-schufa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunstenkracht1919.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kydros.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labor-augsburg-mvz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lambdajournal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laptop-sewamurah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laurateen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawfirmdubai.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leiloonart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lelunch.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenr-experiment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levna-knihovna.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveevents.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livemosspointe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localcleann.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lokoo.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lokusec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lowies.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lugandbezel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lullugun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lungvictorycarpet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxonengineering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxonmx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ma109.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ma162.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macallan-tls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macallantls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macintyremotorinn.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maketodiet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malicis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manxa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maraichere-gourmande.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcsello.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mario.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marlowfaceandbody.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterglasses.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdmbat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melissasundwall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meraki.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merlinnot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meteor.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaeliscorporation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mihirsingh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minidesign.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ministerioaguadevida.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixuz.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjsports.bet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlgittinsbookkeeping.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moderneraplumbingandgas.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montanaonlinedivorce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morawiecki.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrjamstore.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msresearched.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "museodeinsectos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygobelin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n2canada.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nacudeck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturvit.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natuurophaarmooist.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nbtc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newbrunswickonlinedivorce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newheights.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextg.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfil.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicole-richie.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nihaoren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niobelakelodge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nkg.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nogger.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomaspicaduras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nonnaloreta.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nootropil.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noschairsfauteuils.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuranagi.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nurserystory.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nursing-school2.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutrapurecbd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofuquemalitaestoy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oifc.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olimpicmoradebre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olstest.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onestopirrigationservice.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "open-future.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimust.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oreitia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orgawell.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ortegaportfolio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otakaroltd.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oteri.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourcomeback.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palms.fitness", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pc-mac.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pccc.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcdomain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcfiles.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcrecovery.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pearsonbsl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peewee-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pension.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penya.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peppercornmotel.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "periodicopcion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "persey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petopedia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmabest.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmate.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philip-winther.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phone42.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phruse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phuket-tour.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetandroid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plasticsurgeon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playasdegalicia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playglobo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pod-emnik.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pomost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poplite.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "population.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pozdravlyalka.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "previstart.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatevpn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progressonderwijs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progressverkiezingen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prohibition.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosveta1901.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purelife.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puschkin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pwcabinetmakers.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qabalah.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qrlab.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qrlab.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualitycommerical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualityfireproofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualityoflife.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantumweb.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quinnbet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qulix.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rachelward.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "racsoft.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radeticlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioliberty.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randyselzer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rangeweb.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravenousravendesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razajewellers.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razborpoletovsite.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razborpoletovsite.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ready2learn.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redefinehealthcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refusedcarfinance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reisenomaden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remount.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "requirements.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resort.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retecentre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewbrokers.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revisoronline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revisoronline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rleeden.no-ip.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rleeden.servemp3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertodegroot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robobusiness.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roboland.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robowars.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocketdoctor.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocketdoctor.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romanticdate.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rombarte.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rookiemamabear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootless.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpmglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubirubli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruonavaara.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russianbrides.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safebits.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safebits.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safebits.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safebits.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sahinozgenhukuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samozdraw.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanofi-deccryptage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapporo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saribunga.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saturnbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saubooks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schattenfront.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schiavidiabruzzo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolbag.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scienceeducation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scienceschool.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sciencexpo.org.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretbase.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretmap.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securebot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securitystudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semantics.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoagentur-hamburg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seodoma.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seonow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "septics.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servantweb.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serverdragon.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serverion.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "services-oxialive.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaiyauntold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingnature.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidequestors.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sine21.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sivertbjorneras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sk8erofbodom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skinsolution.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skytiger.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slytigers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smart-mrt.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartnanny.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snoska.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socii.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofrapejone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sokotime.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solarrights.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somerprints.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sortandpack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sovtech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sozialismus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spectacles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spidermanitalia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spielautomaten.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spillhosting.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spycam.hopto.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sshport22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stabilizatory.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stalbanskenora.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stanchierifamilylaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standupcomedy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startubefittings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steroids.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stockholm.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strana.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strattera.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strojar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stromectol.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sturtz.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuttgart.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suavidamerecemais.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subestan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suetreweeke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supraelco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surfinglisbon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svarka24.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svarka26.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swifttowing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swisschat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syselg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szegediszobafestok.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t1f.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talisman-amulet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taurusgaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbz-pariv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techmagazine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleblog.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telluridelocals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "templated.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teri.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terra-med.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetracyclin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetracyclin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texasonlinedivorce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebasementdefender.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebasementdefender.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theblackcat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecultureworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehashagency.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehoney.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themlmsuccessnow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theyacht.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tidal.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiemdoconnit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiendagamer.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tierparadies-muhrielle.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinydogs.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titivoot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toalsbet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonton.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toowoombajazz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-dance.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-verhandlungstraining.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topcoffee.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topnado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topophile.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toptour.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toptravel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalwreckers.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toursforyou.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradeonfx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tramin.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transformaciondelestres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelaround.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traveldir.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traveleurope.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelexpress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelmate.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelnetwork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelpremium.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelprestige.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelrail.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelreviews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelshopbooking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelsites.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treefarms.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trend-shop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendzilla.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tretinoin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tri.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trifence.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tringle.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trinitywernersville.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trivarfertilizer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tropiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trueasia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trusecurity.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuncmar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyres-mechanical.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u2galicia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulobby.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimatepower.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umstudio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unemployment.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unified.show", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unium.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unium.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uplandsnacks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upr.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upsala.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upsocial.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urban-map.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbangardening.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanpromisetrenton.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usmrecycles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uspreventiveservicestaskforce.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uvsar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vancouverwaseo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanderleeden.servepics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veganculture.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velotours.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velovelo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vendadopinheiro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verdadera-seduccion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vesvault.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vhumo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viavitas.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viavitas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualsex.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitcaparica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vizit.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voluntourism.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ward.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wardpieters.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcrazy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websiteport443.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websuccess.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weddingcalculator.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitemagic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wigsalon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikitech.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winnery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordzite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workjustice.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workservicescorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "world-ir.international", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldexpo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldsbest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowdrive.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyndhamgrandalgarve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xanny.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenophobia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xetha-bot.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaomi.com.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----etbdeb7cgsj4h.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80ahccom2a2c.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtianhe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yabbr.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yabbr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yakimono.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yazik.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ymca.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yo-digital.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yokohama.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yorganica.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yorkshiregrit.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youniq.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourdata.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yousee.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zafrani.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zahnarztpraxis-simone-koch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarabotok-v-internete.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeitgitter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zencube.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zendev.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zentouch.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zipalerts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zofran.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zone-hack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoto.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0verall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100-referencement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100kraz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100tur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10705.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "125colours.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12bsc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "18pioners.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1casino-online-games.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1zagon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "20-jahre-auslandsdienst.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "20sights.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "27ruecosy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2feel.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30-v-minutu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "360e-commerce.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "360e-commerce.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "360ecommerce.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "360ecommerce.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3ks.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "48times.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4digitiq.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4q-quartet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "50plusdating.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5aelettroni.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5penazi.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5thgenrams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6060fm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7extranews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a1hypnosis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aabd.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abambo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcfinance.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abitextra.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abitextra.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "about-e-bags.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abouttablewares.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aby-action.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abysse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academiadelmolino.com.uy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academiadeufologia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academicperks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accardo1968.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accordimento.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acculex.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achkandiro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acolicy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acoustictabs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "act-news.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actfleetforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activemedications.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acutane.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acutane.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adams-gonczi.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaptivesite.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adda.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adenhurra.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adfs.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrino.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrino.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adsmarketing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancedboilers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advantis.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advantis.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventurecorps.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventurecorps.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advertise-ment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aesculapliterature.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afearlessventure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afiyetolsun.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "africankingsclothing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "africanmangoforum.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agencygood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenter.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agilepeopleopsframework.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agiloo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agirlknows.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agnusbostel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aipcardio.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aipcardio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aipderm.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aipderm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajansseo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akasi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akaziya.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akhbaralam.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akisazame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akonlineworks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alasdupur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcatraztourtickets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alctel.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldastv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldo-shop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aleks.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aleksa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alenafugueroa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexanderbernitz.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexanderkruglov.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexanderwagner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandre-gallais.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexaprinting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexdocumentation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alezaragoza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alialkurdy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alicehartley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alicekinkycat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alienantfarm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alila.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alitabergert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-inhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allbestby.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allergyweb.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alliancefitnesscenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allnations4christ.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almaascosmetics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almanilan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almargen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alogoosht.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alonaku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphacyp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alrehmantech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alshabab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alternego.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alugha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alvaritoeresnuestradulcelocura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alvarocastillo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amandamachado.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amarilio.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amateureuro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amaurijogos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amcanalense.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amebolounge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americawiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aminformatica.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amiv.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amphora.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amsterdam5.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amtrakoig.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amytuarez.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amytuarez.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amywinehouseaddicted.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anak-pontianak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anatorywap.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andersraagaard.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidhile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anebel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anian.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anikaras.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anime-and-manga-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annabelmassina.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annadebrux.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annadebrux.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annikarose-porn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antibioticaugmentin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antihistory.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antihistory.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antihistory.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antnetwork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyebooks.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aperiomoney.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aperiotaxation.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "api-hany.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apipirkimas.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apipsandiego.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apipsandiego.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apnanaudero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appartenfrance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appcarry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appearinsequel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appleexterminating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appleric.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arbeidsplassen.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arch-design.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ardacar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arenaolomouc.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arenda-v-sochi.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aria-best.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aria-best.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arifrachmanhakim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkholmevillage.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arox.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arp-mb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arpteamdiabolo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arshidazarine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artechxperts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artemoon.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artemweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "articlecentre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "articlepub.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artifactoria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artkins.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artwhoredistro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aruson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "as48550.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asa.na", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asbestos-awareness.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asbestos-awareness.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asbestos-awareness.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ascauctions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ascolibasi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiatv.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asikpasagazetesi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askanydifference.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askdeliver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assets.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astarfrommosul.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atelierlk.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atiku2007.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlasleeuwen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attatroll.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attivazioneveloce.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atzeneta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auditor.consulting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurahiemis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurtho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurumkoins.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auscultador.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auscultador.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authentick.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authentick.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authentick.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authentick.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authentick.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authentick.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autocorsten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autohaussued.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autovesti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoviral.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autovolo.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avi-web.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avmtn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avninternational.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avstack.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtojurist.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtomaniya.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awayword.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awxg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axelcalle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "az24saat.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azartmania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b1r0d4l0m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babibonami.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babitaji.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baburhat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baconsultores.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bactrim-antibiotic.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badtimestories.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bagdagul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bajune.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balintjanvari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bamifm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandademusicacarrion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banglatec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banjonelson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banking-services.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bantiki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barbiecollectorjapan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barchetta.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barcicuvele.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barksandpurrs.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barnestransport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barrack.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barzza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bashkiria.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bati-renov.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batka-stealer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayarea.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baysidephotography.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayyanainmuebles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcalles.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcalles.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcallesen.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcallesen.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdemiashsgrenoble.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bearsunderland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautiful-lingerie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautyanna.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bebbiboni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beesco.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beinghuman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belarbykora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belardoinstrumentos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belle-epoque-toys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beltanelabrosse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bepxl.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berggeit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besthobi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestmattresses.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besto.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestradio.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besv.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beszerzokozpont.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betish.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betternet.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinnercolombia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinnermexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinnerperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinnertanzania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beulahparks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beverleysimpson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgd-info.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bidenstopdeportations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "big-travel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "big.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikersmadrid.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billingtonfoodservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biodaan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioinformaticsweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biomedyczne.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biossidiot.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birahugo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisrockloverclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitchesabroad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinbot.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinfax.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitton.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitwardit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitwardsdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bj-caffe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bkl-ca-qa-employeeapp.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blablacar.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackestdespondency.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackheads.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blago-sostoyanie.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blauesschwarz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blazefire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blixpage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueswanbookkeeping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bmeia.gv.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodyandsoul.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bogatyizhenih.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolverin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonjourimmo.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonukset.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "book-sites.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookmarklive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookvuz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bootsa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boracay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bordeiu.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borderfever.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boredhousewifeconfessions.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borjalucero.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bosdubica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bottlerockshuttles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bovineandswines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxerdogdiaries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bracket.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainefive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brambevers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandfactory.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandinspiration.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "branemusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braunbergerfreelance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brbt.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brbt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bressem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brewsouth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brexpeditions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bri.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bricomag-media.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridgedigest.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightonvt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brindocorp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishbullshitfoundation.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishgeneralelection.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brooklynboyblues.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brouzuf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brusselsbe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsq1492.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bticoin3king.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btsarmy.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buff360.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buffalobill.idv.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buianhblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "build-up.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildingchemistry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildingdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildinginspectionmandurah.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulldogfrances.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bumsbuero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bumsbus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bunsnbagels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bunto-import.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "business-events.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buvocastings.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buxru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-apartment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "by-pixcl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bydoora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byjudasarrieta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byst.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytesec.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cactuspedia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cactuspedia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cactuspedia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cagbuzau.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cagir.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cagranollers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cahn-achn.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cairokebab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caleaders.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calvusconsultancy.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cameronphotographyok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camixo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camping-chantemerle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candyxs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cantautores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canveganseat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caphapupolas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalmatters.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalmatters.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "captainratnesh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "car-dismantling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caralarm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carcheck123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "career-conduct.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carefully.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carillon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carloelectrical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carmen1996.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cascd.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caseprofessors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashworks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinofollower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinoonline39.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinospilnu.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casso.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castingallaitaliana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castingfrancais.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castleagroindustrial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catagec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathedralappointments.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catholicteuchtar.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catscreativecakes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccnm.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccpinturas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cctld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccxperience.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdo.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceetzie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebritypic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cellul19.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralnic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralnicregistry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralvalleyharness.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centurion.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chairtech-yellowpages.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaos-wg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaosprocess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlientoi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chat-libera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatbarran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatgayitalia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatgratis40.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chattergallery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherienoir.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicasgo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chilapaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childchaos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiltanfm88.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chippysworkshop.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiroharbalorifa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chirototem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chitraltune.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "choirofbeirut.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christiangaro.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christinacrawford.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christinacrawford.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christinacrawford.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christophedavid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chriswiggin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chriswiggin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chriswiggin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chromestatus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chromium.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chryslerbuilding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chunabhatti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chunkeat.cyou", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chunkeat.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chutisant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciahalim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cile.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cincosf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciphertech.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citypress.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citypress.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "civisme.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clario.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claritician.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claritydesignworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classic-diva.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clavit4.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleanprovisions.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleelandspecialists.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clever-invest.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickzagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clindamycinantibiotic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicamagdalena.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinicmono.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloneuniverse.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clonoe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clothilde-wattelier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cluberiks.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubpeugeot405.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmsasia.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cngvp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnil.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coachinfopreneur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codejumper.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codeparva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codepen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codepen.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codulrutier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffee.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collabot.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "college-chagall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collierlunaire.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colorwow.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comical.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comm-works.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commbox.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commboxtest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commercialzone.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "communitypreventionpartnership.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "completecase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conjurer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constcorrect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "continuousmonitoringplatform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copyrightforabout.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corporatehelicopters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corvuscorax.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coshima.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coshima.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coshima.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosirex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cotonni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "couleursorgue.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpelighting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crawloween.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creatiwit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criticalculture.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criticalculture.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criticcoos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cromosceltavigo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crowdbondage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruisecontrolnovels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crumbscorkscrews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptoarabsolar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystalinfusedwater.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csgodatabase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cshm-schm.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csp-tohoku.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctmportal.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuidade.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curioustea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curvyjessi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuscoloko.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvec.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyriletsophie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailyhealthylife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dancingangels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dandelionjunkqueens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "data-servers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dax.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dazzledrive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dazzlepulse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dazzleworks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dci.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "de-haas.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deagle.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dearburma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debedstedanskecasinoer.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debtsolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepsoulutions.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekel.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekoration.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekoration.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delcan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demonstrably.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dennishenrique.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deobandimazhab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depository.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derby.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dermarollerbest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dermody.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derze.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designedlite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designmodernideas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destroysilence.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destroysilence.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deutscherquidditchbund.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deutschlandreport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dev-ylinternal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devendrameena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dexerto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dfaapostille.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dianoxofficiel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diasporan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diasporan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diasporan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diclofenacgel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diclofenactopical.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diconium.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diconium.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diconium.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diconium.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitallolitayume.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalplaymakers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitaltepee.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimdata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directorydisc.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diretonoponto.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtycosplay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtypretties.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtypretties.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtypriscilla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discoverchinanow.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discoverchinanow.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disparada.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distancelove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distributedweaknessfiling.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distributio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "districtartem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distritoae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divadlonasantovce.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divanmsk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diversify.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diycrafts.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djawabna.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djnr.love", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmc-cc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmc-commerce-consultants.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmc.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmc030.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmlaser.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobramagia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docertify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docsity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doegirls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dojki.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dojki.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doll.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dollarads.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominicjackson.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominicjackson.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domino99.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domovik-magz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donalblaney.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donalblaney.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doorin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doppler.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosyanet.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "douglasresende.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doxyciclin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dpomax.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dramaneo.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drohnen-camp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drone-traveller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drugsindustry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dspbz.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duiker101.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dundeeutility.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dunkerhosting.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duoduodazhe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durangoaldezaharra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durcoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durcoin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchglover.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvdrein.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dyaustechnoservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-diasporan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-diasporan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-diasporan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earlsttech.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earlyvoting.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earlyvoting.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earthbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastwindsorhistory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easydonate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eazzy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebagroup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebatech.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebatech.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebatechenergiedisplay.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebru-gundes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echocolate.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecocanada.jobs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecoindia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecomfort.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecvma.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduardomaio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educourse.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edudaddy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egipet-tiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekmanager.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekol-2001.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekonomipolitik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elderplan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrostore.com.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elengyterminal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elle-fanning.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elpelusa.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elprofeshow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elxreno.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emilstahl.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emocto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empresa1.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empresautil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encontreumagp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endiana.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endiana.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engineer.org.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engroenergy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engrofertilizers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enlightenspeech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entelgy.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envelopaoffice.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enzofardone.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eongame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicvideofactory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equinoxbusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erandymoreira.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erandymoreira.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erector.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erich-lessing-theater.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erotikstahrtseite.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erotikstahrtseite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esamsur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escancia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escape-house.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escolatop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esdarat.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esignandpay.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espaiblancandorra.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essentry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essnet.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estresarte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudantetorcedor.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurobeaute.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurodoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroflorist.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroflorist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euromexde.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evaberg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evalopezzz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "event-reisen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evilofsociety.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evisky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evlilikilan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exchangemarketplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exchangetrading.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exhumationindia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "explane.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "explorance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exponentialsoft.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exponentialsoft.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezabalium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezbet.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facekhande.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facilitron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faharas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "family-clinic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fangkehou.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasyfoot.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantiphysiotherapy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faryaz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fauceton.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fb.watch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feast-day.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feathermc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fedorblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feetnesclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fef.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felonymath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femboy.observer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feministreview.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feministreview.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feministreview.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fermastore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fertilizers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fideschile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filedoom.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmosliw.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finalleopard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findcasinos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findpetproducts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fireintheholevideos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firmennie-crossovki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firmfoundationsconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "first-legion.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitandslimmerbody.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitanu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitawakening.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitodifesa.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flaeskeklubben.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flagmanfishing.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flapperistic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flawlessweddings.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fldsmdfr.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flexitanq.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightdiary.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightdiary.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floatifnghotel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floatifnghotel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floodguypro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowchartnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowers-shops.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flugsimulatorfrankfurt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluoxetin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "focusdemolition.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "folkperu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forbondage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forenschmiede.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forgottenworld.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formalist.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formingequipment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotochip.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "founderinvestors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxxylove.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fractalenlightenment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framesbysandisk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franceactivetravel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fransailan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fratellistomboli.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frayfitness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fredbarboo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fredbarboo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-rein.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freezander.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freskaro.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fridge.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendtech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fringonaute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftprivacy.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fulda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funnyvideoclips.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furniture-for-home.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabbeh.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gajabhindi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galatabazaar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxit.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxyeuropemusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galeriepardubice.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galfarma.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameday.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamegoone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamemogo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameportalmoz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamepunel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gangstafier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gankel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gannettinnovation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garo.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatemotorsrandburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaukas.wang", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gay-chat.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekowl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geloft.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geloven-enzo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemeinde-sonnen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gensleiten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geogas.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geograph.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gepetoservices.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geschichtswerkstatt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getmello.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getyoursite.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gexobiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giantsquid.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giantsquid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giantsquid.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giftfavorite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gilandrad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gimnaziya.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giordanomultiservice.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giper.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gknews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gladala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gladstein.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glamcambabes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glamlivesex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glitchcity.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalenv.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalgate.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalkwizz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalnewsdaily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalproduction.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globaltravel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gloriousfoods.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnawa-diffusion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnupi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go-down.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godoza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godsowncountry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goergetown.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gogolino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodtrader.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gooodnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorgebelle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goroscop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gostomaisdecarrosdoquechocolates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotonline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotovilekovi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotovka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gowaianapanapa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graffiti-street-art-ebook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graftonglobe.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grangecon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravityresearchgroup.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravityresearchgroup.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravityresearchgroup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "green-factory.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greentea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greutmann.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greymatteroffline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grijalba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grinnellksroots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gripencrossfit.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grothem.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupamadirekt.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grovecity.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grovecity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grovecity.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grundskoleboken.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grundskoleboken.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruzoperevozki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsmconstruction.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsmmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gspilar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gudrun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gulkhannasir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gumag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gumeshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunnlawfirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gurbetilan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gustarfsberg.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gustarfsberg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guzelkadinlar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gymnastic.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hacihusrevyikim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackerfa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackerhotel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hahahahaha.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haleyandlucas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamiltonzinelibrary.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamiltonzinelibrary.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamiltonzinelibrary.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handlingcostest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happy-family.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happygreats.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happylifeacademy.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hapticmedia.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardwake.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hariji.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harmonicasireland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harodeportivo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hartan.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harvestfellowshipchurch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harvestmoon.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hasznosithato.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hatemarga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazalturesan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazimdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbility.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healingthenaturalway.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healmynation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthand.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthspencer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heartwoodrefuge.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hedronarchive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helagotaland.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helenssjoholm.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellobarestore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellomunnar.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellonews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpamericavote.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henkibeer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hennessy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henrywithu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herbigass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herderradio.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herdwilliam.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herlimit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hesago.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hesama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hesbayefrost.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hexatech.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heymoney.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hhpsummit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highperformance.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highsky.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hilinecreators.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hinsdaledental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hipodromcasusu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirecities.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hisoft.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitchens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hivaids.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hivall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjoworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoadvertising.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hochimins.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hogren.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holyubofficial.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "home-manicure.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeadvice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedeveloper.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedeveloper.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedeveloper.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homelib.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homenajeapaudones.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeofceline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeomatic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homepal.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homepal.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homephonelookup.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homephonelookup.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homerally.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homesugar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hondajoyclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honestworknmoney.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honeyxlips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoodsite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hornyhostel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horsebreeding.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horsebreeding.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horsebreeding.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotdishes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotels-resorts-in-crimea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelsalzberg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelsalzberg.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotfiesta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotlinetohell.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotspotshield.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hovala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "how-to-write-a-book.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "how-to-write-a-book.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hric.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrjob.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hulii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hulii.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huntreminder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hurstiharrell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypixelstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypnose-nimes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hys-te-ria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i.vg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icedude.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideal-reality.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iftcentre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igrajucirasti.ba", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igrek.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikazumitsu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilbiglietto24.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iltombolo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iluman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilunion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imhn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imitationjewelry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imperiodamodamiranda.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inalvittile.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inalvittile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incident.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indexmarket.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indexmarket.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indospot.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infecyon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infla-tables.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "info-obzor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infobiznes.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inforges.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infortheride.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosolution.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inhabitgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inherfeet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inhoff.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkdawgz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inlovechocolate.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmyhead.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innmed.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innowire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inrilan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspireaanmerking.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspreeveryone.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insta-viewer.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "installation-of-xenon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instant-meditation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insured-event.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intab.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integrammes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interkrak.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interlinego.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interlink-jp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intersys.uy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inthechileanwoods.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investgold.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invisionary.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ionicshop.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iop.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iptv.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iqteksolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iranactua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irandex.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironarch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironmongery.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irontigers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irontigers.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irpadafrique.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irunonline.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isabellzaloof.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isakow.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isc2.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iskurturkiye.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iskurturkiye.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islikimas.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isminc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "israelportalk.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "israelportalk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "israelportalk.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "israelportalk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italjet-tuning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italyspecialty.coffee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itclubonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itcommodities.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ite150.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsloution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwebing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izmir-media.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izmir-media.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackblues.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacksfeestverhuur.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jae.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jags.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jahubar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaialdi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jairoenfrancien.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jajojababy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jakovtasic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaliscolindo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamally.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japan-forum.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaraizaboli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaseng.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jassielphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "java-tracking.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javesalud.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jayhost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jayjardine.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jayjardine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jayjardine.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jayjayprivat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeevanmag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerixmx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeroenstekelenburg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jestre.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jevel-mag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jezzicat.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jirkanch-ayollar.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jloredux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmf-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jo-2016.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joanmoreira.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobstoday.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joe-st.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joelleisthatbitch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joeteach.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnscalla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jojo-pieism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jojoshare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joomearaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jormulti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joyatlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joyinteractive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joymaxiptv.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ju-edu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jujutsuoulu.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juniku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junyan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justcoldbrew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juurussuo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k9life.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k9life.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ka4ka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kacy-kisha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kafgoldenbearsbor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kahoku-takano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaluja.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamikatzerl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamlunglelystad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kansasfoodbank.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasparovru.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasyna-internetowe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katarios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katarpilar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katerinaverbovskaya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katerman.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katerman.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kathyschlitzer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katiepears.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kausharach.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kawadoart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kbzati.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kc-leeuwarden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ke8gtp-vf.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keepersecurity.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kemsamnhatban.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenhaffiliate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kercovaparty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerkeslager.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ketodieetschema.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kettererholmes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "key-content.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keyngon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keyscore.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khakim.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khdestiny.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khmerios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiarey.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidalt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kilimstyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "killerrabb.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimmientje.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinkyinlaws.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinoblik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinomangas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinowork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiprusoffsummers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitchen-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitchfurnit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kk.sb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kkgn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klassika.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kletskoek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klimacamp-sterkraderwald.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klj-kruibeke.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knapenzutendaal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knashaug.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kngkng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knigareceptov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knigiunass.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knitted-things.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knowthebus.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kobly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kobrin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolfan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolkatamatrimandir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolotsainaskoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konzaross.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopukmlotim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotabogor.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kozhzamenitely.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kppnmataram.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kralovskaloukabouzov.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krattk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreditsystem.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kremer-sonnenschutzsysteme.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kudofoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuitunenguthrie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kultham.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunstundkulturradioschoepfwerk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurdinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurdjokes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurtki-moda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurumsalseo.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kynangweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labdiagnostica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lackfer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lameco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscaping.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "langenu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "languageio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanovice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lariberafiredept.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasfolladoras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasix-medication.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laszlo.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latestmobiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavdiazofficial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavozderanquil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazarus.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazerinitiative.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leaseplanbank.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leaseplanbank.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leather-underwear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leatherfur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leduquwiki.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legaldelta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legaljewel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalne-kasyna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalnews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalpower.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalpremier.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legko-pohudet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leisure.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leisure.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lejlax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemarquier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lennybruce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leocollo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lepblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lepraconsf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesa-kiev.biz.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesa.biz.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesours.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letipweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsgojack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsplayourgameagain.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leucothea.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leusemiamusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levolor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levyntgard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexitthemovie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberationgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libretech.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liecomiribea.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liegveld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifetech.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightsproject.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ligustinus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilighazaryan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lily-luv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilyallenlife.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linawinter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linklab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linusruckstuhl.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lions.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "literaturtage-recklinghausen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "literiedupantheon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littleriverfreerange.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveachievers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livewirecommunications.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizeal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lltcpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locatemypain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logopedie-direct.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loli.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loliloli.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lomgo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londonhealthcare.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorcalive.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losedata.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losmejoressmartwatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luc.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucascosta-ido.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucasmateus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luckey.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lueck-bertram.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lugia.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luisafernandapenuela.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luismelenge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luntadila.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luukaslindsey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxhabitat.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyradhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m2i-api.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m2jest1c.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m9t.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ma110.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macstore.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "made-nous.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madechocolaterie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madrasareforms.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magadan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magaviva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magazone.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magdakostyra.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magneetfolie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magneo-smart.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnitgang.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahdafweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maheshbabuphotography.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maheshpur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maheshpurnews24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailboy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mainhuyahan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mairiedakieni.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makeupevelinua.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makingmemoney.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malagarental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malawi-cichliden-portal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malaysianews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maldives-showing.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malikcomputers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamacitaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamlaka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "managefile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manial4d2.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuelperujo.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manyzero.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcceleiro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marchingnorth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariaangelamacario.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marilower.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariusmarcoci.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marj3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marolu.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martacooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinstepar.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marula-oel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvaco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maskedworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterofazoth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matras.kiev.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewrochow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matuntu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauricespapens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauriciotoussaint.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauriciotoussaintarte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maximiliancole.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maximosilupu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxjacobs.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mazhab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcnholding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcregex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdca-jp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdeep.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med-spravca.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medali21.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medellinencanciones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediataput.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediawax.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediziner-goettingen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medsi-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medtech-jp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meetmyown.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meeztech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meganmarston.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megaportal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mehrabpurtimes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melindagirl.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mememan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menazimkhan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meowpic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadoscout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesonandino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mestovpohybu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalweaverscreations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metrixdm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelboogerd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelhastrich.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaeljames.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijnenergiemissie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikewestonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milavicca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miliumnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millibirlik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minademonic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miramanga.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mishpatim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misspoliticsaustralia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misspoliticsaustralia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mita-beutel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitelec.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixedgrill.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixm.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixmastersdeejays.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjhs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjhsfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkprensa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mniopenresearch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilize-auto-register.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobtop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mocksvillenc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moddescargas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojakursumlija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mokaumuseum.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moleestudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molodost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneyonchain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monoplanthairclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monorail.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monorail.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monstersuniversity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montanacreativitymovement.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonlit.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mootz.ddnss.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morata.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mornatales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morogoro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mortezaafri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosaically.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motivo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mouldboard.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movementsodom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movieglot.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movies1977.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mps.rw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrjunior.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtbfoodie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtik-vg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mu-sigma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muafakatmalaysia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muafakatmalaysia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muirsdoneright.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murciacobras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicradio.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muslimsoul.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muslimsoul.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muslimsoul.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mutualfunds.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muzikbank.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-road.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydoginsurance.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfreespiritpointscard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myinfoenter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mykelseyonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylobster.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myltfilm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynaughtyalbum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynexuz.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naarenaa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nachalniku.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nachalniku.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nachalniku.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nachalniku.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nackwallpapers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadinethings.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadjasummer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakkati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nalios.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanotrasen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasrullaganjnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nativeproductions.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturopath.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natuurkundegeflipt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "negativecrestinegratuite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neilsonmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nekohana-inuhana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nelegal-edition.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemyriv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nenderus.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nepalboxoffice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neplatnasmlouva.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "net-file.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "net2ftp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netjobz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "network-wr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neveraquemola.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neverhood-tv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "new-way.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newmansown.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "news89.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newserfanekeihani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsinpenn.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextracker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextworldcoding.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngvgamechanger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicestudio.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nichearticlegalore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nichevideogalore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickhawn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightblue.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niket.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimi-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninakoenig.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nintendo-europe-media.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nitendaytowing.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niutennici.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nivelconlaser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nlgr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "no-more-gray-hair.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "no-more-gray-hair.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "no1universities.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nobodyplex.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nooresunnat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norikazumatsuno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noritakechina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nosinmiperro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "not4me.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notarisdecatalunya.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notdankmemer.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novaintegra.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novaintegra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novudev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nowtricity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nqesh.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nqesh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nqesh.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntinformatique.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuanda.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuestrasdanzashn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nukeiso.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuooly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nursingconsultant.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nwspecialists.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyahururu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nycctp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o-touch.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obereg.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obj.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obnalichka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oborona24.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obuysya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "occult-magick.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceanborn.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceanshaman.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceanshaman.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocmw.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oddformrecords.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officedivvy.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officialhazalturesan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofisescort.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oiseauxdesjardins.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okskoleni.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olasverdeshotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olymperfitness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omnifotoside.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ompokeronline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneclickbooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onedaygrandcanyonrafting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onehaven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onionflix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-bookmakers.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinecasinoerdk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinefreemovieshub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oohlala.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opalternative.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ophthalmologynotes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opl.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opravanotebookov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opravapocitacov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oprekin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optical-faking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oranjerie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orbesurgeons.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orcomsilver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oreo.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organizedrhyme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "origsoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orlinum.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oscom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osmarks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostrovseocitra.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostrovseocitra.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "othrys.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otuts.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oujj.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ouldlamara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourcoastmedia.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oursc.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "out-of-england.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "out-of-england.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "out-of-england.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovita.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxidescooters.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oyunkolu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ozbike.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ozellaruck.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p-konto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p4t.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paarissohail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pablo-sky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "padle.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagancollective.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paintingrepair.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakistanmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pantallanotebook.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paradex.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parfumtester-100.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partofthequeue.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partofthequeue.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partsavto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pascalhargarter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasticceriatromboni.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasticceriaveneziana.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pastorello.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patchagency.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patentu.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patience.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patientup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrickcontainerrotator.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrikjohan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrikjohan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrikjohan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pattoes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulc-themovie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pavingtiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payforpeople.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pc-soft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcie.ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pckoruma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pctelecom.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peacock.onl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peakhillre.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedroministro.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedrosanto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peluaniconstrucciones.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penopoly.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penopoly.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pens-money.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peopleplanetconnect.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peplex.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectplrarticles.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "performiptv.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perftrack.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "periscopeup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petdish.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petemerges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petfleet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrol-power.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pets4adoption.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phantomfund.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phenergan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phesita.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipslater.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipslater.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipslater.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipsmanythougths.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philwilson-green.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philwilson-green.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philwilson-green.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoneinformation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonenumberfind.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonetika.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photoprint.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phpwebs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phuket-nash.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piaggiotopcom.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piatika.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pibo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picketfence.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pimo.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinadeluxe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinamals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinched.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinupsex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pionierboat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pionierboat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piqueteway.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.ltda", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pivnica.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pivnica.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelturkey.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelturkey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixodo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixojo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizza-24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaloo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetarapluso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plasticpassion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platter.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platter.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plavormind.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plexion.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plexion.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plrarena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plustwik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pnwchirocoverage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poderososconjurosyamarres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poemwall.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poeticplanetimagery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pointzip.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politicsandnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politicsnews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popeducation.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popflow.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popjudge.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poppsylvie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "populardogs.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "populardogs.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porndoepedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porno-chat.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornoacademie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porroserver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portugalbycar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posicionament.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posutochno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poured-floors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powderedcloud.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerscourt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pozitiffchik.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppno.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppssh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pravagolosa.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preciodeoro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preflighttest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preskorn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "princevikal.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privace.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro100blogger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procave.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "professor-d.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proforo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proger.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prograppa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progressmaster.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectbuild.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projecthosting.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promocion2007.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertydealer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prospectapp.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.ltda", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psihology.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pskov.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pskov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psngr1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pspapershow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychicfairnetwork.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychicfairnetwork.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psykologtidningen.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psykologtidningen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptsadvokat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "public-files.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publichealth.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publishingmodel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pubquiz-online.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pura-ponia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puragreement.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purchasebestone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purreview.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purroy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purtahan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvplounge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pyjy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qiu.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qparents.qld.edu.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qrlab.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qrlab.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qrlab.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qsoblog.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qstivi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quaketips.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantikstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantora.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "questfororgasm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quible.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quicktaxinmessina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quimba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quinder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quitri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quixxisecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quizmaker.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quizzard.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qumirezi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r14.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ra-boecker.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabotaist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiobucarica.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiocentrafrique.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiohlam.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radionalita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainbeaus.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rajeen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rakibzashup.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rakshitrekhi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ram-tenancy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ram-tenancy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramplaysugente.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rancheriastereo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randombrainwave.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randombrainwave.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randombrainwave.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rang-foto.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rang-mediengestaltung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranjeetmehta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rankpower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranksite.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranksite.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranksite.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rantalaholcomb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapoteka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rar.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rasadnikcvecaperic.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravenhillavenue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravnareka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rawr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razborpoletovsite.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razgon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rballday-entertainment.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdto.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "read.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "real-srebrenica-genocide.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "real-srebrenica-genocide.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "real-srebrenica-genocide.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "real-thailand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realbiographies.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realmixwell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recetasdemape.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rechten-konsens-brechen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recovre.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recruitskill.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recruitskill.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rectale.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redgeek.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redgeek.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redgeek.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redlips.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reidasmalas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reifeswinger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reklamim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relaxxxed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remi-theriault.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remontpc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remoteshack.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renewablegas360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renovationsf.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rentmama.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rentmama.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rentmama.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renusoni.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repettoshoes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rescatec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rescuer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resolutionnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restauto.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retinens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retmus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rev-crew.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reverbland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewchecker.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revis-online.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revis-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revisoronline.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revistaligustinus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revolutionaryireland.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revolutionaryireland.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revolutionaryireland.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rewawatch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rexbang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rga.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rgacomputacion.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rieslingtrailclarecottages.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riffnation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rimba.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rimetsu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ringofglory.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritchieneville.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riversandoceans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riverviewtree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riwers.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robinzorg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robot-invest.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockyourlife.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodgersawnings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rogacevo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rollerderbycollection.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolotrans.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolotrans.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolotrans.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roman3d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romanticdate.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romanticdate.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romanticdate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romanticlyrics.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronforeman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roofclaim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roofingmaterials.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootandvessel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootless.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rs-piscines.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rssreaderone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ru-robot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruanglaptop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubenplazagarcia.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumbleline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rutascostarica.viajes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rutgerbrouwer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruthil.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruthil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rx2go.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rybnitsa.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rybnitsa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rzr.supplies", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saadurrehman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabrinazeidan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadiestavern.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadiestavern.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadiestavern.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadiqloaded.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadovskiy.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safatech.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safebaseinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safebits.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safeers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safetum.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safety-in-construction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safkgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagacioussuricata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagehane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sahinmuzikyapim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sailum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintmichaelpress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sakrajda.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salesprocessing.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salledebainmontreal.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salmelainenwalter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salminencrane.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salonni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltnsauce.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltnsauce.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltykai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saluteminsights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samstudios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandrasturm.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanfranciscotours.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarafanchik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarafrazan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahbaker.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saraton-kasalligi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satl-lelystad.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savonlinnatrujillo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savons-arthur.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sawansasaram.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saxmasters.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saxobroko.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scamangels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scambistimaturi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schattenwoelfe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schdata.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schizomatrix.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolbag.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolbag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoonheym.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schwertransport.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scientific-socialism.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scientific-socialism.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scooterproducten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sd.eti.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sea.zapto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchtechnology.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securityandsafetythings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seekingalpha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seintje24.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selectbusteni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selezionebarbrboguaccero.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selezionebarbrboguaccero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensiblelanecounty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentierolaav.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo-reklama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seobook2015.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sepalasaude.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergiogm.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergiopereiracouto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergiyskorobogatov.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergiyskorobogatov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serioos.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seroquelonline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serraniadecuencaafondo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serreshikeclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serverdechile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "service.gov.scot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "settlingin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sewalaptopm2i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sewalaptopmurah.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sewalaptopsite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sextapegermany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexvideochat.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgrs.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shahsaadkhan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaiden-porn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shajeer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shalaahmet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shanikaonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shatabdichildrenschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheltongrp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shileo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shinyhappydoggy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shmidta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoujochronicle.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "showslot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shpori.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidatbacklink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siemens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siesapps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sig-io.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigio.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signatureresolution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigptr.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simbiat.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplepoll.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplevote.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplewebarchitecture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplydogtalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplyvoting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simstime.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinfully.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinmarea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sint-apollonia-appels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sit.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitelinks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siterank.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitzungsdienst.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sixforkurd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skiareal-krkonose.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skimbo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skipsteer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skitznet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skrydata.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slimwindows.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slotsinspector.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaragderna.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaragderna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smarthostbuy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartrak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartspace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snapbuzz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snapware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowlab.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowprosinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sochikvartira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialbook2015.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialdemo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialesactivo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialtactics.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialtactics.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sociedadderesistencia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sociosalafuerza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softelectronet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softfuture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softpark.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softview.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sokakfotografi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solarhome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solartek.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somewherenews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somewherenews.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somewherenews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "son-onlajn.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "son-onlajn.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "son-onlajn.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "son-onlajn.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "son-tolkovatel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "son-tolkovatel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "son-tolkovatel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "son-tolkovatel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonjoux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonnik-znachenie-sna.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonnik-znachenie-sna.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonnik-znachenie-sna.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonnik-znachenie-sna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonsonate.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sophomoric.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosnova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soste.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosteric.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sota-tv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundshepard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sounique.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sowsmallgarden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sp-az.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sp-gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacecorp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacepunks.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanishnewsarticles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speacock.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speakersden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spectemur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedleads.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speleo.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spidersweb.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spidersweb.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spinolamediation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spitalulbuzau.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "splimtechco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spongebobwiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportabatese.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportivo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportskibat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotifytop.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotlessohio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotzlight.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sprietlopen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sreedhareeyam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srhdesign.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sriramdigital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srorisksolutions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssldecoder.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sslmonitor.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssm-techmarketing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssmothership.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stahlp.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standsearch.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standupcomedy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standupcomedy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starfiles.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starfm.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stargift.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starx.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stateofsustainablefleets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stb-schefczyk.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stb-schefczyk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stephenschirle.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stereoscopio.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stichtingcoronaonderzoek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stomatolog-czestochowa.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stomatolog-czestochowa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stor-guard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "store71.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storspillercasino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strata-gallery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strategybusiness.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streengis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studio-jaguar.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studio4101.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studsovet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studyspanish-lapaz-bolivia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuntman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sualkuchionline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subject-barred.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subsiteservice.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sucsses.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sucsses.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sucsses.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatrabarat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatrabarat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatraselatan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatraselatan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatraselatan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatrautara.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatrautara.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatrautara.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncomegrain.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunnyssingh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunrisewhen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superdolly.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superdolly.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superdolly.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superwhoopi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surfoleon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surfseo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surgeryblog.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surikov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suvari.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suzukinozomu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svenhammond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svetoch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swagat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweatercon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweetsugarcakes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swellnote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symphony.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synctechosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synthesis.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syrianair.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syrianair.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syrianair.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t2data.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t2kc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taartenvanmireille.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taat2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabrizbiology.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taghit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taguette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taijul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tailresources.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tajniy-smisl.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tajniy-smisl.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tajniy-smisl.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tajniy-smisl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talkscope.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamoxifen-citrate.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanweerkhan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tapquad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxi-tienen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxprocpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tazenda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teaine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamclean.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tebian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techakhbar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techitalk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techkorner.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technicalbikram.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techvillian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnonews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telegramlearn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleshkronja.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenfingerscollective.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenutachianchizza.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teradatta.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tercelonlinelat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tervolina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testing-grounds.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetangers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetracyclin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teungedj.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texarkanatherapycenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thakurmarjhuli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theadamsonchronicle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theataraxia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theataraxiazine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebengalinews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebillingtongroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebranddesign.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecolourbox.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecostymusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedarkages.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedysfunctionalangel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedysfunctionalangel.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedysfunctionalangel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theeldritchhounds.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theeldritchhounds.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegreatsouthernburgerco.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelordofthewing.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelordofthewing.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themediationclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themegatones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themizellbrothers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theocratic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepilotwoman.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepilotwoman.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepinecones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepioneers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepyre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therustyspoon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesigit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesilverdaisy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesimsbrasil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theswanwindsor.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetaylorreachgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetropics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theunderzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewhiteboxxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewish.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theworser.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theysocial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkelectric.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkelectric.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thmnia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thors-hearth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thunderheadjtc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiagomoraismorgado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiaskipin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tickets2004.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiffany-angel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tileflooringideas.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiltedwindmillpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinkerbell.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinneke.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinyfont.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipslifetimefitness.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmc-corp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmeoworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmredondela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toals.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toddlerbabyco.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toddmclauchlin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todotpvs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokaishishisetsukanrikyokai.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokinosasae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokoangga.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tolls.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toolsbit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topnews333.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torgoborud.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torkel.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torontopowerwalkers.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torremocha.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tortillas-duras.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tortillas-duras.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "total-electric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totnastic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touchanddraw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touyatakenaka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "townlaretsota.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "townswalker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpplanning.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trafficdirection.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trailheadcounselingnc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transbella.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transcool.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transtaboo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelbiz.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelfiesta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelsites.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelunique.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travely.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treasurejewelry.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trellisandtrugs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendocracy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendocracy.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendocracy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tribefanaticsunited.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tribunatv.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trifence.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trifence.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trimsalon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trisaranasejati.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trolebusesdevalparaiso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trollgetslucky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trollhanttan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trollhanttan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trollhanttan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trolliet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trollos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tropicalticket.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tropixshipping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troytech.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truecircumcision.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trusted-medications.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tscfoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tstech.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tstlr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsuki.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsumugu2021.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuck2000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tukiart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tundermadar.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turbinaonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turbowarp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turizmsektoru.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twowayradiodays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "typhlos.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u2croatia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubergamingworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubezpieczeniaonline.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucheba.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucheba.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucheba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udenlandskecasinoer.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udenlandskeonlinecasino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uinvest.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umashev.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undemocracy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undemocracy.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undemocracy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "underlilith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undershoping.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "underwear-fashion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ungrafakta.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicycle.show", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unidadvirtual.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unimarvel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unionlacalera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniquedollz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "univ-monteescalier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unmutegreetings.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unrepentant.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uperne.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upgradeit.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usacrime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usatiuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uslugi-advokata.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwe-reimold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzbekkizlari.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaillantgallery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vakrebella.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentinemom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentinemom.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentinemom.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valkiryan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vallartense.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valleyfleetsupport.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanbarel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanderlootjes.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varjuring.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasilev.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasyaka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vcsafrica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdim.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vecara.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veganuary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vendagora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ventor.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vermageringsdieetpillen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verstka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verylazy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vesna2011.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vi2kom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victorpericiales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videt-son.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videt-son.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vikasinstitute.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viko.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vila-senov.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vildlaithailand.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vildlaithailand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villeroy-immobilier-sete.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vindnu.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinokourovnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vintageaudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vintagewedding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtua.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visaliafarmersmarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visiblethoughts.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivas.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vizit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vizmart.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vnumngr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vod.uk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vodachile.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voltiac.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volunteerhere.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vonsuri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vouchersforveterans.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpsxhq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vysoketatry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vyturys.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w3layouts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w7n.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waguramaurice.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallpapersden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapnazir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wardpieters.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warungmini-vanwou.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wbsentinel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webagentur-flake.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webfoersterei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmachine.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webpantry.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webunlocked.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedding-dress-hire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedding-transportation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weike.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weiter.so", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wereldreizen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wh0th.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whannell.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whenwe.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whishart.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whishart.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikilink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikitech.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikiutah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williammcgill.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windirect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winerytoursanfrancisco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wing-tsun.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wing-tsun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisenses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiseuplive.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wishlisotr.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woeb.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wojtekogrodnik.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonderbox.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonderbox.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wong-sleweah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodentreasure.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordcharma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workfromhomebusinessopportunities.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workiva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowhampers.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wphelpdesk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writeyoursmile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x-orbit.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xfirma.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiuzhouinvest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xloffice.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--90acrudcl3j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--zca.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xnsir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtunnel.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xvadimx.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxgr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxshades.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yan.net.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ycodendauteradio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yokocho373.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yongxiang.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoryo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourmd.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourtopia.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youwelike.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuandan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukkitacari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yunqueradehenares.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zabszk.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zastineni-pergol.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zayavka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdrowebodomowe.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ze.delivery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zebracable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zemlyaki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zendev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenride.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zesty.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhangjet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhodino.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhuziyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zij-aan-zij.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zireon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zivotbezkrutosti.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znachenie-sna.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znachenie-sna.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znachenie-sna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zocode.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoepolitics.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoepolitics.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoepolitics.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zolucky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonadjadoel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonimi.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonnigzieuwent.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zovirax-cream.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "08154711.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "09kanagawa.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1014.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123410.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1986ventures.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1b1.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1nation-balkan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2insights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "31-elagage.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33-couvreur.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "33-elagage.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3speak.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "40010monogatari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "44ada.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4beats.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "73u.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "77-elagage.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "78-couvreur.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "78-elagage.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8091.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a2g.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutislam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abteutonia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acallawayroofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acg.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adacprod.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adelie.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adiyamanhaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advanceddermmohssurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advanceddermtribeca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerosail.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afasim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agearo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agilan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agmuscle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aibes-staging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aibes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiecosystem.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aikiva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aircareair.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airportcoc.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aispirit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajaxposter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "al-abdal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alambazarmath.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alanyatur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albylane.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcalainos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcancevalor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldiafl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alelin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexdriving.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexdutton.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexdutton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alinatinen.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-wot.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allinoutfits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allmen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allsaintspreschoolyj.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allthingswatersports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aloe-care.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aloesbienetre.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alomendia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpetrov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amaderforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amaruz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amateur101.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambor.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americavip.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aminos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ammor.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amosca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annaluizaferreira.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anniecloth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antennaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthroper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthropism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antoine-soscouverture.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appemployees.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appointer.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apropotv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apssb.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquaticbyte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aradpulse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariaman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arisfroly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkaan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aromatraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artfuryou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asgeirolafs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asianinside.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiyasia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askeygeek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asociaciones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asphy.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assurance-emprunteur.bzh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astacreative.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astoure.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astralriders.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astronomiadecolombia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atovelin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atovelin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiovegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auguri-shop.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auriga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auskate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authentick.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "authentick.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autobotpromotion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autopocket.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auverdrift.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avlasov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avocat-alina-szilaghi.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axeldavid.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "az.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "az.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azadblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azianpride.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azingostar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azorin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azsupport.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azsupport.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b-designer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babacsalogato.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babblefeed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babehunt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babuccu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "back-links.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baclofen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bacus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bad-homburg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baharmusic24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bahrain.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baif.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bajominimos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balikesirhaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balluncar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bamfacts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banatearab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bangbangboys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bangdaiviet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bani-hashem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baomoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bargainusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barinov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baskingalkin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bathroomsinkcabinet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batsense.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baubau.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baumbet.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baxomilowa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bazraria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdtechnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beagstudio.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautyforceacademy.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bede.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedwettingyoungsters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behrig.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belsilos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benreedstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bernersennen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bezin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biaservice.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bicycleally.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigmonsters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biletturk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bimbingan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bintanglautplatinum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioadva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biographymint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birwa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisnisonlinecerdas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinforthe.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoins-casino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitwards.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizzix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bleedingcool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blegalservicespty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blissway.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogbookcassiopee.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueskyxn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluewire.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bmjphotography.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobmaster.cyou", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobotie.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bokov.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolivin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boombangcreditos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bootstrapcdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boredhoard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bowhill.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "box2.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brakomecov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "branditup.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brawin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brayden.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brelin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brewin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridgepayday.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bromideas.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brooksideas.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brothervietnam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buerooeding.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buhunov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildersofthesilentcities.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulgakov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bummelwelt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bummelwelt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bumsbesuch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bunnymaxim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burakogun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buttonsmashers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byprata.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c2lab.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c41ee55a-da20-4cff-8075-24afd0f22aac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafecentral.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caffein.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cakestandscarriers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calaca.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camgirl.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camisetas-bones.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camisetasbasicas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candyalexa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caneminder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitaloneshopping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carabin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caraudiostore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardiagnose.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "careerandjobsearch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carien.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carnedelmercado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartoonwap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casagyn.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casamariano.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashcoin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocitytimes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinovergleich.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cazino.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdavis.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cellulit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cephalexine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cervej.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgu-ingenieria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaghionline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaidu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chajakraamzorg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chalov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "championbet.et", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "changeactivation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chankin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "char.press", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charliescomputerservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlotteanne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checktls.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chelseahgaul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chennaiskills.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherkasskiy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chetin-orlov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheyannism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicasloca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chickenfarms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chintaparthi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chintaparthihome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chobble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "choosevalley.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christian-garo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrok.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chukardin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chunkeat.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cilkamail.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cilkanet.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinthia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citizensadvicewiltshire.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classichorrormovie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleaningdepot.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearwaterseries.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleverbowling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleverskateboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clooi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudscribe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clovorin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codigomusical.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commercegurus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compufix.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comunecampodigiove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conexresearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conjurosamarresytrabajosespirituales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conjurosyhechizosfuertes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooferro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coombsinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corpheuss.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corpora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmoiler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costinesti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "courage-sachsen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpish.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativebaccha.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimalelov.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cromstelit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ct100.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuestiondetiempo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cukurbag.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culinarycatering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culturaarabe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cunova.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curamcare.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curlingclubpwa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybersniff.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d2trade.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daikonsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailypost.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daltons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damianmalrechauffe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damienduhamel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danddy.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daneshtools.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniel-topalov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielj.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielmicay.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielmicay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dark-wolf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darumpro.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datalift.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davemusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidinteriors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davorin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dawidwrobel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dc-forum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadescape.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealchip.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decorlux.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defensefrontit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degreecollege.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delasamericas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deluxewindowanddoor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denkorolev.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dennisrubin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "departamentoslosolivos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deremeavocats.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derlux.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dermedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desktopia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detrimental.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devurandom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dewka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dialradio24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diconium.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diconium42.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diconium42.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diesdasananas.spdns.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digiful.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diogof.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dip.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divband.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divvy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dizayn-cheloveka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj-eran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djdiego.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djura.in.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmze.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnk.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnspod.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobrodar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dodecaedro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doglifejacket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doklinik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dokuev.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotlimino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downloadmp3.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-amar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-karagenska.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonesymazmorras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drersinaksu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivermerkezi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dryskin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dryskin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dryskin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dryskin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dryskin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtconsoles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dukin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dunatos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dusupov.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutyfreeperfumes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwipakharismamitra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e2ee-meet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ealekseyev.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebatech.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebatech.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebatech.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebenisterie-de-villenouvelle.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebilanzplus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebooks4gate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ediberto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edukle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efran-eliyev.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efterfest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "el-tatwer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricdreams.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricien-44.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elegance96.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elelenin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elgin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitatasehirescort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elkhaus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elkmotel.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elkollege.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ellipticalmachine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eluvade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elysium-team.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emabot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emazrin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "englishll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engraffo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ephraimshores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicforums.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equivid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erafat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esprihealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esunenin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etctop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eternal-con.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etulasin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurekagames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europaband.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europoint.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evelin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everzocial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eviltricks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exambot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "executivemarketing.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exo-chanyeol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exonovov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exp.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expertcomics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "explosion-cs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exposedcasting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exposethetruth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expressarte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezigaretten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairewindenergie-sh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairmonttamarak.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakeaddress.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanniemaeloans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farmtigo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fart.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatfrog.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "favouritequotations.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fazet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fazrin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "featuristech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixturgeon.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feminique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferenczi.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferrin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fersumalin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fersumalin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fersumalin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fersumalin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fersumalin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feseev.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feurich.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finanzconsult.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finanzen-weblog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fineshare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fioriepiante.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firsov.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fish24.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixpix.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flabacinov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flabutelov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flagstone-magazin.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flipin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florafaunafavourites.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluxnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyfifer.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyserver.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "followthepin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "folwark.krakow.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foropl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forsat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franchisechaodoi-cambodia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frandymvp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frank-vincent.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebetonthegrandnational.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedatesites.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomhouse.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freepik.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fresar-engineering.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendindeed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frowin-base.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fstm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuckedintraffic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fulfil.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futbolus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g-electricity.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gacirenin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gacirenin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galasin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galasin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galerie-saintgermain.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galeriesimple.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gallanzaro.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gambipedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gametriot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingdose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gate109.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geistlib.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geomagne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getdone.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giangma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ginev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girlunfinished.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "global-scg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalseo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalseo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glorynote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gloryofmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gociicii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldmancarpetcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goloborodko.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goncharov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goncharov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodkino.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotonet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "govquarter.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpltimes.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpltimes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gracefully.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandfootball.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "granitestateproductions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grapheneos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grapheneos.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grapheneos.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gratelin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gray.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gray.tube", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "great-mom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greengo.shop.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greizer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grilltanksplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gromasikov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grozdanov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruca.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guerrilla-rf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gufolev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guiabroker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guidemaroc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutterguardsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyaanprasaar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gybagardlin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyjbyev.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habitatberks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackerman.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackingwithswift.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakkarihaberi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halpin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hand.community", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handigehannie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happymine.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harryosborn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harzin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hcg24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthbanfield.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthproconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hebin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helenwade.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellyeahbeer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helplinetech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hengelsportjansenlommel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herala.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiac.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hibin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hidetagu2021.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highftp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hikarinet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "himiko.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiramoto-ph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hire.auction", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirorock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "historymuseumsb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hit-electronics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitech-zone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hkskhf.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoahop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoikin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hokejovykalendar.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollander.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollandersleepproducts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignabilene.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hometeamns.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homitov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horotoday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostelaciones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotbeats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelvisegrad.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "housing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtomakefriends.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrmcms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huabianwa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hupeng.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hwasung.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyrin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i3o.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamtrainsafe.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icewood-bois.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iet.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifitko.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igor-usov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igromasikov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igryalawar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iinvest.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilya-potemin-domain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imason.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imck.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imicroscope.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incometricks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indo-wiki.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indst.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inetpub.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informationinhindi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantuprise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instituto18denoviembre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integritykrakow.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internationalroofinginc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intrepidmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iscultas.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamipages.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istanbulhaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istratov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isultov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itechfast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itexpert12.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itt-shop.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivan-maliy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwantacve.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jajycycojota.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamiematthews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janbruckner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jandroegehoff.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaumepons.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javasaranamitrasejati.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javierjurado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaydaklingerman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jelo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jemianna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimvophotography.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobwher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joelgugler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joinholt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonathangagnetrainer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joriz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josvir.sytes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journalism.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jqlsql.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jslfoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpgc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justfashionnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juventudevareira.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaipel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamio.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karadenizhaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karmil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kastanie-skolen.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katrinakaifphotos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kayvepartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kedungombo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keepagree.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kellansite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kellywebcam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenforeman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kennethbenjaminreed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kennis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keurigbestprice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khetibuddy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiddieskingdom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidisov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kindergarten.vic.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingmakers.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingmakers.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinovam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klarcha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kludge.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kmzs123.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kobtsev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komsija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koroshkabir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kourin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krakato.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krllm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kubrakov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuinin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kulakov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kutanam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyango.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kzforce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacochonne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laconnexionabsolue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laempresa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagrottabergenopzoom.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lalokura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanagiselle.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landhof-scout.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landifer.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanehealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laralove.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larax.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasiodora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laszlotamas.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leaboucher.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leasenow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leaskoupartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lebedovskiy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leebruce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leopardstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lernpfad.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lespinasse.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lessiamia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsdothatagain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsrave.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lettragetattoo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidarwindtechnolog.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lighttp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilicloth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lioe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lionsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lite-chat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litolin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livinghebrew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logosradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lokan.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolbird.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loli.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longchampgirls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loober.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losmaniatikos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lotimena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loveholidays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovelive.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lujin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunaclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lustigetweets.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxurycasinoreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lzt.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macroeng.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macropremia.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicalmemories4you.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnocentro.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahdeabzar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makanivzw.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malatyahaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malkovich.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malkovich.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malulee.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamontov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manekin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manekin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manekin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manekin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marabumadrid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mardinhaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariella-sun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marieskyler.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markhoodauthor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marneetgondoireathletisme.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterclasses.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrimoniosriviera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matroskin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matteobarbin.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matts.contact", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauaagora.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maut1.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayamaibach.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcaptcha.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcaptcha.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mctea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meanit.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicinasportpadova.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mega.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megalibrarygirl.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meinvergleich.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mejor-broker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menno.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merklin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meticore.promo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mezzomusicschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miankamran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micay.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michalstepar.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mihaylov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milliswap.finance", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimorin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraft-game.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minnpost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minohtaurov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minungdomsbolig.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirahezebots.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirror.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitev.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moeyy.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moje-communication.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monctonvendingmachines.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monitoringminecraft.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monocyte.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monolithon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moocat.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mooreandsmalley.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morecigarettes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosaicinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpsi1.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mride.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msetalk.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msmae-ou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multipotential-labo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muntstuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murielfrenchcouture.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-azov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-kirov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myalliance.church", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybaby.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybags.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakedads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namestormers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathans.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nefald.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nekljudov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neoneuland.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netanin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netvanta.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsignature.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newyorkland.forsale", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "next.ddnss.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngegame.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nichijou.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niftydelights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightcitynews.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikolaev.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimo.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninanice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninecomunicacao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nisomnia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noebarlet.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noracora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northumbria.ac.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norwayinternetstuffs4u.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notmyrealmail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novanetnettoyage.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novayagazeta.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvestsec.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o3-staging.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obuhov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceniteli.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocuuc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oddlycandle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offbeatbits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofogh.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okideal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldrup.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olgierdlewandowski.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openstake.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optaviarecipe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oracleclown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "origintunes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orkaev.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orlando-marijuana-doctor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otavideo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourladyqop.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oztorah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacificcoast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacisof.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakonshorelng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palotahaz.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parfumstore.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partscov.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pattyboobs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pauldeconinck.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paymaster.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paysera.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pbern.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcipal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pearlclo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peinture-77.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penguin.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peracup.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "percydutton.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfwp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pewforum.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phew.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phixer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinnaclecare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.co.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piprivillage.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirofire.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planet-cloud.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planisanin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planiserin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plantperson.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plasesolev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaut.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playoverwatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plomin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plowerolin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podpravkite.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokerace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ponpokorin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popokin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porodin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portatilea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postlifepreps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powershelleando.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppam.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pracusalev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praktijkbeoordelen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pratosirunin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preejaculation.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presentsofmind.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preservecrownhill.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pricena.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printbigjournal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printful.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacypro.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "probinarin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prologic.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protaaltar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proteccaocivil.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protonbg.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psalivenews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychoterapia.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publicvoid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puddin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pugachev.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pumin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puntoremov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putlire.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putstrategii.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putty.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puzi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pydotamisa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qiqitv.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quest-on-demand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quixxi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quizzhit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qwqjsq.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qwqjsq8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qxin.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radost-crikvenica.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rajomon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rajrajasthani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rajudhoni.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramowitha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rarebridal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rechtsschutz-onlineshops.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redsis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redstonefinance.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regentmovies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reinaertvdc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remyb.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renvisegrad.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rexograph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhjf.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ripin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertoggarcia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootpak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roselinlin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubycanyonenv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumahkristal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumlife.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rusakov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russellshobby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruta-66.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sachinchauhan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safegas.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saidpurtechnical.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saisons-fruits-legumes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sakaryahaberi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sakshi.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saldanda.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samoylov.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santiagomartinez.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahneumann.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saturuang.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savesilvercreek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scorpia.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scroll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebastianforst.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securityintelligence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seikoman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selayar.vacations", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semena-ua.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo-promox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo-smo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoforyou.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serukan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sethcurry.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevenfoureight.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgplay.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shelfieretail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shinypebble.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shirley.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shork.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoulderandelbowspecialist.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shrglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuttlecraft.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigfridlinden.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signcatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signing.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simulus.education", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siralyvisegrad.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siteintelstage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sixth.tube", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sliphua.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smoser.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soatplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soc247.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solnet.ao", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solodukhin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sondemitierra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sopilov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sorabi.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soshin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sotool.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soumen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sp-dh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speacock.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spiffsearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spillefuglen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spiludennemid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spinachcannabis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spindelnet.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportcenter.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportvision.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportwetten-anbieter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spotpetins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadgoodenergy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sroma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssnab.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starred.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stass.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statemercantile.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stb-schefczyk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steamstatus.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stereoamistadmomos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamcoh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamgifter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stunov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stunov.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylewe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugargrant.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumter.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunshinelocksmith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superbuy.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suska.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suzukiarindo.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suzukibali.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suzukicintadamai.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suzukinjs.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suzukisumberbaru.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suzukisurakarta.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suzukitradajateng.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suzukitradajatim.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suzukiumc.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svetbank.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweetpummelfee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swordpop.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symmetrysolar.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syswap.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szkolajazdykaleta.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taguette.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tahnee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tahynatozzi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takayaindustries.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takuse.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talakacaruli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talpurwadalions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tama.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanyastoys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarkov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taroot-rangi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarotistasvidentes.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxibiz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamdumondelibre.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamroom.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecbeto.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teiron.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teknofara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tf2pickup.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thalikkunushivatemple.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "that.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefootballbootseducator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenutritionalreset.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewiki.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thikkodi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomasdbrown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thueai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thuenhapho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tingriev.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiplitskymd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiraloche.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tjebben.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tkanix.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tnd.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todeva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toiture-78.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonytan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toonict.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topfindr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torontopostcardclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalcarpetcare.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tourgyms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tranceptortechnology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transport-gura-portitei.contact", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trasloedil.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traveloffline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trazs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treasuryofgreatchildrensbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truklink.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunnelstore.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tustin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuvenganza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tv-online.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twindii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.buzz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicodeplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "untro.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unts.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uphost.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usygov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utangard.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utopiasmart.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v2speed.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valdres.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valheim.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanarok.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "varlin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasilijeojdanic.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vazgaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vedeneev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vepein.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vepein.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ves.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidaizamal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidaketo.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vilettecouvreur.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipsexvault.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visegradieskuvo.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visit.natal.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivoldi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vokov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpetkov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvd.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w0.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wadchat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wannab.fit", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wardpieters.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warpsubmitter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watercold.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdesignforum.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webgamex.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmethod.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webtele.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webytraducciones.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedceducation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weinzierlweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werk32.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkenbijbuvo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wettbuero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whangareimusic.org.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whittle.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whizz.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whooshkaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wimarsport.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wlcmedical.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workflowy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldcup-odds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhealthtips.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpekspres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wprapide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpvibes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwe.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xanaxanax.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--7tq798c.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--kryptowhrungen-cib.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yantarniy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yasmin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ybexalev.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yokorei.yokohama", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youloveben.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youphysics.education", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yqagizev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yudin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakirov.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zar-kripto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarabizarr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaramendez.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarok.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaroktv.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zatp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zbrain.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenithjet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenker-hausbau.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeppelin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhangda.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhangpeng.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhaochengtan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhukaev.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziparcfhive.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zizin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zkocdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zkoclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zlr.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonesons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0b1.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "195theglobe.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1brd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1xde.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3n5b.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "51acg.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7eastgenetics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "80daysofsummer.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900hosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "900pk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "95-the-mix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9vdy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a699.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abonemnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abri29.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acaciawellbeing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acadianteas.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acarotheca.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accesseap.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achatroom.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acnoventa.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addiesel.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adjustingoursails.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adminportal-dev.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrieng.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancedhealthmedical.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agamabox.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aimsoftnet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aircompressormachine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airmanproduction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ak-vsk.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ale5000.altervista.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allthefallen.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amansinghbhogal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ameba-capital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amelierose.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americancasinoguide.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amerikasepetim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amped4ski.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andonivr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreas-kurtz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angiology.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anikabyaabi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antennekaart.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antivigilancia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aorangi-debt.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appoggiature.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appopay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquatechnic.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabianlingo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arbolesdenavidad.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archeologiegorinchem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkadiumdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armamentevolved.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artmaterials.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artwhale.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askindia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspirateur-univers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assistancepaws.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atriballi.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurelie-valognes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automodulegods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auturoa.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avai.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avakore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avtours.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awood.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axel-faure.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backingtrackbrasil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baidutrustssl.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baidutrustssl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banshkhalitimes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baraklava.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barleyandbirch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barnabasgolf.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baroccofashion.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barrahome.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basedriver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbppkdanpkk.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcrypt.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beager.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bearzoutdoor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bekoplc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bels-lijntje.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawabundant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawafter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawamazing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawanchor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawarrow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawatlantic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawavatar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawbattle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawblaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawblod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawbody.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawbounce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawbrite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawbrowse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawbrowser.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawbuddies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawbuller.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawbunny.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcache.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcalculator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcamel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcaptive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcarnival.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcatch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcatcher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcellar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcharm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcharte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcharts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcheaper.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawconstruct.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcorporation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcounty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcreativity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcrunch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcrystal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawctktom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcupid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawcuriotk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawdepot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawdesigning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawdestination.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawdivine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawdodge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawdollars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawdowntown.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawduck.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlaweagle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawebony.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawecho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawecono.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawelectra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawenvy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawepic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawfalcon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawfame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawfighter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawflavor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawfolder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawgang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawgecko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawgeo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawglamour.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawglory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawgoddess.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawgorilla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawgrab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawgrabber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawgrace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawgram.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawgratis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawgroove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawgrow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawguerilla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawguerrilla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawgun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawhands.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawhandsome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawhandy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawhard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawhotrod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawhtkky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawimagine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawintergrity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawiron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawjackpot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawjewel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawjoker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawjtkt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawkayak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawkiss.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawknight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawlast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawlastminute.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawlegacy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawless.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawlightning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawlimited.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawlion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawlittle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawloco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawlowprice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawlucky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawmain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawmarks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawmatche.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawmeasure.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawmember.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawmessenger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawmeta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawmetric.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawmillions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawminer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawmtkcle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawmystical.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawnano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawnational.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawnations.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawnatural.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawnight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawnobel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawnormal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawnorthamerican.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawnumber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawocity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawoffline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawoftheday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawomatic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawomega.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawoneday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawopedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawopplis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlaworama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlaworiginal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawother.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawouter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlawover.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beyondthecrater.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bezbankrotstva.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigsaleclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilalozdemir.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilibili.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binair-e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bintra.directory", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bio-verzeichnis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bionne.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birdersunite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackbettybbq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockchainaiintegra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloomingpink.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blossom.so", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluffelectrician.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "booktook.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bougeer.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braveagency.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brilhante.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brunobeauvoir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buffalojewishfederation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessadaptive.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessafter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessarrow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessbad.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessbody.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessbrite.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessbrowse.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessbuller.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessbunny.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesscaster.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesscharm.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesscharts.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesscircus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesscollect.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesscollections.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesscolor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesscommission.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesscupcake.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesscupid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesscurious.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessdelta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessdodge.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessdollar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessdollars.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessdragon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessduck.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesseastside.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessecho.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessepic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessexcel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessfame.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessfeature.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessfeedback.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessfiesta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessfighter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessfleet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessflower.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessgang.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessgrace.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessgun.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesshandsome.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessincolumbus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessindetroit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinelpaso.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinfortworth.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinhouston.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinindianapolis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinnashville.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinnashville.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinsanantonio.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinwashington.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesskayak.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesskiss.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessknight.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessless.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesslion.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessloco.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesslowprice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessmarks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessmetric.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessnatural.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessnight.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessoftheday.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessomatic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessopedia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessother.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessouter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesspart.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesspassport.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesspeace.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesspearl.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessphase.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesspicker.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesspipe.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesspremium.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesspure.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessreps.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessrequest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessrex.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessrhino.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessroll.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessrunners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessscapes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesssend.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessshoot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessslide.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesssouthbeach.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesssparkle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesssplash.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessstamp.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesssurreal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessthunder.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessunder.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessuprise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessvisual.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesswaterfront.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessworth.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buzzsmithmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "by.place", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caj-eichstaett.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "californiabudgetfinance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camped.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cangku.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capeprivacy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capris.cr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartegrise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castillo.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catland.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbddo.gov.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certidao-nascimento-pt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chamberlinfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "changetowellness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chat-buddy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chattomania.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chefforaday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherbourg.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chosting.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chur-arosa-bahn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chur-arosa-bahn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circuits-courts.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckcameron.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clementluck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coconutscrapbooking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "complete-concrete-concise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compradalweb.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conciergeofcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "congresodermatologia2019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connyduck.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connyduck.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolansplanet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corebit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cortadorplasma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "counterespionage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crealab.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "credentsys.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditoconsolidado.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creepnt.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cronmaster.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culinoa.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curiosoando.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursoderecepcionistadehotel.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyber-resear.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberelements.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dachdeckermeister-moeller.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datacentresupport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datapathology.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datdt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davichete.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dchublist.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debianizzati.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deephouse.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dehnermd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "der-elite.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designpro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diademuertos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dianadeluxe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitaldragonsinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diipoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ding.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diospersonal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "direitonovo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distract09.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dl444.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnk.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnssex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "do-it-service.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobrynyastyle.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doeprojects.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dom-rz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominionpowerassembly.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doudo.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "douvan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dpsmassage.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonboat.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "draussen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drobina.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drvondawright.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutton.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-pns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-skalniak.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e34club.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eandata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earthsong.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaton-daitron.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eax.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebatech-energiemanagement.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edibleimagesupplies.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationplannerbc.ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egzotique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elblogdezoe.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elevated-esthetics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elmejorcortapelos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elnababy.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emlaknabzi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emls.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmadreams.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empreendedorsmart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enbarra.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energyconsultonline.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entrepreneurnight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epiclawnpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essex.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiarauxiliardefarmacia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiarcoachingdeportivo.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiarcocinaonline.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiarenergiasrenovablesonline.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiaresteticaonline.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiarnaturopatia.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiarseguridadprivada.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "european-village.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everydaydishes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everymanandhisdogvineyard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evilcodes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabulouseventsmiami.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facialflex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fallenlondon.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famigliafiorini.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faqbite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faribanx-xxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdi-service.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fertilityspace.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feuerwehr-e-learning.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fibery.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmwatch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fionna.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixedmatch.bet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fjordtorsk.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flourishdx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodafter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodagenda.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodarrow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodatlantic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodauthority.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodavatar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodbeast.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodblod.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodbrowse.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodbuller.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodcamel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodcheapest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodclearance.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodcorporation.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodcrafter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodcreativity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fooddivine.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fooddodge.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fooddollars.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodeastbay.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodescrow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodexcel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodgoddess.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodgratis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodguerrilla.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodhotrod.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodhusky.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodjoker.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodkayak.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodlightning.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodlimited.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodnations.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodomega.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodpearl.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodpermanent.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodplatinum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumdimo.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freetamco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freinetmiddenschool.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fresadorasytornos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "from.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsscms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fssp-bordeaux.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furuy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g-printec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabijazava.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaperfume.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamebillingcentre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingdirectory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatoslivres.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gefire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gehirnstatus.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gempool.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentholidayland.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentholidayland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genuineppe.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgiacriminaldefense.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geosno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gera-haushaltsaufloesung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getahearing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glenmarieproperties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmc-mca.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gogo.mn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golden-jackass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldensunmfg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfkulur.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golyatsec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodfundsgateway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodwincasinos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gopronto.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gottasketchemall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grafmark.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandmasternetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatwebventure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenrose.od.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gridcatalyst.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grimdarkterrain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gura.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haberlandconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haberlanddesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haberlanddigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haberlandgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haberlandoutreach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haberlandpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haberlandpodcasts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haberlandtalents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halfbeastest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanspetersteiger.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happydyes.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haus.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hausfrauficken.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawaiiherb.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawo.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbo-center.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthabundant.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healtharrow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthatlantic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthatlantic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthbeltsville.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthbinghamton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthbolton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthbordelonville.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthboulevard.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthbounce.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthbrisbane.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthchillicothe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthclyman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthconfluence.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthculloden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthemden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthfrederick.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthfreeport.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthgrandrapids.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthharrisburg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthhelena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthhendersonville.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthhuntsville.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthjarrettsville.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthlincoln.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthlongwood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmiami.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmountolive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthnorman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthnorthgreenbush.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthoakbrook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthoakland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthpaducah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthrangely.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthreno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthrivergrove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthsanluisobispo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthsantaana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthsomerset.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthsouthfield.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthtacoma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthveedersburg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthwausau.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthwichita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthysteps.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearingclinicgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heliobil.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helochic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hemagon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hidelinkz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hinketsujyoshi-no-torisetsu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hofpleinlijn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hogyerzedmagad.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homecache.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homecaster.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homecatch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homecharte.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homechase.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeclient.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homecollections.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homecrawler.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignakron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignarvada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignboston.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignbuffalo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigncary.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignclinton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignclovis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigncolorado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigncorona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigndayton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigndowney.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignedison.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigneugene.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignfontana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignfrisco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigngarland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigngilbert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignhartford.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignhayward.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignirvine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignmacon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignmiami.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignnewyork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignoakland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignomaha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignontario.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignorlando.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignoxnard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignpaterson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignpeoria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignplano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignportland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignraleigh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignrichmond.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignsandiego.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignsanfrancisco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignsantaana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignseattle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignstamford.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigntampa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigntoledo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigntucson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigntulsa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignventura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignwashington.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedollars.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeeagle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeflag.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeformula.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homegang.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homegeo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homegun.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeindiainfratech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeinteriorasia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homekiss.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeletter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homelion.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homemarks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homemember.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homemessenger.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homenight.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homenumber.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeopplis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeorama.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeover.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homepassport.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homepatch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homepropertynews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homerail.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homerequest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homerex.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homesonic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homestamp.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homestick.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homestreaming.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeunder.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homevisual.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homewidget.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homewinner.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homewish.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hooqshot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotbabesplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotel-villaelaia.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humanrights.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hutchh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyza.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-li.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icaleo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icon-art.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ieeeaast.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igamingdirectory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igamingsuppliers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ijmondlijn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikra24.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilife.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilonpolku.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilsc.ngo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indexpert.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianapolispsychologistsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiesports.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infobarunih.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inova.business", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intercomunicadores.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inzidenz.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ip-audio.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipwho.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iroisedh.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irturkey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "is256.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isabellainlove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isantv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iseecure.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "island-line.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "island-line.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itousweb.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivan770.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jansendermatografie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasonchampagne.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jbootsma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcsobrasyreformas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeng.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetstreampro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jewishphilanthropies.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jjhof.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jjsguitarpickups.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmtk.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jnx.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joeshare.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joeshimkus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jogoshoje.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joiceorthopaedics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joycosmetics.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juegosalcubo.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julene.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julianaferrari.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juzgadocaldas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaha.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanz.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karppaamo.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelcible.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kendev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerrynbutlergardens.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khounegi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingston-fear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleinhapl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klexhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klinikatlantis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klothsfrance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolabtree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kommerciya.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kompliant.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korporativnabezbednost.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreolis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kukiulpindo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuon.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyrabanx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladyanja.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakestclairguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lam.ngo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasersafety.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laszloinstitute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavishhobbies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leakfix.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learn2fly.training", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leastern.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecciculturadelvino.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leebladon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesnoticiesdensergialarcon.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexdavicont.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lialeone.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libbysbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liehuojun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limestart.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linamila.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindner-edv.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lingshan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisslonglegs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livecast.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livedomain.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loli.com.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loli.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loliloli.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lophtalmo.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lossandthemourningafter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lskl.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucrebem.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludovicfernez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lustrecloud.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luyungterd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macarthuradr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magenkompass.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnum-sadoshima.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahieu-wonen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maitrelucas.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malagarental.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malareal.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malaysiatxt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malkalni.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketsosyali.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marlboroughchamber.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marshmallowchallenge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martex.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marykirsch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterenciberseguridadonline.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterenenologiaonline.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterenmarketingdigitaldq.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masteringenieriadelfuego.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matts.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxh.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbwsignup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medscope.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mejorfiltrodeagua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melbournehousesitters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meli-deluxe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mendelsphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miekesandersuitvaart.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milano-web.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minamassimo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mircreditov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixedbagashley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkdevice.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkey-solution.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkey-solutions.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkey-solutions.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkeysolution.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkeysolutions.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkeysolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkvhds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlpavimentosdehormigonimpreso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modderday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modernqr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohelafederal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mondayaftersunday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montre-luxe-occasion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montyvlogs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motiondata-vector.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motiondreamatix.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msoc.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtehe-square.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multivpn.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mungdog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mur-parfait.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwpromotion.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-store.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfasttrack-uat.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysecurity.review", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywpdesign.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywpdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadadigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namevirus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nara.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nataliealba.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nature-avenue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natures-design.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "negociosnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netticasinosivut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neurolicht.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newapparatus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newportbus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicholshydroseeding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicokroon.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niedermair.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "night-academy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimbus-link.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimbuslink.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nittel-gaertner.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northstarcybersecurity.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northteksystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notari.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noyoga.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ns230kvopenhouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nugratis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuvoagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odo.dyn.home-webserver.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officedivvy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officedivvy.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offshorewindwatchdog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohs.on.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliviers-co.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinecasinoreviewz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlyfitgear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operacionlimpieza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optionsloop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostrausercontent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovejaninja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owo.enterprises", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pablo-serrano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalworld.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalworld.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalworld.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalworld.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palladiumtechs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palmcoastbusinessnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pawealthmanagement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pay.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pay.sb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payat.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pebblenest.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penguinvillage.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "percherosdepared.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perrarus.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perthvintagelimousines.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petbrowser.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petcharte.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petclassy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petclient.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petcolor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petra-toroid.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pewglobal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipasmundson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipthomas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilotandy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinterest.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirzl.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixeltranslating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pocketgamingdirectory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokerzone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polsonlawfirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pooltest.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popcarte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portiapp.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premium-shop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacycentermqt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "professionalportfolio.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectmanager.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectzethes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosperityprojectaz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxybay.how", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pti-property.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puzzleswaps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qitzune.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabbitcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "railsimulator.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramonadeluxe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranker.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rc2edit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reaff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realgiulianova.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebill.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redefineyounow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redstoneinvest.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refillrx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relocatetocornwall.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reparacionmovilescartagena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robinsoncontracting.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romanovamakeup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal73.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpo97.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsreinvest.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rssalvino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runwaybpo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rusmir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rutasindonesia.viajes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-w-o-p.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sailboatdata.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sakiyamagumi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salon-stil-leben.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samclarke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samscollection.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanalsergi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santafesilversaddlemotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saudecoluna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "save-me-aachen.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savesilvercreek.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savesomegreen.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scaffoldingsandton.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schatderer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholar.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schumacher-at-home.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schworak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scloud.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scommessenonaams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scootermalagarental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scor.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrawn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secureqbplugin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seitanic-cookbook.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexyleni.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shigizemi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiplapandshells.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shlink.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shnuff.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoilpeek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingavatar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingboulevard.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingbrite.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcatch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingsunflower.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingsuperhero.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingthunder.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingtreasure.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingtreats.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingturbo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingunique.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingvariety.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingwinner.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingworth.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shota.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuhra.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidneyhaberland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simsfinnchiropractic.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirenasweet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitesara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitiocasabranca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sivutoimisto.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skinnybitch99.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skipbinsforhire.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smashbylaney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soccerbetwinner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socseti.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sold.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soloproductos.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soniclaunchpad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundslike.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southtoowoombahawks.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spa-et-sauna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparklyfairy.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparrowwallet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spbot.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specialfeetforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedvitals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spellchecksquatting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spendesk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spina-help.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sporto24.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssantosserralharia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standardstraversal.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starprime.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starprime.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starwarschronology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steelportknife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steffko.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steinmassl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stellar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stift-kremsmuenster.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stories-event.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stovokzal.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strawpoll.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroitelstvopro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studentinaneta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiweb.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stunningautos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugarfetch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supergrandmasternetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superiorseamlessinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supermedia.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suplindex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suwebcreativa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiftmod.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiftmodcdn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swvc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabsi.edu.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tad.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagasi.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talcualdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talentis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tannlegenityrkia.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarimaferial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tartufomajella.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatahealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamb.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamtotal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techno-blog.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologycaptive.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologycellar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologyclassy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologycollections.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologycollector.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temydee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tentagent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texogroup.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebrewroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecowboy.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theemeraldmagazine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefuturetech.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thejunctionstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekassa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepodcastreviewshow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesilentlink.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewindowsclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thoreauskalendar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threeriversopenhouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thrivinggracefully.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticketunity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiendamaspatchwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timeslive.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timeticket.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timeticket.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toby.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todosquerem.uno", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokiomarine.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toldosecoberturasbh.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonebuildingsupplies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonimorena.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topppinfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelpearl.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelpremier.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelpride.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelrates.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelsignature.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelsurprise.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelthunder.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelturbo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelultra.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelvictory.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendegypt.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trhknih.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trimyourbushforallah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troisiemeoeil.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trycultivate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuasaudehoje.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tudinhoparasuacasa.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tudosobrevidaesaude.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkcoder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turksell.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tweedandtalon.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twinspringcoupling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "type74.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u15.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u15x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubc.ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uchuumontreal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ufanet.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uk-cbdoils.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unap.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "underdogstres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unian.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unine.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanfoodmarket.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usatodaynetworkservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaitcampus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veber.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vega.education", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veniajuridico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verafin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verimoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vertiko.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visegradtours.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volt.od.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voluntarist.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vondenstein.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wahay.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waifu.gallery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearewp.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webblawmaine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcasinos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcazip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcreaciones.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wespringforward.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wessco.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westcoastlabels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westskinlaser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westvilleplumber.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westwingopenhouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whisperlab.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildbirdsuets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winnlandscaping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "withprocess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wmakemarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woltlab-demo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldcdg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwww.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xashayar.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xchimera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--90acibo4aazm.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xploredundee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xs4ever.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxomas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yawe.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeecord.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yellow.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yellowmessenger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yengec.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yl-invest.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogiekw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoomza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youiv100.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youiv3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youiv4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youiv4k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youiv5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youiv6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukino.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaanlijn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdnba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zebraonegallery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerobelow.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerobelow.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerogeworkshop.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoom-eco.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zootsys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zsi.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "11tv.dp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1stchoicewaterproofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2fa.directory", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "369369.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5keys.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a1qualityspareparts.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abogehad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutearning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abschleppdienst-in-recklinghausen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abyss.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activelife.travel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activitycellsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addition.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancedinteg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advertisingphonesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adyora.co.zw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeterna-ufa.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affiliatebeeers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affiliatebeest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affordablevaccinesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afrimarket.ci", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenbandarq.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenbandarq.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenbandarq.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenbandarq.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenbandarq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agendominoq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agent.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agentabuseest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agentpatrolest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agilityconsulting.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrifoodtoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrigentonotizie.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrokomi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agusticarmona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aidliveers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconditioningcondensers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aircraftnoisemodel.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airmash.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airplanestatsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airplanestatsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajinabraham.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "al-salam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alanyaescmagazin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alarmmessageest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albertspahiu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexhodgkinson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aleymedya.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aleymedya.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aleymedya.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alienstatsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alumnispecialers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alumnivilleest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americandirectfunding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amerigrouphealthyliving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amerikanpaketim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ampparit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amsterdamtype.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amsterdamtypography.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anaar.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analogfreeers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analystexamers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anconatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angiesite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalratingsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalratingsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animasencia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animataz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anitop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anmriers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anniversaryforumers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annuityequityers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anordinaryhousewife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antalyaescmagazin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antiquesinvestorsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antireklams.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anytimefundingers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anytimefundingest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ao6.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apordi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appraisalroomest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "approvedlawyersers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aprilspecialsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquapraat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archeton.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcollection90.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arctic-charge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "areavoipers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "areavoipest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arezzonotizie.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "argumentplus.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armdirectoryers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armdirectoryest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aroma24.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arshina.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artistmovieers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asas-tn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiahabit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiakartu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asianmoney.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asremanoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astonishing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asyotec.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atm-erasmus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atsconsultantx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attorneybiographies.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attorneybiographiesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automobileescrowers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automobileescrowest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveabundant.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveadaptive.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveagenda.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveamazing.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveanchor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveappeal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivearrow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveatlantic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveavatar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivebad.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveblaster.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveboulevard.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivebounce.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivebrowse.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivebuller.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivecarnival.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivecaster.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivecharm.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivecheapest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivecircus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveclassy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveclearance.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveclient.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivecommission.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveconnect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivecorporation.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivecrawler.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivecrunch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivecurious.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivedelta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivedepot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivedesigning.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivedestination.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivedodge.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivedollar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveduck.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveeagle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveeastside.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveepic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveexcel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivefame.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivefeature.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveflag.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveflower.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivegang.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivegecko.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivegeo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveglory.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivego.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivegoddess.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivegorilla.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivegrace.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivegratis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivegroove.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivegun.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivehands.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivehard.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivehotrod.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveintergrity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivejackpot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivejewel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivejoker.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveknight.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveletter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivelightning.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveloco.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivelucky.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivemain.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivemarks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivemeasure.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivemessenger.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivemeta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivemetric.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivemillions.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivenano.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivenatural.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivenature.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivenight.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivenobel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivenormal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveocity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveoffline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveomatic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveopedia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveopplis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveoriginal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveouter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivephase.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivepirates.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveplatinum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivepositive.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveprecision.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivepremium.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivepriority.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivepronto.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivepure.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiverainforest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiverapid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiverater.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiverates.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveraven.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivereadset.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivereps.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiverex.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiverings.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiverunners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivescapes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivescribe.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivesedona.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivesession.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveshake.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveshuffle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivesleuth.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivesouthbeach.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivespicy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivesplash.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivesprint.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivestick.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivestreaming.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivesugar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivesunflower.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivesurprise.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivesustain.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivethunder.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivetimes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivetreat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveturbo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveultra.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveurban.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivevariety.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivevector.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivevisual.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivewidget.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivewish.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveworth.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveyankee.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autorijschooldehaas.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autosbodyest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autostationsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autotitleloansnu.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoviral.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autumnhungary.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "availablereportsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avellinno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avellinotoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviasales.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awarenessadvisorest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axiom-networks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aydinescmagazin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aydinhaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badeand.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badnat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baframedya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balancecreamers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balancecreamest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balca.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baldpreventioners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankingheralders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bannervaners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barbaramoorman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bargaindentistsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bargaindentistsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baritoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barrankest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bathscobensraker.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bauernhof-lercher.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbox-mag.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beadings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beagles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautifulrussianwomen.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beginwithinnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behindthedesk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beiramar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belarus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellflowerlactation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellyaccessoriesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beptutotnhat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergwandercamp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergwandercamp.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berrycheapers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestdatingsite.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestelectricgriddles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betaams.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beurettes-en-chaleur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beveragemobileest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beverleymoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhctruck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibleinsiderest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikemaniacs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikerawardsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikerawardsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikini.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biknet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilecikhaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billgatos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bingocounterers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bingothemesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bingothemesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biographyseriesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biographyseriesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioneeco.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birdrave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birminghammoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birthdayinsiderest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin-about.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitnoder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizboatest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackeyes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackjackprogramest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bleedmoneyest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blingbusinessest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockmomsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockscape.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogspasest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloodmissionsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluerange.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluetoothlasersers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boardusersers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodrumescmagazin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boensite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bohemiantooers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolognatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boluhaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bondcouponers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boogiedown.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookmarkseo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookmarkup.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boonshoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bossioboutique.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bowldirectoryest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandstory.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breadmash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breastbuysers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breastbuysest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brendanfarmer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bresciatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridgedigestest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridgemanualest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightongrowlights.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brindisireport.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bristolmoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broadcastlistingers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broadcastlistingest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broadcastrealtimeest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broadcasttowerers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broadjournalest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brokeryouers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brokeryouest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brothers.gold", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brusselspackagesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brusselspackagesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btvw.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buffalobakeriesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buffalobakeriesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buffalodrycleanerers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buffalodrycleanerest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildherers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildherest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulbuly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burdursondakika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bureaudirectoryers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burnedyouers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burnedyouest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessblod.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesscellar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesseagle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesselectra.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessfalcon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessflag.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessgoddess.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessgroove.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesshotrod.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessideainsurancenews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinboston.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinchicago.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessindallas.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessindenver.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinjacksonville.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinmemphis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinnewyork.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinphiladelphia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinphoenix.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinsandiego.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinsanfrancisco.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinsanjose.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinseattle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesslegacy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessmystical.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessnations.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessomega.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessoneday.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessopplis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesspatch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessrainforest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessraven.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessremarkable.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesssonic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessspicy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesswish.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bustmovesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butttexters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buycultureboxesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyingtvsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyingtvsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bweston.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bybym.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bycafeonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byemediaers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byemediaest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byemedsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cakedeveloperers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cakedeveloperest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calculatortvers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calculatortvest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caleatoxic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calendarpensers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calendarpensest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calgarydermatologisters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calibermind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cambridgemoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camelcrush.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camperdirectoryers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camperdirectoryest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campinggadgetest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campingprofessionalsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campingwatchest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campuspodsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campuspodsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camsupplierers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cancunhealthers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candidcarders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candidcardest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canrarantra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canuluduz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalroomsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalspiderers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carcluesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardanalysisers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardexaminerers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardexaminerest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardiffmoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardity.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardliquidatorsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardmarketersers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardmarketersest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardmetricsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardmetricsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardpyramiders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardtrekers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardtrekest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caricature.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carinsuranceliveest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartridgereviewers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartridgereviewsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartridgereviewsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casact.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casagami.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "case-project.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casertanews.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinobee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinopromote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinovendors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cataniatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catanzarotoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catbeautifulanimal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cattery-mundilfari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catterydumagasin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccshire.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceet.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celayix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebratesportsnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centariuss.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralbetsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralbetsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralspyers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralstor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceomonthlyest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceraelec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cercidiana.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certifiedasbestosabatement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certifiedmerchandiseest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cesenatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatbo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatticketsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapbloggingers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapexpenseers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapexpenseest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheaplookers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheaplookest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapmessengersers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapmessengersest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapmixesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapspecialistsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapspecialistsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapsyrupers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheaptucsoners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheaptucsonest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapwarrantsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapwebcallsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapwebcallsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheatersanonymousers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkmack.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chem.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chietitoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianwenz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chronicled.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "churchhouse.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciph.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circularity.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citiledger.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cityofpeople.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citytoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarilog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classsitterers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classsitterest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleanfacesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleansweepaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickdebateest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clicktest.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudseptam.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "club-night.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubserveers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cluefluest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coastaleyesurgeons.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "code-server.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cofense.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coldtomatoest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comebookmark.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comebookmark.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comengpt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commonwarest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comoentrenarperros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "completewordsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computerjet.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comunaolari.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concertparkingest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultingnurseest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contestreviewest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "continental-landscapes.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contractalerters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contrebande-metz.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copysyncest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coronacheck.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cortep.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmeticsurgeon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmetix-ndsf.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costumestylesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coventrymoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpaspecialisters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creepystories.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimeadsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimeadsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crisisclubers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criticizetheworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crmforce.mil", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crocky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cropwizarders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruicky.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubazineers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubazineest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culturama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customhomerealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cutads.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberteam.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyclingmonthlyest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyril-leytsihovich.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "da-tixe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dallasdesignco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darc.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkness.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dasmailarchiv.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datingopportunitiesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datingru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datingswagger.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datingwebsitesforteenagers.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidrichardson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debtmetricest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deflorio1948.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degeo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deindeal.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deldadegan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delta24.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delunee.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denizlihaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dephoro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derventzis.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desarrollamosweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designerjoe.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designerrateest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designeus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destinomistico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destroyed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devmanagersest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dggb.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diazpubli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "die.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diesel.vin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dieter.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalnook.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinglecottage.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dipsytroller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disastertalkest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "districlope.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diyarbakirescmagazin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djovanov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djurensvanner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmarc-hd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobookmark.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobraimprezka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctorsarfarazdo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogscbdguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doncastermoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorys.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonclicker.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamsphere.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamy-flat-lyon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drnataliejones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drugpromosers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsdlove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtguide.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duzcehaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duzcesondakika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvdassistanceers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebatechenergiemanagement.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebobotik.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecommerce-optimizer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edgarsonderwaterwereld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationarea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eemshout.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egyptamazing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekologie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elgancho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elhombrepez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emenshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emffren.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emg-management.cd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emrecicekmuhendislik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energieconsultonline.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energielabelbinneneenweek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energybooster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enosiseurotrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enteweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enzyme-sensor.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esocial.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espacefragil.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esportsbattles.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essexmoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiosmart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etsradio.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euphoriaonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroairport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurocontrol.aero", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurocontrol.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evenimenteromania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everyeye.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evilnolo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excellentsurferers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excellentsurferest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exchangeratingest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "executiveseatsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exercisekingers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exercisekingest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exip.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expensivejewelsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expose-your-event-market-place.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extrainsiderest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extremelawsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extremelawsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extremelycorporate.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eye.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eye.security", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezsaversers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezsaversest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezscrapbooksest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezspey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facevitalityers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factbusterers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factbusterest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairmontnsw.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faithadvisorers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faithadvisorest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakeframesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakeframesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faktenfaktenfakten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falconelectric.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familyconventioners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familystockexchangeers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanclubs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fansta.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasticgrassers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasticgrassest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantastictricks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasybarsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasybarsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faqexchangeest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fasterblogsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fasterblogsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastvelocityers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastvelocityest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "favoritenewspaperers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "favoritenewspaperest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "favoritestudenters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "favoritestudentest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "favoritetechers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faxfarmers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faxfarmest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "featuredcarders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "federalbusers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "federalbusest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "federalcalendarest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fedlocatorers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fedlocatorest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feedetailsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feedetailsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feedingmethodsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feedingmethodsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixadr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femalehumorers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femalehumorest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femaleteamest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fencingmarters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fencingmartest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fertilityquickers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fertilityquickest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fienaliri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fietsambassade.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fighribali.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fightape.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filthyapartmenters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filthyapartmentest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financialmoveers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financialmoveest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findairconditioningers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findairconditioningest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finddecisionsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findingimagesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findingimagesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findingturkeyers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findlimitsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findsalmonest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finestblingers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finestblingest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finishingpasteers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finishingpasteest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fipo.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firemaker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firenzetoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firewallremovalers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstchoicewaterproofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firsttimeshopperers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firsttimeshopperest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitxxxsandy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashkeysers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flavorblogers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flavorblogest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flexphonesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flintstones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flixpatrol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floorhoursers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floorhoursest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flooringbidest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floralworkshopsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridastadiumers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridastadiumest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowerstateest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowinity.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyeagle.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyingbasicsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyingtutorsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foggiatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fontra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodadaptive.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodanchor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodbad.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodbounce.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodcheaper.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodcourier.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodcrystal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodcupcake.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodcurious.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fooddowntown.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodecono.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodepic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodfalcon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodfeature.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodgecko.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodglamour.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodglory.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodgroove.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodgrow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodguerilla.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodhandy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodintergrity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodiron.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodloco.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodlucky.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodmatche.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodmeasure.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodmillions.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodnature.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodoffline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodoneday.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodopplis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodoriginal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodother.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodouter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodovernight.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodplum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodpresident.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodpronto.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodquantum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodrainforest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodrapid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodremarkable.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodrhino.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodrings.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodsedona.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodshuffle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodsignature.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodsilk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodsleuth.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodsoldier.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodsonic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodsparkle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodsplash.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodsuperhero.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodsurprise.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodsurreal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodsustain.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodusa.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodverde.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodwaterfront.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodyankee.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "footballcelebrationsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foreclosurecitiesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forensicsinfoest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forexexchange.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forliberty.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forlitoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formodernkids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formopinionest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortunenamesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortunenamesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumfeeers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumtruthest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forwardfinancingest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxtrials.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framesi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francineverbiest.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankstonchiropractic.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fraternityfriendsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fraternitynetworkest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fraternityphotosers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fraternityphotosest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fratreunioners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fratreunionest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fraudpoders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fraudpodest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakymatesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakymatesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebiofuelsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freecorner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeinet.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freetelegraphers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fridgesearchest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frozencuisineers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frozencuisineest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frugaldateest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fruitlawers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuentenaturasalud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fugaku.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fujifilm-connect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fulfillmentcostsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fulfillmentcostsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullinsiderers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullinsiderest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullscopesports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funeralshowers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funeralshowest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furoretferrum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futbolmodesto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futurosinhumo.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadgetflashers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gambisti.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingmeets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingwesters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gammabrossfrance.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gardenblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gariganshi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gbdavisplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gebpow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genelhaberler.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genevablogers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genevablogest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genovatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genxreviewest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geo.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geocod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getescrowest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gethost.co.zw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getthejobicanhelp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gettingtvers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giantratesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giantratesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gif.tips", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girlie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gleesongs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalchemlab.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalmasonryers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalpediatriciansest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalsensationsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globereservationsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmb-spain.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnush.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godbuys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godzillaencastellano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfbeautyers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfbeautyest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfbroadcasterest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfbyzipers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfbyzipest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfcleanerers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfcleanerest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfcleanersers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfdeviceers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfinclusiveers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfingbeters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfinginjuriesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotcounterest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotikadesaldos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpwatimes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatestcampsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatestwallsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatsittersers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greendesserters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greendessertest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenhollowbowmen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenopeningsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greensurpriseers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greensurpriseest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenswimmingest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greetingcdsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grevenagreece.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greyheads.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grimsbymoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groaccess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groovydiscountsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupmallers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupmallest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grouppassers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growthtoysers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growthtoysest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guaranteedexchangeest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guerrillas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guninstructionsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutscasino.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guyretreaters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gvwparts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gymjokesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gymjokesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairgrowth.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakkarihaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halifaxmoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hampelmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handhockeyers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handicappingsportsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handlingcosters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handymanbibleers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handymanbibleest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happycrashers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harborhillsdaycamp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardcorejokeers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardcorejokeest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardyhaberland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harmlesspeopleers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haroldkramer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrogatemoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hasanyildiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hasmoralsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hassans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hatratest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawaiianlion.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hd4arab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdscheduleers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdtvblogsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdtvblogsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdtvboarders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdzineers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdzineest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthadaptive.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthamazing.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthblender.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthblod.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthbrite.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthbunny.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcanal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcaptive.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcatch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcharte.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthclassy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthclearance.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcollect.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcommission.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthconstruct.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcounty.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcourier.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcrafter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcrawler.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcrown.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcrystal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcupid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcurious.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthdelta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthdesigning.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthdestination.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthdodge.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthdowntown.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthdraw.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healtheagle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthessence.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthfalcon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthfame.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthfiesta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthflavor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthfleet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthfortwaltonbeach.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthfortworth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthglamour.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthgoddess.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthgrace.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthguerilla.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthguerrilla.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthhard.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthhusky.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthimagine.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthintergrity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthiron.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthjackpot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthjoker.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthkaty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthkayak.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthknight.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthlightning.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthloco.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthlowprice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthlucky.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmeasure.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmeta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmetric.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmillions.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmuscle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmystical.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthnano.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthnational.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthnobel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthnorthamerican.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthocity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthoffline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthoneday.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthpeace.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthpeach.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthpersonal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthphase.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthpickup.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthpirates.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthplatinum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthpremier.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthprestige.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthquantum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthrail.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthrapid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthraven.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthreadset.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthremarkable.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthrequest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthrule.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthrunners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthsalvage.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthsample.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthseason.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthsession.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthshadow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthsleuth.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthslide.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthsparkle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthstrick.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthsunflower.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthsustain.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthsyndrome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthtreats.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthturbo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthultra.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthunique.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthurban.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthvariety.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyankee.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthypennsylvania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heatcleanerers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heavennewsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heavycoupleers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heavylord.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hedgesafeers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heidegg.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heladospipos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helloemailers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helloemailest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hendrix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herbalhouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heritageofedina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herrman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heybookmark.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heydorff.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heyvilleest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hi-newspaper.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiddens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highdefinitionnetworksers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highdefinitionnetworksest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highfive.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highrank.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hikingmonthlyest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hinduradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirecitiesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirecitiesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "histoires.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hititleers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hititleest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hkconcept.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hobbyweeklyers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hobbyweeklyest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hockeyalertest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holidayland.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holidaylocalest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homebattle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeblaster.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignbakersfield.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignchandler.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignphoenix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigntacoma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedollar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeduck.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeexperience.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homefolder.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeforeveryone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeinteriorusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homemadetipsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homemadetipsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homequality.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homesuite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honestblogers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honestblogest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hormonetrackerest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hosieryexpoers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hosieryexpoest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hossi.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostesstrainingers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostesstrainingest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotschneckchen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hourlyringtonesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "householdjournalers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "householdjournalest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubsaveers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubsaveest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hugebeasters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hugebeastest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hullmoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humorcheckest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hurricaneplaneers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hwvv.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypnoside.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypokalkulacka.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-learnerisa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibertel.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icisontdesdragons.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "identityswapest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifailed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilimar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilpescara.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilpiacenza.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imagesport.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imaya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imbqatar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imoneynet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inboxsms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incarter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indatable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "independenceliveest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "independentbookshopers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianapolispsychologistsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiemovementest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indyscouts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inetdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinitifxbrokers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informationdoorers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informationdoorest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informationsarchiv.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informationsaveers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informationsaveest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkburners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inlimiters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inlimitest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innovationbrandingers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantfinishers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantintegrationers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantintegrationest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instructorcarders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurancebloggingers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurancebloggingest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurancesquaders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurancesquadest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurebuysers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interactiveanddesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interactivedigesters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intercomunicador.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetmineers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetmineest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interviewstarsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inventionjudgeest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inventortesters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inventortestest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investmentrankingsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invitationtrackerest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipcstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iqphone.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iraanswersers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irelandinternetstuffs4u.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irscouponsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isaacdgoodman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islensktlambakjot.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ismangadexupyet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ispartahaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "israelcareersers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-kenkyu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itcamefromtheunderground.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itexplaineders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itexplainedest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itspersonalizeders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itspersonalizedest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itssolidest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itvirtual.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itwofm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jadeannehunt.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jagspecialisters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jagspecialistest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jakejnx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japanesekeyboard.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaquelin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jas-ac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javaanalysisers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javafluers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javafluest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jawharati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcsolutions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jemore.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jennette.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerusalempersonalsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jittruckparts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jk-forensics.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmlp.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jnewhook.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joggers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnload.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnmellison.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnocallaghan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jojo-kiss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordannight.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josephanthony.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journalgameers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jswiss.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judobasicsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judochaters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliaexclusiv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julieskyhigh.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jummedia.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junefolkhogskola.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juooh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jurex-cup.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justement.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justicemirror.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k-will.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k2pizza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaboommagazine.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaisanord.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaity-sun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalombo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamokiminoyu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kastamonuhaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katarsis.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katrin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaverti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kayserihaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenshingakuen.or.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ketocanine.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khaleesi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khodromedic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidstraysest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimxxx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiraqueen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiret.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirsehirhaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitkit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitspersonal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kittenexchangeers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kittenexchangeest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleinwenner.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knitting-lace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knittingmallers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knowrentalsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knowrentalsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knoxvilleautosalesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kontikifinance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koreantextil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koshercutleryers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koshereducationest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosherlunchers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosherlunchest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kozmetikus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kraakgeluiden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krizialim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kstitleers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksw.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ktupad.web.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kusadasiescmagazin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kusadasihaber.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "la-casa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laboratoire-mediflor.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laborbluesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacrosselocatorest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacrossemortgageers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacroy.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladyestelle.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladysybella.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakabina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamigoshevora.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landroverexpo.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapeloanest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "languages2learn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapcoversest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laraemarcos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastingmarksers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastorders.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latedecisionest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latinatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "launchfinderers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laundrylessonsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laurinhaepaulo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawnenvyva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawnkitsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawnlessonsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawnlessonsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawnsearchers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawnsearchest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawsuitconsultanters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawsuitconsultantest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawyerscredentialsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawyerscredentialsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawyerscreenerers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawyerscreenerest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leadership-insight.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecceprima.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leccotoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecturaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leedsmoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalanchor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalatlantic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalbeast.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalcellar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalcollector.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalconstruct.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalcrunch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalcrystal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalcustom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legaldish.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legaldodge.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalebony.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalepic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalfalcon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalfighter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalflavor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalglamour.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalglory.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalgoddess.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalgrace.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalhandy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalhotrod.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalhusky.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalizeit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legaljoker.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalloco.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legallowprice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalmatche.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalmillions.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalnations.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalnorthamerican.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legaloriginal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalphase.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalpicker.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalpickup.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalplatinum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalprestige.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalpronto.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalrapid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalrazor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalremarkable.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalrule.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalsample.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalsoldier.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalsouthbeach.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalsustain.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalthunder.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legaltreasure.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalunique.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalverde.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalwaterfront.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalyankee.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legendblogers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legendblogest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lelulove.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenor-testen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lepetitendroit.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liambaron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "life24korea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeseatsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeseatsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifetimemedsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightningpatrolers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lijstbob.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "likeageek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "likeer.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lillalisa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limesparrow.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limitdropers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limitdropest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limitshareers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lingua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "link-live.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipator.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liptor.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisanotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liverpoolmoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "living-legends.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loli.cam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londonjob.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londonmoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lordshaokahn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loscamaradasmc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losconsoladores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losnervios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lost-perdidos-hiatus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louisefar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovlyluna.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loyaltyreviewers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lroc.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luacustica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luchtspoor.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luisbacher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luismiguelcolombia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukas-webdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukasapetra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukinno.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumbardhi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumsdens.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunalya.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunaplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxurythatlasts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macrotech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madoucefrance.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maliyehukuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mallorca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manchestermoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manegestalflicka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manisahaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuelosorio.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maquetasdeaviones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marajo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marathons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariamia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marianhannah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marktgemeinde-glonn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marlboroughfarmersmarket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marryfox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterdan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterjuantex-projects.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mate.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxinator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "md28.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medyaman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mega-jeans.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "messinale.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "messinatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesutates.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metrofree.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meucardapio.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfamonitor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfotel.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miasma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michiganhealth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miesmuschel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milanotoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milapopovich.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milasescmagazin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miliodemendralejo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindfab.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minnim.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miragrey-porn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missfit.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mistades.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mistajsay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mistyoverlookranch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkey-solution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkey-solution.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkey-solutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkey.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkeysolution.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkeysolution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkeysolutions.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mltrade.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilelobbyers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilesettingers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobileteleconferenceers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modelfotografie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modenatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojoshowers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molcenter42.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moldovainformata.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moldsearchers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momentummarketers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mommyapproveders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mommyapprovedest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mommydigesters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mommydigestest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mommylessoners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mommylessonest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mommypantsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monitordownloadsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monsterarmsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monzatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mormonvoiceers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mormonvoiceest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morninggarden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morphose.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moskva-kamen.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mossad.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motionglobeers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movieeveningers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movieeveningest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movingjokesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrwrestling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msprealestateinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mufi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muscles.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musiq-supreme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muslitocomics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mway.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myanimo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycakeangel.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydating.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myelebest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myenglish.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mykansasfoodbank.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywebcity.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nad-tendance.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "national-anime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neila.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nesstormented.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neurophysiotherapy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nevadamentalhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newcastlemoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nice-school.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodestination.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomadworld.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomorehungrykids.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nono303.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northstar65.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novaratoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noveltydoorers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noveltydoorest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nu.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nurseactioners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nurseactionest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nycestateest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obsidian.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oddsmoneyers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oemdealsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offpages.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offshoretravelsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offshorewfs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliveoil.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oninpresento.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinegames4free.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlyincentivesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onpopup.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onsitedoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ooove.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opendor.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openforvintage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openlitecache.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opensecurity.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opsecx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimizationanalyticsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orderteethest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orduhaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organicappraisalers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organictanningest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organisation-mariage.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organise.earth", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orido.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ortemis.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orthodealsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orthotrafficest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ortop.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osteriadelponte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owlvilleers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacogarcia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paivafernandes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paleonora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palmas.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palmfan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pamlightdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paneljobsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pap-pap.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parasatria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parmatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partechshaker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partyaccommodationsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partyaccommodationsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasosmodalidad40.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passwordsheeters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passwordsheetest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pastaroomers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pastaroomest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patentpanelers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patentpanelest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pathsaversers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pathsaversest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patiosheders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patioshedest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paylessclinicers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paylessclinicest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paylessmealsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paylessmealsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcmania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcsolutionsofwillis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pctips.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdfsheetest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pds.police.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdsk.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peaceexpoers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peaceexpoest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pearlteethers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pearlteethest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peersquaders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peersquadest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pensiontrackerers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penstash.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentagonix.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "persiandating.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personalaccidentsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personalaccidentsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personaljokesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personaljokesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perugiatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pesitalia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pestalertsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pesthotelers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petabundant.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petblender.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petcollector.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petcounty.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petcrawler.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petdesigning.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petdir.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petdollar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petfame.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petfeedback.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petflower.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petfolder.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petgeo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petgrow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petgun.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pethard.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petkiss.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petknight.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petmessenger.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petmetric.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petnatural.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petnight.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petopplis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petover.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petpipe.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrally.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrates.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petredhot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrequest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petroll.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrov.engineer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petsdeners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petsdenest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petsnapshot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petsplash.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petstick.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petstreaming.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petsurreal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pettersatlher.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pettreasure.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petunder.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petvisual.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phantomfunders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmasyncers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmasyncest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoneincentivesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoneincentivesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonesbooksest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoneyourselfers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoneyourselfest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photoconferenceers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photoconferenceest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photographeremploymenters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photographeremploymentest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photoscheduleers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photoscheduleest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoxworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "physicianbookest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pickhdtvers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pickhdtvest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pickswapers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pickswapest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picsalesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pillowexpertsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pillowexpertsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pimplelotionest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pimpninjas.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pisatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetfertilityest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plasofficial.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plasticsurgerypartyers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plateforme-exposant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platinumalertsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platinumalertsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platinumcalendarest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platinumtalkers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platinumtalkest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plikersi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmdealerest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podcrypters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podcryptest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podparkers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podparkest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podprotectionest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podycust.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poemwallers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poemwallest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pointzipers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pointzipest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokeraddressers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokeraddressest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokeridioters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokeridiotest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokerigrach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokerreligioners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokerreligionest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokerventureers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokerventureest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "policytrusters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "policytrustest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pollev-embeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pontecalidade.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poojanews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popadvertisementers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popadvertisementest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popcowboyest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poppinsholidays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posvq.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poulade-design.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerwithwords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pragma-solution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiumdesign.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presse.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prestudenta.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pretabelamodas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prettycloud.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preums.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "previewtoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "procore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodesk.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proteccaocivil.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pwsplash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pythondiscord.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pyxisfreelance.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quetiapine.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quicomo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radgi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rajasthanwellnessclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raskruti.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raulval.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravennatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redn.black", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relution.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retailcleaners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retarara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rgtonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riaktiv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rib-ims.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richard-purves.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riminitoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rizehaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roarsocial.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robotsaspiradores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rollerderbywines.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romagnaoggi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosecoaudit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royaumesoublies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpm-commerce.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsre.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubbleremovalbluff.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruben.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runrun.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rusticroadlandscaping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rutorka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rxtx.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s8a.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sachsenlady.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagegardens.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salernotoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salesforce.mil", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salter.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samurai-marumori.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanliurfahaberi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sargenttechnologyservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholarships.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sciartel.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screenlab.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scunthorpemoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secard.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seishuncollection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senor-cheapo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serverscan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serwusik.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexworkrights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfhp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadhoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaned.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharpletters.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shed49.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheffieldmoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingabundant.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingappeal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingarrow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingbad.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingblaster.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingblender.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingblod.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingbounce.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcalculator.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcamel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcanal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcellar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcharm.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcharte.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcheaper.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcheapest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcircus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcollections.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcollector.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcompanion.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingconstruct.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcrawler.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcreativity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcrunch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcrystal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingcupid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingdepot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingdesigning.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingdish.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingdivine.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingduck.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingeagle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingeastbay.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingecho.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingecono.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingelectra.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingenvy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingepic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingexcel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingfalcon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingfeature.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingfiesta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingfighter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingfleet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingformula.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppinggecko.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingglamour.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingglory.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppinggrab.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppinghands.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppinghandsome.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppinghotrod.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingimagine.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingintergrity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingiron.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingjackpot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingjoker.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingkayak.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppinglast.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppinglightning.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppinglimited.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppinglittle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingloco.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingmain.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingmeasure.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingmember.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingmeta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingmetric.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingmillions.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingminer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingmystical.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingnatural.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingnormal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingnorthamerican.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingnumber.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingocity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingoffline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingomatic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingorama.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingoriginal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingother.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingouter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingpassport.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingpeace.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingpeach.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingpearl.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingpermanent.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingpersonal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingphase.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingpicker.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingpickup.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingplatinum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingplum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingpresident.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingprestige.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingpriority.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingpure.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingrail.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingrainforest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingrally.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingrater.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingrazor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingreadset.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingremarkable.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingreps.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingrequest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingrex.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingrhino.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingrings.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingrule.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingseason.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingsedona.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingshoot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingshuffle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingsignature.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingsilk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingsleuth.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingsnapshot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingsparkle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingstreaming.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingsugar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingsustain.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingtopsecret.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingurban.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingwaterfront.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingyankee.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shortnews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shpargalka.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singleeuropeansky.aero", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singulair-generic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirnakhaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skynetcommunications.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleepsaround.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smalls.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smaridibor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smarinintgal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialesretro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialnetworkdemo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solarseason.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soldai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solfipinformatique.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sondriotoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sopsop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sortek.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soso.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulyi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundservice.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southcarolinahealth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southdakotanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specsdot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spidertechpromotions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "splatprofcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportpiacenza.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squareincircle.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starbase01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storecaptain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studipro.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subalert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunderlandmoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunshinelogix.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunsun-jewelry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunsungem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunsunjewellery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunsunjewelry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supercontent.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suscri-app.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweetlabelbakeshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swelife.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamarind.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tascas.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taylorburton-porn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbcinteriorismo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "td-bambini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tech-guru.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technogies.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologyabundant.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologyandroid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologycompanion.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologycupid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologydesigning.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologyecho.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologyjust.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologylittle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologymessenger.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologysouthbeach.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologysprint.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologysugar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologyvisual.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologywaterfront.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnoticiasdigitales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teenslesbian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tehrantamirgah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleport.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telite.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teplicy-rt.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ternitoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testecta.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebabelog.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehealthkitchen.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehorsesadvocate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenolank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therowdyrose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thingformatter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threethirty.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tilecenters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmamontreal.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toku.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomdougiamas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-aanbiedingen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-messenger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topseo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torinotoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transinbeeld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelanchor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelastscom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelbunny.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelcellar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelcharm.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelcircus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelcollect.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelcollections.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelcolor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelcrown.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traveldodge.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traveldragon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelecho.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelfeature.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelgang.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelglamour.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelgratis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelhands.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelhusky.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travellegacy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travellittle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelmember.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelnano.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelnatural.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelnumber.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelomega.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelopedia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelouter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelovernight.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelpeace.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelplatinum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelplum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelquantum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelraven.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelsoldier.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelsonic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelsouthbeach.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelsunflower.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelsuperhero.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelurban.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truongthanhaudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustedpropertymanagement.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustreview.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tskimwagner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turysochi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twitok.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udinetoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uk-bmvg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukrcredit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblinked.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uofucop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanfun.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urlaubsziele.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urspringer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usapel.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usercentrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vcs-steuern.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velika-balgaria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vemoweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vendadopinheiro.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veronasera.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vhltec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicenzatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viko.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vilony.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vimar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virginiahealth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtual-assistant.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visit.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wagcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapmonk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "way2tech.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-industry.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webconceptions.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webfocus.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webinke.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weddinggram.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westonaprice.london", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wetheghosts.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wettbonus24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitlockconstruction.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildowi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wine.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winhelp21.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woordvanvandaag.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhomeinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--24-glcha1cjdmf1dye.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--e1aajhbc0amdp4byf.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yardhelp.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yarokuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yepaa.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yochen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yorcybersec.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yorkmoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youngdevotion.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zefort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenyxis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zheltyy.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhoukz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuklesiranga.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0314159.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "144chan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "22betglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "258management.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30region.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dsites.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4uwatch.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "514-media.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "514-media.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "514-media.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "514-media.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abanico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acquistorealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acrorock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acroteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acticia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activatenow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addax.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addictioncounsellors.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aecnewstoday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aestuar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afbouw-gevelsupport.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afreelancersworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ag-academy.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiguilhe-querre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alambique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alancat.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldarcake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alejandromateoconde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alejandropernett.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alemorbel.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alepacket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexitomaster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alif.tj", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alikasimoglu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alissagerhard.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-tec.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allaboutclassifieds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allseasonschimney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphabetmobilier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alvinaonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amaxautomotive.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amelia.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amnion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "an0ns.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anilom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animal-world.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animallog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animepower.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animesekken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anneliesvanhoof.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anotheronedead.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anoual-lycee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anoxinon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anoxinon.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anstorino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ansur-band.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anuntulmeu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anvilcargotrailers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apollomobile.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apresskistuntteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquarelleren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabstar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ares.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arifer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arissait.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkadiahill.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armazone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arouzing.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "articulatedvaluation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artistiquementvotre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artwar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashburnr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashbusters.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashtronaut.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspencat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auckland-lawyer.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auckland-painter.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audleyconstruction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austercita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autereband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-help.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-rahbari.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto10dacte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avspace.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axeonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babychou.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backlashband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bacq.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badassdallascondo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baderscott.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bangkokthailandescorts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banket-furshet-spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barbwi.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "base-people.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bazardunet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdsu-connect.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdsu-kongress.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdsu.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beadseh.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bearbonesenterprises.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bearrun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beatzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beau.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedum-blues.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behleem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bencrump.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergwandercamp.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berkswatertech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestdeal.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besthorsebedding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bethanymo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beton-vloer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betonvloerpolijsten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betoskip.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betternews.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biarritzboys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibliobaldur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bidc.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bietigheim-digital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigseo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bindb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bindsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binezalohar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bing-cdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bing-cdn.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birthinjurylawyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitforming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bksites.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blathinwheatens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blauwepanterengonnie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogabouthealthy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloggerzarausa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogpark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blonde-hexe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluenet-26.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluesky-it.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bocbot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boira.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bokatas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookjira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bospiraat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouncetothebeat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boycewire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breaksome.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bremink.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brianna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightblue.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brillie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bromfietsman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broomcastle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broomcastle.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broomcastle.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broomcastle.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brothersinbeetles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brun-despagne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bubblesco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildworkout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bultink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyhouse.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bvergnaud.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bygogmiljoe.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caballeropeligroso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cableatierra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cainiao.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caladan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calma-cafe.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camilat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canajoana.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canamo-solidario.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candy-pop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candysamira.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "car-keys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cegecon.org.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceska-polygraficka.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chapnews.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapwipesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinookelevator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chmfin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christinabjoern-nilsson.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christopheduverger.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citizenscience.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarotvpromocao.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleandrains.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyr.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudu.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubminimansiones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coachingforleaders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cochesaescala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codefionn.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colibriexpress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comete-electricite.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commanderx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conciertoscolombia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constipationrecords.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contact-checker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contortion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corefonts.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cormed-heverlee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cororocierodebelen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cortex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "costalinux.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "couponsale.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftsofcleo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creattic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditopessoal.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubash.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberhost.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybernode.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cypherbot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyrex.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d5k.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dacsanchatviet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailytrip.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daisydevbi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dallasescorts.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dankie.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dario.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daxos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealandgo.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debian.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degilde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denisaadolfova.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denniscsl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denverclassifieds.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denverescorts.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derbymoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desipandora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detelefoonboer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devilmaycry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dexerto.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dexerto.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dialybiendong.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diamondcargotrailers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diegentlemenbittenzurkasse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dierenschilderijen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digidad.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalvag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinos-mag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directmedica.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diskusi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divatri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj-ocean.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmillerlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmvhomesgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnevnichok.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dodoquo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domparts.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drpadawan.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dugongo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "durhammoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwihn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dxmedio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dypimenta.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "each.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eat-vegan.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaucole.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eben18.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eboxtenders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecc.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eco-balais.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "editions-campanile.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egbertsen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egoclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehrdata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehtnj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einfach-gute-seiten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elatinoamericano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elbrutoconeloso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elekner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elinks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elpac.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elpactest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elpactest.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elpactest.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emaps.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "embodied.vision", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emfwk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emisoralavozdedios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmastarr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empoweren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energyhomeservice.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engl-amps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engl-amps.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engl-amps.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engl-customshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engl-customshop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engl-customshop.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engl-distribution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engl-distribution.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entreamigos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esarp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escorts.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espiritismo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estenio.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estlandtravel.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etheria.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euro-cdm.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurodanceperu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europeananomalouswave.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evalinux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evo-ai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ex-slots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exemplarypainting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyecon.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facadatabase.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fast4ever.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastmeet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "favorita.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbo.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcg.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdp-heinsberg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felipesexto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felsefe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feriadelvellon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "festar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fietsennaarbarcelona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fifatournament.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fikrinet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filcosplay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finelineaestheticstx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiveminute.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashbeat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flawedworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flirty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluep.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "football.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foraz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forixecommerce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formation-colmar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotogram.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourie.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fracturedfx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankfurtergirl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frences.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friteuseairchaud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fronhadeseda.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frosinonetoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frostfire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frozen-gaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frutuozo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsd.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftx.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullcolors7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundiggitydog.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furu-sato.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamalhamza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamefear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaminglessonest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingregulation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ganardinerillo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatilhoarmas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaymen.pictures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekhelpline.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geospecialsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getevidenceers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giantslipandslide.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girosbike.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glennbloemhof.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalhomicideers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalmasonryest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalsensationsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmgcyouth.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go4games.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenfawz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfbroadcasterers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfcleanersest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfingbetest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodlosersest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "googlekun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotasdeconocimiento.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotcounterers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotforumers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotstreamingers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gott-it.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goutsmits-tegelwerken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpsroomers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpwaconference.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandtiresers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gratis4u.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gratismuziek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graysquare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatsittersest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatsurfersers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatsurfersest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greencoconutresort.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greendiscussionsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenopeningsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenswimmingers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greetingcdsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greycentre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grigo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grinned.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grit3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groovydiscountsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growthsimulationest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruphepsi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupofurlan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guaranteedexchangeers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gueckgueck.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gulphora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guninstructionsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunners.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guyretreatest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guzelsozlerim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gvectors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gw.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyllander.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gztelli.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h2omusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habbzohotel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hadudonura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haiduc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairconventionest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakanpeker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halfbeasters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halvalla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamedfans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handhockeyest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handicappingsportsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handlekrypto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happycrashest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardwarelounge.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardwarelounge.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harmlesspeopleest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hasmoralsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hatraters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazaristan.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdscheduleest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdtvboardest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "health4life.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heatcleanerest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heavennewsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heavycoupleest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hedgesafeest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heinvanhemert.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heliocentrism.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hermanasmolina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hernanygerman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herrenblut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hessherrera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heyvilleers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hietbrink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hietegerrekes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highheeltamia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hikingmonthlyers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitmix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitpatrolers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitpatrolest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hockinghillscabins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hockinghillstreehouselodge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hofatlas.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holidaylocalers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homekit.directory", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homespunhouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hood-epc.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hook.events", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hormonetrackerers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostalsanmarcos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotbella.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotwaterspecialist.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hourlyringtonesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howoldisjava8.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hufelare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hummy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humorcheckers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunzai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hurricaneplaneest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hybriden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icsi.clinic", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ict-kerk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "identityswapers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idlxb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ie.edu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifohancroft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igamingaffiliateprograms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igamingpocketdirectory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igorvracar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iliamna.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immunoboost.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incredibilis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "independenceliveers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "independentbookshopest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiemovementers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indirhadi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inglestotal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkburnest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innovationbrandingest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insiderateers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insiderateest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantfinishest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurebuysest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intellior.ag", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interactivedigestest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interviewstarsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inventionjudgeers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investmentrankingsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invitationtrackerers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iraanswersest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irareturners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironcage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironitekstil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irr52.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irscouponsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "israelcareersest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isystem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italiale.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itdata.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itmatournai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivantedesco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivanya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivi.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jag-meccar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jagaimo.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jailfoodest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jameside.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesjj.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janklokman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jannarok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japansepuzzel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jardigital.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javaanalysisest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javitron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jbsoftware.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jena-fans-aurich.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jenunudi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerusalempersonalsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesus-rock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesusda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeugdbrandweerbladel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeugdharmonie-geluwe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jewelrycoverers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmonagas-portfolio.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joblover.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonkerkamman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jornadahypera.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journalgameest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judobasicsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judochatest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judykatura.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpalitan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k-collab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalisilat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalnet.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalolina.farm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kangchunxia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kardia-bordeauxdoggen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karikatur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karlis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karperontspanning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keep-smiling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keetfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerstboomkantenklaar.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerstpagina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keukenstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinschoenmakers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keymenz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kichemalamut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidnation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidstraysers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidswear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kip.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirarie-kusatsu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kisakazan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kistipro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitgratos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kittyblair.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiwisouvenirs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klimatt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knittingmallest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knoxvilleautosalesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kntt.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kodar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komsomolka.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konaki.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koshercutleryest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotidevidevta.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krasheninin.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krashlab.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreditkarta.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krefindo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kromberg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kstitleest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l2support.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labodeguitamigueltorres.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laborbluesers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laconcepcion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacrosselocatorers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacrossemortgageest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapeloaners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landscapingrepairers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landzicht.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapcoversers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larafoxx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastingmarksest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latedecisioners.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "launchfinderest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laundrylessonsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laurindale.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavkatsvetov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "law-ag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawnkitsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawrence.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawrencebaker.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "le-romien.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lechuck.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legacy.bank", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalbetcanada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leptotrichia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsknow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levitation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lezen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichtschatten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifedrops.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifetimemedsers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightningpatrolest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "likans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilly-lil.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lillylove.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limitshareest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lincolnmoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlesouls.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liups.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livebookmark.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livornotoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lloyd-day.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lochloco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorenstudioo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovessl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucidplumbing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucko.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luckperms.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunarum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luvey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyricheaven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ma-queue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macabeo.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malmomusikskola.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marbermedical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcotolk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marqueandbrew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marrakech-desert-trips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinbiely.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathdf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewlanders.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maximusconstrutora.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mazdel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mazken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcdevservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mecari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medavante-prophase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediantechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesitikopreveza.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesmer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metanoia8295.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metaword.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mezzanine.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miagentemicasa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milaandmikki.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milkopet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraft.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraft.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minutelender.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misaka.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjkholding.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobiltune.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moda-querida.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "model-nathalie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mondolila.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monetize.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mooka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mopak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morke.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moseic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moswand.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movieoldiesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movingjokesest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muble.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mudcomplexers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muenzen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murasame.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musichome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muwi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybestteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydoggyadvisor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylocalairconditioning.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napolitoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nariohtools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naris-grc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nauseainthemorning.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netwidow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newschool.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nexus-start.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfb-ec.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfb-fsg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfbam.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfbassetmanagement.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfbct.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfbec.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfbel.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfbfsg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfbib.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfbpe.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfbplett.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfbpwm.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfbst.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicolas-benoit-immobilier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightclassifieds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninarocha.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninavegas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninure.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nlyvey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nora-devot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noradevot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northeasternchimney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northernflame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northlinkferries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northlinkferries.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nosite.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nottinghammoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novanice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nozom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nszero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nubian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuevaya.com.ni", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuhil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nullsechs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "numeezy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "numinous-travel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvestel.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvestholdings.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvestholdings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvests.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvestsecurities.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvfh.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyorokko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oasegroen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obejor.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ochistkavod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olasderisa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oludeniz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omhome.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onedeal.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinebet.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinenewspaperclassifieds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineradiomix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openbook.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opwaarts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oranous.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ordastoikennel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "originalescaro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oviser.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxxoshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palermotoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pandora.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papouille.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paralellesjuridiques.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paramascotas.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pardal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parktrips.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pastrybakerymachinery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pattayawebservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulcamper.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pawapuro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pdfsheeters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peathealth.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pescatrucha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pestalertsest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peterherman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phasma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phaylesbury.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photo-journ.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phsa.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "physiobalance.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinatubo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pindakaas.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizzacontenta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plainoltrailers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plasticdonut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plasticscm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plasticsurgerypartyest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play-mate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play3niu22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play3niu66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playball.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pleasureplanetbrothel.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pleo.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plu.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pococo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poimenidou.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poimenidou.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politicalscore101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pomerol-au-coeur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poolvilla-margarita.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornbabetyra.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porumbei.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerbux.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presidiotunneltops.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primesense.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proglib.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectmap.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectstem.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promotoyota-tangerang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proofofwork.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proyectify.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulower.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "punat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purovive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pusha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puurplanten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvcplafon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queup.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qv-eherkenning.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r1ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabby.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioab-normaal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiobox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioclandestina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiocombinatie-kampen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiodevrijheid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiosolstereo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiosterrekijker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioszczecin.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raklouisville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramsey.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randombot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranklocalsearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rappet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rationalbi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reallinux.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reallyangryaboutchipshops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realvapamarde.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reelgame.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reggiotoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reisen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remapmijnauto.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repaircafe-hanau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "respawwn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhcteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riared.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ribapo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ridgewaterlodge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riigiteenused.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rinka.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riostones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riseupelectrical.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockbridge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocknbluestoday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocksoundradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royaldoorkc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubengees.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rule5.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rules-of-engagement.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runpartner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryois.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sailors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saleras.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salimicm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santehnikaplus.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sartori.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saveyourhouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbond.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholarconnect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sec-tunnel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seclink.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sellphotos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senamexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "send.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendaddress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendmyflyer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "septam-orchestra.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sepulcharium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexyvenushuegel.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgbpa.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shipard.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shipheart.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopmaksu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingchina.com.py", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shown.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuma.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siberiaserver.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplesassimdistribuidora.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplydigitalspace.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sindastra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sindastra.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sindastra.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sini.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitecreator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skiman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slashbackslash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smithsystem.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smurl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snaildos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snapkit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sniping.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sobre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialab.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soellner.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somedomain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soncini.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sondoro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sophiajaneboutique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spadok.org.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spreadshirt.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starconnect.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stationaryengines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stationsvakt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefangroothuis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stichtingwwtoegankelijk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strandhousedingle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratorisk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamside.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subanelvolumen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sundhedsvejen.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunsun.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunsunjewelry.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supercontent.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supersonicsoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surrealityfl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweetcorner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweeteleven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweethearts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sys.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysrigar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysrq.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syuumi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szwrc.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taartenvankoenie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabiteollisuus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tahribat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tail.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tailsteak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taintedart.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takezo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tango-querida.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tappyshop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tasonoken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taters.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techframework.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techfreepro.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technohonks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecroxy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teengamer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teenkid.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleportart.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tempsdexpo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testemo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "textprotocol.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theblisters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebsl.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefireflygrill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theflesh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefunzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theinvisibleman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelansingjournal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theoperators.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theupslady.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thingsivesaid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkforyourself.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thorbes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thunktank.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tideritter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tightenthisshitup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tires4car.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titanfile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "today.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokiohotelcroatia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torontoplumbinggroup.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalcontrols.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touhidur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trailrunbern.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tranceparadise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transitables.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tremors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendtesettur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trentotoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trevisotoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trez.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trialmaaskant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trini.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trinityyardgreetings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trouvenet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuinieren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tull.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuomiset.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkuradyo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tusuri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twelve-inch-classics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tzchz.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unaware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unhappy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicornmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniqweb.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uspon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaioni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanboven.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vendadopinheiro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veneziatoday.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vhelio.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videoclubhd.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videospericos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidos-eu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vietdungit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villapiknik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vionity.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visionsmind.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitthematrix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivalacloud.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkwebsite.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlaardingen-enzo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlijmscherrup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vogelwereld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrijekunst.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrijeradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsonline.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vtoray.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vyacheslav.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waelk.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walkersplayground.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walruscode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waltermulders.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanderfullcoven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterside-inn.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waukeshairon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdol.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "we-id.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdating.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webhelpmedica.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webtoolxl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weddingplanner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weekendpartyband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wette.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whataeco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatsupyo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whistleblowersoftware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wijsvangent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winkelvansinkel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winrar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiredroot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wireless-zero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "withoutessence.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wixadvertising.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wixel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wizardofhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonderfall.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woningonderhoud.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wookstar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wovietv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrecked.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writingiswork.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x0r.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xeforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aahvz2a9a.xn--p1acf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtspeeder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yebkw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yellowstrips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yifanbian.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoozik.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zainblue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zapmystore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zavalianis.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zcode.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeekajakvaren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeelandbrug.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zekra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zindagilive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziwani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zko.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zkoclub.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zlogin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znalec-okna.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zode.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zombiecrowinc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zombiepassions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonarumbera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zotan.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zufuribita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "101android.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "12it.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1sociaaldomein.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1stchoicelodging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "20gg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2698pacificave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaliyah.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abantoclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abhinna.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abreactive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abreactive.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abreactive.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adityatelange.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "affilmarket.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aggn.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akihi.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandertechniquenow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexas18.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambc.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amedasesorias.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amelielei.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amscrosscomp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anaelog.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anbigift.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anchorbeachinn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animecracks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animedesuga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animelily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animelolipop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animesoftcream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annefit.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apartamentsvituri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apirie.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appac.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apuntesmedicos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcdesantmarti.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcticfox.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arimarie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arimarie.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artcatch.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "as-aeu-ecp-dev-ecomeeting.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "as-aeu-ecp-qas-ecomeeting.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asklawyersforjustice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astronomygcse.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atalarmedya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aureliavelvet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurora911.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autocenters.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badri-taxi-vtc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baileysafetyconsultants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balkonov.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barreiroappraisals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barronbankruptcyattorney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beginwp.tips", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belgianbirdalerts.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benclarkphotography.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-ticket.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besttimesfinancial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bethulietourism.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bg2kuj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biorev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitfortune.fund", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitloco.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blanzastore.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueskiesmassage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bornaandishan.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botschaften-an-das-volk-gottes.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bourbonridgeretreat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byrutor.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camaraocuritiba.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campstuffs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canormanyaran.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cavallochiropractic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cby.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cf-connect.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chateau-patris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christiangaro.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citylojistik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clapcafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classic-mu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clevyr.expert", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickpeak.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloutlookup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cobralelie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocytus.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinsales.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collaberus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colorjungle.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comtex.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constructioncleanupinfortworth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooalliance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copa.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cortlandvoice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmosdogbakery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "countermentors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimeandwar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curty.ind.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curvysarah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customerbuilders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvursache.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czewo-data.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daidr.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danbarnett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkmoon-art.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darlingtonia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debicicletas.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deelmee.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devs.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devs.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devsectools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dianeseaborn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dididiamond.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digi-typ.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digi-typa.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalsuccessblueprint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digityp.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitypa.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discarsl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominguezchiropractic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donotdepart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downloadsrc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dryusdan.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dude.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchavifauna.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchbirdalerts.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchbirding.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dww.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easybom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyfm.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edvsolutions.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eisma.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elta.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emu.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engl-distribution.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortcreampie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortcunuz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esteniomexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everlastthresholds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezmob.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairyani.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fajnshop.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farmauna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatihyalcin.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feast.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "febstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiamtorino.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findbalancedliving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "five.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleche-ardennaise.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floofie.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floosak.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fmn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fnrs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fongep.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foredata.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotografoivanalmeida.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fredericfrancois.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeparks.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frishop.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fyp-aiman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabskent.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gailnoglephoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamerbits.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gasoline.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gerimileva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getpestoffnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ggdghorkennisnet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giftscop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giocolive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glowmedspaencino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldloeckchen159.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gplverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growledlamp.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growledlamp.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guisador.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunbot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hantera.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardcoreincest.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haval.iq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hccnet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpwithinreach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helvetic.finance", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herrtxbias.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "himbamcky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiring-process.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homegrowncannabisco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hooked-on.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horrentotaalshop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huemeyraophelia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huthacks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i4net.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ike.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indogenius.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoapis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infomoney.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelghost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interimnorge.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invespex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itrgroningen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jgpeterson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journeylens.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ju-rex.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julien.expert", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jurexcup.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamatoycleaner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karamel69.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazoohr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kc-accountants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keio-formula.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenrick95.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kernel-error.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinvermassen.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiprooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kn6olc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kostavro.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krednal.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kura.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuruwi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "la-passion.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakelandmom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanx.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasseaktiv.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasseaktiv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecandide.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindalush.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linux-tips.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizufyr.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loanpad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logixtv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojausapel.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolcow.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loncarlyonjenkins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londonelects.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lottos.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lycan.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicpill.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "make-a-difference-daily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcapollo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mario-sarto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketbar.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec760.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mehlvilletermiteandpestcontrolinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mekkaoui.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentalpage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merezha.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miccomi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaeldavidsonmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miraldi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitenloytaatoita.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitenloytaatyota.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitensaadatoita.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitensaadatyota.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixfix.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobintestserver.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modelstore.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modint.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monkeyttack.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mototec.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moulin-pomerol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msmetana.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mx-moto.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-documentforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-force-user-content.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-lightning-container.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-salesforce-communities.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-salesforce-community-live-preview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-salesforce-sites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypsy.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywikis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nailspafinder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naprapativast.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natashacampos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natashacampos.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natashavaz.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturezaproducts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nec-x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "necessary-people.biz.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netkl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netkldemo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netwerkgeneeskunde.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neurotext.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newphysics.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nkn.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noorden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northtexaspiano.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notidental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noumeet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nudelkurre.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvest.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvestproperties.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvtz.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "occrp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocebot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offerte-gas.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offerte-luce.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olennolla.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olerogas.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omatulevaisuus.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneofthetwo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinerolgordijnen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinezonneschermen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onthesocials.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "originalseconds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacificinnlodging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "padovaoggi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partymagasin.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patriciakraken.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paypcns.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcchin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perlavlahvi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petcareonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petmatchmaker.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photomath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phsa.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phytosunaroms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinsi.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pluste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pminvestinginfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poimenidou.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornwiki.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prettycloud.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projecttalent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "provarko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "putre.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pyxisfreelance.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rakeshkaryana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raw.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reesmemphis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regioplanverbindt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reimu.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reispower.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relivekitchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renatemamber.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restless.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restlesseshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retrotinker.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revalidatiekennisnet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhev.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riovizela.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubberduckit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runtall.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rupom.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s3cur1ty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samangel.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarlbouvier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sauditourguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbcalitagtag.edu.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbskadarlija.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolninja.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scscanada.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secondlifebullcowslave.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sender.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serpuhof.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servilonjas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgtool.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadebarandgrillnh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadebarandgrillorlando.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadebarandgrillutica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadebarandgrillwindsor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signumerics.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slipnslide.xxx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slotgratisonline.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slotmachinesgratisonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartsupply.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smplu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snakesolid.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snorer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solanowonen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somni.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southgeorgiacargotrailers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soyka.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staffhours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "start-school.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevie-ray.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stream.gifts", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studioclassic.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunsungems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunsunjewelry.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superboom.dance", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superiorinngrandmarais.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syptak.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szclsya.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talentstimuleren.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanzpartner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techexpert.tips", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technouskudar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenbookclub.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teppelin.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texasonlinemarriagecounseling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tf2pickup.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tgym.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theaterbyte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebakersbuddy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecarbonchamber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thechelseadrugstore.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thiesketelsen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tii.audio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tii.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tii.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tii.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tii.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiktokgirls.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tilietu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmldigital.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todaytrade.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokky.cards", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalfoundationpros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trail-alps.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trail-alps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transferdirect.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transparencia.gob.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tranvia.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triesteprima.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trubzasorservis.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvvlconnect.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twmanager.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucatchemguideservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udenlandske-casinoer.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unistar.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanjunior.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usatodaysportsplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utilbot.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vahak.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vakifuniver.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valleywaste.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veteransholidaylights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vignobles-querre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vltonline.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vutrox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wawshop.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webgaku.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webteknolog.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webtoolxl.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wemakebrands.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wento.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westportseaanglingfestival.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgnr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgnr.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildcaves.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildflowers5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiscoinsulation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "witheveryheartbeat.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "witze-fun.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wizardit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woms.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrmh343.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xampusolid.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn-----7kckegeaw8apdfn0d9a0j.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--b1ag9a.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mitenlyttit-s8aad6xf.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mitenlyttyt-s8aad6xg.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mitensaadatit-nfb1y.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mitensaadatyt-nfb2y.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ymlsport.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zabbixtech.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zafilmowani.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zalax.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenitchik.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonautas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zorgnetwerkenabr.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zubnivodni.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "020diverseninclusief.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1x2betwinner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24livene.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2innovateit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4thfebruary.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-raven.corsica", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaprotocol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ab-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absolutegames.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acani.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acme-validation.domains", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ad-web.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adab-mans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamschmuck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addymail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adultgames.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advertisingindustry.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aemteatre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "af-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afghanlink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciathefacto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agencja-interaktywna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agentuur-sauer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agispneus.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahorasalud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aibot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alemikadin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alertes.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alicomalimentari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amaranth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amicusjunior.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amtheone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analbabsi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anarchyhax.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andysmith.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angielynx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalz.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anitcloud.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annangela.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anon-tipz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antoine-data.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apnee-sommeil.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aponkral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aponkral.net.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apw-dortmund.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquaron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquasaur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arizonamasterworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artemiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "articlefr.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artifice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arturoemilio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astronkomputer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atmoz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atrium.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "augendre.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auroranianoxx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automationstore.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "av-dnepr.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avacourcelles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayyildizgrup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azudream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babavan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backmark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badcomputer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balancefitnesscr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banglargolpo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baptistecabrera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beauty-haircare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beknoumovies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belinks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benefitz.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berlinerwerke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besnard.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestkbeauty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besttechnews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betosaso.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinner-giris.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinnerbahis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinnerfrance.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinnermobileapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinnerpromocode.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bielemenklen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biosafetech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcointransfer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitname.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blacklava.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackswirl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bleachbattalion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bleep-it.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blekingeopen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blucee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluespotmedia.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodybuildingstyle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bokehandbows.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonaccordpestcontrol.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bondmaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boosman.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bordenmax.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bordercollie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasilmatamata.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravokorting.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brettlfohra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brigittaspromise.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brnogame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brnogame.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brnogame.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brnohra.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brnohra.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brottsfiltret.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bryancphotos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bug-fest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "busned.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buzinessmarket.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buzt.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bypass-link.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callhome.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calmrehab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campingdebergboer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canlibahisoyna.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "car-expresso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardwar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolinalamujerdehoy.com.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carsoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartellimax.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casalacabra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caueteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbchslax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cecitim.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cervek.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "changeforfuture.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charge.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapchiaplotting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapsshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkme.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chevius.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinesebrides.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chittadarshanyoga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christopherkardas.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrony.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cihanmedya.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cingulate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citaprevia-medico.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citizenewatch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "city-nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citycell.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cityconsultants.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cityhotel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cityqueez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clown-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clueless.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coalition.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coding-treff.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colegiojaimebalmes.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collecter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "color-mixer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compagniedesvoyageurs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connectall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conrads.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consumerattorneys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookwaredaily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolcloud.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coreg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpfpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crashdummy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazy-project.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crear-webs-baratas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativemindslms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cstmo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuban.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuoredesigns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuyahogacommunitycollege.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybertechelectronicstt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyclingverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dabro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daknam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damnednation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dandie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dark-dreams.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidritchie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daviscannabisco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadsamaritan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debelicd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decristal.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delta-hawks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltarisk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deprofundis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derechosanimales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desiplex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devastacion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digisecmalta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dima.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimatokar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimatx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distraction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dizmatt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dksinger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dkweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmitrysyrov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobryprezident.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogfriendlyplaces.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dohertyconsulting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dollareast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominikconrads.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doniramdoni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dopefile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dovebuttare.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dowin.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downestan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragondekomodo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamcast-world.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dtokar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubiouscreations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duleos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwiminneapolislawyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-lectride.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyaddress.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easygrow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easysignup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecoelectricsandiego.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecologeek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationportal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejerciciosmemoria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emileon.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enewspapers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enfasyperfumarias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enkelanmalan.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enkelpaamelding.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicfail.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ericfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortjessy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escortz.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eskritt.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esquelario.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estomp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethioconsulate-la.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etoro-openbook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurbanos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evasionteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventcore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventosdeluchalibre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evisos.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evisos.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evisos.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evrenatlasi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facedaily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fafers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falchion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionblogs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastener.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatalityimmortals.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feelingdesperate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femalecare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmfog.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finanzwende-recherche.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finanzwende.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fionna.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firmaadler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstname.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstquarterfinance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fish-9ri.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowers.sumy.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyingpotatoes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fonrouge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "footballtips.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forum-4.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumchiase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forve.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotomonza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framedog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-nation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-quotes.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-seo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedatesite.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fukabori-kaidora.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "full.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funlook.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtimez.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtimez.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futaritomo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fylm.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g3hardcore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabucho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadgetinfo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamescore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garo.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gas-proekt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gasherde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geminifm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genealogy-beyers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generalsync.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geulis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gewasteelt.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gewinn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostrealms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostsnote.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giuristifriburgo.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "global-factory.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalconsultant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalmetropolis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldcoastplumbingcompany.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gooddatingsites.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gratisfullalbum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenkitchen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greydesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupama.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruissan.haus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guldhaug.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackerstory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haddos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haflingers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hak-lab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halilova.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamsokhan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handicraftsman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyrunning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardgospelcafe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardworm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthdaily.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heidihills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpticket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herthaloewen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hescos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hfsg-habicht.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hi-techcrimes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiddenredknights.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hideawaylodgemi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiro-dc.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitekcomputing.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hmarchat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hncurated.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hobbydo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollandco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homelove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hooprelief.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horstfuchs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hortico.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostux.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotmango.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howlettmartin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humanresources.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humorbest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hundlee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibexmultiday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikimo9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imouto.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impactshaker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incomeplus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianwomen.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "individualobligation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infertilitycure.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infogress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informaticoalicante.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informaticolamancha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inforopub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inge-deco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innainnaki.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantveg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insteadmobilier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instrumentalverein-tueddern.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iphonesoft.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iroiroaruyo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isadamlari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamantarih.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamiyet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isputinstillpresident.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "issnet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istorie-romaneasca.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italianluxuryinter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivisitkorea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izilife.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izumrudniy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jadiercms.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesbromberger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jantakareporter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaschaa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jayspage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jelobox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jethealthsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobsmali.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobzcorner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judge.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jurex.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justgayvideo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kainelaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakkerlakken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalimantan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamrad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kansasconstruction.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karenroldan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kavli-express.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kdrive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khadishalatina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiinanharjakoirat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiminbu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiwipedia.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kohlpharma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konfrontation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koperwas.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korabi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koreanland.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosato.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kraxl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krukaze.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kucukanilardabuyuksirlar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunst-im-kokon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kutyabarathelyek.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladyblackdiamoond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laskorealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laureadesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learningsolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lengletremy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lepka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgv-france.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberale-demokraten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lighthouse-rbg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilawadee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limelightnashville.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limxw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linknavigator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkrehberi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxguru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipowebsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livethereservega.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lokomotivaplzen.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolifox.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lonelyion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lornategeorge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucaconrads.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luisillo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukacskrem.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luna.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lushclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lustanslakejer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magic-network.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magictallguy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magija.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mainlandapp.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makelaarguardamar.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manfree.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manogara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mansikka-sachi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manzana-cosmetics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marisaroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marismenos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marizaikonomi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markhedrick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marsicano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maryrock.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastodont.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mateworks.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matiu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewlai.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxmegroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcgee-exec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcgeelaneselfstorage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mco.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medical-contact.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megarap.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melbetapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melderegister-auskunft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meow.enterprises", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meteoabegondo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelduhamel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ministudio.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miremedio.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misiart.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miupdates.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmmc.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mndeveloper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobigadget.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohamedookiyo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonlightbeachdental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonshadow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moshfrid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motaber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movietopper.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundoinfrarrojo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicandrelated.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musictools.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musik-vereinsbedarf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muurari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwicescholarship.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-lightning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-salesforce-community-builder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-salesforce-community-preview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-salesforce-hub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-salesforce-scrt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-salesforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-salesforcescrt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myshiftbid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mzyxsl.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n4zm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nacionaltelha.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narafood.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nataliapearl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathanaelytj.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neoaviation.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neuf-chateaux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neverendingrejection.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nexs.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextbike.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfb.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicklock.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikami.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimfa.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninovayazilim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nix13.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "njpranksters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noangel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nober.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nofilter.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nonla.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordvindsewer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noregrets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "normalsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noseaswey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nspoh.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nssquad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nubapoly.edu.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nullnix.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvh.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvz-kennisnet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ogmworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliverclark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onderka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onebiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onefile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onetwolighting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-english.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineyos.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openformula.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openrainbow.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operacdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orientaltrends.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orwell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osmanlitakilari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostimwebtasarim.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overmorgen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owldevelopers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paleografie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panmuseum.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasugo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pechka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pennan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentagon-area.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peoplesplatform.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phellow.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phellowseven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phpkoru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phpnuke-guatemala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pianoforpreschoolers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picdefacer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pigfox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piratez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pivx2bitcoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pkwalaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "placeforgames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planete-artista.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plantbasedcooking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaqueomatic.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play3niu58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play3niu68.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podis.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podolskaya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokemonsvet.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poppersy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portail-partenariats.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portail-rh.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portal-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portsaidyman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "positiveone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postcards.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powertecno.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pregnancytips.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prepr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prestatest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prestigemix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printbase.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatedata.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proctor.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productiv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promisedland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proteccaocivil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psiplex.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psplus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychcare.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pushthebutton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pydrocsid.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quadrantrd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualligraff.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quebec-elan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quotaverified.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qwus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiobunker.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ragingrune.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rahmans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainbowmode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rajafashion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramle.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raspberryvalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readthunder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reboot.eco", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recmedia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recoa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rednex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rega-sport.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regdomain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regenboghorn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rejective.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rickysgames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rietspoppen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rimessaggio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "river-rest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmbs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roadaccident.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolluikentotaalshop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronaldsamonte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosetteromance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotumax.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roughnex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roundball.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royrevell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rr361.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubinchyk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rundherum-zufrieden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryans.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadiosang.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safepool.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salboy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salvia-sinensis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samenvoorelkaar.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samilyanov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samuels-blog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanitynet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanoyalab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savconventioncenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scandata.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schemmel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schuurmanopleidingen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sciencephilanthropyalliance.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sclub7esp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoutnation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screenstotaalshop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sellerteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo.domains", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergiogug.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serralheriaemcuritiba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serverbin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "severac.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sex-chat-geld-verdienen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowstep.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaolin-kungfu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharerotic.fans", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shawnaleighdesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shenghuang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shrimpnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signomatic.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signomatic.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signomatic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siltmax.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpleclothing.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singaporewebdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitscommunity360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sjiplanning.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skhiratemara.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skiltmax.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skiltmax.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skincareflawless.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyhyve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyhyve.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyltmax.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sldlcdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sniper.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowcat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sociaalwerknederland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socstar.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofiesteinfeld.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softcodegenius.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solaland.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sotaltamer.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundcache.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sovest.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soygorrion.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacemanusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spagobudapest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spd-porta-westfalica.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spensix-pekalongan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spice-club.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spidergymrotterdam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportscanada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportstips.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sppit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stablex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stagewalker.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stakotec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stardomino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steelhouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stephaniecalahan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stokrotkadelikatesy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storyark.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streameo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stsen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugoicraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suleeka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumanai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunnyvalesuites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supergreentonik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superidea.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "susiestoddart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweatvip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiftgram.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swosplinter.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symetryk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synthezis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysopworld.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tacomaclassifieds.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tacomaescorts.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talksileby.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamrielcraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tankdoggear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tankos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teachinginhighered.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamliquid.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teardown.band", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techarchive.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technolink.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technostone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tejo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tekila.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tengodetodo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "textiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-cloud-talent-network.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecloudtalentnetwork.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecrimson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theduchessbudapest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehackers.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theintentionalgolfer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelodgeonlakedetroit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themodel.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkwisesoftware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tifia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinyproxy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokarconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toledoclassifieds.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toledoescorts.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toman.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toman.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toobi.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toolsforbiblestudy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toptechnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "total-security.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touhidur.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tourcienaga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touringinmorocco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tourteller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touslesforums.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tramitelegal.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tranquillum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tressallure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trucatout.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truskmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsybanov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tubao.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tugnut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tulafarms.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tulisan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udutu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uklizim.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uls.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimatemafia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimatemafia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultratrailspain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undergroundiron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedmethodistchurch.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedmethodistchurch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedmethodistchurch.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedmethodistchurch.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usa-classifieds24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uscc.org.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utmel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v0v.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vapevine.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaselin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vecerni-praha.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venbot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "versusforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veteransroofingllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vets24.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villagesincrisis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipertechnology.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visualcmj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viveremediglia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vllyo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volunteerham.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vravi.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vshipit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waistawayuk.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wander.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapmaster.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "washify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-performance.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webzschema.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wecreate.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wenchengchou.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiki-iknownaught.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winnercivi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wipeoutracing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workathomeideas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workathomeopportunities.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuppertaler-frettchensitterin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wurm-sb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wzutti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenoscopic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xmdhs.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xsv.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yakiimo-sakura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yangwang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ymaca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youngagencyrealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourtech.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yousound.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zagranicablog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zalef.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zametkin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarabotokvnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zinhar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonneglossis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoppigioielli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "000814.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0o0o.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100nome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "111814.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19216811.how", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "19216811.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "258management.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "258management.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3plwow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3zm-cheats.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3zm-hacks.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3zm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "50plusdating.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "521.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "589team.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7daystodie.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81alarm.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81klima.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "81klima.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88thpolarisscouts.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "980709.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "990313.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "999814.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9wsodl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aavaa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrabataille.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advantis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventurecorps.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adviesfactuur.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aece.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agencja-interaktywna.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agoracupom.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahegaoroulette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aicv.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airportcoc.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airportcoc.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akelius.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alabamanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aleksa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alena.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfabuster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alhuqul-kh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpes-mariages.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amaranth.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazon.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americabiznews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amifashion.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aminformatica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amvopleidingen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anayahuasca.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelrani.lgbt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angem.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anikaras.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animal-world.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animepower.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anitop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antoniorodriguesadv.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyebooks.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyebooks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aoi-ryo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apollomobile.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquedim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ararat-rp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcproject.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "areege.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arizonatech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arrt.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artakids.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artansblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artedmachado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aschool.kiev.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlantium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aulacaribemar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoviral.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoviral.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoviral.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avcipets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avishanx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azartmania.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azizidevelopments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baatar.idv.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backlink-builder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backyardtaco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barbiecollectorjapan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barinov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barinov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barrack.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basysconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "battery-center.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayarea.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bayarea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baydreamer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautyanna.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bebesreborns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bebezecolo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bed-and-breakfast-elz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behatech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benefitz.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benefitz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benefitz.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benihyangbaik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestbitcoinexchange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestdatingsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besured.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinners.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bezbik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhuvanreddy.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigseo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinbot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizzseo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloomspace.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolchettabolsos.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bomprezzi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonami.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonami.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonami.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonami.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonexio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookmarkseo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bootsa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borderfever.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boredhousewifeconfessions.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boringpoll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bpm-free.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandabaski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravodeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravodescuento.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravogutschein.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravogutschein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravokupony.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravopromo.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravopromo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravosconto.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravovoucher.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakpoint.ba", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brferramentas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishbullshitfoundation.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "britishgeneralelection.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brnohra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brooklynboyblues.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brooklyndecker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bryte-rp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bubbleclips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bubbleclips.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bubbleclips.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bubbleclipsnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budgetwebsites.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burnayavoda.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burstequity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burstequity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burstequity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burstsocial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burstsocial.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burstsocial.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessadvance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessideainfonews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinchicago.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinjacksonville.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinmemphis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinsandiego.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinsanfrancisco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesslondon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessnewsera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesstexas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butsoccers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyornot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bv-driver.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caindelhi.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cak.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cameronherold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camgo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camreviews.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camsexia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camsexia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camsexia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camshort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camslurp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camslurp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camslurp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cannellecitron86-biomonde.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalmatters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caralarm.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caresco.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cargasphc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlicahn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catholicteuchtar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cccleaner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceecosmetic.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceroresiduo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceti.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgt-univ-nantes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chadslive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "challenge.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chanchi.idv.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatdrop.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatlol.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatomg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatshort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapmessengersest.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkme.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chenzhi.idv.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiangdao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrisbillo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christopherbillo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chuhe.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cisamexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citadni.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarea.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clever-invest.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clindamycinantibiotic.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clueless.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmaa.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coequals.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commanderx.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commanderx.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commercialzone.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "companycleaninghome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computerforums.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computerinfobits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comunityflashgame.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "configurat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connecticutnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consulenteambientale.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contro.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contro.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contro.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copyshop-witten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corpora.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coshima.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmetiquesvegans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "couraqe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpu.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditcard.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditcardgenerator.money", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criminalnote.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crydent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cunova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curbza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybergordon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "da-tixe.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dab.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailyfantasysports101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danderco.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielruiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danny-rohde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannymoran.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannyroh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dapursolo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dariela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datasourcenj.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datingru.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dc7342.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealsmagnet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deborahhumble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debtsolution.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepsingh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepsoulutions.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepsoulutions.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defelo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demodoka.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designedbyc.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designeus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designeus.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destroysilence.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devilmaycry.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diabitify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalcompudev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitaleducationarea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtypretties.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discoverchinanow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dishcrawl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diskusi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distancelove.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dkweb.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dl-navigator.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dojodigital.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dollarads.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domino99.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dopefile.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreigold.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dymov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaofhouston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eban.bzh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echtebbq.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eclipse-cross.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecometal.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecopark.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edgegame.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efsen.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electromec.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electromec.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electromec.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitebilskrot.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emeliecrystal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emenshop.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emenshop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emenshop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emrgnc.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encryp.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encryptionin.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energybooster.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enigmatry-website-test.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enigmatry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epsilontel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eqlplayground.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erandymoreira.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eric-huber.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erichuber.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erics.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espaiblancandorra.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etincelle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eventact.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evisos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exambot.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exambot.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exambot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excelindonesia.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facevietpro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairfly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairgaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairmonttamarak.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairmonttamarak.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fake.creditcard", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falcn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famousstages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famousstageshouston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farizstore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatosmilitares.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "federation.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feelingdesperate.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feelingdesperate.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fescosales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fightape.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fightape.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmfog.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finex.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finisterre1994.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finomcoffee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firedup4success.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fistingtogether.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fizmix.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flexi-dance.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flirtitup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flirtlu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flirtlu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flirtlu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florismouwen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodiron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodnature.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foods.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodusa.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodusa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "footasse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formation-cqp-ssiap-paris.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foro-coopfuture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fpsjp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fredbarboo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "free-seo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeinet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funlook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funnyvideoclips.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtimez.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futaroulette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabriellabastos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gajabhindi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galact.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamefear.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameracinginfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gasex.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genieall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getsimone.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gimhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gimnaziya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giongcaosu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gkvharidwar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globaltravel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnush.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnush.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goatstudio.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godsrollercoaster.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golezi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goncharov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodcasinos.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodsportsbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandmaspasta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greencoconutresort.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greencoconutresort.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greencoconutresort.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greentea.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grigo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupomedicojoya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guysroulette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gymnastic.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gymnastic.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyx.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haberkotherapy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairgrowth.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairloss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halilova.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halilova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happygardencenter.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harwoeck.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawaiianlion.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawaiianlion.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hawaiinet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healingthenaturalway.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcareareainfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcrown.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthdaily.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmedcost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmuscle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthnutrition.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthnutritioninfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthvariety.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthwarior.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyarkansas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthygeorgia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthymaine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthysouthdakota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hehecams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hehechat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heheparty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heheparty.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heheparty.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpticket.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hentairoulette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herrkal.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heyomg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highrank.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjmedia.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hlebopekarna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hobbydo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hobbydo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hofor.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hogren.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homechase.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignamarillo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignanaconda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignatlanta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignbatonrouge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignbuckeye.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigncincinnati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigncleveland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigndesmoines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignlasvegas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignlubbock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignnorman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homephonelookup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horkel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hote-inox.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotfiesta.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "how-to-write-a-book.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huashang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hybriden.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i2pgit.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i49.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibizaluxuryachts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifsaalemi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iheartguys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iheartguys.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iheartguys.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illu.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imask.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "in-bachelor.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inalvittile.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianbrides.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "industrial-ventilation.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "info-yqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infobiznes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inicio.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "injoicreative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantphotofilm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intakings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interlapse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intigriti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isc2estoniachapter.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isofre.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istanbulbogazicienstitu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isystem.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isystem.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-novosti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italianluxuryinter.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jbdillon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeno.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiji.co.rw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jizzoh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jizzoh.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jizzoh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jlmintegrated.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnnysandaire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joingy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joingy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joingy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josisummer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrtech.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ka-kousin.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaboommagazine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaboommagazine.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kagebyvyre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kallekasino.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kannata.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanvasbaski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaputt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karikatur.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karikatur.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karikatur.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katerman.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazap.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keendelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kemsamnhatban.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kemsamnhatban.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kemsamnhatban.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kickasspoker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidswear.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kikki.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinomangas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kismy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kissen.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitkit.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kivacontainer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klimapakt-flensburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knowthebus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kobalux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konoka.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kowalski7.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krugerengelbrecht.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kruvesh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kulakov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kusadasihaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kylttimax.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laboni.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lactatiekundigemanouk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacylynn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamedog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanuitshanghai.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lared-vps.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leekspin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenasophie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsdothatagain.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letselhulpservice.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levantage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidarwindtechnolog.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lidl-tps.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifelovers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lighto.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limelightnashville.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limelightnashville.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linalove.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lincolnimps.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkbong.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livechads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livechads.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logoprofi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loic-raymond.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loldudes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolnews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loveforinfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lqhi.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luchandro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucycorn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ludunwayoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lutruwita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ma-canne-a-peche.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madmaxstore.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magazone.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makeway.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makingmemoney.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malaysianews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malaysianews.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malltina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamlaka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marajo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marrakech-camel-trips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maviepearl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medullaortopedi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megaix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mendovoice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menomg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mensasifrovacka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercode.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meusartis.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mhilger.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimscellaneous.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimsonlineweddingshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misspoliticsaustralia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixnix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miyamane-room.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobileecosystemforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motiondata-vector.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movilandroide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrshang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrsmc.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-visualforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycollegebag.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myireland.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myirietime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypowerserg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myworld.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "na.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natelefon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationalacademic.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturparadies-rheinauen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naz-sciaves.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemtilmeld.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nephrogo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netcorp.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nettiruletti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "new2h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngergs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicolasfriedli.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nin.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninth.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninth.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninthc.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nubank.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nubian.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nxedge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obihoernchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oesterbaron.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "office-op.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohype.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okash.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliveiraerios.adv.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olxdir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oqevapimivud.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organizasyon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orimono.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostrovseocitra.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outfaced-dancestudio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outsourcify.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p4plus2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "padichota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pajbot.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palfut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palmarinaestrada.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parketsn.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partofthequeue.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulopeters.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pawapuro.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcsolutionsofwillis.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pctelecom.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pctelecom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pctips.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peers.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penopoly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peoplesplatform.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfumki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perretes.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petersonbrosrealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photobank.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pianoforpreschoolers.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pianoforpreschoolers.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picatom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pindakaas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirateproxy.how", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pisemnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pivnica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixie.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plansaude.med.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plantmojomagic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plesnistudiovem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plexion.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plus15.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pock-programming.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pokerace.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politicsandnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politicsandnews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politicsnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poolspa.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poppersy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppusl.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pravagolosa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pre-commit.ci", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preservecrownhill.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primadirectory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primeiraleitura.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectleague.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promovendum.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxy-bay.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psiplex.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psiplex.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publichealth.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pura-ponia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purplepier.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pussy-hosting.berlin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puttymonos.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pymtreceipt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pzu-masa.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-of-magic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainbeaus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainbeaus.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rakibzashup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raku.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ram-tenancy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recettes-series.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recovery.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regdomain.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renderatelier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renet.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resilience.guide", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "respokare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retailerpdelivered.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retratomanila.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revis-online.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rezarect.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "risquefetish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "risquefetish.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "risquefetish.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "risquefetishtoys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rivenmains.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rizhik.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosesunmotor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roulettelive.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rsc.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russianews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rybnitsa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s2605.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saferfederalworkforce.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safevisit.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saggis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintlouisehouse.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salamence.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salesprocessing.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saltnsauce.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanalturcu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandairephotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santehnika-tut.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahdolce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahfuerstenberg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saraton-kasalligi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saraton-kasalligi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scandata.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schadehulpservice.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schildermaxe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scholenprogrammagroningen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sealart.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo-promox.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serralheriaeseguranca.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexoclicker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexoclicker.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexoclicker.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharmalaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiptron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sierom.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signomatic.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signomatic.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signomatic.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silveronline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplehealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sissyroulette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skate.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skhidnitsa.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sklepbhp.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyhyve.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slimwindows.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartkey.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snesdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialbook2015.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialbook2015.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialbook2015.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonsonate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sospechhulp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "special-ops.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spectrumtheatreaustin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spelaspelautomater.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speleo-explo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sport24.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportcenter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportivo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportsbookpromocodes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sravyareddy.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srch.kiwi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stayhomestaysafe.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stereoamistadmomos.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stereoamistadmomos.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stila.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stntrading.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sto-garant.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stop-bankrotstvu.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strategicenvironmentalassessment.gov.scot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiozef.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugarcube.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumakola.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumanai.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatrabarat.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatrabarat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatraselatan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumatrautara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunset.goip.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supercontent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swingstel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syds.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysopworld.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysopworld.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysopworld.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szotkowski.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szyldmax.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tak-it.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takesrv.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talktobabes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamistuff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamylove.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taolu.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taskord.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcvonline.vic.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teampz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tebsa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techarchive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techindiana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologyecho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologyscience.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teenviet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tekila.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tempocams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tempocams.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tempocams.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tentries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texomalawnmaster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theatersydney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theatresydney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebabelog.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebabelog.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecloudtalentnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelordofthewing.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theorganic.qa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepilotwoman.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetownehub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theupslady.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thots.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tianyou-ecjtu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tms-menagerie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toddmclauchlin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toman.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonyatip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topnews333.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toponlinecasinonederland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torbay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toyota-gabelstapler.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traproulette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trapsexy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trapsexy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trapsexy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelbiz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travellinginmorocco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treeremovalsgermiston.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tru-seo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truklink.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truklink.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truongnguyen.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ts3frei.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tulafarms.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turbosim.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turoktv.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuyensinhcanuoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tzstamp.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uinvest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulimports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulsprouts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultratress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.onl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unfixed-soul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ungrafakta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unrepentant.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usuluddin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uvcbyefsen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzbekkizlari.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaselin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaselin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaselin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaselin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasilijeojdanic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vermageringsdieetpillen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videograb.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vikalbino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voipforbusiness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volichat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vooruitmetjevereniging.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vtc-bordeaux-gironde.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vyberdomov.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapmaster.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wbeuil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webprice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webtele.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webzest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkenbijpromovendum.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westvirginiahealth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whaogirls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whereveryougo.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whoagirls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whoagirls.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whoagirls.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildmarsian.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisdom-nict.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workerselforganisation.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workfromhometexas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhealthsystem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhealthtips.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhomedesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhomeglobal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowsosellout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpnews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpnews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xalima.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--m6to92j.xn--gmqw5a.xn--j6w193g", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxxlol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yesolo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youngcouple9598.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yparches.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuanritian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yunasecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yurtdisigocmenlik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yusukekato.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zappingcuraduria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zelong.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zemlyaki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zkvi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zpozdrowieniem.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zry.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuru.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0rap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1-123hp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1001home.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1025.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10web.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "112krimpen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123e.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123start.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16megablast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1adda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1heart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2007-g8.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2007nea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24-restore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24chance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "254vc.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2badvintage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2btv.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2cvclubdepicardie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2learncomputing.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2mkz.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2ndtivertonscouts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2yar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "30nama1.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3ameldaw.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu61.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3rabsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3scort.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4lados.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5stardesigner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8crafty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a1locksafeofnc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aalianbinhaider.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ab-solutepilates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abasite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdelalidev.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abgeo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "about.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abramochkin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abrarahmed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abrec.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abssoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ac-spain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academyonlinetoyou.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acalcio.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acapana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "access-not-allowed.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accesstosystem.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accomexicana.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accomexico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achered.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acloud.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acquasuisse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acrealamendolara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acrobatic.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acsmuhendislik.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actacapital.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activetk.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activeyogi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actopan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actoresonlinevenezuela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actronx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actu-itech.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actualsizemusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaal.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamsweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "addict.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adeelshahid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adeldz-foot.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adenhurra.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adfyl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adilsabri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adjudicating.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adliomar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "administrarmeusite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adseye.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adspottest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adstop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advancemoversnc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeksantcugat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerobiconline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeroclub-tolhuin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciahangar.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aggan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agioanmark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agossearch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrente.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrotraktor.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahli-antenatv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmedelgamalanimations.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmetshina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahroproject.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aimmuneinstitute.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aircharteradvisors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airchartervirginislands.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airm.aero", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aistsist.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aistsist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aits.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajutor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akeldam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akesinti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akhbarmisr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akramvet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "al-yawm.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "al2schaos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alain-webcreator.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alais.com.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alania-auto.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alapa-tatsuno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albaronventures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albuterolwithoutprescription.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alchemyequities.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alejandromoda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alemagia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandre-acaries.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alhamedeia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alieninternet.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alieninternet.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alifan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alilepro.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alinatinen.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-music.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "all-rating.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allabouttechh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allandrich.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allandrichonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allboard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allindiatanzeem.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alltwwk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almajaniyate.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almaz-sait-rp.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almeriaplayer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almost.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphachannel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpinisci.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alternativnizivot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amagraduates.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amandablain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazon.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazon.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazon.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazon.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amberba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambulancieros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amdelisi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "american-automotive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amerikeli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ami.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amimi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amishra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amitriptylineonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amministratoristabilitorino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anaaldea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anahtarfikir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anakliarmalam.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anarky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anbank.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andoaingo-gaztetxea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andresbandb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidtotal.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anexperimentedblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anglarsports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animals-world.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animelesson.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ankarawebtasarim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ankos.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annadebrux.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annuire.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annuncisesso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ansperformance.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antephaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antibioticaugmentin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antiminutemen5.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anujag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apefrog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apkmody.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aplicatetv.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apnagujarkhan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apnisites.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apocalypsje.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "applemaclover.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apropotv.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquarel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqueducttech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabseed.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabstar.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ardo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aregus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arenaalbionu.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "areproduktioqn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aresztowany.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aresztsledczy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arizona-fake.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkadaslik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkm6.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnews.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aronsonrosenthal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art-creative.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arte-actual.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artem.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artemis-fowl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artesaniagalicia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artisansofstone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artucation.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arysports.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ascamo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ascard.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ascensiongt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiansongs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askaret.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asmobox.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asp-progress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asphaltsolutionsnc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asselin.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astarfrommosul.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astronavis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asustor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atarinew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ateneupalafrugell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aticportal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atimo.dj", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlantica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlas-sat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "au.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiolokah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audioslave.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurobindodash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auskast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "australiajetcharter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autistici.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-borse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-market.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto2019.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoaccident.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autobidbroker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoconcept.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoconcept.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autofresh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoinfa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autokino-sachsen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivebrands.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivecity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivenetwork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotiveroom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivestore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivestyle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoresponderilimitado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autosupirkimas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autotonic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autya.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avanade.com.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avcceonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviabilet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avizeci.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avroramine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avto-signal.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axidocepabid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axstor.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axvitrading.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axxeptinq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayakatenshi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b-digital.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b-digital.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b-digital.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babki-mgnovenno.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babolsar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babybed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babynoise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babysafety.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babyz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backrip.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baclofen.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badhabits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badmintonbeersheva.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badpinguin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badreichenhall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badreligion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badwolf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baells.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baixarbluray.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakbi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakla.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandaronline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandarqonline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandarqonline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandwagonok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bangku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankasubeleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banket.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bantenmien.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baptistesale.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bar-event.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baran-shop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barberheatingandair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bardziejkochani.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barm.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barrack.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barrilito.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basdferty.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "base2face.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baseballsapka.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basnachtegaal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bassculture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basskickers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bassstraitmaritimecentre.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batextiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bathok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bavi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbmak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beabadoartesanato.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beachvolley.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaconmm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beatsta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beautyandboutique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "becomepro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedeiah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beerdigung-hellersdorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behaving.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belarus-mtz.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belgive.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belieber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellsapplianceservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ben-deneme.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bengalifake.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bengou.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berg.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beritamotor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bermudabathtub-retard.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bert-dijkink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestafricaradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestarts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestbookmark.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestbookmark.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestcamshow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestclix.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besttraveluk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestwebcams.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beta.hosting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betadesign.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betonline.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betonline.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betop-lab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettyblue.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bezdech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bezpredel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bharat.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bialogardzkihiphop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibun.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "big80s.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigbit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigskysir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikinis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilbud.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilgisayarkursu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biokoxomodding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biosky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biowtage.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bip-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biscuitflatsopenhouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bishamon.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bissokush.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoin-now.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitseo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biz-secrety.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biz-secrety.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biznes-bum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biznes4you.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizuteria-laoni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizuteria-naprezent-szczecin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizzysites.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black-hair-extension.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackbean.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackeyes.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackforeststheoriginal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackforeststheoriginal.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackjaguar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blague.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bleatingsheep.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blindfold.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blinking.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blog-preview.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogcrimesnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloodteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloodyhawks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blue-pool.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blushingweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bobtail.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bocal.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodyhealthcare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boletosdeavionbaratos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolivarchurch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boma.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bombgirls.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bombgirls.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bombgirls.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonami.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonbonka.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bondarenko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boneanu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonneannee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonus-club.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boogschutters-perk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boojiboysbasement.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookmarkclub.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookmarkclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookmarking.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "booksales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borislam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borlangefk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borraxeiros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bosburyhistoryresource.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botarticle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouallaoui.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bountyhunter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bractwogothica.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainjuice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "branobratoz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brazilian-human-hair-extension.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brellich.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brianlachapelle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bringform.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brueggi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brunroom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brwebsolutions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bskhq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bslinguistics.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budapestgraphics.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bugraseyhan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulentcirakli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulhost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bullish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bumirc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buscagenealogia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buschavdar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessbetter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesscisco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessdevelopmentarea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessdevelopmentasia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessdevelopmentinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessideaarea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessideaasia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessideacompany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessideadevelopment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessideal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinfonews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesskanada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessparis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesssalzburg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businesstalking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bussinessupport.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buy-human-hair-extension.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buzzworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bwmovies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byedzhang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bzik.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ca3ahhet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caasda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadaver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caduta-capelli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calamp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calhoun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calla.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callbackform.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camarilla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campaigner.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campograndenews.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camsupplier.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camtor.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canadamails.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canadianmetalworking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candidcard.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cankhon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cankirihaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cantdecidename.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canvas-art.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalrooms.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caradaftarakun.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caraz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carbonswap.exchange", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carceloinfierno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cardstesting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "career-consultant.expert", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carreto-e-carretos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carroattrezzi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cassilandianoticias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castiel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catalog-bookinist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catalog-serverov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catarrhalfuns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catfood.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catfoto.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccestaque.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cciiblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cctvlaw.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdlaserena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celltraders.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centerpointwest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centerpointwestapartments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centre-de-support.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centros.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certyhukil.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfasync.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgtv.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaacantik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charge.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chataynazz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatcentral.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chcblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chckr.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkmack.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkmack.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chefshooba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chenbo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherokeehistorical.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chesterbennington.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheztitine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chhlayban.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiangli.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiasang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chicagoprivatejets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinasearch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chip.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chirowij.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chobitool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianbecker.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianconcepts.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianconcepts.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chromaphile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chronocolis.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chungnguyenblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciekwestronki.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciekwestronki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciekwestronki.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciekwestronki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinedarkwolf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinemafrix.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cisowianki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ck-la.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claneros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clashclans.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classic-diva.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickkon.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clindamycinantibiotic.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubedaquimica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cncollege.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coachingbyelena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colegiotavera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comebookmark.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "communicode.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comoreconquistaroex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "competis.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comptonslespetitescroix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comradesofmight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concert.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conclave.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "condit.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "condit.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coney.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conflidentliving.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confortop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connet-group.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consaludos.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conspiracy.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conssales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contro.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "controltvpodcast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coopermais.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copacabanafc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copperplate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cord-blood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cordeirosolutions.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cordelia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corderosa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cori.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cornerstone.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coroimagen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "countertrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coupedevils.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coventryuk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpadollar.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpcbegin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cra-zy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cracky-chan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crackychan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crangasi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazy-fox.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazydude.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativesyscon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criminallawyerjobdescription.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criminallawyerjobdescription.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cristalgema.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cristiengoller.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cross-games.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossfitbesafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crossover.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crushxp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crutic.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypto-wiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptobonus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypton.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystalglass.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csexy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csgofile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cshostorg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csid.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csokolozos-jatekok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csowt.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csspublic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubegame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cucek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuecassantim.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curly-hair-extentions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curlyhumanhairextensions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curvaverde02.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custom-funky.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customizedmtg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cutout.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwebdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwmcpe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberfebrio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-shed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dabbagam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dabi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daddyhax.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dagsell.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dahaboffers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailymotion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailyusbusiness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daja.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dajaks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dallascaraccidentlawyers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dammu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danishiqbal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daramad-telegram.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darean.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkboysmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darktide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "database.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datacloud.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dataloft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datingblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daveaustin.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "david-beckham-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidvig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davyjonesatacado.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daytonaparadise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddeaejwa.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddiaz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadcoderssociety.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decoyoctopus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deep-wave-hair-extensions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deeperwalkinternational.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepmountains.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degeo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dehkade3.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dejaren80.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dejorisenkeesshow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekonijnenburcht.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekoration.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delistudio.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltaserat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demetra-site.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demonics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dempe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denizlihaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denkerstube.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentalreklamlari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentokaratedo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deported.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depuberteit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desakatorock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "descopera.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "descubre.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deseneonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "design-n-art.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destreekboer.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destroyed.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detweedekans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "develmaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devlist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devonport.tas.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dexterseries.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dhrupad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diaga-saint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diarionet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietmoikiensinh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitaleducationpro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitallife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitaltry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dincemlakmerkez.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dindarkocer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dingos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinimizislam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dinitabir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diona.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirdur.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directlook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directories.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diriya.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disasterrific.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discdash.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discdash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disconter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discounttablepads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disenowebgalicia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disruption.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distopias.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diyanetruya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diycraft.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diymusician101.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj-jackson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djmanikbd.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djramage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dkec2.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dkgamers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlandroid24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlcompare.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlcompare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlcompare.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlcompare.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlcompare.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dlcompare.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmitrysnotes.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobro.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docpost.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docteur-delorme.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctornet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "documentforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dofus-aide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doge-fa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogscare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogsforfun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolchhut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolphyserver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domaza.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domaza.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominicana-lux.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donumanimo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorier-digiplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doubled.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "douglascustodio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downloadabc.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doxyciclin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dpmr446.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonpi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drawing.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreadnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamsofalostsoul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivewaygateopener.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drmarwanbaroud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "droidtrix.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsbc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dslz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dualcore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubaiprivatejetcharter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ducite.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dulceysalado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumnezeu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dungeonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dunia-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvdlocker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dxfootball.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dylanlogan.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dzkweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e621.download", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eadea.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eartheld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastafricafeed.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eastvalleyautorebuild.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebetbananom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eblan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eboxgroup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecoloriptv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecommerce-bikinsistem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "econfia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecscoutgroup.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ectivepro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ed-medications.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edalat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edcdn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eddyworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edel-suff.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edenpureheater.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edfdentalcenter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edmedsonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edmilia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduanimal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationtopics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edunoor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduoneschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eegaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efsanesi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egiptwakacje.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egy-boy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eiximenis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekamus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekuma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electromec.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electromec.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eleganza.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektiriktasarruf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elephantbasslab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elforat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ellenki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elprincipevegeta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elpromaucae.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elrebollar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elrincondelotaku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elsector7.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emailgonderim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emailprocessorpro.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emdesigns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emdvcorasia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emeres.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eminafans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmedicom.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmedicom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emonsarkar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "employmenttracking.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emuser.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encrypt.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endiana.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enduroxtrem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energialibre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enfant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engagingmuscles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engineer-kobe.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engineeringidea.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enroutedeliveryservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entertainerzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entregarapida.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enviosnegocios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epdiekirch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "episode.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ernotek.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erotikstahrtseite.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esiliati.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eskisehirhaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espace-vet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espejocofrade.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esrarengizkasabahd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estila.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estrella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esunapena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etdpractices.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethan.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etnoforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ettbattreinternet.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurofoot.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eveningstar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everesthealthgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evidenciamidiasdigitais.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evilways.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evu-pe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewacforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excelsiorfhv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excessive-software.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exchanger.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exchangevisits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exizent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exomind.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expectus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "explode.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extrabusiness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extremeforces.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extremovirtual.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eyesfans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezpzhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezsavers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabfrenchinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabtechexpo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factoriobin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fadaru.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairfi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakeframes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakt.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "falconstap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familiedelwicheferrari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famousboogiemen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanfiction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanosak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantastictricks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faridathaimassage.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farringtongurneyvillagehall.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionchanel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiondot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionmagz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionoutlets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastgamingro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastproxyforfree.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatalchat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fdnsc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fearlessmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "featured.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "federalbus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "federica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feelamazing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fehlerqultur.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felidas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferienwohnungen-willingen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fertilityquick.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fetih1453.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fifafans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fightape.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filizaker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "financeaffiliateprograms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findtrain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firmkernel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitnessbest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fjordenpaard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floppomoppo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridastadium.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowgo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flslawyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fluoxetine2.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flybar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flygexpo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fmamfg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "focoja.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "folkrace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "folszyb.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fondbaikal.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fonigo-rep.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fooladi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "footballmessi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "footytalk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forceusercontent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forgetme.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forgetme.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forgetme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forgetmenot.care", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forgottenrealms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forocbmollet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortlauderdaleaircharter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortunenames.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forum-mercury.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foster.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foto-na-doc.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fousekis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxsburg.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fr3qradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francescorenna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francois-thienpont.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeauction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebiofuels.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freechatlines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freediomatiq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedirectory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeformconstruction.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freephonefinder.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeplace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freesocialbookmarkingsites.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeza.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshproducemusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fresno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendscapital.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frikizone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fruxh.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fs-d.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fs-m.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fseo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fumify.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funchal.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funchal.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funhiking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furnituresolutions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "furrybot.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fusi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fusionas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g2fdistribuidora.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabbyer.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabbyer.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadgets-mall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gadgetslab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxytracker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galerias-xamoralarte.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gallery-easysolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galwew.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamefreek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamehighquality.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameimani.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamesector.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamespark.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamesplanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamezon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gardinenzubehoer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garito3pa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garotadeestilo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaygay.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gazbonicacidmc.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geektechsolutions.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gekko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geloft.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geluidstechniek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gencnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geniuses.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geoip-js.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geolite.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgerouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geovanni-rabarison.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gesetz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getalink.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getcardano.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getmystuff.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getyourstartcareers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gezakekazeg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghiro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gibkoesteklo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gieoduyentinhdo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gijonshiro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gilmasocial.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gimmickmedia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giresunhaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girlsglimpse.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girlsglimpse.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girlshere.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gishpo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gizlicekim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gj-cham.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glamourhair.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glassner.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glassworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalbusinessinfoaccomodation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalbusinessinfoasia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalbusinessinfoera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalbusinessinfoinsurance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalbusinessinfouk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalbusinessinfousa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalstrike.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gluechapter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnagismen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go2mob.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go4it.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goge.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gogger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldarmy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golftournamentgifts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golikes.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomtz.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gonalops.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "good-linux.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "good-luck3500.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorazde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorbov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goritcly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goroscop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gosling-gov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gosling-mod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gospelofbarnabas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gospelunited.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotmilk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotvax.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "govisitsandiego.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goworld.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goyahkles-spirit-to.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grani.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "granool.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graszoden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatscience.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenlifetour.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grifone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grothem.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grplusbd.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grscouts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grunion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsmvermist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtxthere.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guapi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gueules-cassees.asso.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gufen.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gugucnn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guncy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gurty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gustarfsberg.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gusted.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guzellikmerkezleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guzelvideo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gvvsicilia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gynaemd.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gypsiebylouise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gyy.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haarbosch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habeeba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habersitesikur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habsmack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackamac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hadetlachapelle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haguichi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairextensionsaustralia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairextensionstore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairextensionsuk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairgrowth.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairhumanextensions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halcyonyachts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamsterchines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamzahamry.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handballmania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handphones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handsomeabel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haoz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hapless.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happytime.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harishgoyal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hariz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harry-hk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harvestmoon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "havaci.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hayleywestenra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hblsummershake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hctr002.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hddistribuidorahortifruti.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthalternativemedicine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcareagency.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcaredrugs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcareera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcaremedicine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcarenutrition.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcareresearch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcentralasia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcentralmedicine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcentralstore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcentraltreatment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcompany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthdigitalstore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthkaro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthlifeforyou.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmedicineasia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmedicinebiology.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmedicinestore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmedicineworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthnutritionfood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthnutritiongrowth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthnutritioninjury.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthnutritionpregnancy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthnutritionpublic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthnutritionusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthquality.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healths-tips.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthtrust.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyarizona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyburn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyflorida.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyfoodanddrink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyhours.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyindiana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthymississippi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthytipsdiet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthywyoming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heartchating.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hechaocheng.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hechaocheng.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hedgetube.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heilbronn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helebce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helene-conway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpc.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpsysadmin.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henryalanbrown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herald.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heritagetea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heybookmark.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highrank.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highskilled.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hindimeseekhe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiorth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirewiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiru.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitham.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hnmd9.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hogren.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hojat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "home-sagita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homebasedbusinessopportunity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedecorclassic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignalbuquerque.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignanchorage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignathens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignaugusta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignaustin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignbirmingham.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignboise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignbouldercity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignchicago.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigncusseta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigndetroit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignedmond.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignelpaso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignjuneau.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignlexington.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignlincoln.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignlynchburg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignmidland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignmilwaukee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignmontgomery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignnewyorkcity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignohio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeforfamily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeimprovementinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeimprovementnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeinteriorcanada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeinteriorebuild.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeinteriorremodel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeinterioruk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeinvention.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homelovehome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homenewsdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homepropertyera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homepropertyinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homepropertyunique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homepropertyworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homerepairsideas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homewebnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homointerneticus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honeygirl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hongocha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horvat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "host-stage.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotaircoldlove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotaru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelbiz.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelbiz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotelzapse-aurora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotiks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotyoyo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseareacanada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseareaitaly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "housedesignnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseforce.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseinfonews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseremodels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "housesmartdecore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houstonjetcharter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoyosdelespino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hphp.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huangzjnet.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubbaworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubnet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huhao.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hulkbay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humanhairgo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hummdis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humor-life.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humor.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunedoara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huntersandprops.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunterscreekapartments.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunting.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huuto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hvllucinvtion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydratheme.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-deals.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icanseeyou.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icedox.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ich-finde-wikipedia-toll.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ichtroje.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icmfortaleza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icosnet.com.dz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idahohealth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideahubnepal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idofatl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifailedlife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iffeurope.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifreemax.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifuture.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iglesiadecristocba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ignaziobalboa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ildisagio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilearned.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilikezo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illinoishealth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illnation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illuminatelife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illuminaten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iloveseo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilyatsykunov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imbit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imerys-mineraux-decoratifs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imesh-light.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imorano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imperialwrestling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "importanteducation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imprensaglobal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "improveyourvision.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imsace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imtools.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiamistress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianahealth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianamoldremediation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianhairextension.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianvirginhumanhair.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indigo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infhosting.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinitenews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinityweb.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "info-tech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infobusinessnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infokesehatan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inforata.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informaticien.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingegnereambientale.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innerpeace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inovapix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inovapix.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inschscouts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insiderx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspirecollectiveevents.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instylecollection.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internationalbussines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intoxicate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investgroop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investirdanslancien.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inviaworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iotportal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipcontolsite.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipcontolsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipperde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iqphone.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iran-oil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irbe.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironmaidenbootleghub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iroomz.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isexu.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isiklitabela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isleofman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isobook.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isopro.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ispartahaber.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ispartahaber.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isramedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "issnet.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "issnet.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istanbuleskort.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istanbulmasajsalonu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isystem.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italianluxuryinter.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italiano-bello.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itbolagmedipv6.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itioc10.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itlife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itmastersupport.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itxartu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itzahammer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itzamnaxelahomestay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivyseeds.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwhite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iyy.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izabava.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jabramson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jabramson.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jajce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jalish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaloozone.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janbennink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janik.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarkkorahkonen.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jav-checker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javan.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javedali.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jbond.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcdenast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jegos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jellynails.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessika-atelier.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetchartercanada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetchartereurope.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jewishmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jezero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jilaninteraktif.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jilking.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimobbs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinmoney.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jirkanch-ayollar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jnktn.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jnr-industry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jo-jo-koi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jodokai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joggingtips.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joi-bangla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joqi4.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josesakuda.com.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judidominokiukiu.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judidominokiukiu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julien-demare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jurgis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justice-rains-from-above.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justsandro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ka4aka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kagami.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kal05.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamien-ogrodowy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamistik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanui.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapukoaldizkaria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karaoglanis-info.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karaokeyboards.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karkkilandemarit.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karlogavric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karoche.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katalog-serverov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kate-hurst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keibablood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keiths.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kemeha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kemptonparkplumbing.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ketulgpatel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keydelay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keymicrosystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kgv-zappendorf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khabar24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khebranet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khoasweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khste-ceciliamoorsel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiamehr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiarapaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kibonnu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kievanrus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingdommindsmentorsclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinjerboerebroelof.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirakorosi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiralikjeneratorankara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kish-takhfif.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kishcar.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kissima-gakou.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitchen-design.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitchenware.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kittyknickers.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kjmart.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kkpp.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kladzdor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kladzdor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klassen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klipa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klokhuis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knigi-market.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kobb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kocaelihaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koccoo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolakamal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kommerciya.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kompaspekalongan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kompotik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konserbiletleri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konsultermedipv6.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopisee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korkortet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korsanparti.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kostube.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krabo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krajowyfunduszgwarancyjny.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kram.tec.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreatura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kredi365.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksgamerz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuhakukawa.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kupitmtz.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kupitraktor.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kupittraktormtz.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurnia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kwjx2.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l-i-r.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l2dragonland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacienciadelpanico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacragamerpanel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladyisabell666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladykarame.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lafeepraline.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagroza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamedubois-parquet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamudi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamuixeranga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lancelucido.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landcomputer.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "langlois-chateau.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapis.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laplasadalsol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laptopuri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasaisonducamping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasix-medication.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastorderguild.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lateams.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lateliercreationbougie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latuadro.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laughdreamexplore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laultimaestacion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazerepilasyonankara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lba-rpg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "le-parrain-boursorama.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leakbrasil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leanovent.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leanovent.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lebaneseastronomygroup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lederjackekaufen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leetizia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leetsuliangkkproduction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leismann.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemberg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemediateur-creditagricole-nord-est.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenifuchs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leoncss.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesperlesdunet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lessavonnables.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesvertsmaroc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lethalgaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsbrandholding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsdothatagain.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letsknow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexmove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libelulaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libraideos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liceoc9.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichtval.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "licia-music.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liesbethkeijzer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifegoesonsojustsmile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lillypornokatze.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limetorrent.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "link24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkatak.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linoszpadel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxbloc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxbsd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxforu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liperskefest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "listabl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livebox-mag.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveman.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveoutdoor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livesportts.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livingoutdoors.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lnzphoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locatecellphone.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locus.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loganextermination.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logement.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lois.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loja351.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolinfo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lombardiaeconomy.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lomgo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lomgo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londonnorthwesternrailway.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longpaddock.qld.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lookie.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loplovers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lordmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lordschimney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lordskate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "los11mandamientos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losangelesduiattorney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losblancosalbania.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losdelcyber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losrso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lostinlove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loudersent.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovecsnov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovemethoda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lpt-nebreziny.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lrv-grobbendonk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lubotodorov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucenttour.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucindaparkerroberts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lude.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luisnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luisrubiqwe.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunalovely.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luonggia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxuryhomenews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxuryhomeusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lv.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyndo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyrify.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m-o-v-i-e.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ma-paroisse.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macautocouture.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machmit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mackies.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madeincanarias.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madmasters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madobe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madrasareforms.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madrese.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madride.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnatechnology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahali.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahboobi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maianduc.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maillotdefoot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maillotfoot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maimaiyeuem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makanj.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "make50aday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makingmemoney.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makomako.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malawi-cichliden-forum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malaysianhairextensions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maleyco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manfred-kostner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manganimefan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mannservrice.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manologaribay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mantex.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maplegrove.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maqs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maquinariahosteleriaocasion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mardinsondakika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marfadelivery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marhamat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marinela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariskax.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marmarahaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marquezpropaintingservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marquimanagement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinaachen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martino.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvaco.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mashtibax.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masinky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massaer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masskick.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masteranimal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matematik-ozel-ders.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathez.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mavente.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxmind-test.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxnac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxportal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxweiss.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxwellcity.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mazik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbahouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mec539.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mechanical.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediamuda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicareclinic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medisuv.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meeo7.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megaar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megafilez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megasitesoficial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meiphotos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melbournecivilcelebrant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melisica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memberbaz.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memolestas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mendekuitxua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentalhealthtimes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentalizes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentalsauce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentolo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merelskleertjes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merlinsmagic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merrychristmas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merryxmas2015.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "messonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metallictrading.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalworkingexpo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meteowiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meto.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mexaliu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfr-lameignanne.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgo-ostenfelde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgousse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miabitch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaeldancot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micruity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midspss.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mighit.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mihaiordean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikeburns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "militartatico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milkingmachine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milladeo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millionairemethodsacademy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimercadillo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindenitt.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftgta5.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minibackpackgirls.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minimotogp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mintitafever.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mir-obshenia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirabella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miraxe.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mircsohbet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miriamharel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mishaomar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mispelis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missadrastea.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mistressnadine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitgrussen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitiendademunecas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitraseo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitsu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitsu.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitulv4u.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixandplay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mk-translations.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlfilm.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlgsmokers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmmofnigeria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobiletechnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modernteacher.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modetrends.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moduleus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molodost.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mon-cartable.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "money-okey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "money-trust.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneytech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monodrama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monroeandlevingston.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonboxi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moradali.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motof.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motosfreedom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motri-projekt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moviestodownload.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpsctriskelions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mramor.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msncash.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msp.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mspark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtoma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtz-bu.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtz-info.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtz-sng.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtz80-mtz82.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtzbelarus.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muhammed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muhasebekurslari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mula.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multi-cryptex.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundorealtv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musickorea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musiclite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicrooz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mutualfunds.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muzmo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muzotakt.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myakkatactical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myalsadd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydrnetvpn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhealthsquad.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myline.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylittleforum.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylocality.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylocalmortgage.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylocraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynaturebox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myphysiocoach.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mys.gov.sd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysbi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myshenwang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystinkefinger.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myswabi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mytwilight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nacres.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nacsonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namecoin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namegen.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namelymarly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanaimoartscouncil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napilol.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napituti.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "napo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narmafzar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narutoshow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nasilbirsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natesigal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathanielsigal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nats-flop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturalstyle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navarrete.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navoiyrapmafia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naxcivan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nayna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nearnorthmassage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nees.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "negabarit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neko-network.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nelosculpteur.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemokamas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nepu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "net-news.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netforall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nettiruletti.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nettype.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neurologia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neurologie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neuzamariano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newasa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newbss.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newcharmed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newdietandexercises.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newholland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newmuz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsauto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newspawn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsupdatesdaily.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nezsultan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nffs.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nfgonlineuk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngefics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nggukbo9lbfadcf5.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngoresan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nguyensuu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhakhoahaianh.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhjvillalmanzo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nick-stone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicknames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nighthawks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightpass.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightscapes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikest.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimeia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninjamagic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nixsub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nixx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nizarvoiceover.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nlyfeue.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "no2bacoorcityhood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "no74u.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noawildschut.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noblogs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nocillaconchorizo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nocoastpunx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodie.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nolutut.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noodletwister.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noodletwister.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noorzaitribe.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northerninsurance.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "not-null.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "note1024.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notfunny.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notienegoyete.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notme.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novogrudok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nowoczesnysalon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nozel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nozel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsp-discount.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nullificatr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "numero1.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nurnabi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutwgent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nwoordinances.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nwopage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyaken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyheter-sverige.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzroom.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obejo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obelisco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obereg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obsceneeulogy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obuhov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceanshaman.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceansidetour.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocenilla.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocenilla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ochatoosenbei.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocufekojip.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oculo.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocydias.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odishainfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oefd.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oertle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offer-today.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offpages.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offpages.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ogrenciyurtlari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ojapanesetea.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldhouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldshara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omelectricnyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "on-networkers.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "on-networkers.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "on-networkers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "on-tandemdrive.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onchclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onebelo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onecharge.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onerror.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onfaloc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-diary.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinebrides.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinebs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineinsurancetips.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinejobs.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinekansspel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinekansspel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineloansnocreditcheck.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinetrainer.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlycrumbsremain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oomph-delikatessen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opatowice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openscience.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opensim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openspot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oportunidadeganhos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oppekepe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opskins.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opstrengning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optilan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opwekking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orbassano5aele2021.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orbitforum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orcas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oriatasi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "originahl-scripts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "originalmusicstream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orkkikerho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orlandojetcharter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ortopedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osakaevoce.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oscarspatiobar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oshkibeginnings.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outstanding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overclaimer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovochi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owenschumacher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxwebdevelopment.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ozelgitardersi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ozna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p-home.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p-k-b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pablomolina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacificprivatebank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paczkadlawieznia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paczkazywnosciowa.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paig.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pairsclassifiedads.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paksui-ne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palominorp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palonhs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panicroomgames.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paniigielka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pantsuservice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parachutes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paradoxium.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parazyd.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parentingplaydough.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paretoit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parikmaxeru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parionsfiable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parmoli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partscov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasatiempos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patris-querre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pawafuru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paydepot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pc-center.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pc-remont.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pccomc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcdroid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcelarstvo-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcpuhastaja.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcsuniverse.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pctips.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peliculaslatino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peno1.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peqal.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perdolyathlendr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectlyluxe.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectlyluxe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectmatch.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "performingdreams.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permutationcity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perritas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personaljokes.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perugamerz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peruvianhairextension.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peruvianhumanhair.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pervesk.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pessebrevivent-lallacuna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petfilter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petitcyclone.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pevat-ua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfsandbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgmsp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgprosupplies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phantasia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmacie-derrier-93.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phenweb.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipsmanythougths.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoneinformation.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoneinformation.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoneinformation.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonelookupname.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonenumberfind.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonenumberfind.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonenumberfind.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photofinale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photoprofi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phreaker.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phtalent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinkpearl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinkster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinkvelvet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinoytambayan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinoytambayan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinoytimes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizzagaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pjotor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pkb.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaloo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plan-und-los.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetasilius.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platanakia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plateriaaida.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playgame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playgamenow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pleasured.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pleijsier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plikiai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ploof-cleaning.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ploptec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pluminate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plushev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pockettraveling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poetics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pogotowie-komputerowe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polbox.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politnews5.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posbis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postolia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potatochip.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powergroup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerwheels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prabirghosh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prana-me.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praveenawstest1.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiumturkey.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prensahispana.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "press-edge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presscommunity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pressnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pressreleasecentral.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pressreleasepedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pressurewashers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prfanfiction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pricegg.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printrr.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priorityeducation4u.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatejetschina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatejetsteterboro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatislauga.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priyan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "problem-solver.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "professionalbussines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programando.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prograph.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "project-ice.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectinferno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectzet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prometheus.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promosolucoes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "property-tax.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proregiotram.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prostogame.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "przepisykolejowe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "przyciemnianieszyb.waw.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psiquiatriamaubecin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psplus.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pstutorials.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psycho-familles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptczone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publicitar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publishpressnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pujd3.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puneindia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purestiks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puritanas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purples.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puset.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pusra.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pxventures.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q3.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qatouch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qosim.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qosqo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualitygame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualityoutletx.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualityoutletx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queenlexie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quernon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quest3.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quest3.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quest3.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quest3.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quest3.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quest3.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "questbars.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "questiii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "questthree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quick-and-easy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quick-seo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickcel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quinnstech.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qurani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qwus.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiadoresalternativos.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiodarkwolf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiomedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radnicki-nis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rafclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ragnamania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rajsolankimusic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rallyservice.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramchand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramkot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randburgplumbing.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rankya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raovatsaigon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raspinerd.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rava.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raysbarreto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razakhanimazhab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raziculacrimi.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "razoesparaacreditar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbknarkers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcotec.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realclinic.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestateboston.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestateexecutives.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebeldeway-al.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebeldeway-ks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reboot.green", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "receitasdacassia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rectale.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recursosrev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redfish.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redhackerteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redper.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reedy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regele.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rehab.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reikiblog.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reishoku.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relikt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renewablekids.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reporte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "requin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resigno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resimevi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resolutionnews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resolved.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resolveit.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ressomedbiosressonadores.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retiesebaan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retofunctional.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retrobook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retseptykaboli.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reuseandresist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reuterhall.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revellecoaching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revengeofthesomething.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "review247.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revolutionary.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reynaers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rezevu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reznik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rfvigo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhfs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhodeislandhealth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riachuello.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ricoy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rigelro.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rihappy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rimzim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rinu.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rising-cubers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritmuzic.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "river.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riverpark.casa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roadtoglory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertaltizer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robinhor10.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rochow.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockinit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodnikbel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodokubu.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rokettube.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rolc.org.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronaldcantor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootingpalace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roslagensmansjour.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotaracthelmond.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rovetf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rtgame.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubinamillinery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruforce.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumahcodingtest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumix.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rurouni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rutazeus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rxxx.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rzhv1.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabharwallawfirm.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sacektirme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safeme.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagarawat.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagetel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sajabesaya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sako-lab.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sales-respect.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salesforce-communities.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salesforce-hub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salesforcescrt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salmadenora.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sametcanaz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samosad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samwelek.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samyang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sand.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandesh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandipmukherjee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanityrant.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santackergaard.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santekhmarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapafolumuxu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sapik.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarcasmlol.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sargarmi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarjas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saskiafarell.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sastamalandemarit.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satelital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satheeshsbennet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saucy.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savejonasquinn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savoir.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saydj.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sayednidhalphoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbmsite.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scalecalculation.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schaedlingsbekaempfung.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schmuckmuc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolcashonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schwifty.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schwinnic4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoopcake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scopus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoutingeijsdenonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoutwired.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdpokieswiry.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdpokieswiry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchbar.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchperfumes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searx.bar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seashoregraphics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sebba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretbusiness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seemorehere.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seks-znakomstva.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selectables.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selo-grncare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selvaggialucarelli.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semanarioaqui.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensibleita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensizem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentralaser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo-smo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo-url.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seobook2015.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seobook2016.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seosos.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seovisit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sequenceconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sequoias-groupe.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serdengolpinar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergiomur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sertim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servicespot.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seseai.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sesliturkgencligi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexgood.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexyanne.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfdlsource.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowknight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaiyapegasus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shamami.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharemania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharpiesscrubs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shatalov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sherissims.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shibumi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shiellc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shireyishunjian.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shmroom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sho-furtwangen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shootinghouse.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopless.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopthestates.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "showroombelcorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sibnerpartie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siepietnica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signomatic.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "singeyel.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirovatka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siseed.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitecrew.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "situsbandarq.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "situsbandarq.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "situsbandarq.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "situsbandarq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "six27.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skachat-programmylini.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skachay-photo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skibbereencomhaltas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skiingnewsletter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skinsuperstore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skj6.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skrepnek-sidebar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skrivargarden-nes.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skupaudio.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skupautwarszawa247.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleepily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleismann.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smallsiri.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartliferd.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smmitc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smoivez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smoker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smsalvand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snellius.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sobrelixo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialdemo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialeducation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialmedias.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialtactics.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socseti.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socseti.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socseti.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofias.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softchalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soldiersmg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solikreis-stuttgart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solipsists.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solomidis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solucion.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solvecrimes.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songslaura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonkamusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sophia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundexclusive4ever.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundonmike.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundwavefestival.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "source-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "souria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southdakotahealth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "space-combat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "space-mining.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacepixel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spamhunter360.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spectrocoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedwaybring-proposal.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speeleninstallatietechniek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spherikbike.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sphynxboyz.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spooks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportfogadas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportivo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportsandnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportsgraphing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportsmania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squad.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sqxb0.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sr2.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssaarevents.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staffordpk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stanmirstudio.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stargate.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statrix.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statusmantra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steelvortex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steenwijkerland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefcraps.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stellacinderella.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stelovisual.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stewart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stlbosnians.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stlueke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stolpe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stop-russia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stories.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "straightcurlyhair.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strandfuif.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strangestfacts.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strategery.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studi-luar-negeri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiolu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuntx-server.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stworzwirusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subjekty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "submiteads.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subsitude.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subterra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugos.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sugos.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suitmem.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunbirdgrove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunkimurology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunokuran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunsun.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunwei-proxy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supercontent.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superfluous.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superhumanendurance.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suplments.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suplments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suplments.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surfacespots.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surfenergy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surveyremover.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svealandsgruppen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svwissel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swallowforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swargvibha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweetpinkpussy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sweetsusinrw.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiftink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "switch.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "switchbyte.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swordpop.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swretail.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sydneyaustralia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sydneylounge.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sykam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syminsight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sys-stat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sys-state.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysstat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemlinkcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemsinblue.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t-inn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabelaci.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tablepadcolors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabletkinamase.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabletkinatradzik.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tacomaautomobile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taebek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tafp3.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tajbrighton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taksaft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talentedagents.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talesoftenko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talikotang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talklikeyodaday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamdaotravelvi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanie-obraczki-szczecin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarbsong.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarekfadel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarfand-pc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatfan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tava.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxiseek.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbsunday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcvanbuuren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tdln.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamwolf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teardrop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tebsonati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techarchive.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techarkansas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techbloggertips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techcolorado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techdoms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techkeep.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techkentucky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techmahindrafoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techmaish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technolink.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologyapp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologydigital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologysoftware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technorthdakota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technowiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techs.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techsat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techstreamlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techtexas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techtrozan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techvasion.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnonews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecorrs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tedirgin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teekaymedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teerer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tefwin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tehno-trust.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teigukitty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tejas1835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tekila.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teknon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telcu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telelog.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleteleei.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "televentabelcorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temariosoposiciones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tena.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenangjiwaku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teradatta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "termifree.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terrariatr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetonas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetsudo.jp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teufel-cloud.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texoviva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "textassistant.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "th-fanlist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaiorchidpetoskey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thamesvalleybuses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thassos-world-web.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theantnetwork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebaa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thechatlinenumbers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedarkteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theeftacademyuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegioibanca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehelper.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themeapps.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thememory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themoviepreview.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenewissue.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theonikage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theoryofmind.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theravada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thereaper.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesage.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesemisouthernhomemaker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesurfinstitute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetogbox.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewebmasters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewish.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thingswithleaves.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkwits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thr-kurd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "throneofmolok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tianwen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tibiarock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timtom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinkuscochabamba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tintuonmobile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tkd-itf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tkwataneya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tmirz.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toh25unblocked.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tohevn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tombolaarcade.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toneelaccent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toniduarte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonykarbo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toothsearch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top10directory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topcompany.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tophr.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topmovie.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topofthefreegames.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toptechnews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toptracks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tor4.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torontohealthcare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tortillas-duras.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalmerda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalwarhammer.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpp-tpc.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trackballs.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traineeshipplaza.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tralalashow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelescape.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelingagency.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendingknow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendnews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trendnews.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tresscabelos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trevorkay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tribunesia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trimarix.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trinirawk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripadvicestore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripanimal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trippati.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trogloditas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troykao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trtasarim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trunix-forum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustedglobaldelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tst-band.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsxxlangel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt-aepfingen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tubeview.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tudinerito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tulikajain.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tulikajain.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tungjatjeta.al", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turbinadordigital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turgut46.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkcedizin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkman.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turnali.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turnalikoyu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutorialhtml.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutoringindustry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuxi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuxito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuxlinux.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuzlamap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvfans.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twenty.so", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twerk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twitchy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tymyrddin.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tymyrddin.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tynki-maszynowe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uasonics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubaldopoa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubzoo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucinvest.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uksv.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimateclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umt.radio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unatbeaubrid.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undawns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undelightfully.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unexcited.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniquestlye.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniteam.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitizer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "univalence.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universalstars.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universitapopolaredeglistudidimilano.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unoptional.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unoriginal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unwire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "up1s.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upgrades-and-options.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upmediamarketer.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urakn0x.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uralscoin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbangaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbv.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbv.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urlbox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urlz.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usdailyhealth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usdirectory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usgeneralhealth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ushealthprovider.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uslugikoparkalodz.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usodesu.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ustyj.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utafutbol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utaindoradio.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utopyaforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uvsa.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzhits.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "v1r2zz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaccantcorner.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vacuumsealers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vagabond.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentinstag.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vampluderdd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanboyvital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanguards.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vas-webmaster.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaulavalpola.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veerleklinge.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velesnet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velmart.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vendsoefoutra.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vendsoefoutra.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ventuordici.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venurse.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verstka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vertheme-paysagiste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verticals.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veryfinecommentary.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vesta.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vgbf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viawave.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vicete.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vickyhundt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoriabeckham.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoriassecret.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoriassecretbeauty.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videoarcadia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videoclubhd.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videoha.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vilafrancaeagles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villas-parfumdemyrte.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip-it.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip-sauna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virajtharinda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viraltobuzz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virginitychecker.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virginized.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visioncloud.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visioneducation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitkeralaadventure.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitzug.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitahaute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivemontecarlo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkino.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vloggerspace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voyaker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vrilliant.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsemrabota.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vtbclub.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vtklan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vtoroy-kanal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvsummer.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvvz0.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vzteam.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wakeupform.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walking-algarve.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallytest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanderingincaptivity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warriorworld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warrock-es.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wartung.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wasserwacht-hahnbach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watchamovie.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wave-inc.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wazefaher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdnmd.ac.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wear1015.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearepoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-business.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-treff.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcamyoung.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcoder.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdesign-moellers.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weberl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webescucha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weblian.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weblogic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmasterblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webqam.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webschool21.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websiteirani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websmartlink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websolutionbd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webtasarimi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webzarabotok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weddinggoods.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedryny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weezertabs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weirdness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wellella.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welove.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welovelinks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wendydarling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wenzthewanderer.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weplantinc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weple.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westmidlandsrailway.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wetten.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wewhydrogen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whanglaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatabout.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatsgood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whishart.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiteshelf.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiteweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whosapeach.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wi-fi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wickedvibes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "widner.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiganer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wigelsworth.consulting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikivivo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wild-reels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildnessnetlabel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williamsigal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willianchopin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willsigal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "win7tips.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windowsfreak.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winnebagocountyiowa.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winona-area-scum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winternacht14.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisconsinnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "witsvideo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wizardk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wkitu-test.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolf-haven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womenbrace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workaholic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workathome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workathomernjobs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workfromhomecareers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workfromhomeforum.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workfromhomeforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workfromhomeoptions.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workfromhomeoptions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workfromhomesales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workfromhomesites.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldbusinessarea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldbusinessera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhealthcompany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhealthdepartment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhealthdiet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhealthinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhealthmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhealthnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhomeasian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhomebuild.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhomecanada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhomedecor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhomeimprevement.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhomeinspiration.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhomeinterior.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhomeitaly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhomenews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhomepro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhomeuk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhomeusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldluxuryhome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldofgeekstuff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldofquail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldsat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldvision.al", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldwallstreet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woronowicz.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wortdestages.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpdev.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpinabox.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wresttmb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writemyessaysusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wusu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wykopylodz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wynajemautkrakow.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wynajemautkrakow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wypiska.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wypozyczalniasamochodowkrakow.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wzh.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x-files.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xavierarroyo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xbigzmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xhibitran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xmediabigz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xmediazxy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--casaitala-n5a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ettbttreinternet-ynb.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--fp8hm6b.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--m9jy50kkpx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--saschamllers-bjb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xphelper.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtremers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xvidyo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xworder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yadnameh.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yaebus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yaencontre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yaghoobi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yaiho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yaiho.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yangyi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yapperapp.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yatriindia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ydyydy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yede.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yedeksubay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeste.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yhhvi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yiff.rest", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yingzi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yodalef3.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogaillustrations.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogaovelser.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youkube.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "your-kurs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourcomputer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourdailyhealthcare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yousica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yriik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yugioh-duelodefinitivo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yugiohthenextgeneration.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yummycouple.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yus-azaria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zadd.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakachat-temi.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaorejas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarabotok-veka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarobotok-forum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zas4eku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaterdagwelpen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zatrzymanie.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaves.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zayavka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdrapti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zelenazeme.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zemitec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerocomputer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeroz.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeroz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeroz.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zertifikatsshop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeusindia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zgyl8.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhana-auen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhizi.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziaulnmonzur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziggi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zijspancross.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zimkaru.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmprjg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zmuda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zokuomthawn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zombielandkf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonainuyasha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonanews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zone3000.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoneaffiliation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zubenciy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zui.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuomin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zvvtheboys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10wtac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1212.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "133.casino", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1art.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1x1.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2347porthcawlatc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "29dejuniode1997.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "38317.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3lmnyblogger.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "48coin.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4sun.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4yowipes10yo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "501stcl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "50miners.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7akawyna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7uper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8gerd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9lab.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-vippetresort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aadl.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aalen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abc123autumn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdijmale.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abrupt.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abruptgames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accentchair.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ace-translations.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acgxi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activityinfo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "add-ons.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adesignguy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adictosdominantescdls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aenmail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeroport-nimes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agraw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmedszaidi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aifob.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aihaamua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aish.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aj-laixada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akaritaste.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ako.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akordeoiak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alamanceinsulationllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albeso.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alex3.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexdowns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfryadi.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alien.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allopurinal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allroblox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allthatblings.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphotelmilano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altd.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altoplan.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amalievonstein.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanacrylicaward.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amesite.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aminta.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anborn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anccg.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andfrankly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andthisismyodyssey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animata.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anitavangelderleeromgeving.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anova-irm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "answerbookstore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apambiente.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apartmani-kamenik.com.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apasih.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "api-agri.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apnakhattak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "architekturbuero-petersen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artisan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artiskini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashfak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-quote.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automotivesource.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avande.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviationsafetywiki.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b-coal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b2bchiemihara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balochism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baloo.vet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bancatransilvania.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bangabandhu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bar38.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belladeluxxe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellebaum.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bemine.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benidormcd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestdlsites2.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestnovelbooks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beverb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhitnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigcomputerchair.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billigtech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biouhlie.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blaa-arme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blakecommagere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogfeng.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluegorilla.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boathut.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braidice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasillifeoficial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braynblog.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broerbv.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brudevelopments.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btwsa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buchholz-coaching.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buerosysteme-hamburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildit.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessactivities.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessideainfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessinlosangeles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessplanidea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessreborn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bxctrust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c-ovidiu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c9n.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadavre-exquis-musical.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caivps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cantando.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capita3eats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carobme.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carpet24.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casaboix.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casino-casholot.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catb.on.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catharinalingeries.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbcf.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccc-checker.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdaldeano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdscsuc.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdsf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cetorebe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgbh3.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chartedesmunicipales.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatenespana.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaumiere.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrome-stats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cimet.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cimet.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinccapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinemaza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citacatastro.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citafogasa.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cjapan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clan-behh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarkcommagere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearvoiceu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clever-datenschutz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickipo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cm-penalvadocastelo.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmperalta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coco-01.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cointree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commagere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computer-service.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concilioderivendel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "convent-mensing.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coroas10.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cqoicebordel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazyachmed.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cristaltercos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cspi.uz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cstromblad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuestacorp.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuponesmasdescuentos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybertinus.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailybusiness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailysbread.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielsixto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dantikap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darlybni.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "de-lucadesigns.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delawarehealth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depijp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detakhukum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dgtcitaprevia.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dialogtour.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietrich-bonhoeffer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digaloahidigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diko.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimeven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diouf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discordtesterstesters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discountravel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distasiofirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diveleasia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divorceonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djangosetup.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominiostk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drace.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "driwch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubreuilville.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dyrkar.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-virtus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaofarlington.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eava.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecosfti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ededdeddy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationgov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationstatistic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edulayer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduproquality.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eeia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eigenvector.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eigenvector.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekaye.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elauricielo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrocity.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrosphe.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitesquadmodz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elpellejodelabreva.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emad7.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emceemanic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emopics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encurta.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endavantstap9b.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energoproff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enrega.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epvd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erfgoedeisden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ernelit.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "es-ostan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escae.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "et420nrw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eutawal.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "execom68.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extact.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabriknet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fauxil.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felix.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferociousmass.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferydoonzandi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fhersoberanes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fika.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fikaauto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fileshare.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitnessupay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashcover.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flayla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flexbox.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightacademy-memmingen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fmanet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fndho.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodculinaryusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "force-user-content.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forodebanfield.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foundland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freemchosting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeme.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freenome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fridafunko.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frifayer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fromagerie-kerouzine.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundstuecke.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fung.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaborg.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaemsofyesterday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamepuzzleinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamersplus.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamingexcavators.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gassycat.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gassycat.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gdkn0.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gediga.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekdocs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekport.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "generadorminecraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentlemaan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgiajetcharter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gepetoauth.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getfitwithkip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giuseppemacario.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalbusinessinfographic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glossyfied.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goalsaj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "google-and.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grabyourfreeleadshere.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandcanyonmore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandcanyonmoretours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandepexinxa.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grandfallscamp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grayslakeadvisors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "green-snake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupodcasa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupogrande.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupolinceformacion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsmr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gwmean.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h2hc.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habbocore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hakufarm.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hammacklawfirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanfoot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyaoba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthasociation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthcentralnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmedicinedrug.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmedicineus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthvacancies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyalabama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthykansas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyminnesota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthynewjersey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthyoregon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hebmexico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hechaocheng.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heligrandcanyon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hentaiz.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herriman.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hfikq8.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hipsterpixel.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoardit.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holmes.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigncaliforniacity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigncapecoral.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignchesapeake.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigncolumbus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesigndurham.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignelreno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignjacksonville.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignmesa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homedesignmobile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeinterioritaly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horsemanshipdentistry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horsemanshipdentistryschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostprior.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotproxy.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotsvenja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "housingfirstatx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtofull.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoychivilcoy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hromaticworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsm-eldesafio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hundamosantena3.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibizads.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifaisalmukhtar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iflixtv.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifmsa-lahore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihdev.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ildepu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilyabakhlin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immobilien-uster.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indonesianadventure.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "info-usaha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infogamesports.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosysta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkybuh.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integralcare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipeeworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipsm-kotabekasi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamvictory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamvictory.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islamvictory.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ispalestinefree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "its-aeth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jabal-aqel-albab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaiho-zeetoz1server.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jalebiyat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janvidresearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarnskog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jashinchan.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javacakegames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jazzorjazz.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jemoreng.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jennahunt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeuxdora.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jjzmaj.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkarteaga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobcenter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joydream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jufem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juridicheskij-supermarket.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jusquauxdents.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justformen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadeatwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaisyo.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanava.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kansashealth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kansasnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kantora-plovdiv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karacommagere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katalog-serverof.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katiusha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kayteedidquiltsandmore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keventajat.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinackford.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kfgleasing.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kfvullnetari-uck.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiloklubi.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinderfestival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinneretliving.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kkiskra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klubwsl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knbbw-frnab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koettersecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konopizza.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kora-go.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotajakarta.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krisboeckmans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krispymods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kristall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kruis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krumovgrad.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksiegarniabk.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurtlarvadisi-pusu-1.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvspannum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "la-boutique-langlois.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacapsule.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacrimosa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacuisine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laerted.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larkinkerluke.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laruedumadeinfrance.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastkaj14.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastrada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latefeeking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lavanderia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lealuestern.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legaltile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leism.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leo-boutique.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesconfiseriesdaleth.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesnet.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letterrill.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libramedia.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilithqueisser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limitededitioncomputers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limitededitionsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipnihezron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liquidbounce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lirui.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litaphoenix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveagood.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loginwithmc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolalacita.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolcow.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losangelesprivatejets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loujaxx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovepremierevents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lrfix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxaterra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxe-in.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxuryhomeinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxuryhomepro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxuryhomeuk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maadi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madrespect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahbobmax.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maheshwaran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahnaz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makilingchallenge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mama-kind-buch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mantalksmanrules.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manufarm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcago.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marekkohn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marilynmonroy.com.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marksass.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marlboroughchamber.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masajilanver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maud-olivier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maximovie.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayintheu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mceyedol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mconline.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediaspike.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medreich.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meek.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megmaster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meilleur-casino-fiable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mekawy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melrosemichaels.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meuche.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mexicojetcharter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgr-dev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mhasika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mi-amigo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miao.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miaovps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelcailloux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mido4link.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midrandsplumbing.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikhalt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikrotike.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milleralarms.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftnewserie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mithypnoseweiter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkg-laposte.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmapiws.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmm-boxing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilizone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojdrvar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mollysun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneromerch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "money4net.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moviesrules.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mp3musicfind.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mt2ofx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mudpiles.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mund-interdisziplinaer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundomovie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musicflac4.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygilehery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynn.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mywihomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naduvilathu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakedtruth.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namevirus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namevirus.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nandakumar.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nandakumar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nekomata.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newslanes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsnfl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newyorkrp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextprotocol.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhscript.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niawier-wetsens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nie-registration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimiq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nivelo.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "no-eye-deer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nojum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nokchon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noodletwister.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notifyed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nowtips.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrbbs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutsandboltsfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obdadvisor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octavia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omahcoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omegatechware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omidfan.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omnidiecasting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "on-networkers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineplay.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ontarioplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onthegreen.golf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opticstore.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "order-tools.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ordertoyota.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orestadit.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orizarja.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ostsee-campingplatz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ouezzan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overener.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owlbee.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ox.restaurant", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oyaptcdsb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oyr79.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paczkahigieniczna.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagalworld.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "page12.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panda-lang.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paraelganzo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parc-haute-borne.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parked-domain.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peerwebdc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petmegoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgln.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ph-consult.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picknetworkiscoming.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picknyeroizek.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playkids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pleiadiantalk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pllivres.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pnfiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pombalhome.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popdog.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porntube-vidios.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posterlounge.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posterlounge.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posterlounge.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posterlounge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posterlounge.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posterlounge.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posterlounge.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posterlounge.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pr92.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "practitest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prijzen-vergelijken.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primesensecosmeticos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prismaot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatejetsdallas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proinn.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ptsjapan.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qihalu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queenondvd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quest3.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranchu.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randyandpixel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rangemarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapbull.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rayonnage-stockage.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcdeescolasantcugat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcmodelflying.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "re2me.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readapt-nutrition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readyrosie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestategreenville.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rectale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reginaascanio.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rehab.cn.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remontlog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reseau007.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restaurant-macampagne.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retrogamenews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revistacocina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riverrun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rlmud.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roc-reo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rojotv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romyfrank.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotespotsdam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotince.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryangillie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryuukei-nf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-i-m.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salesforce-experience.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salesforce-scrt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salesforce-setup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salins-les-bains.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandramargolesmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saria.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sat-p.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sattamatkamobi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sber-solutions.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scallyboy.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scantrics.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scenadex.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schutterij-sintsebastianus-eys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scpulse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensuuri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergiochica21.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serial2000.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servicegeneralhvac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexysamira.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfdcopens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowandy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shahidflix.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheika.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shenmiya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shortcut-link.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sicol.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "significado.origem.nom.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "signinwithmc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvercrossbaby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silverflow.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sixfiguresneakerhead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skankofamerica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyviewtowers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleismann.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slidefiftyfamily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slootskyartisticdentistry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slzr.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartchoices.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smmog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smuc-koca.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sniderman-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snrd.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "societyofbur-q-ua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sortirentrenous.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soszoro.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparvagn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sprout24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sritbeauty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sritbrazil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stan.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevenz.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strankahrvatskogprava.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strcat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroyoptom.zp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suburbass.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sulman4paf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sum1.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumac.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunbake.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suplments.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suplments.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suplments.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svedorszag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysstate.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemische-praxis-darmstadt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szinezdmagad.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabletopwealth.reviews", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarus.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbatr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teacherquotes.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techarab.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techchump.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technewyork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologyinformation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technologynewss.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetete-no-te.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thalassa-mediterranee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thatdirtyd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thatssodee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theequinepractice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegeeklab.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegoodvybe.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelancergarage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theoc4ever.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestatuspage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewombatsict.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threatutic.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thrivetours.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiendadelpatin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tjtechofficial.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tnsjellyfin.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tnskvi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todaynewsafrica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torrentdb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracemed.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracklist4u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trekosecia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trembler.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripisland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttv-bernisse80.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutiendabancor.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuyetchieuwebsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ugsonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultra-pet.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniquehardware.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniquehardware.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniservarabia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedwedreamaction.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upcountrysoaps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upz-forsilab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbv.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urkhole.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usefultravelsite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "userstyles.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valladolidlempira.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vami.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velo24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "venatorinc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vendee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viderma.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vilavyhlidka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villablancaluarca.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vin-corse.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinga.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viran-khodro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visit-sanbenedettodeltronto.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitoractivities.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vismake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivekparekh.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivezbougez.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladmoraru.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vnrebates.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voltarengeneric.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vran.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vvlemmer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vzw-muzaik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wartabank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waynehartman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wbnet.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcools.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wdsdownload.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-syte.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webgrow.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wecheer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wed13spain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weekendstartup.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weetix.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weezerosos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weimg.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "widzenia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiet2home.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wijkdezwaenebloeme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "witchhunt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolfertconsulting.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldhomeinteriror.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woulaba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowlagu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wptests.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsheffield.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsrc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuya.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wvpbs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwboe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn-----elcblfoyosbv5mwb.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--alcaiz-zwa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xuancommagere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxbold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yamanobe-taro.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogaillustrations.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yorkee.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zakachat-brauzer.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeppelflix.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhijikaoyan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zseartcc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zt360.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00.eco", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123noticias.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1kilise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1kilise.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1kilise.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1rust.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "21risk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu62.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu64.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4filtre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "50hertz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "66814.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7daystrader.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aad-gp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaoth.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abctwenty.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ablebits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutlevi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abtech.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaly.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adaptyourlifeacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adese.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "administradorvalencia.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adoxy.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventureprooutdoors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "againsttheodds.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciacolors.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aioj.ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconditioningalberton.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconditioningfourways.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconditioningmidrand.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconditioningrandburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconditioningsandton.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airquestion.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akustyka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alavieestbelle.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albaneselorenzo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alerque.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexlambertz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexridevski.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfabetajuega.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alilialeaf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alinalamour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allegrettoresort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allegrettoresortandvineyard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allegrettoresortandvineyardbyayres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allegrettovineyard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allegrettovineyardresort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allegrettovineyards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allegrettowine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allergy.university", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allproofdecks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alohotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alohotelorange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alohotels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altasal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altusbiologics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amalgaamziekte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amas.sd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amebal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amrita.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrea18.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anisotomatikkapi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antielectoral.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyval.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aolcollege.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apacher.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appliedmaths.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arbradio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "argosasist.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aridireksiyon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armazon.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arp-arena.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aryescommercial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aryesgroup.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "as6369.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "as6369.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asitt.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askusutah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assoft.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asteracancercare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlasgaming.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiobit.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aureshotels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoinkoop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avm99963.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayersanaheim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayerscoronaeast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayersgroup.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayershawthorne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayershotelsealbeach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayerslagunawoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayersorange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayerssuites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayerssuitesmillsmall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresalpine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresanaheim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresapline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresbarstow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresboutiquesuites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayrescalabasas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayrescares.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreschinohills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreschulavista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayrescommercial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresconstructioncompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayrescoronaeast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayrescoronawest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayrescostamesa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresdevelopment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresdiamondbar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresfountainvalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresgroup.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreshawthorne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreshotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreshotelanaheim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreshotelbarstow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreshotelchulavista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreshotelgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreshotellagunawoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreshotelmanhattanbeach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreshotelmillenia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreshotelmorenovalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreshotelorange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreshotelrialto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreshotels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreshotelsealbeach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreshr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreslodgealpine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresmillenia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresmillsmall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresmissionviejo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresmissionviejospa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresmorenovalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresontario.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresontarioairport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresontariomillsmall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayrespasorobles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresredlands.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresresortandvineyard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresrialto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayressealbeach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresselfstorage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayressuites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayressuitescostamesa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayressuitesdiamondbar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayressuitesmorenovalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayressuitesontario.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayressuitesontarioairport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayressuitesyorbalinda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ba7rain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babygearlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bacanal-intruder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backpagegals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badmonkey.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bailong.kr.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ballcancan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baltimorejetcharter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bas.surf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basf-vcar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baugeshite.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beal.edu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "behrer.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belcanto.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bella-klein.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bellassubsandpizza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benimsetin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bergmanns.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besanowsky.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestshopevermade.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhanaphotography.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhvapers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biggsconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biofizpribor.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biouhli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biouhli.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biouhli.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biovaultfamily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bipolargeek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bipolargeek.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bipolargeek.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birkilise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birkilise.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bistum-eichstaett.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogidol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluetechnician-inc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boon.so", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "booths.cyou", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxingclubduval.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bpn.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakmaps.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bretonhouse.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brk-t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brk-t.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brkt.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brkt.church", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brktkiliseleri.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brutosanetos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsd.gay", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budtraffic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bunq.rip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burlaka.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bustybombastic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buttertea.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buurtschapdemarkt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buycheapshirts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caiobatistamkt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callforkunst.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cancer-foods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canossahospital.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolinasaddictionfellows.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carrosserie-delaval.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casino-liste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinobonuscodes365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.africa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.ag", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.ax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.ba", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.bi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.bj", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.ci", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.cm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.co.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.co.bw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.co.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.co.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.co.na", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.co.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.co.tz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.com.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.com.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.com.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.com.jm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.com.ni", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.com.pa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.com.pr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.com.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.com.tt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.com.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.cr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.cy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.dj", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.gd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.gp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.gs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.gy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.hn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.lc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.ltd.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.ms", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.mt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.mu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.mw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.sc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.sx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.ug", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.uy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.vc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbcnet.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbdication.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cellopasorobles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cemporcentocliente.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralclinic.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centrumpodpora.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cerium-systems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfcontracting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cg-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chamath.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "champsglobal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charlesmarsan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chateau-de-fresnois.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chateau-de-fresnois.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaudharylaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chez-merlin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "china-midas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chocolat-lp2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chopnotch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrissx.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christiangaro.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christineglaeser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinqdecembre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciscom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleatis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clemenshermanns.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clic29.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "climatechange2021.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clinic-manager.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudav.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudmanagedbuilding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudmanagedbuildings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudsweeper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudsweeper.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codewrecks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cogknockers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comactor.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comicsymanga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "communic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computersneversleep.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computerthings.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comvert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consorzio.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "constantin-blog.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copiisiparinti.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coronavaccinatiedatum.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corservsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "counterstrikeonline.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cover-fashion.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crackychan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativedesk.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativelysustainable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crewvision.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criptomonedasworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "croquis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csgobar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cureine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customcompleteautomotive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czechpoint.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damasgonzalezabogados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dampfershops.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielacorahansson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dapianw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darthbraden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "data.gov.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datahaus.construction", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datalo.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datapiped.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datastudio.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidepalma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debraj.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dechow.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deckfix.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "declared.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "declaredme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "definethenoise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degrootenslot.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "despondentrock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "detale.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deusadaseducao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deviation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devinlasarre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dgtl.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dgtl.bot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dgtl.hosting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dgtl.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dgtl.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dhuboeuf.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diableros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dialog.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dialogue.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dialoguecorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dialoguecorp.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diddlworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitador.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dind.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discodoener.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divais.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djhardy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobleseo.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctorapuestas.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doedelzakken-jsh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doktererectie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domenicods.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doorchaser.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dostat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drakoraw.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "druwe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dryasinakgul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dum.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dustri.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchie.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dylancl.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynamitejobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-matras.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eajfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eberspacher-rus.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebregrow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecoenergy-bio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecolaundry.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecoteplo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "editspace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edjprecision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egypten.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einsteinium.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekogg.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elementsbcn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eleventhhouraltar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eleventhhourwatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elinaflower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emdbonlinehelp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encinitastrainer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energikompetens.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energylocal.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engelkeller.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equityyes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "error.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "errored.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esasite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espacoalkhimia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eta.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethicoin.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euclidian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurocontrol.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evacuinera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evakuator-kharkov.kh.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evoluzione.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evoting-test.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expodom.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expodom.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expodom.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expodum.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expressmedcarenj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabianfrisch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanbike.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farmaciaanagallis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "federalprisonforums.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feedingmykid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femik.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenj.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fexopay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fffdm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findmyfamily.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finndel.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flemishopelclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forhims.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formosus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forsbenin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freecatz.pe.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freesteam.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freifunk-duesseldorf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fresnois.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullzest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funy.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuzzi.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galenguyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gassycat.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gdomusicaeventi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gearlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekcore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemmeco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germistonairconditioning.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giperfast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girlbaito.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitgaatdevco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitgaattreaty.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glacialexperience.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmavsg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfturkey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gorgeouspizza.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "govtnaukrinews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grapheneos.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grapheneos.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grimmonolith.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gro.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupomonti.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guia4rodas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutshaus-marketing.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gwmjordan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haitrieu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hannahbarrettyoga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanying55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanyingw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happiness.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hasansaribas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haveg.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heitsa.ac.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heytrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hkhk.edu.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hme360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hmsotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homesbyayres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoogdam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hops-and-ashes.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horsewithnoname.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotcursosrio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotshira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huntingtonnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huny.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hybrid-battery.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i-tools.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ians.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ichbinkeinfreier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ichigo.university", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifmilitaria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igln.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iino-iina.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikhtiarbersama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illinoiseagle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilmaestro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immo-les-allees.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immobilien-schrammek.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imrafaela.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiainvestments.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infolaga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inscom.events", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insurepays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interealtycanaryislands.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investisseur-nomade.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irenemarinabarbe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istanbulsmilecenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivpbot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izanagi52.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackienguyen.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jadelsbach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarlette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcleon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcrobin56.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdtrust.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeff-dom.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jemnezymy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeon.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimucho.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jolienoir.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordioller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joycemachine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jude.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliasugar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junix.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k90.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kai-justin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kairoslimoges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalompaturi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamerakun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanehisa.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karelgol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karoke.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaufhausdesaffen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kbhfuge.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kennisnetwerkparkeren.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keuzehelper.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevin-neirynck.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keytomyq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khey-tv.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kilte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinderzorg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klinkenbergschoenen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kondo-kougei.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kredito.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurt-und-herma-roemer-stiftung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labmakelaar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labmakelaar.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladymeli.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laffgaff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamanne-paris.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lambertz.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanausea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landbouwpowers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanmail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lauralaurant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leaknet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lealove.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lebureau.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lechateaurestaurant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leismann.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leismann.tel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leksi.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemasdupalus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemco.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemonpool.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenstamiri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libishe.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librairiez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librarytapes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libreexpresion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "likhner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lineadmins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "listkeeper.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "live-chat-esi.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizdelmart.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lnovus.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loadforge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojaskd.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lonza.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loopkey.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "looxent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louisahoppe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lousingchaphu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovellgov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovetime.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lr-expert.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunacraft.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxehomecompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lynrudinternational.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyricsroll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mad-rabbit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicdesktop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnuz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailnerds.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailosaur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mairangiautomotive.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangaesp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangamonde.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcelois.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "margotbworldnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marioncountyiowa.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marmurmedical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinmaiolo.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maryeileenkelly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massiveassault.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matematikbitmistir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrixrenewables.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxipro.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayashoefke.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mebel-dnr.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medialta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meilleuraspirateurrobot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mervewear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michelleausten.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microbiota-insect-vectors.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mipediatra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mit-hypnose-weiter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixingnight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miyase-eiji.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mizuhofutures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmonlineshop.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mob2con.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monkey47.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monkey47.events", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monkey47shuffle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moroccanexcursions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morph3d.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mouff.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movnest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multsearch.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mushroomcloud.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygame.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myroaccutaneexperience.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n1co68.freeboxos.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nacom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naehkurshamburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanatomedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nannatextiles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nannatextiles.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narindal.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathancuendet.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturana.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natuurinhuisheerenveen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemesiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neosecurityteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neptunolaj.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neroninvestment.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netlab.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netrunner.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nevskoezoloto.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicolasprovost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicovip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niklashagman.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimairdrop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimiqairdrop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimit.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nlorganizing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nmeoverbetuwe.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noithatphangia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noroutine.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nosleepforrobots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noticieropopular.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notif-build-laposte.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nova401k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nowinkijedynki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "numxl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obolo4ka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocbdshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oduachambers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offerground.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "office-addins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliver-wenz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliverlanguages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliverwenz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omarans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onestory.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-umwandeln.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onourwifi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onsenlaichelesdoigts.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opritverklikker.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orderseason.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ordilo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ornithopter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "os-russia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osmosebox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otakuzonefanzine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outdoorgearlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pablocelorio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pajamka.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paladin.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paletten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pandora-system.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pangea-it.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parcelup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pccartel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pemez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "periodicomirador.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peritos-informaticos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perusteet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pet-guide.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petersotare.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phihq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinebeecreative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixifi.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixyship.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetamestizo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playwithme.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plexidirect.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "popularculturegaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornstarchicks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portaldocredito.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posterlounge.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posterlounge.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posterlounge.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posterlounge.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posterlounge.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posterlounge.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prettycobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prikeshsavla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primemotive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primemotive.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primuspartners.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printedmailbags.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prinz.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privalgo.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro4all.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro4all.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "professionalrakeback.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectgazaabindo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promajna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosperafrica.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pticoaching.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puenschge.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puzzlepiehouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qclub.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qlcvea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qq201314.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qudsico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "questofaidance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quiwy.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quokka.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quotesnsayings.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qzwx.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio56.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiomc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioprimerodemayo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ragnamart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rall-e.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcbanger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "re-leased.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reachhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realives.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realrealstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reank-mnx.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rec.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recursosimbiopos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redloeki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reliablefloorcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relogioecia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rem-coatings.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rent-car.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rent-ok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resbi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restaurant-genusspunkt.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restomojo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reversemortgageguides.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reversemortgageguides.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewlab.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rinko-mama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riseofmiddle-earth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riskdesignint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmdhnreza.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roanboute.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robert-victor.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockvocalconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roedesonline.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpgmakers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runeblog.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rymedi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s-team.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salesforce-sites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salzburgsfinest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sameteem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandiegotaxpreparation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanetschka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santander-arena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santantonio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarbel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarkom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savantcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savasanadam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbo.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scansnus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schauspielbuehnen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schweizers-restaurant.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottdayman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchunify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seb.surf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secretsofuniverse.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secureutilitypayments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seedcom.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seika-housei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendonomics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "server.vote", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serverbit.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servicesbygemini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servicesneo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serviciosfncs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sf-builders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shareabc.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shelter-bar.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shinyteethand.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shit.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shk8.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigvik.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silverstyle.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simocar.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinarkabar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sincityfan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinterklaasnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitecloud.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skildlabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skmp.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skodapower.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skybrary.aero", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sl-alarm.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smleaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snackbartaapje.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snapfinance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snehasish-chakraborty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sodirace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softcompany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solarfaa.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "souldecorpaints.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundmk.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sourceaudio.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sourceaudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sourceaudiodetect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sozai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spaallegretto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacelead.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spiceboss.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spiritualvybz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportadictos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sroul.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srshopping-rest.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starboardmarketing.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starscream.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steveoswald.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stleismann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stlpassports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stonefoot.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamfood.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strijkkraal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stupidcupid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suburbanurologic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sudoku.org.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suicidepreventioncenter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suitmen.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunnyoxygen.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superiormanifestations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surl.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "susbit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swecha.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t-wirth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t0kie.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takao-hs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takeitback.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takemydodgecoins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tallercommercial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taverne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbksp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcharning.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tchouktchouk-baroum.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techgearlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techkilla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecno-block.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teeters.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tekinfo.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenjou-tenge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-wandering-midget.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebirdfree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecaveofsatyr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecommonmen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefabricator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegundogaffair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehamptonsvegan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehoneyfactory.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepressleygirls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therapiepraxis-westbezirk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therealcountrydancers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewcode.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisisamericansoccer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thistom.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ti-coast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticotech.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tizimin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tldrtips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tnurocancer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todofadingsuns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tommasonegri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toolzone.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tophomeappliancerepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touchspeak.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "towolabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tractariauto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transmoni.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traumobjekte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traumobjekte.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travel-trek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trclouds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triollo-rural.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckscout24.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truss.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuamipartanna.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tupsicoayuda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turc.church", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tussenuur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutomaestro.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twincapsula.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucamind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udi.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uknew.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultraviolence.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "underdestruction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unibet.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unoodostoques.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unpost.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uploadtokiosk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utahcountydjcompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vadis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vado.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veadoscomfome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vennershipley.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viagozo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vibaphoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vibaphoto.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vintom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virusquery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visualforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitaalcheck.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vk2.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkfish.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voidnet.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "votes-reu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wackogecko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallmanderstd.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walter-mooij-jazztrio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wangsongbo.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterlens.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wazzap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webasto-moscow.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webtoolhost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wecoach.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weilongli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wemadegod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkenbijbejo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "white-bull.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wholesaleimages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimedia-dns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williamusherwood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winwiz1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wirsing.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisardcoin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolkenputzer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wondereur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wondeur.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldfa.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpmanagedservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpsteam.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wseo.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x6.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ximware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xivrepo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xlribbon.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--o-xfa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ys-system.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zacatecasmeetings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaffit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdev.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zenworkpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerm.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zilverwater.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zumwildenaffen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zwongeer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "111111.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1satoshi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2021bleibtsernst.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "218strand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2k2solutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "365fast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3v3s.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3winfra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "530pop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6v.vc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9vnd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aacbv.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abantos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abastor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abch2o.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdyazone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abellao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aberrantvascular.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aborto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutfranciscomartinez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abrahamboray.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abysswebsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "academylawreview.ac.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acasadavella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accontabilidad.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acectamentit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aclfurniture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acotadecalle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acovadamoura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actieplaza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "activegateball.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "admxj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adnsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adoucishop.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adreaminsteel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrianagonzalez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventure-runner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventurearts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerotrophy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afghan-media.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afghan-sites.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afghanen4life.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afghangreetings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afghanraps.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afghansite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aforadearrastu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "african-artmosphere.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "africanheritage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afroditehotel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afteroblivion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afterschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agabucheros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "againstgynexams.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "againsttheneighbour.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ageless-world.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciacanina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agendamuslim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agentesevillanocooper.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agentsmith.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ageofreason.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aglar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agostonegro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agustian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aguz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmadjakfar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmadmaher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmadonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmadrafiq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmadramadan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmedcorp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahusturf.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aids-dissidents.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aikidoinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aikidosaltadojo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aikijutsu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ainsa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "air-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airborne-commando.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airgun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlineflyingclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airplanepictures.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aisayur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajax-fanatics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajax-magazine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajaxboys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajaxfansforever.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajaxfansite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajaxfansonly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajaxmasterdam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajaxnetwerk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajaxnow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajaxplaza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajaxsites.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajaxtraining.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajscred.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akabandokonlamierda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akemineko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akerberri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akikat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akimeder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akkerwinde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "al-bahrain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alankritstories.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alarme-bateau-yacht.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alarme911.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alaskafolkarts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alaskanmalamute.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albadon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albanien.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albanskpaskhare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albertofarina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albertolopezaroca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albertosobrino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "albleuchten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alburquerquerock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcatraz-webdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alchimist-paulo-coelho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alegriafm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexanderplatz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandrawett.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexridge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexschokker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexzeta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfredo-misael.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ali-shariati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alia-helianthi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alicehairstyling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alien-life.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alienemporium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alienresidence.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aliibrahimov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alikarslanov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alimwilliams.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alisonmatter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alizeemedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allanlopez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allesoverdieren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allesvoorniets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allisonsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allreptiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alluringdesigns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almablanca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alonephoenix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpinar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alquiler-de-coches.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alquiler-de-furgonetas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alsabil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alshamil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alta-densidad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alternatieva.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alternative-kultur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amateur-boxing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amateurtuning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amavo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambertears.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambientskies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amebavirtual.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ameisenbaer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amelanchiers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amenoskuarto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amicipadrealdo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amicosauro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amir-tataloo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amirarsalan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amirkaraj.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amitopia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amjesusdespojado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amnesia-zone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amniotic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amonganyone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amoralizm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amyred.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anaalmeisjes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anaalontmaagd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anabarata.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anarchie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anarchotv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anastasis.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ancusrd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andalosse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anderstoneel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andragon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreagiusti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreashellkvist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreaswirth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrehartensveld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrematosband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andriekus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andyvandermeyde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelcastellanos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angeldjmix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelhammer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelicapanganibansite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelinadevil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angeliquewoudenberg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angeloangioi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angeloroelen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angeredmoon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angrymoulinex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angstrommold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anightmareonelmstreet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalplace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annelies-monsere.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annetapio.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annihilation-squad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anticipating.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antiquefirearms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anubandarage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anvilsecure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apartamentoslostejos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apelarlette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aperature.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appartement-oostduinkerke.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appartementspanje.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appartementvlissingen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apps4u.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqua-minsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquaplaning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquarel-games.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquatropical.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabian-gulf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arbaoui.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arbitrations.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archery.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "areanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aribicara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aricabus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aricaluchalibre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arima.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arisaka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arjen-robben.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arlon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armadateam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armida.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armond.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnados.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arsenalperu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artdigital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arteya.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artlab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arz-florian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arzmercury.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashleycumstar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashtar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asian-goku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askatrans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asociacionatlas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asociacionlarueda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atabor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atletismomacotera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atomicanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atomickitteninternational.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "au-inter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aureliecharlesguillot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurelien-duchene.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurora.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ausset.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aussiegemdesigns.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austinonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autobusesonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autocrossteam-martens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autocrossteam-monein.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autocrossteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoscoops.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avto-skupka-dorogo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreshotelvista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresinnorange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayreslagunawoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresorange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresspamorenovalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayressuitescoronawest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayressuitesmissionviejo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresvista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayresyorbalinda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azerigenocide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azeriinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azfreaks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azul-elijah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azulweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b8a.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baaba.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babakshaabani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babbelchat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babycat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babypoppen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bacardicola.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "back-stage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "back-yard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backstreets-corner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badasslistings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badboy-club.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badcarma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baddrones.llc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badminton-forum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badmintonclubwaarschoot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badmood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bagol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bailodromo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bajalotodo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bajaprogramas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakkersmolen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakkerstraatfeesten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakkus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baku-club.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balatonlelleapartman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balbus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baldinger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bambrick.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banabarka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandadestino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandbattle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandbelievo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandoom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bangberlin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banglahotstory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bannerexchange.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bannerpagina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bar-valhalla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barbieforteza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barelias.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bargerveen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barobax.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barracudaswimmingclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barranquillero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bassanova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bassbase.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bassguy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bastanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bavoogi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bczeeland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beachvolleyball.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beadedcouture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bearev.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beatbreaker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beatle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beatriz-urbano-vega.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedford911.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beesbuzzstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beforethedawn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "begonias.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "begundal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejoandes.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejoindonesia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejoseeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejosemillas.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beko.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belaradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belayarus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belindaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belowaverage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benedikto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benekill.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bengalen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benimsetin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berdan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bertlight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besidemetal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestaction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besthumorsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestinbi.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestinterior.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestlyrics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bethatkinson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beugelbekkie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beverlydrive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beyondtherealm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beyondthisrealm.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biancadark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bianco-band.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibanks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biblico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibliotheka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bienenfreunde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bighappy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigtown.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binaries.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bingospelen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birkilise.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bistax.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitchyjana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bittrust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizleal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjoern-thoroe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blasflittchen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blkj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blokmap.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodytechautomotive.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonnydevil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borgshof.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borisof.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxmania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasilandia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brausestube.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braziliaskincare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brcemprestimos.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bredahooligans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brendancroker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brktkiliseleri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bruidstaarten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brunella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bryanley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsconnect.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bushingsandbars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "busty-milf.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafeserramineira.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campcar-location.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canyoncreekjeep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cappp.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartturbo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casacoleccionistagaldar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.sn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.tg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.web.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castelsardo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catbop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbncuritiba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccgaminggifts.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdawoerden.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cefolklore.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "censamatil.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centre-maiakovski.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centrius.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceremonialcastings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cg-n.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "change10000lives.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chariots.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chariz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatkisskiss.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheatraiders.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chiefworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinavegan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christiangaro.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianuniverse.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chuangyi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "churchofsmyrna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "churchofsmyrna.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinikestetik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citee.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudretails.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnexchange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "co.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coachingsantcugat.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codwarzonepoints.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cokisiregar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colectivo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comactor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compareer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compeon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compliance-risk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contucara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmeticenter.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosyden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpa-ea.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crimeappeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crioestaminal.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curlie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursillosdezaragoza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cusgpwoerden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customizedcelebrations.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybersafellc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyrians.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d500world.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danceworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darlenenbocek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daservajesus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daservajesus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "databp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daughtridgeenergy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadpixel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delvemagazine.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denrei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deroo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devilsophie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devoteschlampe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dgsemprestimos.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diansung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dicemer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "didi-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dienna.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "direcionalfinanceira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dishakiran.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dishonorablespeechinpolitics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dismed.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divinoafeto.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divinoaffetto.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djconde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djsamurai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmr446.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobrisan.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doglog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dollz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dongjian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dontechengineering.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drewtransportllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drone-laws.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsar.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duckmapr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easlerlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebrdbusinessguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edgeofnoservers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edmates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edrgroup.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "effigos.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egfinanceira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekosf.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elderdragons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliseshivamber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elisetriestocook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elitetoy.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elliot.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elpandemonio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "embryologist.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enefit.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ennova.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epickitchenguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equalone.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erwinsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escuelacaninalatejera.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esemprestimos.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eucofel.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euromalha.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europrise.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evildarkness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evv.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "face-art.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facelimousin.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factbros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farodistribuidora.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fartoclose.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fasad.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatal-beauty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fearedcreation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fetishtube.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filmfestivalflix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fineartbead.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finprofcenter.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finteo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finturio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashyreese.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flexsuplementos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floreg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floriebriand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowerpassword.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fml128.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fnastuce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forbole.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forcodwarzone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forecastera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forsakenplanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortnitehack.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fossagarrafoni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankychen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freebettingreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freetokill.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frontrouge.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fudaoyuan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fukn.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fullblast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funguana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fut21gen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabigold.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamersedge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "games-hunter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ganardineroporinternett.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatestoaesgaard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geemprestimos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geilesluder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemsbooster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genesiscrystals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "george.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gerainano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gerard-klooster.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getcontact.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getupdat.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfishbone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostgimbals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gill-swerts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globaldefensa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godswill.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gogogame.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldendogs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gothic-world.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotrustify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "granstrom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gratiz.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grfnhousing.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grossiste-vanille.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupe-goddi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruene-waiblingen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grzegorzchomutowski.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsmtool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guomai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hairdrezzersonfire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardstation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hattricksites.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hazytales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hectorlima.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helium24.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellodesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hieviimedia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highenergy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highstage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hinkel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitglish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hobo.video", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoc-bv.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holydumplings.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homewell-hk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honeyuniversity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoofexplorer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoofexplorer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hostker.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseplant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howtomediacenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huanwei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huapood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huisdierinfopunt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "husky-in-nood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i2education.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icmarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idevicesinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikorekofi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "il2eu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilearnerships.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilubuy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immortalelf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imrozrum.k12.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "individuals.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ingenes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelly.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invento.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investor.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inviertefacil.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iotanodes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iricky.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iris-elements-development.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iris-elements-development.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iris-elements-staging.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iris-elements-staging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iris-elements-testing.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iris-elements-testing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iris-elements.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iris-elements.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irishub.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irisws-development.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irisws-staging.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irisws-testing.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironmagma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itdi.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iy.uy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izabel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izzyforeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j0.vc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jachtypruszynski.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesnet.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javachinna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.care", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.charity", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.coach", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.community", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.contact", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.direct", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.domains", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.education", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.exchange", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.fail", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.gallery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.gives", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.graphics", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.guide", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.how", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.institute", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.marketing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.photography", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.pictures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.place", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.productions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.promo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.tips", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.university", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.watch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jci.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jennystella.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessicasmith3d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jianzhan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiguang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiudao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jnp.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jntville.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonasminder.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "js-relocation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jtemprestimos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juejin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kangbo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karjuya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karlswift.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karussell.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelteks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kemet.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kermispagina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kesiniaja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keygenguru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khabland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidsplace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kievholod.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kilpiapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kindredspirits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingpay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitchenvile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klaasvantornout.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klinkersnab.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knk218.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kollandsrud.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kordut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krbzh.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krudel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks.kr.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kuaiyun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kubopro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kubopro.cyou", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kukuma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lacavedesergio.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladylatoria.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladyvampira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladyvictoriavalente.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamsa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lane.computer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leavesdencyclehub.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leefgratis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lefreka.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legendofmi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letocar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lewebarium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leylalips.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lfemprestimos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifelinksystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limouzy-combi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindsay-lohan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linke-kommunalpolitik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlenicky.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livrariaideak.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lmemprestimos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locations.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loginvovchyk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojaacampar.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojaflordelaranjeira.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojagravataria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojasportmixonline.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolware.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longhairworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losdeshollinadores.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lqd.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madeinua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnetremodeling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahdi.style", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maisproduzida.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makebadge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malacat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maldivestraveller.mv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamilove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manegu.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manumagnum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manyebook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masun.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mathebibel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayeremprestimos.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medicus.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medinaelst.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meetingava.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meilleure-note.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mejorlimpiafondos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meken.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mengjianjiemeng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merco.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mervart.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metallization.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgrcred.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michelkok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micolab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miem.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miguelalonso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijn-maagband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milani.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millonairesstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindhand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missdoggystyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixescloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjfinanceira.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkbassist.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkg-pch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobilfunkerfahrung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobinet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moeblog.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneyniti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monstergovt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motobrasilferramentas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motorways.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mozart-vision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mstever.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtasec.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtgoptex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtlabs.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mueller5.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multi-pribor.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundoalba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murasaki.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musiccitymint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mviess.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myasb.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrants.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysticallyminded.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mzcred.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nachodelacruz.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naraku.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narutodelivery.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nautika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndscreening.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nemnodes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netdir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkplus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netzen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newbronze.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newgarden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicolas-bouvier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nios.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nocoffeetech.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noirland.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nolt.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nopagefound.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northafrican.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nosandjayo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notif-colissimo-laposte.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notif-laposte.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notif-lidentitenumerique-laposte.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notif-lpfr-laposte.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notif-moncompte-laposte.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novayazemlya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noyavid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrldc.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutriment.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oddity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odiamoselregeton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oh-my-lash.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oilsan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omniaintranet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omniaintranet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omniaintranet.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omniaintranet.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oncologynote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onporn.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opticsexplorer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optpra.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oraldigital.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organicossuliani.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orthocab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osateam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osawatomie.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osawatomieks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osteopathe-st-maur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ourlink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owlandbee.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owlandbee.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owlbee.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owlbee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owlbee.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owlbee.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owlbee.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owlbee.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ownparking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ozarkinspected.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paddleshifterz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagenews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paltopro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pandoramutiara.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panetolikos.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parisdeluxxxe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passegginieculle.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulonetho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paycentre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peketitosinfantil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phenixlab.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoenixbelgianvegg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pili-serv.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pingce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinnaclebank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planisware.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playfallguysmobile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playmat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumair-ve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plustech.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "positiveoutlook.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posterlounge.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersergcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preciofishbone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preciofishbone.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preciofishbone.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preciofishbone.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prek.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prettykeira.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatedomaincontrol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prokaza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protecti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publiweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puddingtheatre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puroyorganico.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puroyorganico.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pycckue.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qiaowai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qimingceming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qoder.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qumin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rachelroxxx.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioconciencia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiohub.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiomanifiesto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ragambekasi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rallyfotosaswin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravenandsage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdmc.center", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdmc.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realidad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recipito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regex101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reliablewire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remote-health.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renateonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resourcs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ressourcesindivior.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ressourcesleopharma.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reurbcaceres.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revolutionofbeauty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhost.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ribccs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritex-shop.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roadbikes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robotdecocinaya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockandroll.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rogin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rollthedice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romancy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootsinmadrid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotaville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rozemaandag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudefish.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruinsofchaos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "runecaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s.lu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saccottino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safeplay.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sago.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sally-secret.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sallyjo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salmonde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanctio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarkariresultupdate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saskafood.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savannahsidewalktours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saynotofloc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbgcred.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scfinanceira.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schupp.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seangs.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selfguidedholiday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senseful-online.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensoria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seo31.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexynoemi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgfinanceira.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharondavale.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheikah.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shelterrealestate.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shkafi-krasnodar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopintra.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shropshirebowls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sicvisuals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simbiopos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simlog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinergify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siyuan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skillshare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skinny-bitch99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyguru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smart-lab.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smash-strasbourg.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smithbell.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snatek.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowman25.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowpro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solidian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sophier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosbelezaperfumaria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosimple.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosko.in.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sottomarini.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sougou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specialsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speelfabriek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spicerack.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spicerack.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportlinks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squibby.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startpage4u.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statusdoors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stefan-karstens.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevekliskey.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stickmangames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stiphosting.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stjohnpa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stormlab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studentstc.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studio-54.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subserv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunjob.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superbugs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suppos-net.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sv-ec-ditzingen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swdescartaveis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symbolnodes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talentoday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taler-systems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talleresluse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tantejulia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tattoocorina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxly.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "team-russia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telhatelite.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tender-alert.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tennisschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenshindo.ne.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terapiaradial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testnet.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetsua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tf2pickup.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tf2pickup.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-winx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebeautyqueen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebertian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theclarke.house", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefoot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegadgetflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theinsightsfamily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thej.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepriceisright.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesistraffic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomaseikel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tianjinair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiestofan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokenstip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokomegaonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomkompserwis.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracyhaze.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trafiken.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trakteershop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tramplin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transit.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traukiniobilietas.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tree.gdn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trimsalonelst.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trollbox.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tropicalislands.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutoriali.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tweakoid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udaap.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukliveradio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulm-eurofox.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimatemafia.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimatemafia.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umv.gov.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "un-box.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unibaby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "updefense.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usehonk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utopiatech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utoya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uttkarsh.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vandi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vault12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vault12.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vb.uy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdtra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegan-kochen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veidiheimar.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verysuperkids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidnova.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viega.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viper-drones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viper-drones.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualcity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitavarese.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vonnelis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vookstock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vporno.video", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsem-reiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsscrew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vykup-avto-24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wallpaperstreet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walltech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watfordcyclehub.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weblinkcity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wecowork.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wedontca.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weplaycollectibles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westlandcultuur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wet-international.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whalecrew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whipay.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whisho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whiskydrivers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildcruisers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wir-jugendhilfe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wixmultimedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woonplein.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuellenweber.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wurstmineberg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wynlv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xevolkswagen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xingzuozixun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xisu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xixi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiyu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--n8jyc5f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yareiy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yaslihastabakici.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogibear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youngsophie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youssfitpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yozhik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yvettextreme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z11slot.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zazza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zevlee.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhongqiao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zollprozess.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zona-japonesa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuijia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuishuzi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuriatpromil.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zurich.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7sisters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8gaming.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboutajax.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abroadcafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adsq.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmadov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ainrm.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexandryimmobilier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allthingsroyal.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amatoryasamak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanimageawards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amesagesse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aocai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aori.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aotuo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apple77.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armourroofcolorado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artgorod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artstudioweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashlee-club.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astralionica.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astrln.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoteched.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avrilhouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axis2ofevil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b5c.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baams.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babetta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bamberger-maelzerei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bananatreenews.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basiccloud.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcperak.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beachcruisers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beauty-town.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo-organic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejogt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejoindia.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejoitalia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejosamen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestroofinginkansascity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betacalc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bindr.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biologiaygeologia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bipolarworld.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birrapenombra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bismantova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisnisesteen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisnisinternetgratis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjornsennbrink.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black-ghost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black-rosella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black-side.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackandblond.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackhail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackmetalencyclopedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackmetalist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackmetaller.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackmistery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blacksamantha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackspider.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackwire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blade-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogforprofit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogguitar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloghogger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogotomia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueeyesworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluelighter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluestrigger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluetape.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bm-dataprotect.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boleros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bollywoodfans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bomnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonanzateam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonapati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boneros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonsaj.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bordelique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bordercolli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bordercolliesworkingdogs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borduurcadeau.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borduurpatronen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bosanskinovi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bosshardparkelaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boston-molly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxoptions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boyscouts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braining.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainmade.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainspawn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainstew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandongevallen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandweer-almelo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandweercapcodes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandweeredam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandweergrijpskerk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandweerhalsteren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandweermodelbouw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandweerpuch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasilcheats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakdancer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakfastcafe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breathe-easy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breathoflife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brian-ormond.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brianjosephdavis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridgetownrecords.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brigady.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brix-central.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brokeinkorea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brokensword.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bruno-hoenel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "build38.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulindir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulldog-buss.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulldogs-sipoo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulletfrog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bunaken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burma-we-care.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burning-team.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burnit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessindia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "busnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butianyun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butsa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byrut.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byte-lab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabalistic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caballerosdeltablero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabinet-voyance-orca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabinetoumaima.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cachaceros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cacko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadafalso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadaunoescomoes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadenadereferidos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadiar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cady-jennifer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafe-cliche.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafebeirut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafechroma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafecobus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafedospescadores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafehaventje.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafekleuskens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafemadrid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafenoorderzon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caffelatte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafferata.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caftan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cageworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calabozo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calamidad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calantonieta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calimero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callwork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cally.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calmaririshmusicfestival.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cameria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camposolillo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canalpatriotas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candlelightchallenge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candypalace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canningpartners.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cantalupo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capicibera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitolrisk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caporalmktdigital.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capsulezone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carnagevisors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carp-world.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carp-zeeland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartorios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casacoscolo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casadetiteres.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casajeannine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casaruralsantamaria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cascadenos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cascadinglounge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castlemania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catatau.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catedraloscura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catering-fantasia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catfishworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catharinaparkieten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathedralofsatan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cathylean.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catplay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cekwebsitesaya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celestialmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cellulitetreatment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celticdream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centolos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaosncookies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charming-powers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charteredsurveyorinlondon.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheatomania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheguevaraclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheratocono.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chochos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chriszarb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chsrealtyadvisorssw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinelandia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circuit.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circusdays.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cityjam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ckrobotics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clancrazy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clandarkworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clankron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claus-cremer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claustrofobia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clawedfrogs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleanertoday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickrecados.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cliff-rilly-website.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloud-world.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudstored.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubkalinka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clublibertad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubmagellan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubnature.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubtraining.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codebot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codebreak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffeeholic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coldice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coldwater.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colectivomackandal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colectivovictorjara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collectibles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colortronic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commongrave.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commonvoice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "communicate2lead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "complete-privacy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "completecontrol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compucorner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compudoc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computertips.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comunismo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conbrio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "condemnity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conmatic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultinghouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contrafactos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookingiseasy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copabarena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copperlantern.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coppermine-kickers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copycats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copyrighter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coralreef.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cornelia-kaufmann.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cornercafe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corposeditora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "country-dancers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "countrysaloon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "countryshopradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cptvl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cracklab.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cranepedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crashday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazymadness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazypellas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crazypong.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativehubs.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativeworks.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creep.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crescent-moon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criminalskin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "croquetgolf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypticdeath.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystalcaves.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystaldesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystallake.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystalsky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cs-bot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cs-escom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cs-ice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cs-lite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cs-mania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cs-master.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cs-top.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cs-tops.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cs-unlimited.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cs-westside.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuarentagrados.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuatroporcuatro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubefreak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubeinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubicle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubrebocas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cucabot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cumbreamazonica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuorineri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cupie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curacao.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursodehipnosis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curtisleejones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customanarchy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuttingedges.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuvantul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cvalda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyber-party.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberboy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberclaw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberdragon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberfruit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberproducciones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberwandelendetakjes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyrusdaily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czarni-czarne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d-day.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daanbanaan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daanial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daddarios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daddylonglegs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daftarsitusjudislot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daglar-domany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daily-sudoku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dakota-fanning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dalevuelta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dalil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dallascowboys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dalmatians.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dalux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dambo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dana-hilliot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dancechart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danceordienet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dancerzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielderidderfansite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielvaduva.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dankojunasevic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danlockton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danmoldovan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannyhoekstra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannyvanwamelen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danramer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dariusheghbali.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkfeeling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkhuntersworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkphantom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkprince.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkscience.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darksonic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darksystems.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkwater.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darkwoods.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darlington.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dartbeginners.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dartstart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darwinpark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darylwilcher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "data-exchange.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datadoghq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datawar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datustribe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davebodnar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davebuis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davesplace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidebasile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidstark.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davisgrana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davulcuyuz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daware.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbhouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbtunder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadbybeats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deadlift.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debbiessieraden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deburen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debutaredead.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decompression.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decorno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedurpsidioten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deejayz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepgame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defeestridders.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defensie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "degasten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dekampioenen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deleesanghers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delicadosonico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delirio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dellirium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltafm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demander.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demannen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demilovatomexico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deminormaastricht.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "democratie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demonicademorte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "demonized.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denachtegaalferwert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dendi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dendibanget.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denizlisohbet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depokcity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derakkers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desensitized.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desenvolvimentolocalvfa.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designarea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "determinatie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devil-may-cry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devil-radio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devotional.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "df-team.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dfzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diamond-cutting.kiev.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dianaqueeny.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dianavanderplas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diane-marstboom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dicomed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dictators-encyclopedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dieetfabels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diegomeza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diegovisual.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dierenpagina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "difusionesnocomerciales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "difusionmetalera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digar.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitaal-atelier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital-cs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital-mu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital-rainbow-dolls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitaletelevisie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalistan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diktatur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimensionjapon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimensionweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directorios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "direj.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discoverasr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disfigured.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dislepsia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disoluto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dispatched.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distrigenosa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distritotres.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distritoxic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distrophy-grind.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divacresent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diversovariable.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divider.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divineangel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divinedecay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dizlexiqa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj-damm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj-guillaume.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dj-wout.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djabad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djafe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djakil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djarman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djboi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djbrixx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djcaz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djcirce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djcritikal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djfede.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djhooligan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djhouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djhozby.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djichtus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djjacs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djmathew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djmissynthia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djmus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djnefret.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djogani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djoszee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djpatrik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djrunaway.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djselo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djsina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djtiago.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djtourist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djvampire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djvirus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djyaman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dkdigital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmdiamonds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmhy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmxclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dna-technology.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnsseal.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobledemichaeljackson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobrodruzi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docmartinchiropractic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctorradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dofashion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doghandling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogofwar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolkfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dollestieren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dollylox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dollz-world.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolmentree.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolphins.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domagovic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domain-comparison.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominichoward.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominoz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domsamogona.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doodlegames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dopamine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dopewars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doswo-design.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doubledranch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doublewide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dowling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downgratis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "downtoagony.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doxa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dp-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-nosrat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragon-team.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonlord.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragontail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drankenweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drbadnick.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamawake.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreaminformatique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamqueen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamsindigital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamsystems.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drewfuller.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drink-team.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drinking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drmartindentistry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dropsdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubcowa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dubolom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duckside.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duepuntozero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duffdignity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duitse-herders.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dummo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dust.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dustman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutch-alliance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchbird.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchcichlidplanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchdungeon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutchrocksite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dyingflame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dymmo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dynamis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dysco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-generator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-kultura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-name.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-promotion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-sell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-technology.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "earthbound.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easycom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyfoto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyhomebiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyhtml.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyjumping.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easypost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyska.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easytamil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easytokill.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easywebhosting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easywords.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "echotone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eclipsegame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecolenotredame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecos-eguilles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecoute.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eddriesen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edegembicycleclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edelweiskapel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edithlouw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduardochang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eduardosuarez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edwinlinda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egypt-tours.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eigenaardig.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eikenskaden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eikones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einarkallevig.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einvestment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekonomika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekspert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elartedelaguerra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elbir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elcactus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elcanonjusto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elcarajo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elcontrol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elcosmos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elcosteno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elcuadernodefilosofia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalengineers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electriczone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electrolandia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektronix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elforo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elfrancotirador.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elgraffo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elinspector.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ellenpage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elmolist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elmundodeloso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elobservador.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elperdigon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elpincho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elquintoas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elreportero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elrubio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elsas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elsbouslanostraaficio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emanuelachiriaco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "embracezine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emeralda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emigrantes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emilvanderwal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emily-website.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emma-central.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmajayne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmawatsononline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emulatronic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encuentra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enemybase.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energianuclear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energiaurbana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enfants-terribles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engalego.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enggar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engrama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enigmamusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enosistrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enriquemaldonado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enteronline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enwillyado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equipomorado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erasmusbari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eridan.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erthisa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escalando.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escaparate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esclinux.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escoben.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escoteiros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eselina.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "espectro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essordesentreprises.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estopero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etanol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eternal-chaos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eternal-dementia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eternalguild.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eternalmountains.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etherealcollapse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurofire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurolink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurookna.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurookna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurosquad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euroswapper.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurotest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evafernandez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evangelietuin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everything-as-code.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evilscience.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evolucionradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evolution-gaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exotic-animals.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expelliarmus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expomac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exposurethrash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extrafuerdich.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extraloud.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extremeprojects.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extremetunedcars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabriziorocca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairchildband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakehouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakeroses.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fakhrudin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famousmodels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanfareokselaar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanorama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasydreams.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fantasyforever.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanzine-nimbus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farhandanish.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farmakon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionfreaks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fasternie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcbrasov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcdauwendaele-dames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcdekampioenen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcdemuis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcdenhaag-holi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcdordrecht.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcmoorsel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcsarajevo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fear-crowd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fearstyle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fearunknown.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "featherfan.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fedefutbol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fedel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feestfactory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felix-amez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felixweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feliz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenixcorporative.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fernatura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fernweh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferrariale.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferro-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feyenoordrotterdam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feyenoordsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feyenoordvakz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiberoptikz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiestasalquezar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filigrana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filosofare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findete.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findyourdreams.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finnjumping.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finwarriors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firaun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fire-eyes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fireballsteven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firecity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firestart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firingsquad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstload.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firsttimeround.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixedgear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flameofthoughts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flammy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flanagan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flanigan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flashscores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flatcast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flatcoated.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flatplanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleetofhope.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleshtone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flexman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flora-nova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florademurcia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floragarden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florasite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "florix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowtex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyboarder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyerdatabase.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyingcolours.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyinghigh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "focusgroup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "folktellers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fonix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fontainebleau.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forest-remote-control.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foresthaven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formation-iade.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formotherrussia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forocachacero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forocio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forocristiano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foromasters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forsakenstoners.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumblanes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forzasette.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotofast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotopro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotosubmarina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fototutorial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotozone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "found.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourbrothers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fourmidabel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fracasados.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fragara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fragclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fragnation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fragzona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frammenti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francabellarsi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franceskivillas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franciscoeduardocruz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francs-tireurs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franekerweer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frangipane.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frank-lastia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frank-wendy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankenweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankferrari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franmerino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freak-team.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freakguitars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freemazes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frescamezcla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fridaynightskate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friedrichshafen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendsnomore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friendspoint.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frikilinks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frikiteca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frommars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frommyhands.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fromthecave.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fromwithin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fruitybeauty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuegocruzado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuelgalicia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuglar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuinhas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fujikatu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funandfriends.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundacionindigo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundingoptions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funidos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funkimforst.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funkshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funnybee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtonez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fusionarmenia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fussfetisch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futebolatualizado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futebolbrasileirosnes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futharkhorde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "future-dance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futuresound.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabodesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabraham.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabrielflores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gackowski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gais.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaitasenlavereda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galepaal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galilei.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamerkings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gastarbajter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatemotorssouthafrica.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gazor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gazza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geileverhalen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geomatic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geopoetico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georgehotz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germanophobia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gerris.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gerstbauer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gertjan-tamerus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gfac.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ggcp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostlight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostplanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigatron.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigloog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gimnazija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giorgia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girishkumar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gitarist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glitteringmariah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globaldestruction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalspeed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gloryofloveband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gloryrise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glue.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnida.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "go-healthy.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenkeys.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gomorrabeach.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goncalofontoura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gortaniza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gran-hermano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grand-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "granpoder-islacristina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravytrain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greatvacation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greek-islands-hotels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "green-paradise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greendaylivecrew.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenholiday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenmind.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenmoon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenthought.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greentop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenwhitearmy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gremlinsmountain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grey-cat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "griffophotography.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grillidellostretto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grimorium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groundball.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growbyrabbit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grumpie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guadagnosicuro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guardian-heliotrope.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guateradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guerra-civil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guerracivilencaceres.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guidesiracusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guinaliu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gwenolakaigre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gxdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haagsebubbel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habboinside.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habermatik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackeronte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackgunny.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hadin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haitang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halloway.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamerslag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanky2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hansbruis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hansklok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyfun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happynight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harasov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardgame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardjump.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardnoiser.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardstyleclothes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harley24.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harlim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harpoonlarsen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrymcgee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrypottervenezuela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hatake.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hatori.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hattori-hanzo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hauntedcastle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hauntedtruth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haust.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haystack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hcmcred.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heartcard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearthustlebrands.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heartofgod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heavenlybeauty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heavysounds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hedenskrig.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heibel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heikal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heiligebirmanen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heinzdekat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hekwerken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helikopterman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellfreak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellseeker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellsinkivampires.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellvis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heluna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henderz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henryford.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "henryhugo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heratnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herbalkanker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herenstraatvoorburg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heringer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heromlabs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heuremiroir.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hexaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiddenbyleaves.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiddenempire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hidra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiffen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highchair.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highdensityheadache.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highlanddancing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiig.edu.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hindikibindi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hindweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiphopall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiphopbolivia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hipnotista.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiptwist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hispanidad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "historiarte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitmen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoboken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hobonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hodes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hojalatero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holainternet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holdperson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holgapanama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollanderclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holmqvist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holstein.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holychaos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holydevils.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "home-server.ddnsfree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeopathieridderspoor.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hopeforlorn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horablanquiazul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horamesianica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hormet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horrorfreaks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hose.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hossien.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotcoder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hr-nielsen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huanta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubux.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hulkweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humanamente.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humanbeing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humanrights.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humpydumpy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hundeschule.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hundestudios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hurriyetseriilan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hybrid-crescent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hybridscript.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hybridsounds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydrogel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypermonkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypocrites.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyrulekingdom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iadore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibuytramadol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icelook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ichitaka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iconoarte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iconz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idioteque.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idndomain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idolfap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idoljp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifriend.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iglesiaquecamina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igor-hristenko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igorvlasov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iguanacruda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikall.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikall.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilhombek.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "illusia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immortallove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imobiliare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imobilien.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impact-visual.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imperator-janssens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "implosion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inconsciente.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indecente.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indianengineer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiecat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indochinatravel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indovision.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indranesia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indraq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indumentaria-arabe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "industryoutlaws.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infamousguild.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinitoporciento.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infobanglanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infopedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "informator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inglessantacruz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmotionmktg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insights.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insomnia-isterica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instrumentalevening.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instytut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insultband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelligista.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetsubsidie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interprete.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intropika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inventos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inversionesthiago.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investasiku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iraqtop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ireneskralen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irishdancing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irongym.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ironstar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isaacperez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "israelmesianico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istanbulblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italianracingteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itoxic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itpaukku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itweak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwp.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izmailovo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackbauer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackob.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jackripper.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacobenjogchum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacobo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacopo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacquelinesdream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaluziperde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jason-isaacs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jazzman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeaninformatico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeannedekkers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeannekunst.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jedicouncil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jelena-karleusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jenniferehle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jennyjones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerichoproject.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jespersen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jochem.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnjohnsons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnspion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jollyfun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonadamich.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonasdiego.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonaslovatouniverse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jongerenkring.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonnyflash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jooli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jordan-armstrong.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jornalero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josannedesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josefinagrau.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josejorques.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joseluisberrocal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josenastrid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joserafaelsosa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josipovicstevo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrzapis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrzid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jualkambing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juancarlosflores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juancarlosgalvez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juanmanuel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juanmasuarez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juanpena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juergaperu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juergen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julianozucare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliusklein.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumbopeters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumperweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junge-linke.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jungelinke.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junkguy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "junkracing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jurgens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kablo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kabulboy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadence.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadinhaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadinvesaglik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kajalkumar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kajzonnebeke.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalerne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalimari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalligraf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalohan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamikazeweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kanariesite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kangavar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaosintesta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapunet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karajonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karatecabes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karateclub-waregem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kathless.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kattelus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kattens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kayakaventura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kazarmy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kc-hrubeho.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kellercore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kellyosbourne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kennedy.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keppler.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ketzer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keyboard-monkeys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keyboard-monkeys.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khanyisacentre.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kialo-edu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kialo-pro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiddies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiloton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingdomcrawlers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kini24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kitta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kittypryde.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klaverjassen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kloza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klushnikova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koidulag.edu.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolorado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korst.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosmopoisk-orel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosmoprolet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosmosradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krabbelsisters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krapiva.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kriegserinnerungen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kringloopwinkels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kulikov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kumanovo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kumpula.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laberkosmos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labyrinthus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladybird.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladyblack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laffer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lagotto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lahermandad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lahoguera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lahoratunante.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lajusta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakatos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakupaavi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lalucha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamorera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "langenberg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "langley.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanispa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laoctavadireccion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laorquestadelamemoria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laostiaradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laotravoz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapaginadejuanjo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laparcela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laperreraflamenca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapinmalin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laplazita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laptopplex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larafabian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larsberglund.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larsvontrier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "las-chichis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasik-safely.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laslilas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laspalmerasdelnorte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laspirale.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasse-boberg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastoriadellecose.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laurencesmits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawebdeljose.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawsuit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazonita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leefjongeren.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leger-voertuigen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legionwood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leism.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lette.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leviathanstory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "li1436-89.members.linode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libertadgreen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifeispain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightbearer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limbra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limenaria-beach.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lincolnstreetband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindows.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lineamortal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linedance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linking.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linmania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linux4all.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxmalta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "literaria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littlemaple.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liuhecai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livelong.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loganscene.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojaestacaosaopedro.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lone-wolf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lonelyworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longiminus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "look-like.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lordcaos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lordkrishna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loschuchos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losdelapobla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losdelsotano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losdingos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losdrogatones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losfiesteros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losfugitivos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losfuocos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losjardines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loslunesalrock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losopkos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losratonescoloraos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losrosales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lostfield.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losthighway.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lostwoods.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loudmouth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lourdesigns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lourissa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunaonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maciej.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macvidcards.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madknight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madsklitgaard.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maduexclusive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mafiagames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicflora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magnific.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahorka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailchaud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "majasballites.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malfunction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malorita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manueldossantos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manuelefior.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manueljirado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcoaurelio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcolattanzio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcopiottante.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariahcareyvenezuela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariamenounos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marianneveenstra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marinedesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maritiemshertogenbosch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "market-garden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marocnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maroebeni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martial-arts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martin-caslavsky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinalonsovega.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martincornelissen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martineric.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maryamghorbani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marypierce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mashinist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maslow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massmurder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mata-i-nautisme.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matafonov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mataharitimoer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mavrick.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxbike.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxdata.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maximanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mayanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "media-land.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meetfriends.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megabike.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megalol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meggie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megnetix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melodija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mendomaps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "messaha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalargentum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalbus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalevolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalgoth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalhouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metallheads.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalnight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalpesado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metaltracks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalwarrior.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metro2dev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miccaldo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelolson.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microlog-online.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikaelkulig.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millionaireclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milwaukeeinternational.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimoza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindspliteffect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mipueblito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missinglinks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitsukisushi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mltconsult.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moddingworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modelearth.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohamedfouad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohamedhamdy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohammadhamed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mollyblooms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneyclick.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneydaily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monopoly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonfreak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonlight-show.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moppelito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morozstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mortaltorment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motocrosssite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motogrupblanes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motorslopers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mototeam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mototuristas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motovrienden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muddy-landrover.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muizenpagina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muizenpuntje.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mujerescolombianas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multiagent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multihobby.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundocompleto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundocristiano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundojoven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundoseth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musthave.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myaquaterra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybaran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydestiny.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygeek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mypoodleassassin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myqualifiedplumber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nachoblanco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nahrag.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakaci.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakacide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narcissism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nashfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nashidetki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nastjenka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "necronaut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "necropolis-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neighborhood-threat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neilgaimanphilippines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neko-city.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neoclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neodruid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nepartypas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nestra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netcost-security.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netmaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netwire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "never-mind.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newbabylon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newstj.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "next.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ng.edu.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicolaschelly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nielsdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nietveel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightandthecityofbrokenpromises.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightlive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightparty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightstory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightvisionradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightwishperu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikavenus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nikkotaytay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nilsnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninasky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nitromaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noisyspa.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nosetup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notiziarioweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nowaovivo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nudo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuevapublicidad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nullbit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "numerobis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nusantaraku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvrk.edu.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obcom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obmennik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofelia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ofkodasplace.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oksanakazakova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oktava.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oktober.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oktos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olaradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldbones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldfarming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldroadswhippets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldsql.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldtimer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldtimerclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldtimers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldtimesecurity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olsen-town.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olustvere.edu.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olympia-londerzeel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omarov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omnitrattore.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "one-pixel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinesudoku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineverdienen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operaunica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ophidian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oracolo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oraklinika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oranweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oraz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orderphentermine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orensport.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orientir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oriolcarbonell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osborne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oscarmartinez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oscie.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oseido.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osipenko.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osirisrising.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otherwise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otmorozki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otorino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otrosidigo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outofservice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overlevers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overnetworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overrun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxygames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oyama-karate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pablomachado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacifistka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacogorzados.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paide.edu.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paidsurveys.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paincore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palach.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paladini.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palakkad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palermofilmfestival.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paliucuiciucci.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paloma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panic-away.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panictours.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panoramica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panoramique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paranormales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paranoxido.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paraverse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkinsons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partido-libertario.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partisan-berlin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partner-finden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partyevents.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "partypeeps.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrick-braun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paveldesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paws4purpose.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcpirates.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcplaza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcproblem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pctronicks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pearljamargentina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedrooliveira.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peluche.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pensionstal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentatonik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peperoni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perpetuum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perritos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pesar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petrole.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phantom-games.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phantomware.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoenixboard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoenixpower.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phonetrack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photopalace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photophobia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photoreal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photosight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phunami.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "picapollochino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piccolino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pigslv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pigsolvents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinball.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinguinita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinkband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetamarrom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetbrain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetgrehen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetmobile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetmugen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plastokna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pobuda.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pointbarre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pollock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pontificia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poochpark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poppers.gay", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poppers4u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portalchega.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porumaoutrareforma.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "positiveschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posterlounge.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potemkin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pother.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poweramazon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powertoolsus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preciofishbone.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pridurok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacy-web.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacypros.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privacystatement.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "private-krankenversicherung.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "priveadressen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-furgoleros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-israel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-server.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-web-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profitmiracle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profkom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programaticon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "project-tenerife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectcolonisation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectmidnight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prometey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proofpoint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosvet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proximo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psicoblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psishop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psn.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychonaut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psykosyntes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puebladeeca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puntocroce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puppykennel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pure-power.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pustak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pyromaniac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qbasic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qtzhi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queenhub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queenrocks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queenworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queerfest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quemquaeritis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "querelle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quieroaprender.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qussaikhuli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r.nf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r3dh4ck.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r79.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "racedrop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radarband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiadores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radicalhapa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-amezi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-bladel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-fly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio-luikie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radio4friends.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioactiv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioaeropuerto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioalternativa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioanaconda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioazioni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiochilac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiocristianauniversal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiocusco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioenergia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioesferico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioexito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiofred.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiogabriela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiogalena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiogetsemani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiojeneverstoker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiokontakt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiolanguages.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiolaparranda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiolatinafm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiolibertad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiomakarena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiomaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiometal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radionoticias.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioparquesur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiopicaflor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiosanducito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioscope.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiotehnika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiotexas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiotunes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiotuning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiouniversofm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioventura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiovertical.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiovirgendelcarmen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiovolmax.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioxanadu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiozilverster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rafaelsobis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainbow-christian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randomforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapidcenter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rapidguide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ravefm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcsacessoria.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "re-align.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "real-linux.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "real-site.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reallybadidea.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rechky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "red-wine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redcandycane.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redcreek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reddice.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redlink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redphoenix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redrealm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reggaexplosion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "registrierung.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regression.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reinventersontravail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remyroguevolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renderzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reportasee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restaurant-spartacus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retaque.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retropedal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retroworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revistaespecies.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revolutionengine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riaudetil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richardson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riggsmarkham.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "risman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritmos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robbestad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robinhordon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robinvanpersie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roboraptor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockrider.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocksalt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romantico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romashka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rostov-aikido.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rovin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roxanneguinoo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roxville.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royal-knights.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royaldarts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubenfelix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubengutierrez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubensvrouwen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruli.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumahresep.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rusifikator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "russiantranslation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabrina-auer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saglik-haberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saint-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintseiya-temple.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samanthasmith.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanderdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanjuanchamelco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarahmodel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sataturf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satellights.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satellitetv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satindolls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savedana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saveolga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savetech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savushkin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sayany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbequineevac.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbhscotland.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scaryghost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scenefense.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schizoid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schrauber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schutte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scorchers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scorpiongames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scorpions-realm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scotiabankgillerprize.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scottashley.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scounter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scout-korting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scouteridano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoutingvilsteren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrapmartine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scribbler.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seaoftime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searchbyai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seberika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secdfir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secondlife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selfdefinition.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selistina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seni-beladiri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sennik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensually.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sentinels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senzei.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seomonk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoturkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seratblog.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "setun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevillacani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shadowstrikers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shakebeforeuse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shakraphix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shamed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shamimahmed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaneparker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shanerichards.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shaniainternational.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shantelle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharegate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheepsound.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shelma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shenshi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheratsuki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shieldnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopessenciais.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "showcats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shumov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sickbrothers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sickmadworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidorovich.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silentgreen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silentsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silver-johnes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silverkattens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silviadominguez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silviaecintia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simetri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simfree-review.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpatie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplymidget.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sint-barbara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sint-sebastianus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sint-servattumus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sirakov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitesdel.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitetalk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sixstrings.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sk8israel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skaterepublic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skotstvo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skullcrusher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sky-music.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyborne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skygame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slezenko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartgirls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snoringtreatment.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowplow.forsale", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "social-engineering.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialgroups.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sociedad-electronica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sociedadadventista.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sodom-metal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sodrujestvo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sokolmelnik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sokolslavkov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soldout.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sommerstuermisch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonicwanderer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonimusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sornyaki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sotovik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulreapers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulshow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sound-orpheus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sound-wave.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundbase.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundmix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundresource.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soundrise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southerncross.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "space-art.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "space-station.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacedance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacefighters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanishdogs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spartan300.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "specialnoise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spinderella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportli.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportvissenfun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spy-net.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spy-zone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spytrash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stabelino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stablina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stalevski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stalgeraardsbergen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stalin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "standingbear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staring.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starlinkz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starsportstours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "start2dance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startlinks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staterun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stazi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stealthbinders.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stemderbomen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stephandriessen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steppinout.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sterilium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sterretranen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stickers-garage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storecard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storiadirectory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stormfest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strategia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stratego-belgie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streekproducten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "street-race.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "street-racing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streetart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streetballromania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streetdreamz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streetking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streetliferadio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streetsalad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streetspirit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stressed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studentenplaza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studio91.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "styleclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylesound.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sudoku-insight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sultans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summerdance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sun-studio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncanary.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunflare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunrise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunsetmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "super-net.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superbomber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superfavorite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supersolenoid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swedbank.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t-tip.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taberna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taktika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talkinators.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talkingtodrake.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talkingtoteapots.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talkischeap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tangai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tangas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tangier.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanknotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tapahtumakauppa.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarjaturunen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarjetasgraficas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarjetaspersonales.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxikraken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "team-apollo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "team-atomic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "team-cut.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "team-eklund-motorsport.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "team-work.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamarasensas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teambalinge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teambanzai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teambee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamdriven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamengland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamint.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamjiradia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamkilled.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamshirts.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamshirts.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamshirts.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamshirts.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamshirts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamshirts.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamshirts.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamshirts.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamshirts.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamshirts.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamshirts.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamshirts.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamshirts.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamsomeday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamtomorrow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techguides.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technodance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techprom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techtastic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techtouch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teen-club.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telebugs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teledatos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telefonkort.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telefunk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telemaco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telling-voices.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tellme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temnikova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tennismania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terminalyouth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terrabela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terrakotta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terraquercus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terrasearcher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tetovo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texasteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texnolog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "textadventure.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tfw-a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thailandhotel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaiwrestling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-egotronic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-mermaid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-mudmen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-opposites.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theamandatappingclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theamandatappingcontest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theapriltears.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebackstage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theblue.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theboard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebrainwash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theburst.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecalifornias.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecandystore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecavedistro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thechemistryisdead.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thechosenones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecoredublin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecureplainsong.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedawningofdarkness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedeadzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedeathmachine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedev.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedevastatedrealm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedrivers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theegyptblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theexodus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefairytale.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefallen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefieldservicecompany.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefinalconflict.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theflyingdutch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefrenchconnection.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefrugalvegan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegamecollector.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegreatdecay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehumanizer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thejukebox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theleaves.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelightbulbproject.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themacios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themallrats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themaniaks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themeparkfans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themeparksimulations.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themerciful.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themexicos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themiracle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themirc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themomstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theocracy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theopera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theotherside.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepenguinconspiracy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepoetryclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thepurplechickens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thereal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therevolutionist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thescriptzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesultans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesupersunday.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theweakandthestrong.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewhitehorses.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewickedclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewomen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theworkshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theycallmesnail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thibaultbaheux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkbigdobig.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkdigital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomass.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threeper.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threepoint.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiberian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticalcgames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tictac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tikitak-o-rama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tikun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timebomb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timelost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timewasters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinamajorino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinyguitars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tjurun.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todobus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "todobuscadores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tododescarga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokyo-hotel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokyotalk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomfelton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomvannoppen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonygallo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tooncastle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topliste.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torgovaya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toropova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "total-chaos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "total-privacy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totallyjessica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totallyrace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalnormal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tourweekend.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trackshun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tractor-pulling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trailrider.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trance-nation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "translatorglobal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transtur.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trapsdirect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trashcanheroes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelandtourism.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travellinks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treasuretrooperguide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trekkertrek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trekkertrekharpel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trekscaper.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trexweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tribecalawsuitloans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tribinary.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truckersworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trucosparaelbruto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trudyblackcrow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "true-colors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truehealth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trux.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsunamikill.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tulikukko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunisia-tech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunisiana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunombre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkmens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkmirc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkutitans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutudaju.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tvtj.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twilightkingdom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twincapfirst.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "typewriter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyrulez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhomie.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unangelturbio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uncentodecousas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "underdog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undiariodiferente.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unfabulous.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ungolianth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unikos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unimusica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unionciclistabinefar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unique-punk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "united-trackmaniacs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedstudents.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitysyndicate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universellesleben.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universitepourlavie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unlimitedzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urban-lounge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanology.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanpiraten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbansoundwave.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbantrail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usaprimecredit.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utilidad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vageenadispenser.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vagonetta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vamosargentina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vampirzine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanished.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veganismo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veganitos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegasrock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veguillas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velichkin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vendingmachines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verae.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viaprofit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victimizer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidaparalela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vingtsuncoach.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinny.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viplive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virginiaisgoingsolar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virgintears.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtual-insanity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vittoriosbakery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitucho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmath.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voevodin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volleyballcityofpreston.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voltfloyd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vortix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vpsmore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vscredconsultoria.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsevolod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsolovev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vwsaigon.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wagesweldandfab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walkaround.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wardeath.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterhouse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterlanders.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearwolf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-creations.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-net.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-station.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-style.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcafe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcarlosmartin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webfigueras.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webforthemasses.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webgadgets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weblegion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmonsters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webpresence.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webquests.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webspider.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webstop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webtodito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webwatcher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weed-side-story.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wemissyou.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wengyep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "white-hell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "white-rabbit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "white-wolf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whitesword.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wi-portfolio.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikiboard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williamparedes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willowpf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willturner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windturbine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winslowhomer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winslowslair.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winzero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wirelessleeuwarden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wisdomgarden-mr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "witchbeauty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wkj-airport.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wkola.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womenscalltoaction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wooproducciones.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "world-of-arms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "world-selena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldbelow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldlanguage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldmarathons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldpage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldwar2collector.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worlich.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpfunction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyndhamgrandalgarveresidences.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xjtv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xvideoson.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y.com.cm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yakimoshi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yakisakana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yamabara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yaoibank.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yarracitta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yemekfirmalari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yemekfirmasi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yemeksirketleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yilanju.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yodaremote.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourstart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ytterland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukom-com.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yukomgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaboi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zachranari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zackattack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zahari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zalgos.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zamorsky.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zangerfreddy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zangerwillem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarabianiewsieci.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarja.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zauberwald.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdravkovic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zebravinken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zebspeech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zectazepia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zednet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerotoleranceclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziontech.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoneblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoznamka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zprogramming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ztmovies.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zydecozityradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0r3.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1a-media.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1dot1dot1dot1.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3h-co.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3mbuilders.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4motionsgmbh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4season-flowers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-frique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aarsen.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcprodutosvirtuais.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acculongrange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamcarbonell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adel.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adigolifestyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adriennekiss.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adviesgv.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahg-offices.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahiha-design.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahityayinlari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahityayinlari.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconditioning-centurion.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aixm.aero", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "al-hekka.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alborgwatch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldebaranbm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alessandropuccistudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexsavin.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alibi-ua.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aliceophotographie.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alizah.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpencams.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpine.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altimax.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alumnifire-staging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alumnifire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amberesdetective.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amxm.aero", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andor.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andyblu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angelnumber.faith", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalcaretrust.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animari.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ankarasondajkuyusutemizleme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annestadie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antecipa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apcw.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apit-kovrov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appllio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apssolucoesfinanceiras.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arabic-for-nerds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aromaonlinestore-korat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artomalu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arz-online.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asessiglo21.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashadin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asteroskonh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asuamaytinh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlana.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atmmasterplan.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurorak12.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austinhartzheim.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "austinlaw.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aviaskan.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azs-nw.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b11p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backupauthentication.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bangkok-thailand.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankmno.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankrbk.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barcelonatours.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basicsuamarca.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdepolytechgrenoble.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beapieceofart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bedrijfsfeesten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bejo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benleggiero.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betlancer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betwinner.co.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beyers.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bifrostwallet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigdayproductions.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billogram.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackcountrymusicband.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blankgeneration.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boardoftheworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boatseller.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolele.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boleleboyz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botdiril.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boyscoutcampcars.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bpvgoncalves.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandbags.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravelocation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridg-it.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brokerlink.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brotwurz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budpolimer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "businessvalue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caiobatistamkt.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camasirkazani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canariasport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canuslucitrus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caranya.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caricatures-uk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carpetcleaningprofessionals.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cashola.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.sb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.sl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.vu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catlicking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caxaa.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccaag.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccwallet.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceiphr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfdt-fleurymichon.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charles-migaud.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chirality.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrisogedengbe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christian-garo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chun.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinco-ind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinicostudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cjaconsultoria.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claarycherry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cliveptr.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codpwned.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffeestory.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cogetop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collectifpinceoreilles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "communitylivingalgoma.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comovenderpelowhatsapp.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comparai.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copybysophie.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "couchscreen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covidtracker.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpatoday.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craytos.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryozenic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csgoba.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culturaanarquista.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curinline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cymricweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailysomething.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailywarteg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dankevich.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datos-quimsaitw.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daveredfern.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidsdika.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dawnbyte.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deinjoghurt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dejongebeth.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deliuksta.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delprete.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "departure-transfer-reservation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devnull.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digipartindex.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitoucan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirtysindy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "discoveryvirtualsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djboris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnslytics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolezalpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doriangardes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dqfilesonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonsgate.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drenergysaveror.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drummer.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ds.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsg.ac.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsg.gd.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dualexistence.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duhanic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duhanic.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duhurensohn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dvkg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-buspacific.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eco-doors.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edacasa.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educampus.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edunet.training", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "effmio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "einfachkiss.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eisenstark.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekcomp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekosaltis.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektrilevi.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliteprostheticdentistry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elliyoung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmanuellecerat.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endpipe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enewspf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engenhariadomarketing.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enriqueamaro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esurveynordic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evileye-xl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewighost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extua.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezybook.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezybook.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabricalaser.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faimdevoyages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairlesslaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faithfulfaye.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "familie-oberlander.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fedposting.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff-tostedt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findahero.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finehomesource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitbase.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyly.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "folife.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foma.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "format.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formations-maritimes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortniteup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumrowerowe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frandash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fredz.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomworldoutreach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fruturaproduce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsmi.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabriellearruda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameparadise24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garbuszus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garo.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatemotorsbenoni.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gazoneo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gddzqg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gelaterista.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genesisray.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "george.black", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "germaniumsoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getidee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giaydepvnn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gillsco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gillscompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ginabae.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girlandhermoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glamluxestudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glennfitzpatrick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glgattorneys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globemilk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globemilk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfbettingsystem.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpwa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graine-de-cafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greffe-de-cheveux-turquie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregoryhammond.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gretaraccontastorie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupama.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guddaff.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackingacademy.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hal52.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hartpsychologen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "has.gy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hasgeek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hasjob.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "headymafia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthchecks.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthtipsfactory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hello-papaye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellocat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herbarium.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highgravityconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hirix.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holgr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hosthum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huboo.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hypercritical.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyunjoonkim.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idctechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igamingnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikbenrichie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immanuelos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impressao3d.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inantrantung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indiangamingreport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelligroup360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irbisweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irion-edm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iron.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "israelitas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-tainment.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "italianforkids.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itasis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ixiatiao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izzuddinxcii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izzycat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacobtaylor.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesseklaver.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jls.idv.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobkontor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johnsons.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joincahoot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonasbrothers-la-jonaticas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonasvildmark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jongenstromp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonkpl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jooblis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jooblis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "josiemccoy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsemprestimos.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jtkconstructiongroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juanmapauso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "judithsargentini.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juliajuice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaaraali.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kam-teh.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kapsouroparea.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kde-je-skladem.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keelandlong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keeppost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kefucha.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimberlycaprice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimherala.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kittygalore.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kjg-hattingen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kolorkids.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kooranaps.wa.edu.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopenenvergelijken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koreankiosk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kroowmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krustyland.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyleggiero.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lab-oborud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laiweiyi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamecaniquepourlesfilles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landfrauen-hermetschwil.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larenaissance.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasertalk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastingpower.com.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latefeeking.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latefeeking.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legendfinancial.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leismann.sbs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemonadefashion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lepetitblond.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letscounthigher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levimarvin.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifamily.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lilov.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limenotlemon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "litterfreeriversandstreams.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littleson.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "local-maintenance.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locas.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "location-vacances-campello.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojasoulstyle.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lolacandy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loreedeslandes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luatan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lucascaton.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukepeltier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxelyhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makeovershop.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maksympro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maksymsdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "managed-it.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mansfield.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariadelcastillo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markmetcalfe.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markterweele.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maruconsultoria.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massage-la-clusaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "massiveanalyser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matroussedetoilette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattab.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattga.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthiasott.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbrjun.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcgarrybair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mddietclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdl.co.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdswlegal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mernau.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfanalyzer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgocs.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miaadler.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micropigmentacaobh.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijnblog.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millalex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindequityinternational.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miui.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjollnir.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjuktvatten.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mn-hootsuite.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modenodf.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moguls.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morosystems.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moscardino.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moshavergroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motd.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrclutch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtzfederico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muma.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundohispanico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "munnasleepwear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "music-bar.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musictalk.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvrcheck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mvrdrivingrecords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myanmar-responsiblebusiness.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydesignrules.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myglobalopti.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylittlewizard.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mynissan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n8.gay", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nada-photo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nangstuff.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narevapromotions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naringslivsala.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nastationztv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationalgridrenewables.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netgen.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newgardenfarms.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nexlight.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngocchaua.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngplus.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nhance.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimnadasl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nio.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nlib.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nobz.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordico.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norwichzen.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novasdecadamanha.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nrg.edu.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nummer378.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "objavka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "occupynightlife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ockara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oevkg.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "office-mizutani.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offlineauthentication.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okinawan-lyrics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omniarch.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "one-cozmic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onestarclassics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onionshare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineradio.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "only2chat.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onpreise.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimadental.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opusclassical.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "os.ax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osdeployments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otomny.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ovhcdn.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paribus.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paslc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "passion-billard.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paygvpn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paykassa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedo.house", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pegrum.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "physiotheler.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pialove.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pirate-proxy.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pod.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politisplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pollypaps.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posterlounge.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerpc.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premieraviation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projetootaku.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promobit.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertyvalue.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "provedorlivre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "providmedical.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxy-bay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puffy.tube", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puffyan.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puppylove.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puzzyfun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qcert.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qiber.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qmp-media.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qubicgames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quest7.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "questionyu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickquote.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quirkycruise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiocommande-forestiere.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiopanikos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radopsec.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radopsec.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ragstores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rahvusraamatukogu.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randburgplumber-247.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rantevou.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reachollos.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "red1it.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reikicrystal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relationshipsandprivatestuff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revosoft.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rialto.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "right.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmsu.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robbins-construction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robotask.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalembassys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubberband.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubenslikkarchive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubidium.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruckify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruffm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rusificatio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rvf6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s4hosting.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saam.aero", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salonsuites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sangina.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saracenmarkets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarayeketabesoti.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarrworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satipatthanamula.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbmsmartaccounting.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schokobebe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoep.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scooby.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoopgh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdaniel55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secolve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seeit.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seizethedaybrasil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seresco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexystine.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgaravato.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgtaivs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shade.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shinkamigoto.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shkilna-kraina.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuizilan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigma.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplyfixit.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpson.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sint-maarten.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siteviseagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sixam.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skillavid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skinos.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sksongs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skullowner.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skybrary.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slotcatalog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smallcubed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smooth-e.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snapmuse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softowe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soin-rebozo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solongandthanksforallthe.fish", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "songstothesiren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sourcegraph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanishblackboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparta.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "splinterzeeland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "split.rent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spocool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sprossen-keimlinge.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stackery.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startupweb.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stasyan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stjosephtownship.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strappazzon.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuartwilsonhair.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subology.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summitpediatriaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sundoctors.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunglassstyle.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunrisesolutionsutah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superops.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surveyapp.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surveyspy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swim.aero", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swizio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabacarika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taigalaloca.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taltech.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "targoncavasarlas.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatercraft.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbunews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbunews.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techsalot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecverso.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tedhardy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testsnelcovid.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tgt.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thandanhapkhau.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theartwolf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedailyreporteronline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekittivibe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thematchless.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theotherconcept.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therapie-psycho-emotionnelle.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theswansonlawgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewatchdog.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thimic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thimic.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thw-jugend-muenchen-west.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ticnom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timomontalto.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tirinfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tobiasheinze.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toftered.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomoarigato.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toponlinecasino.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toskavista.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tr3fit.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainingstore.fish", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transmitrecordings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trata.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traumaberatung-lindner.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trewdistributors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tribe-d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triomoda.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trionyx.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triplefork.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trixietainted.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepestcontrol.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truework.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustusnyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tscampus.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tubuenpedido.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuketicidergisi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tusatonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutiendard.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "two-many.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tylerpayne.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "typesolution.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tzhsoj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uatuning.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uavis.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udilicitana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultrabkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "umasoda-tohoku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universitypark.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unsupervised.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uopeople.review", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upmediaclick.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upped.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uwe-arzt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valedigitalservice.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valisevoyage.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanityestetik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanndigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanrichie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasconcellos.casa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasficelik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdstc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vikrantkakad.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villagevetcattery.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visualetiquetas.art.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voctto.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voditel.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voiretmanger.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vulnerable.af", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wartegseberangsana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webka.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websdeweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weijero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weitundbreit.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werranfehtan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willship.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wkd.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woc.ao", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woo.bi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordindonesia.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordpress-inc.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woutfeys.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woutiscoding.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writingontablets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wuermlitaucher.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xanthitoday.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xedap24h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinxin.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----7sbkofbbj4akz.xn--80asehdb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--9wy84dkz4a.love", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yamagata-fujinka.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yebshotel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yecdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeltzland.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yespornfree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ymy.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yousefi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeigren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zentoid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zero-link.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerolink.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerolink.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zjyoulian.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znaceni-max.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znajdzprzodka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zvukipro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "20four7va.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "305westendassistedliving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4kitchenknives.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4pals.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "55jam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abbystrange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abenteuerschule4u.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ablmultiservice.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abstracta.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acmebookkeepingsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acurapartswarehouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adg.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adhdyoga.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrenalin.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adstandee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aec.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aec.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahlan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiaccinu.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aidco.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airmap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiscale.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aisrvs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aitsl.edu.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajahnbrahm70th.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alissanoir.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allaboutgoats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allfoodsmagazine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpencams.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amon.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anatropi-chat.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andystar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aniblackfox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anjanbiswas.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ankurray.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aokisushihouse.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apratimblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arenzana.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artesoft.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asheroto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asianpencils.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assyntcofs.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asturhackers.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlanticbeachacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlantichearingcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiologistdirectory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ausncp.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aussiecamping.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoparts-miles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avepoint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avinserver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azhibo18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azjosh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azonic.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babel.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balicari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "banknn.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdsmbibliothek.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beanboygames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-pool-cleaner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bewaw.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bidviewmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bingowinkel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitvoin.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bloodmine.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluconductor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluesbuyers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bmwpartsdeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolderly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "booksoncamping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bradyosborne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridgethailand28chidlom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightshinystuff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brilliantvintage.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broca.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brock.guide", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brockenhurstguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bruisedsky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bupadental.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burzcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buyingtampahomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byalexia.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calderasgranada.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "campolivillagebakery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cannaseedsonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casino-online-espana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinodays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catechese-ressources.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catransportation.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cccpublishing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdc-security.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgconsulting.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chainex.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chaoticgamers.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chateau-dela-salle.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatinsieme.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chefstricks.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chialab.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chialab.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chialab.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chialab.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chialab.srl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chlcontainer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "classlastsforever.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claudiaswea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleanscapescleaningservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clearwayadvice.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickmeeting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clothingforcamping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codecolliders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cognac-oenologie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commercialfinancepartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computer-kleinmachnow.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computer-service-24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computeradvice247.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consort.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consumer.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consumerdatastandards.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "controle-technique-ales.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "controlink.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covisian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "criterionsystems.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crmeducacional.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csale.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "custombps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwbc-bearing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberzone.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dadroidrd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dankrokos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davehewison.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidsmedberg.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dd3ah.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debashishsahu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dfwfasthomebuyers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diamondblueair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digiboxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalbang.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalsignageweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disenian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogandbones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domostroydon.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domostroynn.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domostroyrf.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drdibbus.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drissner.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsecure.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dviih.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-estonians.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easysextoys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebrea.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eco-price.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "economaster.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationboard.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eedev.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egu-ev.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egu-gmbh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egu.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eisenhut.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektrosety.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elemistlarp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliamakingmemories.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elizafranklin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emindweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entheoshearing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entityelevation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entrainchat.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epost.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ergo-wijs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ericfra.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eroticmassagevegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erscharter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etudes.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evanstonnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eve.tax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everydayback.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exploreeurope.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extra.kiev.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fadedave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fanty-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farbyin10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faroutsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.com.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashionunited.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fawe-gmbh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fellatrix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "final-x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firb.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flash4play.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fletchall.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flynowpaylater.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fordpartsprime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forkknifeswoon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxydaisy.love", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frc.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabrielrm.dynu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gangbangteen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gardnerlawyers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatekala.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gdedoma.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geektechtips.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentrack.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giantbrandsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giltedge.travel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glm.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmpartsgiant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gmpartsprime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goddesslena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gradelink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grahamcampbell.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guirossler.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gv-kirchberg.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hackersclothing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halalbooking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "havenstar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haydenfranklin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heartlandrace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hederawinkel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellotwist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helloverify.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herrin-samantha.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hishirikka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hitrueauthentic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homesbynature.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hondapartsnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hondensnacks.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hultrid.hopto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hutavaterstetten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyundaipartsdeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamyourpillow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibq.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ichigao-hoikuen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idunmed.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ignitze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihr-hausarzt-kleinmachnow.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihre-ernaehrung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "im.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imgsend.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imperiodosvinhos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinitipartsdeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinitzhost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inpulsetech.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intrador.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intranetcity.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iosxr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ishii.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itparty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivj.org.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jailbait.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jam88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janker.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jasonricketts.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jbnetwork.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jenbal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jenv.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jerrywithers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetmarket.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jhmemprestimos.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkessen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonslife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jouwzorgjob.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpvfinanceira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kancelyaria.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katyqueen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kexingqing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiapartsnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kintanalodge.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreanoid-clientportal-aus-dev.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreanoredact-portal-aus-dev.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kristyvonkashyyyk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksa.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurtisfranklin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladyangelina.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lawmint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ldgardenservices.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ledwit.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leismail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leo-translate.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lescarnetsderoutedesophie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexuspartsnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "likemyporn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liliwarrior.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lineament.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linejuby.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livli.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livli.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localdating.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localdigitaldesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lpemprestimos.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsdev.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumy.bzh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunaticminx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lushka.al", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lynnfieldhigh97.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maafushiscuba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mabnn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mabnn.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macmor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahmoodmehrabi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahmoodmehrabi.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mail-verifier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangatafestas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcelburger.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markuspooch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marmelo.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "materdei.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mawinguhost.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mckenzielandscaping.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcmillan.ski", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcmillanskiclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mdmck10.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meettheslavs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melinacurves.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mengyibai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "methodprinting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metmetfamily.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mhilanz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midiet.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mihir.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijnmedirisk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikemcnamaralasvegasrealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milabae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimikov.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindyourwater.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mixgreen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkkcrafts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobidevtalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moparpartsgiant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "motorring.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpenten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mudaustralia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muhiminulhasan.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muslimpocket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musopen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mutiararentas.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybestshirts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myip.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myjbn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nedviga.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neovote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerdalert.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netcreator.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsmogal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicanordic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nickyfoxx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nissanpartsdeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nm.sl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noctys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nono.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notabug.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notrecinema.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvme.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nwtparks.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oakrealty.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obd2scanner.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ontariohearing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "origamiii.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otv.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxotscovid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ozecraft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pabio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palantir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papodegalo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paragon-consult.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parhelionaerospace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pathsremembered.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paymeservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payskins.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pestremovalnearyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photoshoper.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piajuly.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pillow.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelwijk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizzacosi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmail.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pochemuchka-books.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porn24-7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornfreehub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porno2tube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "posh.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "positivethinkingmind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "povomo.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premierokchomebuyers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premierseeds.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primyris.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propacquisitions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosportovani.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psge.ps", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purevicky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pymemadrid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantuin.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rackbikes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radialplus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radioranking.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radopsec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rainuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raketaholst.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raketaprint.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranjanbiswas.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ranjanbiswas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realproestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regardezleprogramme.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reifeladies.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relation.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relaypay.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rerumu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodini.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rohitgupta.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roofbrosrestoration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rzero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sadhanaclub.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salone-mio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sayfr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sb.ax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbermobile.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screamingrooster.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdgswol.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sellittobobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selltobluefirefly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seotipster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevre.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfarc.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfirconsulting.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shop4im.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "short-biography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shytok.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siamlocalize.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smokefreestage.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sobreperros.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sohola.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonnyrack4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonomarealtygroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sophiesinclair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spahnandrose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spec-ranking.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spiceywraps.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "springlaketea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sterling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sternemahl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stjohnscoffeehouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stleismann.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studioshiftup.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studyarabic.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylerecap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subarupartsdeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subbl.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summerstylessalon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surplusdirectory.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tablepaddie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tablepaddies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tache.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takuma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxboard.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tcheb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techrek.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telkom.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testsab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thatguyontheinternet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theglencoetorah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesubstitute.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevibrantsmile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thirdcoastcycles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thisyear.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thomaspic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tikkertickets.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tilipalvelutuominen.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tips4gamers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiredeets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titularesdeportivos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titulosuniversitariosalaventa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tkiely.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "togruta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokokujogja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toowoombawebdesign.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toyotapartsdeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toyotapartsprime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traveladventure.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelersuniverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelways.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trk1234.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttbonline.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttdrive.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkology.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuslamparasonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uemura118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uggshop.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.uno", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upmediaclick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urbanartisan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usplate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanlong.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velostudio.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veovo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verify.gov.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vet24hour.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vgoroden.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vgoweb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viamax.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vietnam-fishing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualshell.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkflac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vliegherrie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vofem.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vulns.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wabbleweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waisster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterpumps.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weare.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webachtal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welovestrawberries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whollycownow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willowmanorgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "win-apuestas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wonderland-server.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldwidepaleo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wotaku.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wurstbrot.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----rtbbavlecj.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--l8j6d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mp-fenster-tren-bwb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yaltaarenda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yar.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ymc.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yogachillbeats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yonalink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ysun.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yucatanhoney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zanthed.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zarcik.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerodhacapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zofoke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zxtremetech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0n3b1t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "100up.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "123soldcash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1337sound.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1990.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3changtrai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3gdev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu81.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu85.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu89.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "415.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "567.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7992.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800999.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "888700.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "888900.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "999700.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a.tt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aaablindfactory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abbuc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abgame.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abminv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accurx.nhs.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acrylicstyle.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actualprogressivevotersguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adacoins.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aec-security.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aficiontigres.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "africanconstellations.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aftamurae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aga.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agencecentaure.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciainhouse.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agora.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agri.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmetazgin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aibuz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlinelondon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlinetic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlineticketscheapflights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlinetovegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airporttaxibudapest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airporttransferbudapest.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ajvco.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akimitsu.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexblock.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alinecordeiro.adv.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alkiraresidences.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allyoucanstyle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amedeo.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrewvannyplumbing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anehost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anglais-angouleme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ankaraotomobilcikmaparca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ankaraotomobilyedekparca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anketlekazan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anntatt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antivirus.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antti.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anypromo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appac.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "approvedcashmax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apricotactuaries.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apropont.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariacellini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armando.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arnaudligny.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artushak.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asap-advice.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astcorporation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atbtaxi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auralia.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ausfinex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autofornal.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autologix.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automekbromma.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autoroutes.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "available.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awakinn.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aydahwa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "b5i.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babycezi.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babytoschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bahraincredit.com.bh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bakerymazowsze.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "balls.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bargenarenji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barlow-media.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basel-onlinemarketing.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bataminnovationhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "battlefield2042.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bddam.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bddam.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaflamingo.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bebechegou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bebechegou.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beberik.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beetsforyou.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benjilopez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bertbrockham.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besonders-s.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betterlifekidsclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bf2042.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bgmsquad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bighouse-events.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigskyhomebuyers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigsmallhosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "birraisocialclub.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bit-academy.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blakescrepes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluechipspace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blueridge.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookmakers-expert.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borisenko-alexander.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boughtbymany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandbook.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravurasolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brendanreev.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budapestairporttaxi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budapestairporttransfer.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budapestairporttransfer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budapesttaxi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budapesttaxi.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildingpassport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bullesdeculture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bvlp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caillou.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calendriergratuit.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cambriacoveapartments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camgirl-info.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canntinas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carniceriaserrador.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cartoesemilhas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casabitare.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cassembly.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccover.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cellini.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centr-postavok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centralkladno.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chandradeepdey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charpy.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapdomainnameindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkda.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chialab.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chireiden.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrisdasie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrisliebaer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chui.bi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cientotreintagrados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cindinero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "circular.fashion", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ck-pms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleverlance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleverlance.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickdocs.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clio-dev2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloud7.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnclp.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cock.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codev.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coffeekaroasters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinpaprika.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colegios.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colossean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comicstrove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compareweddinginsurance.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comtelnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comunitelia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concreteworksohio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concreteworksplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conform.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "congdongvietnhat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coronalab.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cpflsolucoes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftersmarket.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftyun.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "create-it.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "credithelpinfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cricketwatch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "critical-scientists.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crocc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystalpack.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cube64128.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubicempire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cxm.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d1zh9ivw96w8wn.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dailykosbeta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damibaby.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damienchicotphotographe.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dasareview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dasaskincare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dastchin.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dastchin.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datawow.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daviddegner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dayuse.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dba-support.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbgames.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbgroupe.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddog-gov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealzme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delikpos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentalaragonesa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derailer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dereklandis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desmart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dfwrvroofmasters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diadoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "didntdoitbailbonds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digi-trax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digib.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dimspith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disavowfile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distract09.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dkos2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dkos3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dkos4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dkos5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dkos6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dkos7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmccommerceconsultants.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dns.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doble.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolbyatmosmusiclist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donselaarbouw.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorianssecrets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dosimapress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "down.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-aldebert-orthopaedie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-feldman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dramacooltv.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drchowchow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivehub.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drogaleste.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drthiagorighetto.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dsgvo-fit.co.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dveretti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dwgfree.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easyescortwebsites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edinburghopenworkshop.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egliseclichy92.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkitservices.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkweb.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elfix.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elki-musik.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elok.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elyum.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emilypennock.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encuestaspagadas.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encuestaspagadas.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entomologia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entranz.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entrpnr-connect.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eoitek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epicerie-raccourci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epubmarkets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "equinesalacia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erkonut.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erste.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etopia.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evervitjuice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exam4.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excellcleaners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exeest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f6s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farmaciasantabrigida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastburg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fehrm.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "felin.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenris.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fickfreundinnen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "figuro.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finflee.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitnessboard.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flamingoresidency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flawed.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flormidabel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowio.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foggi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fordpartsgiant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formup.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxeworks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fpt.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fptbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freecoursepage.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freitasm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "froh-s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundacaoeveris.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fwup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galerie-marguerite.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gambinotrasporti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamedealsnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garagewisdom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gardinia.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gassycat.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gastouderbureausnoesje.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gayreppc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gdufe.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getestudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghereben.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giovannicellini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gipernn.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glassrepairsperth.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glenatlasmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gnr-21.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goddessacumen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gongik.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gonorthwest.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotwo.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gps4net.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gps4net.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphicnab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenandgolden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenclouddefense.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenleafkratom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groendakmaker.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "group-project.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupe-immo9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "groupsh.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grtc.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupoeurodesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guikemarijwielhandel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gulfadvocates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gwtg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hapvider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthactive.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hearingthecall.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heartfolder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hechno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heidarilawgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heilstein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helastel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpatmyhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hereits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heycrab.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hive.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hjorslev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hodi.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoffmanns-ballonshop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollandersleepdecor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homegardengift.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homesport.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoody.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houghtonhouse.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howdo.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunhun.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iboe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ict-oldehove.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iframefinancement.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikhwanfillah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imakin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infgc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "innerlifeskills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ins-jpn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insecret.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insinex.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intrdate.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipdfreedom.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isaaya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iso.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itbusiness.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itebgarcia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iteks.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsmyedu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacquelinebellefontaine.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jedayoshi.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jem.style", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimmykey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jnovonj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joesniderman.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonaschorum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joncellini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jot.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jotoho.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpg.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsx.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "juicyforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justsem.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jvmlending.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "k2velosi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaerntenjobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaffeluckan.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamilporembinski.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karet-stroy24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kastmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keep.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keithrainz.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keiyuki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenguru.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kfgsa.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiefner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiefnersoftware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kovacia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kozgi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kraksky.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksm-soccer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunnen.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kylelovell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyncostyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladderfinance.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamparassevilla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lancerm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lata.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latestonmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lauracookeconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leeapk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lefevre-ec.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lhffinanceira.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libertefinanciere.africa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libranet.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librerecipes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightquantum.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindamadu.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindanblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ling2030.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkagencia.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxhostingdelhi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxhostingindia.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liquid.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveatliveoakapts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livecricketscore.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livrariaatlantico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lixx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "llantas.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localonesou.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lodongxu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loi-pinel-bordeaux.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "louisianahiker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ls-market.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lumineled.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madboyz.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maedacolo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mail.td", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makertown.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malaysurveys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamilitante.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamont.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandala-porn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangadex.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mangeeaudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manpro.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manypets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maraboutserieuxhonnete.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcossamerson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "margeriam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marytetzstore.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masantefinanciere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mashcl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masrud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matapacoin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matescort.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mauicharm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maximillianoertel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medipost.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mefinanceira.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meineweidegans.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melissacellini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merchentpro.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metebalci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metrobus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgr-dev.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michel.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midpss.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millionseha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimidots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minacellini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minkatilmancoaching.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmmm.mn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobileit.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mod.gov.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modelist.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moeto-zdrave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mogujr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molokaibreeze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monde-ampoule.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moodle.servebbs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morten-harket.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "movemais.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrbusinessbrain.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrgusercontent.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtap.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muac-innolab.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "multispaninc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mummatters.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musikwerk-stuttgart.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musition.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysmmstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysmmstore.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "najdidelo.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "najdisa.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nanameue.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nandedam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "negocieipanema.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nekomimix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "netpraetor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newasianbistro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightlife.gent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nilsvital.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nim.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimes-gard.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nitoville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "notryden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noy.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsb.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntscalibracao.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o7.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "objectcache.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odbierzspozywke.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ohanacannabis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oleksandr-petrusenko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliverniebuhr.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olivetchurch.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omersalaj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omgqueensland.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "one-dot.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onsweb.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onvi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oo.ps", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimumcircle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oracle-support.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orunodoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxfordenglish.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oyantec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p.sb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacenterforhearingandbalance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panthertee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paslc.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrickod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paysoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pc94666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pedro-fonseca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pelagicus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "penpalezine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peoplenotpoliticians.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "permanencesecretariat.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pesquisasremuneradas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peterseninc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petersweb.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phoenixconnection.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phxbailbonds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pianoschmitz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelshealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelstrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planeticke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plaul.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play3niu11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play3niu33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "play3niu55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plymouthbus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "png.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podeacontecer.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poseidonwaterproofing.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poseidonwaterproofing.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poseidonwaterproofing.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potteranderson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powch-dev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powch-dev2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prcsurvey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precisioncourt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primetimepokerparties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productsonsale.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "programme-neuf-toulouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "przemyslprzyszlosci.gov.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "q3cdn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qdm.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qonnected.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quakeroaksfarm.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qualifio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quelchemin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickway.cn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quin.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quinpro.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quorrax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r.sb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "racknride.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rana.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "re.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realacademy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realespanamiami.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestateagent-directory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realmoney.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recreatehomesolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regalleadership.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remotewx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "republikapost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reservabiosferavalledelcabriel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "responsible-disclosure.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "retrohaven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhwebdesigns.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rigidlandscapes.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "risingsoftware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritepriceroofing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmfscrubs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roams.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robinzone.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodrigoamozu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodriguezsanchezabogados.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romeroeletro.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootlyhq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royaltyk9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royvansichem.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rpguilds.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubberchicken.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rudianto.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safebus.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safesigner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safetrax.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanbs.org.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanitation-planning-tool.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sansairyu-kuyoukai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saskialund.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saya.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sber-solutions.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbpk.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scapin.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schiessl.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schwimmschulen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdphoto.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secwatch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seg27.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selectedbym.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semtelco.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seoapi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seosergio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serenityeditor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sethforprivacy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexxyangie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexy-mom.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexyjanahot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexyrachel846.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sh1mar.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shedrickflowers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shigu.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shih.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shrug.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidlicenceapp.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigb.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siliton.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sip.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleetandsole.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleetandsole.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartclothing.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smithandnephewpensions.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smnz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smpred.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sneakkerworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snh.nrw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solutek.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sorteiosdotom.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soso.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sotonlgbt.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sourcesdegarrigue.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spammable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spanstindrundt.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spazioasperger.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedhost.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speleo.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spindrel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "splinterface.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sporenvanslavernijutrecht.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spparkly.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spparkly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spparkly.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spparkly.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squirtqueen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srebro.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssf.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starfieldguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starlitestation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stauffer-media.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steiermarkjobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stekelenburg.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevendearstyne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storyliebe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studio-np.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studio-vertcitron.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiosgaravato.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subilarch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suchhunde.wien", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "summitescorts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunbike-driver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supedium.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surveyberbayar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surveyviet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "survicate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "synology-distribution.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systematik.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szetoesq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taat.edu.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talshine.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarrantandharman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teablr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnologiahdv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teddit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teesonic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terapeuticaenalza.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terra.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terranimo.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testable.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tf2pickup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaisurveys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecache.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefatlosspuzzle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehempcretecompany.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thekitchenprofessor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theroams.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thevacuumpouch.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewindowcleaningexpert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thichson.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "think-ai.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tholab.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thotcomputed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threatint.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timecamp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timecamp.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipsforgamers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tnt2k.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokidoki.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokocuan.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toolsofcomputing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-melody.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-model.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "top-shashlik.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toyouiv.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradebot.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tranhlavender.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triggertraders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triperapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "triskelion.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trom.tf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tropicalf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truyenmoi.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutocursos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ulax.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unibet.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unit-soft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedea-ph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unlimiteddata.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unsharpen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uomo.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upupor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urlcitr.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usintimate.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uxlab-agency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vacunas.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valeryvenom.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanitybiss.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanral.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanylou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vault182.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vegalanguageacademy.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetlab.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "victoriavalente.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vilavilma.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viliv.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivace.parts", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkstaticcontent.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkusercontent.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmotosoco.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voneus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsure.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vyomoverseas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warfighters.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warringtonsownbuses.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wayscript.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wayscript.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weasyl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webhostingahmedabad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webhostingdelhi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weplay.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westpennwire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whistleblower.report", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wholesalecabinets.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wholesomebuyers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildvicky.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "williamlong.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winchuan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wogame.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wowpilates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrozbyzkartklasycznych.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xavierxu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiangshan.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xinyezx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--4gq45ay49m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--rs5a.xn--fiqs8s", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xp.ht", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yesleaks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoim.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youbil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youiv.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youronly.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoursfunny.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ytprivate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuh.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuh.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zajsoft.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zav-hub.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zebradom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zedex.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zendrop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhaozhiru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "00010110.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "196flavors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2leplace.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dvisual.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3rd.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "400yaahc.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4iplatform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "52yanhao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "59yanhao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6.vu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "800sf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aayub.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acodonline.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adamgian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adjutor.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aesre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciacolors.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airbusters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airporttransferbudapest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alday.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alllectra.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allyfile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amsochile.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "analebear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "android-indonesia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androtics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angela.baby", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animadoc.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animegroup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anti-eniologia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apex-writers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archdetal.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arofabric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arthritisgrouppa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asapmail.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asdf.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashgroveclinic.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asur.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aulialaundry.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azkunazentroa.eus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barramansa.rj.gov.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcaf.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beachlife4life.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beecambio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beesha.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bentwingwebsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-games.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestdicas.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettercn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettersound.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bettingbasket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhpin.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bioaufvorrat.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizarrefuture.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bnct.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolsasbellagio.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "botoks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxofficeessentials.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bracelet-chakras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brentfieldschools.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brockenhurstonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brownwoodnews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budapestairporttocity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budapesttaxi.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budapesttaxi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budapesttaxi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bumblebee.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "butorkarpitos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c-sagaseru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cakko.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlite.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlons.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carouselbuses.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinobuyersguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinocity.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cat.casa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catapa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cazoo-dev.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cazoo-dev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cazoo-test.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cazoo-test.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cazoo.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cazoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceodiscovery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certivac.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ch-poitiers.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "childrenoftheshadow.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chineseplease.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chrawrizard.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chriscelkins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianotero.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "civilconcretellc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cizgikod.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cobaltia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinlend.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "combos-2020.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compasstransport.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connectivehomeloans.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cornerart.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corrigan.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corsica.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmichpc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmichpc.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptox-trading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ctf-archive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubic-lynx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curio.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customcraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cx.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damesheatingandcooling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damgoodmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidfarland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decaturish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delay-dengi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deletebin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deletebin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dfile.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dibacode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalizer.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirdet.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnvod.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dobob.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dofus.market", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donnerwetter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dopigo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dorama.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doublearm.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dr-vlasak.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreads-expert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivebolt.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drsports.bet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dryashplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duckeight.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eazystore.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecenter.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edinburghcyclehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edinburghcyclehire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "educationportal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efestus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eintracht-rodde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalfencinggermiston.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "embelgium.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engageapp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enhancemedia.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eryxmail.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esarisk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethicsfirst.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expicare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facility-wijs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faedefencesociety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faedefensesociety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fangd.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fast-host.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fates.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fidlock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitspring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fix-css.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridastatefair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridastatefairag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridastatefairauthority.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fm-panel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fmclarity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foggi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotokorner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxandfish.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxcav.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "franquiadia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fred-latrace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freemancapital.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frog.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ftg-ru.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funnybubu.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabrieldernier.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamechallenge.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gebeyet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geele.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geometriya-dash.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georglauterbach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "georglauterbach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ggg.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globallandscapesforum.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gojo.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldenoaksgolfclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodfoodrussia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregdf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "h.fo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halfords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "halfords.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrisonassessments.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrisonassessments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrisonassessments.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "health360.bh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiddencafebcn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hieucd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hillventures.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hivemind.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hivemindsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hlopokshop.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "holgergruenhagen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "housingcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "how2dev.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hozdhaza.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrgt.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "humeydi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hungphatlaptop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydrometrixtechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hydrosila.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i4ware.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamrouge.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iccupplatoon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icekiller.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ifconfig.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immobiliarecolazzo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infidels.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inlocon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insanity.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipgrabbed.rip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iua.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivkom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwonder.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janetedkins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jay6.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaytauron.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeansdemodacol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jieshangwei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinglebugs.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joesniderman.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joyas.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrzcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jucelo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jugendpresse.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumellesvision.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jumpcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kb1000.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kbmhawaii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerpen-renovieren.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kevinaud.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khosroblog.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "killua-website.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimgirard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinderhaus-kunterbunt-priestewitz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinoshkahd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klubfitness.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konfiskator.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopatych.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kramel.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurtdeutscher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labittar.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laipert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lairdutemps-bbe.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lamaletademano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landeseiten-optimieren.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapatiala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lescoquetteriesdenais.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letmebet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linlinzzo.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "literaturkreis-online.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "literaturkreis-online.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "literaturkreis-online.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "literaturkreis.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "literaturpreis.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "log.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorisvelos.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lossecretosdedorian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "losyandex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lt-2021-095.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luongyen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maeliacreation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manfiction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marinatecnicavocal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markhoodbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maybeshewill.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbcoaching40.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediaverse.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meinhard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menzcentraal.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meopta.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalmaintenance.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metanoiaphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micromagic.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midasbay-free.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mintdsmile.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mknowles.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojo.so", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojomen.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojomen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojomen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojomen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "momentura.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morehertz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morellilaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpsvvujjain.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mr-komak.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrgstaticcdn.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ms4m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msrumon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystorydoctor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nangluongvocuc.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nephelae.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neumannfabrication.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nevkurse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newskinlasercenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nied-laechelt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightfish.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightlight.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nih.ao", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nisselist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northatlantalaw.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northatlantalawgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northatlantalawgroup.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oabtherapy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obstgarten.berlin", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocharun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oesterreichjobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oilyouneed.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onedoc.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "only4gamers.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onpointinsights.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "order-of-hope.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oscar.ms", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otdel16.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otzyvy.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "owlandbee.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paket.monster", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panoramixbycallens.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panzerwarmodsru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paofu.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pasnine.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patorganiser.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patorganiser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patorganiser.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paypal.gift", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pccegoa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcpromaroc.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peoplesoft-support.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfumerie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetscale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plodwithme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmiandulive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "portokollpremium.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pra711.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pravokonsul.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "preferredathlete.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primaflor.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatejosh.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proativarecupera.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxy-bay.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pumuntincu.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pwn.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qlc.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quba.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quicklinks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qwik.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r2wind.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "r2wind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rana.realestate", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdbsolucoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdsm.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readtome.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebirthlongboard.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redstonium.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reducer.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "refpa.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reidasofficial.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reindeere.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rejuvetclinicpromotion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reliablemojo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reliantpropertygrpri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remessaonline.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reseaux-professionnels.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ressignificando.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rewind.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richie.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rickroll-inside.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockfreshmanyear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootinchase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rushbmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rvrcleaning.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ryanclemmer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintshopoficial.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saiwebtv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salussafety.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandholevets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santeracristal.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savicki.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savicki.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "savicki.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schermen-en.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "school91.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scommessalegale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scraperhireaustralia.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secadoresdepelo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secvuln.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seejay.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selfelec.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sellmyshares.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seltpetrol.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semtelco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serval-concept.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexy-periscope.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfbao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgsosu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shawarmapressfranchise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silensoclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sina-praxis.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sixde.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyint.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartfooding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smeys.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedcubing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speeder.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spitalbuhusi.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "start.ag", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statehealthnetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stats-co.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steadfastagencies.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steadfastplacements.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steamdeckinfo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steelsheds.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stopmoustic.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stwola.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sulishospital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sustekova.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svetlayarus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t.net.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatteredatlastales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxibudapest.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxihungary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teasers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techlit.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technicodelabels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnobeta.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenderstem.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaf.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefrontend.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thousandfacesgirl.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tifa-233.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiffinohio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tochified.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokathaberleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomtelist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toolminer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topchinasupplier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpk.quest", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradingdeer.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tranhmonalisa.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tranhvenus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transitenergy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trystagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuckerobserver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultimatemotherfuckingwebsite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valgavesi.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vandaalen.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaplove.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veriteliberte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vesfo.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetikalender-berlin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vettix.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vibcon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virusprotect.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viv.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vogel-verhuizingen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w-hub.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waldo.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walldealer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wataclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearemojo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webminidisc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webuyhousesingainesvillefl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wenaiwu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wheregoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wihdaparty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikitrek.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "win-the-1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wirksportal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worktraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrdev.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wulala.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "x5x.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xgames.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xgameshst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--9kqw7o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--b-tqa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--bruno-hnel-kcb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--l3cb0bbcf6ezc4a7e.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpansiv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeetix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youearnedit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourhomeloanapprovals.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yuan.idv.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zancompute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zasudili.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zettaport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zl-auto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zuhur2021.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1-airlines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1-inv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1airlines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1dt.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1p.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "20140301.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2357.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24news.net.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "525olive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "769sc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "773buy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "83i.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "960server.net.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-systems.ru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acerostrevino.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adhidrm.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae.edu.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afsys.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agroequation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aibuz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aigm.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlinefee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlineplanetickets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlinescheapfare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlinescheapticket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airplanetick.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akeroh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akeroh.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akkorturizm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexmausolf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allesvoorbeton.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allwebkeys.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aloris-controle.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amex.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andoyasuyuki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrazaharia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreferreira.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anessex.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anneeden-porn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anotherinvest.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anothersupersite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anothersupersociety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anthonytimbers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apcdistri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appscem.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armchairwarlord.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arsmuseum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "art30.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspiration.marketing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atelierferro.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atheism.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auroravtc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aussiecampingstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avaamo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avvero.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axa.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axyl.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baalajimaestro.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backpacktour.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bang.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barikell.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barnvaensveitarfelog.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batefego.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaconstac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaglecare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betonbewerkingsmachines.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betongereedschap.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betonmachines.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beyer-on-it.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bibloteka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigprom.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biketowork.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binafarma.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisainvest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackjax.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackjaxamity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blogdosimoveis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluebird.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bnuuy.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boonlapo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bordoeurope.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bosfor.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boutiqueinove.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouwbedrijfjstam.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxmail.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brianoost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bsigroup.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildr.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bundesamtsozialesicherung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bupa.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "burningbase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buro86.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bustaura.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "but-it-actually.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c.sl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cakir.info.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cancan.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canibrowse.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caragame.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carevic.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbflleida.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cc.edu.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdp-poznan.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centreimageriedunord.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "certified-parts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charliejonas.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "charliejonas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapairfaresticket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chelsea98.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheviron.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chichijane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chieuminh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christchapel.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chtj.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciao.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cigarafterten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudpath.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocheriagori.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comicslate.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computernerd.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comquadro.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concretemachines.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coneall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conferencehall.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conservaschato.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosmocode.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "countertopapothecary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craft.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "credello.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creditinfo.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crestaurant.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypton.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypton.exchange", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypton.help", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypton.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cschreiber.llc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csumathtutor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cultists.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "da-schaewel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daggastest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daji.ba", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daltoncraven.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danandbritt.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davebelton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcpro.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "den-fi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "den.vc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denovosoftsol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentelegan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deooyevaar.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destructoradepapel.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diamondfox.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitallink.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalside.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divicars.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divishoes.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divistay.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmarc.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmh054q7sqgp2.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doctorshealthfund.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogreviews.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogtrainermadison.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogtrainerorangecounty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domessraw.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominateyourmarket247.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eba.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecomrsgclassroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edevletkapisi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edupesa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efcpharma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ehdlofsweden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkathome.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkatwork.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkenergie.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkholding.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejknieuws.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkproducties.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkrail.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkrailshop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejksport.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejktelecom.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejktv.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkuniversiteit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekzmarble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elbuenpan.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enchantedforestdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "engso-education.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estampille-paris.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "euzissima.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "extreme-carpet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fairviewcounseling.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fareto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farikaporselen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fastensorozo.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fauteuilmassanthealthmate.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fayalove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "figenatesci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firefightergarage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitas.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flipthebrain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridastatefair.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fmfp.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "focushm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foldnfly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forocoches.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotofreunde-telegram.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "framago.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fredperry.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freethinker.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freethinkers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freethought.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fulcrumdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtoys4adults.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funtoysforadults.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gandul.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gasiline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gcorevape.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geekpost.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gegevensdelen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geofabrika.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giannoug.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gidro-dom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gidro.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gillespetrotey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glini.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "global-mt.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goadulttoys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gocornwallbus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goldentriangletourindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "granstor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grapplinginsider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenfy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenwichbiosciences-influence-beta.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growery.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growery.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gryphonsportscentre.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsomfamily.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtaeventos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gtars.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hagtingius.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrisonassessments.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrisonassessments.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrisonassessments.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrisonassessments.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrisonassessments.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrisonassessments.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrisoncareerguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hayssuperclean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthmateshop.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hebbenwealeenkabinet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hedinghamandchambers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heimathof-lieske.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heiwa-valve.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpline.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hennessey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollybonnerdesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoopsneaker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "host2be.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "host2do.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotearth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "householdofmercy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubex.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huiketang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunter32.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ic-enable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idealimobiliariabh.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igame.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igpromo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilikevaping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imksk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imlzc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imoe.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imranc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "individualrestaurants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmobanking.com.gt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inox-deurtrekkers.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inte.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intellecta.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intro.management", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipho.ne", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ishiro.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "it-actually.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izi-agency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "j9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jajanrumah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamstackvietnam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jd-trust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdlt.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeanbruenn.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jennifermorrisonart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiami.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimbosprint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jll.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joellev.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joseneto.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jv-projects.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaiwritings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kass-media.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kayakpaddling.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kdcompany.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keil-web.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kejixiezuo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khuffy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kieran-mcguire.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiirin.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinebioquimica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kittystar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "korstanjetimmerwerken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kubotek3d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kupi-ceresit.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labinsights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladbroke.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakashirdetesek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lalunedangkor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leaguecloud.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leism.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leismann.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "libslack.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lichtjesavondkoedijk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "littletreenc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizzysdoggrooming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locape.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logaware.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lokys.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovejoymethodist.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loveshop.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lrcr.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lundscape.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magicmycelium.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malash.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.bid", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.ren", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.wang", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maoshuai.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maximalsparen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mbt-constructions.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meempi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meeque.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melkkefirmaken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memoryplex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercaditocatrachoinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mia3d.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midwestrecyclingcorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mightycause.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "migraplus.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mimamau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mind-media.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mindwell.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minnisites.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mis1042.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mischolz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmallardi.no-ip.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmav.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmav.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmav.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modellaspa.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mordelles-altitude.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morrisbart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrg-team.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mtexpert.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "murrietadogtrainers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muslimclothing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mutagen.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycharlestontherapist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mychestzilla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myemailadd.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhub.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myreadingmanga.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystock911.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myzetaspace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nagpurtoday.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nahs-classof1972.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "narecza.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "navigationweb.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ncdwlq.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "necroticuniverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "negociosparaoptimistas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "negoziointimo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neumannindustrialcoatings.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nevski.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newamericanfunding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neweraapparel.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nguonnha.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninaobermeier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ninepacket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuernberg-finanzen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuespacios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocsbl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "octopus-code.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneclub.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onegroup.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optru.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organaqsis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "originalreading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orlandorentavilla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osmiorniczkowo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osteopathe-grandfougeray.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overspace.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paack.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacay.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacot.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagesdemo.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagespeaker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papajohnsec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pascal-vogel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patientenverfuegung.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paulharrisoncars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pemedia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pesterchum.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "philipp.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pietrzyk.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinkoz.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelsbanking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planetpinkngreen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playapex.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poki.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "policemanapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powershaper.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promotor.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prosport.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvh-membrany.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quentinb.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramosmartinneble.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raspclock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rawmarkable.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reacteev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realmsofarkovia.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rebootwithnature.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relaxdata.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reminda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resilience.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "richiesroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rightstuff.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robben.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rocketlegalmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockfordnetworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rohankondvilkar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roofsrestored.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootsland.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootsland.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosetravel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roszdravnadzor.gov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rustytub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rxcarbon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rybakova.coach", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safevnet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sainsburysbusinessdirect.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salome-c.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarasotaplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saskiadhont.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sassyme.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schegloff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdgrait.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sehatpoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "semcensurabrag.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senpiper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serfinansa.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servis4u.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seykapuertasautomaticas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shifton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shroomery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shroomery.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shroomery.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siecon-it.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simon-kosmrl-diplomski.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplesellatl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "site.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skillwaze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skrin.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smart-house.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solarlightshq.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sorridi.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spechtnetsolutions.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssnetwork.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sssssssss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supplementaanbiedingen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suss.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suth.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symbioxr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syned.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarotgratis.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tchncs.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamnewamerican.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tekstenzo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testservice.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tex-izol.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tf2pickup.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tf2pickup.web.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tglbbs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebutterflypig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedanielswedding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehijau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelittlecountrykitchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thenamingcommission.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theologique.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theschoolab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theshroomery.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thestitchynerd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thriftywp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thsconstructors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "timeoutdoors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tipsavvy.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "titanlinux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tittlelawgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tjrapid.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "token.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonus.kiev.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tonyfanningphotography.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torgmush.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tradeexpert.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tragamonedas-gratis.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transferbudapestairport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelhub.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troubleshooting.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truth.onl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truyenmoi.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tupi.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucaskernel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udemons.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniex.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniex.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unitedbeautysupply.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usdigitalresponse.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "useful-thing.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaarfoto.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vacome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valentinabay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "validbot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valigrama.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "variasdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vcard.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veganvisboer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velomap.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verdict.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veriteliberte.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veriteslibertes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vf-bikes.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videoface.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villagiant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vintizen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "violetmc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viscura.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vistapoquei.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voeding-en-fitness.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voffka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voltekka.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voxx1116.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vozip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wachtspoor.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wachtspoor18.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wastewise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webb.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webby-books.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weihua.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "werkenbijejk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wescuss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wikimatrix.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldbirds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worldbirds.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpcanban.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wreckingball.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "writerimranc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wwx.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenfo.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xenqu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiobb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiufeng.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--mgbg4a8cpdl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--urgencesolidarit-qqb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--urgencesolidarit-qqb.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--urgencesolidarit-qqb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yan.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yan3321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "your-style.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonamista.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1001oyun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3306.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu36.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu39.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3tecteam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a2gamer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acanbi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acemach-vision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acsb.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "act-interactive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ae86.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aesre.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahoefer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlinefareprices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airportbarking.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akes.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcanaan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldersgatemontgomery.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldersgateumc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexpetryk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alibamu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alibamu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allyweds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almokhlifoud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazcareer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americantowers.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amsmart.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ancow2020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrewreaganm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcada-company.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "archimedesconsult.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcosatank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "area51webhosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asap.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atk-nexus.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlanticwatches.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "attireaccessories.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auditpartnership.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aussieofficefitout.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aussieofficefurniture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awaan.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayudaconmibanco.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankcustomerassistance.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankhelp.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baracca.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcradio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestofjazz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigboysbrand.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biossun.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bit-flex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizcope.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blabla.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockcreams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluecmos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boauganda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodascartagena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borzamalta.com.mt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bosengineering.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouffartigue.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxing-videos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxing247.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxingnews.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxingnews24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxingrankings.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boxingschedule.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brad.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bradleesv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brisamar8.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broemp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "budpolimer.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19adoption.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19aspirin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19bromhexine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19budesonide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19curcumin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19early.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19favipiravir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19fluvoxamine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19hcq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19ivermectin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19legacy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19ly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19melatonin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19probiotics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19proxalutamide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19pvpi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19regn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19rmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19sv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19vitamind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19zinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafedesignbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafemodi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camaronazo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canceraid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catsforfun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cdc.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cerezacomunicacion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cg-consult.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chief.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chuyentien247.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cine-latino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clcv-brest.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cleanoop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clik4service.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "climateactionfestival.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cocoloco.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coisaetalpapelaria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compliancebox.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conclave.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crackypedia.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "craftfocus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cscmotors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csrtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cubotabacaria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuidadosamente.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniel-beilharz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielbeilharz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danielbeilharz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dankstocks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbeilharz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbeilharz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbeilharz.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcrautogroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddinox.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defiskills.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defisolutions.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delavega.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denet.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designeco.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destcyr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dichvuchuyentien247.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dietitiansidehustle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disenador-web.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diviflash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "docmode.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogshowstuff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogtrainersreno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamsbythelake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eatmportal.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eiga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkgemist.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkgroep.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkinternet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ejkradio.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricalfencingfourways.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricfencesouthafrica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elevatedarborcare.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emergingindustryassociation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emergingindustryprofessionals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envirhom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envisionmedicalgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evangoemer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everydaylifeinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exchangecamp.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expedition247.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip1.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip101.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip102.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip103.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip104.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip105.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip106.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip2.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip3.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip4.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip5.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip6.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fallen-evolution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fccpvirtual.com.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ff5.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fgui.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findme.partners", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firstcoastsir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightstoheathrow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forskolen.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxandfish-phishing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francoise-janssens.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frlt.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundacioneveris.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fussyfeline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futurageindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gbquotes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geckogamers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gkdk.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gosskupka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gramsbergen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenwin.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gretchensbridalgallery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gumbolustrum.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hammann-services.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamptonroadsdogtrainers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "harrisonassessments.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haveibeenpwned.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hayward.uk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hcqmeta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heartymail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "help24.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpwithmycreditcardbank.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herez.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heykero.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highcalorierecipes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "highground.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "himj.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseofhipsters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrajhry.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsbs.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hspvietnam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyoi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inconvietnam.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infidel.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inmoterrenas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interface-systems.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetkunskap.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iopex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipon.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivmmeta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iwa-groep.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jabou.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "janonis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarritos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jatinagroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "javiercasares.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdtrust.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeromequezel.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joinamericorps.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jonasvdc.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ka.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamilst96.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kantrok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karlagalvao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keeforcecloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kei-homes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keszulektervezes.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khmer.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khouloud.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiehost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koalabur.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kocovi.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krafting.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lady-sadieann.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lakashirdetes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "landhuisweekend.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laowang.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastallaexotics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "launcher.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legacyumc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lemon-tree-shop-staging.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liddlekidz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liftedpixel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linawinter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "listoftowns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localwebmarketingservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locationsiledyeu.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "londonschool.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loson.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loyloy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luanaaloi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxushair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maid.gay", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manderstam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marocfoot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxrickettsuy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maytretrungphuong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medialine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediangr.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megajatek.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melbournehookah.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menlotraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menlotraining.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menlotraining.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mentor.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercenaryvfx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijnejk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlkday.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmanews24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrg-srv.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msk-balkon.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mugfanatic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundodastribos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybubbleteashop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycorreopersonal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfi24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myprfsite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myrtlebeachdogtrainers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationsreportcard.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturheilkunde-sabine-klein.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nayifat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neteye.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nextsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nielsensaskiagaantrouwen.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nmn.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nocreyentes.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northernlakestreeservice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nostalgiamusical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutrijets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuvasystem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "occhelps.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oclube.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "odyso.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offentligsektormedmoln.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officialbuckshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oleotourhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opm.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osorezone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paginas-web.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pakmarkas.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pampermydog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "papuzkija.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paraleum.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parallelpython.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paralleum.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parastasi-clothes.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pardanaud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patguzmanconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pcsolottodraw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peopleappstech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perrosenlapradera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phsarapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pichlerei.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planning.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plurimi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pnevmonasos.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poprostuakwarystyka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postnext.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiumpaymentmanager.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiumsmile.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prepareforthesat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "producerwereld.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projectplacebo.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psychoterapia-skuteczna.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psyllabus.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulinkai.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quizit.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quizwhip.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ramp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raylo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realboystoys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realizzenegocios.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reduktorntc-k.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reececustom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reeladventurefishing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reroll.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ridedott.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roofingroyales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalssl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalssl.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "salco-company.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sales-experience.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sbedirect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sberauto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schorle.wine", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schrijnwerkerij-deconinck.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schrijnwerkerij-deconinck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "screeningmaster.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secularweb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selectanderect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sellingclassiccars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seniorlivingspain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serve.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servercore.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serviciotecnicoencomputacion.com.ve", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sg-guentersleben.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoppingonlinecoffee2u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoveltoss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sidralmundet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sightsecurity.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simranmehta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simulise.help", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skbexteriorcleaningsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skupka-zolota-dorogo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slc.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sleismann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sobatiment.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softwarewalashivam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "somsak.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spamcage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "square-phone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "squarenoid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ssst.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "staatsmedien-nein.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startasuccessfulblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stevetron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "structure.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stunner.watch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sydneyshisha.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taoismus.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taolubdsm10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarihvakti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taskus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatsumi-air.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tax-business.law", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telrock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teppichpracker.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terrenasparadise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texasdivorceforall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegeriatricdietitian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegoodveggie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themealpantry.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theweddingsociety.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiremoni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tirodirecto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toddvbanks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomi.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topdogtrainingcourse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topechelon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trade.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelandtourismy.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trochoi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trustarc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trynewjobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tweetyconnect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u-zoloto.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucplusdansk.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uiuo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unibet.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unmediodigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unri.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uoui.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valleyradiologypad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vandegriftplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vega.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veriteslibertes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vfbikes.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vielleserin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vietfoodsquad.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villapads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voetreflexberty.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wbphed.gov.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weare.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdesigner4u.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdesignsorange.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whatsinmyjar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willowtreehauntings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodshouse.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xio.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xusqui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youareamazingnd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "your-sussex.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourbristolsomerset.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourdevoncornwall.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youreastanglian.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youreastmidlands.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourhampshiredorset.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourhertsbeds.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourlondon.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yournortheast.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yournorthwest.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zdrowonienazarty.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoloto-peterburg.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoloto-spb-skupka.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zolotopetrograd.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0xshirts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "13ad.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "17hhao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1node.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "339999.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dgifts.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu568.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu868.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3xx.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8astars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a11ybadges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aboveall.love", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abzarkosaran.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accescites.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accustandard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achintyaesbee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acopatableware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acutica.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adrianbartsch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advanceeasymoving.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advarra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advenam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventures-abroad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerztezentrum.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aesre.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aethernia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aezw.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afriregister.bi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afriregister.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afriregister.com.ss", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afriregister.et", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afriregister.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afterburnerjs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agglotech.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agocs.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agrofind.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlinescheapflights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akiyama.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akoplant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldina-pinjic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexion.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfaleads.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alissa-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpaca.haus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpenguides.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alveyhvac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amalou-photografie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amateurradiokits.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazstaff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amikton.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amptubes.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anakart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andresguiarealtor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anesterov.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "angel-jrk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalnutritionwizard.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animeru.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anuartaxi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apollux.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arcese.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ares.watch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arshdeepsingh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asgrep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "askgamblers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asphalting.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assetpanda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astramundo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atemon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atenealaser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atugan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atyuan.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audaces.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ava360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avamix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avantcoequipment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avantcoice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avantcorefrigeration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avitahealth.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awesomesheep48.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awo-bremen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "awrd.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayein.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baas.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badrap.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baederlacke.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bankcustomer.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baratzegrowshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barz.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbfxtraders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcn.cv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "best-vendor.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bestertagderwelt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bfly.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biensup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bij-juud.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisq.markets", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bisq.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blendessencial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blue-coder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolehvpn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonvorur.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bookmaker.expert", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "borntobetogether.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bortox.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainshit.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brandor.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravegk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bravegk.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brico-volet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bronya.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bruneaufamily.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btleasing.md", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "btleasing.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bullmarketing.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bungotai.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buycoverartwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bygonegames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c-resource.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19colchicine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19ic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19mp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19nitazoxanide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19ns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19quercetin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c19vitaminc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canberrarunners.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canhtuaone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canyouseethemnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carfax.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carnivalkingsupplies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carrecovery.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catboys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbd-natural.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccc.xxx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celarsports.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "celebritynakeds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "centreon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceolab.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cernalistina.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfcbigideas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chainwhy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chargeseo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chatkr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkstubmaker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cienegaspa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "citytoyota.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "claireeknowles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clark.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarkecoenergy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clippj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cliquetis.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudcomputingtechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudtelemanagement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clubzero.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clvr.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cm-ribeiragrande.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codandn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coderpad.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codowned.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coeminna.edu.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cognitivehealthintl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coharushika.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "communistmanifesto.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compassivaimoveis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conclusion.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolio.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corneranimal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cradleaccounting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crmplace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cromwellarc.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crxviewer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypton.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptostorm.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crystalhealthandbeauty.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csharp.love", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culturestraveled.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cweagans.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "czl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daniel-beilharz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danskgummi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dartergroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddlltv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dealschief.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debelareabogados.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "declarando.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deepspacelines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dena.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dergon.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desirehomemade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deskdesign.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devalkincentives.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devalkvakantiehuizen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devmunds.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dezshop.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digital.democrat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalcashpalace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalenvision.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dingdong-shop.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dirunreddy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dispensarygta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diventareunimprenditoredisuccesso.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogfencehamptonroads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dominanta-law.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreinulldrei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drgabrielschmitt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drink.casa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drivingsupport.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dublinhonda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dublinmazda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-e.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-gc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecopark.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecyy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eheya.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "electricianssouthafrica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eleni.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elpactest.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emissionssafe.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emtex.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emulation-archive.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encelaya.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "encryptographs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "energetikasmuzejs.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enka-works.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enka-works.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enka-works.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entelesource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enterprisecloudservices.inc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envelopeartisans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enzosoares.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ergotopia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eropics.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "escapely.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esperancario.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethzero.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evalcorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "examinrush.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expatinpoland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expoxl.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fajarilahi.sch.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faroitalia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcblueboys.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "femmenordic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fermenting.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferrarigreen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fh-toolbox.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiducoldex.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filizguvenlik.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fitecleaningservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixmobile.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flightcheapfares.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flyingdreamers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forcecompanies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forest-soft.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forexsignalroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fovndry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freeman-toyota.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freemilf.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freenomyoulilb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freightcenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freres-marchand.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fridaydinners.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fromages-freres-marchand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fromages-marchand.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuchs-informatik.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuku-fashion.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fun-baby.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funboards.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundacioneveris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fusionplatter.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fyrehost.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galbani.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galoforo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamerwater.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garrigan.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garrigan.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gazette365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geeksontap.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geheimzirkel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geniusmarka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gethownow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gettheworldmoving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giaibaitaphay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giftfocus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girisimkaravani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glanzodergarnicht.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gleki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glennhamers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gofundme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gojoy.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golovbuh.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodbriar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodyphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gospelmusic.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotmuebles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "govindagiri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grafuroam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "graphiste-freelance-rouen.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenassembly.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "group-digitcom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruenerpass.co.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruz0.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guidegr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guldkorn.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gunfighterj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guypearce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hadoora.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyflow.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happystores.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haywardhonda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdcoupler.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdvburs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heijmans.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpwithmymortgage.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heptagonsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herne-kupony.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hetcoronalab.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hmailserver.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hocz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hondasancarlos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hospiceandcommunitycare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hospiceoflancaster.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hospicespringfling.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotzheipoe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houchcannabis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "howardplastics.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hueterecruiters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "i.hosting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iain.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideasdigitales2025.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iden-tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iden-tt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iden-tt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ihackear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immortal.org.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incaweb10.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "incursionlegends.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inkerz.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inpsyde.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inspireincomeimpact.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "integrafin.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internetdagarna.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intstyle.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invantive.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ip-generation.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iplcfast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ircpad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isoverse.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itko.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsecuritycoach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itsrana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivmstatus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jacketscenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jae.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jalingo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesgarrigan.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamesgarrigan.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japannext.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jardelatacadao.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarritos.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarritoseurope.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimgarrigan.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jneiling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joaoorvalho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "job2day.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobscore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrb.id.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jtech.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalaspuffar.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kashifmajid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kattelans.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kattelans.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kciglobalstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kdarawandekar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kdproduction.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kein-hindernis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keishi.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kektime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keln.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelprof.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenosishomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kenzelmann.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kieronbartsch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinbev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinfolk.coffee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiosquefamille.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knollwoodcommunity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koalarong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komalgandhi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konysa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koora24.tn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosturk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosu.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kouberacing.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kronanshopping.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunalchakate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kvm.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l-a-b-a.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labordayauction.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labsector.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laechler-coaching.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lain-wired.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lanefinder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lapesbaldai.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lbi-pg.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lebv.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lefucine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legacyumc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legaldrop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leism.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leism.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lekarkabajkopisarka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lematafan.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leonardtheologicalcollege.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leongkenghong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leveconvites.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librematrix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifengoal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightsonbook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxil.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lion3star.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liquid.place", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojatudomi.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longtake.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loodsen.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lpiem.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsbttiq.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ltgc.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luckypunks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m.sb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m360.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macdonaldplasticsurgery.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mail21.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maiscupoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mamamara.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketadvisory.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marketmotion.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markpulido.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marsensu.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marthajackson.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marvelcargiveaways.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthew.science", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewgraybosch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthiaserb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcrook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mebelnik.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medialine.ag", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediebruket.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medved1.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meeko.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mega888aplikasi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melinamay.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mellowjukejoint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meowtech.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadobitcoin.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mfxm.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mha.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mhm-creative.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michalchomo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michelbenita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mickael-caudrelier.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mickgeorge.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "microferma.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midaero.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "midrange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijntest.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikeflux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mineragua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miniskylab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mintosoft.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mis1042.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mobelti.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modernx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monific.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monpanier-procter-et-gamble.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montagne-experience.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mountainsmokes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mouy-avocat.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mpldr.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrgstaticcontent.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mritem1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mruczek.trade", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mruczek.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muchisimos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "munibilling.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfutanari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymodelfriend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myorder-pg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysexydate.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysilkandhoney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadilo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nagelfam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nalle.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namecoin.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nascloud.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nbapwned.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networkgazette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newdigitalmarketing.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newman.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newonlineroad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicholaslazzerini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nlcpakistan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nobounce.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nomadistatravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nordbusinessaccount.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northboot.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novumsafe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novumsoft.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nqeshreview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nugnet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nulldev.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nunesgh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutritiondynamixrd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvda-addons.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nvda.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyasastreams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oflance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ogui.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okr.pub", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oldtacomamarine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olofa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "on-running.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onceuponachicken.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "one-page.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onefinitee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onewebdesign.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oostendevooranker.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "operalogg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opnx.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opus-labs.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orbitum.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "order.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orevan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orevan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "organica.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outgoingadventures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagestash.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palmedconsultants.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panamawebfactory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parichadrelax.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parkermedical.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parmartecultura.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parsahosseinpour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patinetelectrico.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patrovic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paverin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perception-point.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "periodicojerez.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perrigo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petsnvets.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfeiffer.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photographe-perigueux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitergolds.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitshift.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planodesaude.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planresto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumbware.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poliermachines.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potentialcalm.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powderkeg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powernw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersergconnect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppg.report", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prachiiimohite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "primeone.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "print3dgifts.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro-box.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productsafety.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progrillcleaning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propeld.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publicnotes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pulinkai.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pwd.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pypckomp.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qadigitals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qdep.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quad9.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quelparti.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiosity.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raisioammattilaisille.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rancourtstfrancois.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rathmann-couture.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readyblinds.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realact-sawater.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realamiga.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reduxlineberryfactorycart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rekklab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reparo.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revolutionhealth.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhinesuchus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riberasalines.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riffable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritense.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rivian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rome-airport.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalworldservice.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rt96.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rundu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rutasmaldivas.viajes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rycpk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s.sb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safedrivepod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safeporn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sagareserve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "satirelabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schoolhouse.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdkco.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secureapplicationaccess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secweb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sedghplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seniorlivinginvestments.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sensorystore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serialas.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevivo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgdm-services.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sheffieldjob.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siddhamehta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silklogisticsholdings.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sistemair.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sistemair.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sistemair.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sistemairpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skybirch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skyclinic.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slashnroses.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slippening.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slowlove.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartdatafusion.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smmpropaganda.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smoothbucks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snaayu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snitko.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sofibox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softwarechris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solo-shoes.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solutionalbum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "southjerseyhomes.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spatialaudio.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sprachauftritt.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stannesvets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stildate.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stipanama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stonegatewealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stopkadr-studio.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streem.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streem.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studiotolsta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stunningwarsaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumiyakimatsu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncereal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunshineoilstop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swag.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swahili-dictionary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sysnet.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systems.fail", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "szpet.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tabby.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takepicturesleavefootprints.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taolubdsm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxi2opo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxibudapest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taylorfarms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tealium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technotoday.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tehnolove.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleport.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tenniswin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testenopreis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testprep.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tf2pickup.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thammysen.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecnstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedelightfuldiet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefixhut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theipkeeper.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewoofdrobe.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tinkerdifferent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tofu.kim", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tojevune.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokomoto-w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torino.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalproductivity.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalwebpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tqnx.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracyhonda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracymazda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traeger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "traegergrills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trafficmgr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trainingfitstudio.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tramitesyconstruccionacd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transact-online.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trcollaborative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troop934.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trust.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truyen-hentai.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truyen-hentai.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truyen-hentai.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryramp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunnel53.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunneltracker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turing.bio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twincap-first.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "u.sb", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhtcle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukraine.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uncontrollablegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unicornheaven.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unimed.zp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unixfox.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unsigcrazy.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upgraid.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urdoverie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uzmoveis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valassis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valencia-s-vikoy.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdl.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vdmeta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ve-mi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veeamblog.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vervoe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viaelegancestore.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viapajucara.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinhomesonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitalitymedcenters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vk-group.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vk.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vmm.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voostvitamins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vouchers4u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walaa.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wanpoo.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "war-team.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "washroomcubicles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wat.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcl.govt.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wearecreator.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webark.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webdushowcase.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winegadgets.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wintersport.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winvio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "witajmaluszku.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "womenwhorunit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "workelo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "world-web.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wp-lab.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpressall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wzfou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xanthopoulos.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpg.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xrayindustries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxarabgirls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xy96.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yachts.rentals", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ycalculators.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ycl.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youcruit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourberksbucksoxon.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourgloswilts.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourkent.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoursurrey.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourtampaparksplan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaferbalkan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zagi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zahnmedizinpraterstrasse.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zanettimateriais.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zapzockt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zealcm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zehy.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zehy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeniran.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zfpsystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "076.ne.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "221b.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "24slides.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "260150.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2pi.finance", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2pi.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu636.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3wincorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "4cloud.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "557.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "5tar.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "6b9t.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "80001234.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "86001688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "88661234.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "90daydiet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a2ls.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abcotest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abdened.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abnehmen-sport-fitness.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adelaidelaundromats.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adgh.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventurefishinggear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afriregister.ci", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afriregister.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afriregister.co.tz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afriregister.co.ug", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afriregister.rw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "afriregister.sn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agence-immobiliere-hossegor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agile.coach", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agileacademy.technology", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agoratek.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahansen.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airconditioningboksburg.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alcor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexeydrach.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alghubaibatours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alisblog.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alissonkalel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allegrettowines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allesmartphonehoesjes.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allintellect.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allupfront.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alphatam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altovalemarmoraria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altruismeefficacefrance.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alves-avocat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alyans-magazin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am190.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazon-andes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ambisonia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ami.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anahitascribe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "android.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androidgadgematic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andytsoi.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aneacsu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animalkingdom.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animelime.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antiochtechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "antonmcclure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ants-and-me.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anweshpatel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anz.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apert.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apico-fish.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aqua-dom33.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquabyte.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquafirm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arachnid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariettahoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aroma-therapy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arqpericial.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artededition.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "articlebyte.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artk-co.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artofzoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arunsunner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ascensionnyc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ascot.ac.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ashisharma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asifinclusives.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asociatiaeuropas.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aspiracloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atalantapsicologia.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atelierdosul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athenasfoodtrucks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audiocinemateca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aurantis.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autograder.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autokontinent.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automatyczna-identyfikacja.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avintivmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axialhouse.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axieglobal.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayuntamientoarenoso.gob.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayuntamientoazua.gob.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayuntamientobocachica.gob.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azbukazvetov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "backrestored.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badkamerconcurrent.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badkamerconcurrent.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baerkarrer.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bak.my.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bananatrunkingprotocol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bandhayoga.paris", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "basaveshwaraborewells.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batirenover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batiwebgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbqmaster.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bbqmaster.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bchi.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcradio.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcradio.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bcradio.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beauhilton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaulaton.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "becoairandheat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beemprimelogistics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bekeltetes.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belagavipoetryfestival.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "benzonestore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berkhills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berria.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berriacast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "berriacast.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besteto.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "besteto.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betspin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betterbuiltbasements.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "betterbuiltkitchensandbathrooms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biglapa.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bikerteeshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biolink.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biomedsciinstrum.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitrefill.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizophub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjm-gembas.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackcorner.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blaeu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blairtalbotmotors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blissfulsmile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blitzman.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluecoconutfamily.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bodegademuebles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolur.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bootmint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bordercrossingux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bosquedepalabras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boumstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bracesbyberry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "braeden.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bratt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brauhaus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brew.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brian.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brindabantheatre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broadinstitute.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bslnowsigns.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bucknerrealtors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buzzworthy.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bvdp-saturn-prod.appspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "byhoag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cacao-gang.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadconcrete.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadillacfairview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cafetalks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calmer-cloud.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camping.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalnativenations.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carelancerportfolio.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carsreborn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casametrica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cascadeshow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinospesialisten.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinotopplistan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinotopplisten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casinotopsonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castagnino.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "catandmoonalchemy.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccaag.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccamtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccsrv.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cedarrockalliance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cellrg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "censeo-financial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfse.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheaptravelmag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chilian.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinaoptionsfund.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chocudan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christerwaren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chziq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarkassociatesinc.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarkfoodserviceequipment.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarkinc.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarkltl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarknationalaccounts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarkpro.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarkstatecontract.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clarkturnkey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "clickhost.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "closetedsoul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnb.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coating-equipment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coccinellepratas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codish.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coiffbot.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinmagus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinwind.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "com-b.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comarkinstruments.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commander-in-she.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "commercialstainless.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compass-security.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computer-world.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computingwarehouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conchgas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "concord.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confidencepass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consoom.soy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contao.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "contenunzio.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "convergent.tn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cookingperformancegroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cooldown.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corpusortho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corruptcatz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corsepro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosavederein1giorno.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cosavederein5giorni.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "covid19-tracing.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crabo3d.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creampiepussytube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cribboker.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cristianiosub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crosspointmn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crown-beverage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypto-twist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwchristerw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwchristerw.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwi.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwinfo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwinfo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cwo.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybertalents.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybrossec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daconsult.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dalbar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dalbarsqm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dankeroni.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dascan.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datazoo.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datj.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "datos.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davd.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "david-almeida.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davogroep.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbjg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dd214.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dd23project.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dedede.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dehuidstudio.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deltaprise-events.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "denagallery.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deobandi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depa.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desert.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designedforthekingdom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destinotecnologico.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dgmenergy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diariopergaminoaustral.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "didactic.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalfortress.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diligence.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "djamelkokene.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnbwg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogalsoyamumu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolnolinevo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dolphinbraces.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donacije.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doortodoor.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doyogawithlina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dragonqueen.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drakkarbilbao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dramacoolbus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drcrhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dreamtapestry.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dronepanorama.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drzhnn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dseg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumbsolpunks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dymension-uat.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaofaustin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaofdallas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaofdfw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaofirving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaoftarrantcounty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easternandallied.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebooktoan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ebrununkasnagi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecofoolad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "econoaruba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edutorialls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egophobia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elevatenutrition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elevenbeta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elmo.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elrond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emocionestlp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empirelevel.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ender3.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enderman.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ensemble-conseils-et-services.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enslavedplantationclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epoxyflooringperth.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ermak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eskiceviri.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esleme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estellaequipment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etiqa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ettyproject.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "european-accreditation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europeanpolice.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "europejob.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evenbijproaten.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everisland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evitacion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exterminator.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eylif.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ezsun.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f1nalboss.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip119.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip121.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip124.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip126.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip127.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip15.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabseal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faceboom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faceithard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fapdrop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farringtonfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatalsunrise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fcode.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feature-branch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fedema.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feelcoin.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fibraworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finalfoursteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fireoakstrategies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "firobe.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flarumtr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flicke.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodjaguar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foodtrucksnorthwest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fork-portal.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fortcollinsathletefactory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxpad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foxtrotcharlie.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francelight.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frankjobs.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fredoum.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomains4all.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freedomfinanceuat.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freso.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fri5.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fridays.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "friscorodandgun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fromages-marchand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fromyourwebmaster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuckyou.monster", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuelbyte.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fulopmark.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "funadiq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundacionsilverina.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuwafuwatime.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fyrehost.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaf-zerbst.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gallerygaze.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamester.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gardeninggroot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gardenplantslife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gatolovers.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gcuf.edu.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemstones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geno4links.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "genome.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gentec.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geoswohnen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghil.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ghostgaminggg.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ginnungagap.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gite-bouvines.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "global-content.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalthermoforming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goinggreenshow.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodesign.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotchaphotos.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotowebstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gotravelmexico.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gottagohack.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grahameger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grancargo.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grechutaszkolenia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "green-version.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greendotcredit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenface.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gresrewop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gridgain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gridgames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gripnext.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grolleau.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "growledlamp.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "grupoprodec.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutstein.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guug.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haizs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haizs.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamsters.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hardnet.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbag.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hdsengine.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hedefcini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hedgehogs.pet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helloartisan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellocoding.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpwithmycheckingaccount.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hestaheimur.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heyghost.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hilelipc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hkvi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hobbyvogue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hocgiai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hokuin.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hongo-ganka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoos.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hospiceandcommunitycare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hospicecommunity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hospicelights.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hospicepathofremembrance.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hospiceprofessional.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotel-siret.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "houseofrugs.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hr-tech.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrk.aero", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hse-reglementaire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hungthinh-topenland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iab-diva.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibomma.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibomma.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibsis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ichijoh.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iconsuppstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "impulsewebdesign.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inaji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "indexmod.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinityonce.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instantsiteaudit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intelics.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intouch-consult.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intrum-credit-information-ws.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invitepeople.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ipv6.pictures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isnanbi.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivanov.icu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "japanknives.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarritosfrance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jazzindeck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jehjf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeremy-gautier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jesucristo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jillamy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jimgarrigan.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jinjun.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jiyou.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joaopinto.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "john2point0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jovanmarkovic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsd-aach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "julesfrans.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justasdelish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justkidsdental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamey-steuerberatung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaohongshu.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karinheinenmaassen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kasinonetti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kathyekaan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katiekatcreations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "katzelkraft.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaushal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kehrle.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kelyan.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kendall.productions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kesen.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "key2perfection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "khristov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiesjeplek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kimsesizlereumutol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiosque-famille.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kipi.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirs.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kma.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komshi.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kopretka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kpopfanshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krafciarka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kritik.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l2news.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "l8x.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ladurbo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lailai.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lainoa.eus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lancastertableandseating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laseruser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastlowtest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lastwill.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latenightcruisin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legalecasinosnederland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leia.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leron.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lesefloh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "li-project.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberty-univers.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liberty-universe.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liivioffshorepark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lindler.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liveradiocanada.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loanpost.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lohocla.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "longbridge.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lootslot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luathungson.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luckyblockland.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luke.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lullabycandles.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lyklasmidur.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lymphaticclinic.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lysa-hora.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "m426.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macbach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "machelpnashville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maker.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makulatura.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malayalamtalkies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malekperiodontics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malflutningsstofan.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maliweb.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mandolinexpert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manifestcommunity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marazul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marouviere.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marsensu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marty.me.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mashinavremeni.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mastcelladvanceddiagnostics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrixpost.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewlanders.florist", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maximababy.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxvaluedeals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maxwellblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcbe.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcmrkt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcos.nc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mebeloffice.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medivisionsc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meenzen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megaprofi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megger-aktionen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melvillecity.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menlo-partner1-admin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menlo-partner1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menlo.security", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "menlosecurity.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesterbold.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metalloiskateli.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metromas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mhammerbacher.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miathepintzu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mickael.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micled.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micled.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miedge.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miedge.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mischamassage.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkasu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modpop.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modum.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monbedou.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moneytreelifestyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monirtalks.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montoan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mos-upak.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mostickers.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mujer.gob.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mukli.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mxtm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myfloridarealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygolod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhechar.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mykirklanddentist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mykitchen.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysourceofhealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadiaka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nadir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nagpurinstar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakthongkham.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathan2055.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nathanielknight.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nautiboat.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neff-pressen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "negociemos.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nelsonrodrigues.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neobridge.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neotalksys.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nestforms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nettikasino247.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "networksec.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neue-energien.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newsliner.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nguyendanghung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicolas-hoizey.photo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nightscout.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nihestudentpad.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nkg-mosbach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noblechemical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nobleproducts.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "norskespilleautomater.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northdallasendo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nota.place", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noted.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "novias.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntsp.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nubla.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuttydelite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuvolosicuro.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nuvotheagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "occulter.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oddsnet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "off.net.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "officialsunset.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okachimachi-naka-clinic.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okaidi.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okaidi.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oklahomasoftwaresolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olback.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oliebollenbakservice.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olk9mo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "olympiclodge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omegamc.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "omezahblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "on5.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onefinitee.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-zaban.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onstreams.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oo.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oppositehq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oppoweb.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orchidplantscare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oreomuhely.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ornikar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ottorinoferilli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outinnationalsecurity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oversight.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "p2pool.observer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pagueveloz.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palladiumprivate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pappu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paranoidpengu.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parapickgames.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paridokhtmoshkzad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pathit01.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pathwayscenterforgrief.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pecetowicz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfecteclass.com.cy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "photune.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "physiobrite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinalove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pineradelolmo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinkhatbeard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piperswe.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitsundaorgan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pivxblockchain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pivxblockchaindownload.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizza2020andcatering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pktimes.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plattmakers.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platueguide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playcasino.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "playcasinos.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "player701.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmbrachyeducation.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmcancerrehab.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmfirst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pontosdevista.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "poradnikaa.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "postmerkezi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powercod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powersergca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pracownia-kasi.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prasinoscomputers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praxis-oranienburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precisionpdr.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prekladyher.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prestigemad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prestigeproviders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prime-career.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "printshopbd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "privatelist.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pro4x4.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "probikeplanet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proclock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "productived.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profisee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profitable-textilien.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progressportaal.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertyworkshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prototype.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "provous.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "psikokoro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pskl.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qaabildigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qfinds.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qga.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quartogame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "queenbeeink.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quicksupply.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiobest.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raestingar.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "raf.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rahimareports.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "randomweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rankingrage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rdtech.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reconocimientoincan.org.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recordagrave.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rededca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regencytablesandsinks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reginebartsch.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "registernie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reklamapoumu.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renedekoeijer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "residence-topaz.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restorativeandimplantdentistry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewfy.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revistamatg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rightsizingcalculator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riomi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritaslilsweeties.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robbyzworld.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rock4life.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodapiao.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ronaldvanassen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roninathletics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "routechoices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rse-reporting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rutadelastermitas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rvaneijk.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samarthtyagi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sandlerpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanhotel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanjanaherath.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sanleandromazda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saqara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schneider-dresden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schroderusa.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schulhomepage.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schwertkriege.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scrum.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdns.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searena.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seattlecornerstonedental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "section508.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securebuildingaccess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securely.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "securesiteaccess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sefodbold.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segundaleitura.net.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selwyn.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seminarioabdtic.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sendbird.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senf-kren.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sequencediagram.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sermerkt.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serve.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serviciodigitalweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servitproducts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgrowe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharanyan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shararam-card.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharptudhope.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shibleysmiles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shkola1.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopbackyardpro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoplistic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoresofshawneebend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silklogistics.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simpul.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "siptls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sitnikov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sittingwell.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sivotacapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skoander.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "slabserver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smilechic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smokeanddram.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "so-spa.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "softskin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solarbattery.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solidariaautos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solucionesmk.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solwaveovens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "son.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soul.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sowndfinancial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spajk.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spendyourcoins.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spettacolo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spettacolodesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spielbankspezialist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spike-com.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spirax.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spiritshack.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportal.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportsmaximus.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sportwettenschweiz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srv.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stallone.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "start.stockholm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ste2.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steenkolenmijn.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stibal.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stockyards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoptheperio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stroy-klg.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stthomaschurchri.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stuffinthingsbrewing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stunningpoland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stunningpoznan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sturmkeks.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "succulentplantguru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sucyshop.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supportivecare.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "surgicalresourcesgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "symbridge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syncoffice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syncspace.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "syntaxsociety.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takecommunity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tamilrokers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanacebu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanigo.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tanigo.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarotya.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tasline.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxibudapest.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbgtools.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tco.zapto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tdiscount.tn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teayudoendigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technamin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tecnicasapinzon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tehno3d.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tekcafe.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleleafpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teleport.video", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teletime.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tempfiles.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tendanceaumasculin.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tennaxia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terrariumcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "textpro.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thaifriendly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thankyou.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thecavepeople.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thedermdetective.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehammerfund.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thejoykiller.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themecanal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "themorningpodcast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "therestaurantstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesession.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetravelstylist.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewebbogan.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thiagolosneves.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threenorth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tietew.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiptoes.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tls.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toconnect.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomatohq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomget.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topbloc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topcasinobonus.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topgunseo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "torigaoka-dc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touhidur.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpala-pg.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trading-academy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tranmerelectric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trastornoevitacion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trastornolimite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelback.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troplo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "troubleshooting.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trumpet-whistleblowing.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tryfunky.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tshirtsforsale.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsukuba-it.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twrafrica.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twrmotion.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twrwomenofhopeafrica.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tylergordonhill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uab.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ucsi.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udb.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ultrastar-es.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "undigo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unimex.edu.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unimexver.edu.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "union.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upar.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upflow.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upgraid.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uploaddatanow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upmls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vadras.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valgagym.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valleyradiologyufe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vcmuae.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vfg.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videogameconsole.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videoseyred.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vietnameselove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vineripenutrition.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virgil.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virginpulse.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visitnamibia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visittci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivaelmusculo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivahome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivendoderendananet.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vkstaticcdn.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voidp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volant.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "volebnipruzkum.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voxturba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vtek.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vyaire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wamba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waren.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warengroup.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warengroup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warenhosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warennetworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warensecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wasafat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterloofaucets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-masterok.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websiteleichtgemacht.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webstaurant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webstaurantstore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weegshop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wehostyou360.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weimingsci.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welspunindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "welstrim.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wendysbeautyshop.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wenjian.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westvilleelectrician.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wettbonus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wgi.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whattimedoiwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wholesalegrowersdirect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiccasima.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wickedthings.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wild.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windpay.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winedineunwind.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "winvests.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiwsport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolffproperties.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woolfplumbing.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worthenind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wp-assistance.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wsn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wtdiw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xmlseo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--80aapmgginxs3d.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--ksse-5qa.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xniver.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xps40.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xqwqx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xseries-forum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xurl.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y3600.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yesilfindik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ygg-shop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoga-walking.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoshiya2020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youcruit.jobs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourcheshiremerseyside.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoursouthwales.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yoursuper.gov.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourwestmidlands.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zabory-klg.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zacbrown.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zahnraddruckerei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zandhuisjes.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zebra-serwis.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zerotrust.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhbot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhouzanxi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zkbitcoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zlatopil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "znakomstvo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zonecloud.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zook.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "009cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10er-friseur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10must.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "16974.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1aweb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2601.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu566.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu69.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu711.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "443.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "50balles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "557.pm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "8cent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9mp.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a3r2.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aareptan.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aber.travel", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abonegma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "about.photos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "accsaber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actes-clermont.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "actigamer.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ade-power.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerelsrl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerolyusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerolyusa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aerolyusa.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciacrown.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciarse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agenciauniversitariadq.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlinecheapdeals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlinecheapflightinternationalticket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlinecheapprices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlinesticketbooking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airlinetohawaii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airplaneticketcheap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aisselkolm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akselepova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akyildiz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alacorporation.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alacorporation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alalogistic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alalogistic.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alalogistic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alberguecovadonga.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alelectricista.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alemautos.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alfagroup-aluminium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aliancadesentupidora.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allattaremoda.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allianceautomation.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am32.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am7000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "am8900.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ama.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazon.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazon.eg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amujuul.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anaxo.gallery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andreasjanker.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andredaus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anime.cfd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "annoyingguide.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "app2attract.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aquimisa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arati.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arbucks.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artechip.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "as207618.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "astropackgulf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "athemez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auc.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automat1c.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automobile-detail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autozen.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avelon.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azmt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badoo.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bananenbr0t.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "baruah.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bastelwelt.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beevee.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "begoth.boutique", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beiersdorf-svz.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bengaratei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beserved.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bet-online.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bidenfire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "big-orange.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigbendsentinel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bigpropertyagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "binacatrading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bizmerlin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biznesowe.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biztelnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blaine.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bleyershoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blockhost.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blubracket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bngdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bolicforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonghuyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boyson.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brabantia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainfeed.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brasseursdubois.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bridebook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bukiko.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bulletin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bupamedical.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bupamedicalvisaservices.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bupamvs.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buskompass.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bylz.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cabr.al", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cacre.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "callboyz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camenisch.ws", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "camprunamutt.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "candlevn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carintegrado.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carlos-moreira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carplanet.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casadomarketingdigital.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ceria.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cert.je", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cesarpinto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cfsrportal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chargeless.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cheapairplaneticket.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkiday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chefnardulli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cherubicsoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chessbossproducciones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chesterfieldroyal.nhs.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinaglobalsecurities.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinaindexfund.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinaoptionsfund.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinplugins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinplugins.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chinplugins.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christinedejong.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cinet.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cityvets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudone.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmi.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codeupstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "codingnbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coinamount.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "compareairfaredeals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confio.gmbh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "confiseriedubonheur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connect.net.pk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corus-xuam.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crackyhouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "critiquejeu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cruisemongers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crypticonseattle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csnc.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cube.scot", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuducu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "culaoxi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cursosdeturismoonline.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customerware.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "customfoodtruckgraphics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cutme.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuttingedgeoptronics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cuxiaobei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberdog.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cybermonday.org.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dameisports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "damncomputer.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daralwdconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "davidstrickler.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dc-solutions.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dccdurgor1nbl.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dear-olivia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decisyon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dejmidarek.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desertnaturals.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desiree-lauber.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "destrangerthings.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalillusion.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dioris.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directoriomedico.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "distrikia.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diviworx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diyzealot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dksoft-2130.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnapagamentos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dnsdns.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donghuituliao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dpeter.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dqempresas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drlynnehinkle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drugtestingsupplies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dymension.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eaoffrisco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "easttowereg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecobalispa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egekbb.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eihei.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elayog.bt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektrilevi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektroepilation-stuttgart.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elifo.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elliteshop.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elotec-lichtenfels.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elplugins.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emacitylife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emailable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emailalias.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emailmasker.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empirehall.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endeavourbiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "endurerow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enefix.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enisys.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eons.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erikrji.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esignering.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiarhosteleria.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiarorganizaciondeeventos.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiarperiodismoonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "estudiarpsicologiaonline.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etalentos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ethanopp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurocontrol.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eurodata.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evangelicalplatform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evansfox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "events.bt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everhse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ewg.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exerciseaid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exfuga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "externalfb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "externevoorzitter.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f1collection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip125.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip35.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip36.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip37.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip38.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip39.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip50.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabiokrug.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facebookcareers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "facilbrasil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fallenflare.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fatig.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fb.audio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbdtng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feeld.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenritec.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fenritec.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferluxilluminazione.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "figowa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filter-kiev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finaenerji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findalawfirm.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fischer-programmierung.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiximage.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floor3.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flowers-city.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fontocean.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fotografiarte.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freecottage.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freelancewebprogrammer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frontier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fsma.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundacion.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "futbolok.net.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "g1mra.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gabby.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamebrick.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamegossips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gaminguniverse.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gap150.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "garage15.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gavr.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gayfeedr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gc-event-manager.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gemaskeerd.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gepassociati.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getcannab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getmetech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "getsession.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gircimediterranee.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "girltendance.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "git.ac.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giveguide.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "glass.photo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gleisner.law", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "globalviaruta27.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gogu.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goguarded.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goloa.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gostatera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "green-smart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gregory.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gruppa-kino.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gufengmh9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guidedesventes.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guoda.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haar-trifft-medizin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haartrifftmedizin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hallmanmemorials.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hanjub.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happycompany.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyplantparent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hbh.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heedybees.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heedybees.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellosells.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hetanderekamperen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hidrolimpiadora.com.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "higherairspace.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hkkangenwater.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ho-net.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hollowman.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "horizonsmilestx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hospiceandcommunitycare.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hospiceoflancaster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hospicewebsite.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hosteddatabase.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hotnow.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "htmljatekok.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hubbardhouseugrrmuseum.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hungryhealthyhappy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "huzurpansiyonfirtinavadisi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iaudited.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ib-kreindl.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ideal-social.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idealresponse.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "igpwned.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ijm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikama.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilkeakyildiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilove.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imanoles.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immbruxelles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "industrialcontainer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infrontusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inniger.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inourtime.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "insulationchicagoil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interlan.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "isbk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "istkurznochkanzler.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itshamradio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itur.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ivdnt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarritosaustralia.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeremiahlee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessebollinger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmfa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jmha.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobbnorge.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jointsache.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jouwcoronatest.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jpekkala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaalberry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kaitje.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kattm.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerkukvakfi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerroscale.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "keziah.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kibosj.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kicktipp.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kicktipp.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kicktipp.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kicktipp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kicktipp.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kicktipp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kicktipp.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kicktipp.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kicktipp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kicktipp.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kicktipp.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kidfitseries.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "killbot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinkyexplorer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kiwiz.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kk2020.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleins-hutorok.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "knowjoe.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konectbus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koreisai.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krd93.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreslo-bag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kristian-kramer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lafayettemalleg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lafiya360.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "laoxiwang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "latinooutdoors.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazyb.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lead2022.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "led-sk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leducq.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lgtravelgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liebeisstleben.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lifecycle.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lightningprotocol.finance", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limechain.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lincolneducacion.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linked.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liq.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "llave.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "llyncelyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lmsreinventarte.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lokinet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunascope.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lupocattivoblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mable.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "madewithcollab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maewmoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maharishikaa.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mannigroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mannnen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maskedemail.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterenbigdata.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterengestionsanitaria.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterennutriciononline.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterkroy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masterwang.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masuclub.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "masuclub.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrix3dp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrix40.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mattelek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewkairys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "medofis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megapho.ne", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "megger.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meine-mobile-reiseagentur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melodia.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meltdownresearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "memorial.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mercadaobrasileiro.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesothelioma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metanomial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metin2dev.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miability.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miasegurado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micled.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miharu.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mincompute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mirtentov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "missionskreis-kueps.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitjafelicijan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mittdolcino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miziklakay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmarising.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mmorpg-stat.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modernrelations.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "modszombies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moracont.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mostc.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mr1310.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mrwp.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "msscholz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "muasamthongminh.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mujoco.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mundokia.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "musterihizmet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mwskwong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "my-digital.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mybupa.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mycredy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myexpressinfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mygaming.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylifeinbalance.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mylighthost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mymedex.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysteriouscode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mystoeckel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myvet.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "na-agency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "namastehomecooking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nandertga.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nationalbankhelp.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "natuurlijkehaarkleuring.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nb.mba", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nedapflux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nekk.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neljaenergia.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neosey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neuteleers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngontinhtruyen.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicsys.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nmx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nocapplugins.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nonfungibleownership.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noobsunited.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "numberonebc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutcracker.toys", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nutritionfitness.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nych.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nyku.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oakhillseniors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ocealy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ode-cosmetiques.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "offermagnet.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oncore-eurofins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oneupchocolatebars.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onfireonboarding.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlineboligsalg.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinefloridadivorce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onpageleads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opencom.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oposicionescastillayleon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optionsfund.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osrsplugins.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otogeworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ouminews.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overseasstudenthealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxen.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pacpost.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pamelaemarionimoveis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panamapacifico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panzerscreen.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parajardin.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pathwayscenterforgriefandloss.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "patriotsaustralia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "payarpolymer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paysap.bt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pegdown.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentacodes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "percussiontonal-forum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "personalhydroponics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pesananonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petech.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfabel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pilomateriali.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinaryucel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pineriver.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piw.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planchasvertical.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planium.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmcancercampus.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmcancerclasses.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pmcaregiver.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "podcaster.org.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polybot-grenoble.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "post-health.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "potsandplanters.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerapp.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ppgod.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presence-relation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prodoric.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "profservice.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "progettoforme.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projektsanning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promedlatam-qas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promedlatam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "protonmail.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proxy-bay.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pupboss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puralifesciences.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "purplemath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pvivirtual.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qiantuwenlu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qitano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qiu006.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quandoandare.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quantumca.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quniko.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qxbbt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qxwwly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qxxlw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ralfrachinger.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "random-stat.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realestatenewstv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "realvisioninternet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redoikos.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regencywalkinclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reliver-1-study.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "relookdecoration.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resimdo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resistancebooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restream.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rethinkyourfertility.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewengin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reviewku.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhinobase.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhrli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rikkamoe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "risedigitalvision.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ritos.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rivision.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "road-trips.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robotcoral.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rockraidersx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "roeriverbooks.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rofena.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "romayeskitchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rosaflorbijoux.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rotu.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rss3.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rufoelgato.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rugdesigngallery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rwcomerciorepresentacao.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s3call.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s3chat.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "s3file.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saabplanet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabba.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sabonis.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sacredheartbath.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safataviationgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saleh4unraid.cyou", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samsonnetworks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sangriasenorial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santhatela.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santodelgiorno.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sayers.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saz-it.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schnapsverein.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scicollege.org.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sd.ax", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seangunter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "searxng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seasonsboutique.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secure-it-is.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seg.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segdo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segdogames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sektorgaza.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "selo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seovoorboekhouders.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sep.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serdarakyildiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sergioforse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sevitahealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sgo-overbetuwe.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shoelevel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopping-il.org.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shuaishop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silberkiste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplepaddle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simplepengu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skeptics.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skiforlight.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skladmebliv.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sm-stream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartgrepp.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smbi-gelblasterhq.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smiling-magazin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smitsmail.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smoothweblife.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smoothweblife.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialist-alliance.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "societatis.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soellc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soenkem.ddnss.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solista.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soloprivacidad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sov-teh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "space-for.business", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparked.lgbt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speakthewordaudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sst-racing.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starkstromkonsument.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starman.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stereotyped.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stgiannanorthfieldnj.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stmarystfd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "studywithfriends.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stunningszczecin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subscription-list.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sumkunado.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suncoastdisplays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "survivalcrew.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svarmax.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swilabible.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sxjjt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sxmnm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sxtik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "systemb.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sytenko.org.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "talmischleather.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taolu168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxibudapest.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tbscan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tdev.team", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techie-show.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technicalmarine.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "techniqueelevage.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tehnoklubi.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temperodojuca.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tennisnerd.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testpinoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "texpresspainting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thailandtrends.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "the-stone-brothers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebeeyard.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefoodsociety.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "theprivilegesociety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thesimpleselfcarelifestyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thewanderersclub.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thietkewebkhoinghiep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "threatint.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thuoccaimatuy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tidlook.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tietew.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tigercam.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiyee.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tokenlon.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomgaddis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toptapisroulant.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "touhidurrr.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpcbf.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpccf.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpcff.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpr.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tprk.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transcoldindonesia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "transferistan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelback.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "treatyoakdental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trevea.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tridindia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tridindiahr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tristan.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartner.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartner.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartner.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartner.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartner.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartnercapital.holdings", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartnercapitalusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartnerchinafund.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartnerchinafuturesfund.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartnerchinagrowthfund.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartnerchinaoptionsfund.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartnerinvestments.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartnerinvestments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartnerinvestments.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartnerinvestments.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartnertech.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartnertechnology.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truyenkiemhiep.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truyentienhiep.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "try2services.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trytivi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttpwned.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuguiabolivia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuparticular.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuxamca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tydige.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyjuxin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udmddn.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uhnwarfarinedu.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukmoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.kim", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unixauto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unixauto.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unixauto.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unixauto.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unne.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unufoundation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "us-films.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "utahonlinedivorce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valens.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vanheede.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "variance.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vasectomie-pierre-boucher.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vaultlabs1226.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vcudu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "velopinion.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "veobas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vgxcontactcenter.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vibbslist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "villasintrabali.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visatime.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visionations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visionzeroreporting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitsearch.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vk-srv.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vlachoshome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vonckers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vowyboeq.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vtler-glabbich.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "w9nb.radio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waitman.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "warengroup.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "watchmode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcatherinekendall.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-tcapwebsite-dev.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webcamdirecto.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmax.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westburyelectronic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "when.org.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whistleblower.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wiktoriaflis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wilfredswholesale.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wishanimes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wolfermans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodworkcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "worthygp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wozekinwalidzki.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpduta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpify.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpspeedcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wtb.agency", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wz.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xcucu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xess.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xgp.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xh.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiaobude.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xkylee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--b1agzlht.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--fiqs8syvac75bffa172w.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--fiqs8syvak73af2cw10h.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--rs5a.xn--fiqz9s", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpsfactory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpsinnovation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xpsrobotics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtom.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yedinet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ynrrsr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youreart.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youryorkshire.wedding", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zergy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zhibo16.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zokeys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zone.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zone.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zone.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zone.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zoneadsl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "003dyw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1001stock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "10mach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1800baskets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1nf.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2b2t.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3602020.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3dscanners.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu768.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "3niu771.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "40anospaguemenos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "444takip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "7.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "717966833.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "801hao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "83ir2k8b.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "9sw.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-better-planet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-development.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a-e.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "a1websitepro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abeilleduhain.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abrecenze.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acrfashion.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "action-parapente.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adiyamanarackiralama.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adiyamandanal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adiyamantutunu6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "admitad.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "advantageinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adventureboy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aelgame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aeonian.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmetcadirci.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ahmetkucukonder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aida.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiofx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airsculpture.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airsculptureballoonart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airsculptureballoonart.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airsculptureballoonart.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "airsculptureballoons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akorlar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aktuel-urunler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alacorporation.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexbosch.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexmunroe.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aliosmanyuksel.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "allefrisuren.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alletattoo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almancax.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "almatytips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alperenremziunal.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alpiwork.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altius.com.pa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alywes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amaeruinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amazdriver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amcmdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "americanfandl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ameung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amfelt.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ampersandsmallbusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amznworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andresgarciapersonal.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andwebtraffic.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andyseducation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anlikdoviz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "anyrisk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aofli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apkandmod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apkindirsene.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apkmint.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appareilsmobiles.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appjobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "applecare.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "appleslayer.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aramyayinevi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ariden.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "armyofflyingmonkeys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ars.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arsalba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artuu.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "as211960.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asenaru.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asherosborne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asiandickfor.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asikoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asikoo.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assessments.careers", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "assmb.ly", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "associatedgamer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asterobot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asyaturk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atelierkuni.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atila.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atlassart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atriamediagroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "atwel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aucoindubloc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "audilio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auditiontapes.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aur.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aussiefinances.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aussiepie.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-wimar.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autogarag.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "autolib.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auvicom.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "avioimport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "axcess-electric-bikes.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aylett.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ayressupport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "azsec.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "babyledweaning.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "badsl.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bahisbonus.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bahislokal6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bairuo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "barr.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "batiweb.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaconhospital.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beekeepingfiji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beforeidie.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belloroma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belltownpower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bendjadid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bierlegal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "billpay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bipolarblogging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bjushop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blakylle.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bluelime.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bmrpainting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boisehomeoffers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boldare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bongit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bonitech.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bono3.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "booknooktutor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bossydigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brainsoftict.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "breakdownlibrary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brightgk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "broochwithme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "browngh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bub.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buildlbi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bukiko-test.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bundesanzeieger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buscahost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "buzye.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bytebodega.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "c-three.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cable360.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cadillacitalia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cainesjannif.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "caio.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "calpaterson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "can.biz.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cannabisreports.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capitalpipeline.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carolinaharboe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carrick.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "castillosohail.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cavalryscout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cbdd.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccaag.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccatpracticetests.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ccddos.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cellgames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cgstprayagraj.gov.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chevroletitalia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "chimera.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "china-week.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "choco.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christianga.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "christophkranebitter.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ciktikyola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cirogomes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cistiempo.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cl-pass.spdns.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cl0ud.hopto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloaker.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cloudflare.irish", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cmkr.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cnss.gob.do", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cohere.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colaker.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "colegiorecanto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "columbusunderground.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "combatix.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "complyadvantage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "computersandelectronicszone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "connorjc.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consortium.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consultancyistanbul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coolesc.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "copyrightstoken.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corgiclub.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "coronatestalmere.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corrector.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "corus.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creadordenoticias.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creativeexpertdesigner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "credoperth.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "croftdesigngifts.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "croftsvetsurgery.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crowdfundingdream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crsujind.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryo-informatique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cryptofibers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csa.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csn3366.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "csssr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "curatednews.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cyberiq.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dabaas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dabrecords.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daggas.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dampoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dannydiamondsconcrete.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dariakociszewska.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "darmowy-tarot.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dataimport.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dataxl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dazzle.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbarbers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dbas.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcc.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcpl.bt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ddoscyber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dehop.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dentistree.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depcompower.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedclick.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depedclick.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "depressionanon.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "derssonu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desideriushogeschool.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designdecorativ.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "desteklio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devrekgazetesi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devs4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dezsnab.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "diagnosingfiction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalcomponents.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dijibot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dijispin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dildolivecams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dindludovic.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "directorioempresarial.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disisto-schiesser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disisto.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "disney-stitch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dispositivos.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "divinerooms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dizihastasi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dmg.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dofedex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "domainoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "donnerhollenconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drbenbarry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dring.tf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drjoesimmigration.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drsoul.band", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "duckmob.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dufving-beckmann-architekten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumbcryptopunks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dumbmeta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dunassyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dungeonedraghi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "e-wordpress.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eagenda.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eatfood.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ecardforest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "efeel.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekiphost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ekodiena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elana.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elektrikvesukesintileri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elementblend.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elifelabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliseadams.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emotality.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emoteknoloji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "empadaoportugal.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emtex.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enaira.gov.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enderhesap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enterle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "epcquebec.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eqbal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erefredag.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erinandken.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erogen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "essecharlie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esthergoh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "etil.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "evdeneyapilir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everydaynews.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "excelnutritional.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exhpo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exoweb.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "experiusledsigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f-code.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip120.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip51.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip52.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip53.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "f88vip54.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fabilpages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "factoryreset.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "famacweb.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farukcesur.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fast-host.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "faw.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbscontenttest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feedback-project.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "feedmail.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fengrui.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ferretslife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fffnrw.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fiftytalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fijibutterflyfishcount.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fijimarinas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fijiresortforsale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fijisharkcount.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "findcep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishport.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fishport.cyou", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fleki.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "floridaledtruck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flux.today", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fnbava.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "focusoptimization.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foepwned.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forumfi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "forward-proxy.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "foto-verslui.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "francisbaconnet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "freshuk.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frogstage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "frontendmentor.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "froxt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fugu.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fuzigames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fzxx.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "galaxystaking.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamerant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gazobeton-don.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gbp.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gdit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gdxware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gengoulf.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "geschenkly.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gethdporn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gigarange.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gizemlibilgi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gncbilgi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "godalyan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "goodglow.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gpremium.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gransfors354.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "greenleft.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gufengmh8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "guidaditalia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "habermania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haberulus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "handles.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hankooknegyed.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hankunlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hapbalili.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happychurch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "happyretail.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hasan.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hassanhardware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "haysc.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthykitz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hebe.stream", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hellov.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "help724.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpmelah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpwithmycreditcard.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "helpwithmymortgagebank.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hendrichfallriskmodel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hepsimedikal.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "herbacom.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hidden.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hifrds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hifrnds.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hipocampo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hiringprocess.careers", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hk130.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "homeservers.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "honeywellvideosystems.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hor.rent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hornslife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hospicecommunity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hsgms.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hungnm.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hussehrana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hyland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icpb.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icttindia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idealucedifilippi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idylls.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ikhya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ile-de-la-beaute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ilkhobi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imdaadapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "immoisrael.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "industrio.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infoeccos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infopulse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infosectek.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infra-voice.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inhisword.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inovatec.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "intellium.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "interieursud.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "internationalrugsdallas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investisiya.az", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "investservis.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "invistics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "islekyapi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izeno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jamessliu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jarritos.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jaspyrbooks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jassecharlie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jcd-serv.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jdeen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeremyhodges.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jessacharlie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jetsosyal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jitendrapatro.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jkmoving.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jktu.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jobnas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "johncleary.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joinmatrix.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jourdespa.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "journalisticapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jsp-cloud.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justanorganizedhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justmysocks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadinbakimi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadineki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kadinloji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kalendergah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kampanyakolik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kamumanset.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kargonerede.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "karsiyakacilingir.biz.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kerkukkitapcisi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinozal-me.appspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kinozal-tv.appspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kirmiziteknoloji.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kittatinny5.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleise.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "klimeck.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koabaer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koabaer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kokanbite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "komfort-doma.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "konnex-it.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "koresageart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kotatsu.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kozba.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kozmik.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kreator.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "krv.xn--6frz82g", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ksnl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ktinta.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kumi.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kunfeyekun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kurs-elektryka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kutahyaciniyapitasarim.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kyanjames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "labostark.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lalazodiac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "larkleclear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lasol.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leducq.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "legendsofmiddleearth.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lenirobredo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lentusaudio.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lepadv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "letmepost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "levelkoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "limanhaber.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linkstage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lisanshizmetleri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livefortheviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liyingcloud.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lobmedya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "localcalifornianews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "locksmithalberton24-7.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lofirmo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logodestekhatti.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logodevir.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logodevir.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lojacosmeticoshair.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lopes.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lovstabanan.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "loyisa.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lukaszczyk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lunastrail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luxuryhous.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maana.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macappstudioprojects.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "macsonuclari.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "magazinmeydani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mahirakyildiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "makenprint.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maki.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "malwareninja.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "managemy.rentals", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manfred-feiger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "manipurmatka.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mannafields.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mapillary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marchoffrichter.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marcorubiol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariansalzman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "marineecologyfiji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markitee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "markvsingleton.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "martinploug.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matanza.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matrixmold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "matthewlankford.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maximusrose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mediasozluk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meditrine.cd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meis.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mensatek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "merv.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mesoyca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "messengerkids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metin2.community", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metin2.download", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metin2.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metropolisdawn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meusartis.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mex-it-up.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mgpayserv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miaw.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micareklamajansi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelsbookcorner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michel-pilaert.coach", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "middlesbroughmoneyman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mikper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "milk.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minitec.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "misalacuna.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miteltest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "miteltest.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mjbeventspr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mkrecek.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mlvbphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moec.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mohot.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojetatuaze.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mojizuri.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "monagenceentreprise-caap.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morethandigital.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morohub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morphysm.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morphysm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morphysm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morphysm.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "morphysm.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mortilki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ms-rss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mydabb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myhealthchecked.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mysilvershield.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n3oneglass-uat.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naacam.org.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nafconnexus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nairus.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naturamaxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ne.jo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nea-security.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nearlist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neossa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nepapropertygroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nerss.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newtoncomputing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nexur-front.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ngewar.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niferry.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niharikatimes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nilsbrisset.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nippon.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nipponsteelwelding-thai.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nirex.as", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nirex.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nitttrbhopal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodewire.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "northtints.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nosoxo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nqesh.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nsics.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nubla.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nxplinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "o3swap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oaoue.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oedeemboek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oharrasplumbing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "okeydeyim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onbase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "one3oneapartments.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "online-vertretungsstunden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onlinesmsbox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onurdemirezen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opcoupon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opelim.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openbible.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "openbiblebookstore.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ophelia.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optimon.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opusdei.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "opuspremiumfilms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orangeturtle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "orientelectronic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ornz.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "osteriabellavista.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "otpbd.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "outloudradio.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "overca.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxfordbus.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxygenforchennai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oyun.news", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oyunnext.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paidtomoney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paintprotectionfilm.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "palmedconsultants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pandorarox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pantallazo.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "parabolaeditorial.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pastinfluences.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pathwaysthroughgrief.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pazarlab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peliculas-viejas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peopleandchange.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peoplecanfly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peppertalks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pepul.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "perfectscook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pericia.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "petciler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pfr.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgmann.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phone-hospital.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pic-share.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pillioyun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pinflix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelglance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pixelplex.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "piyzar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pizzaslut.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "planungsdetail.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plasticsurgerystore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "platinumgatesecurity.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumberdurbannorth.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "plumberqueensburgh.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polatas.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "politicobuzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porady.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornhd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornhubpremium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornrox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pourtoi.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerplatform.istanbul", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praemoveo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "precutppf.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "premiumpictureframing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prizwiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "prizwizapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proconjcb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projehocam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projektmydlo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "projektownik.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "promoget.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertyfinder.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "propertyinvestmentmadesimple.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "puantr.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "publicdelivery.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pyramidsmalleg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qfiard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quickhaul.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qureshicreatives.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rabalefood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiotofifan.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiovera.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rahasyavedicastrology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbi-admin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rbi-umbrella.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcforex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rctrk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rctruck.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reachpersonalgrowth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "readcity.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reallife-it.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "recipeforvegans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redfanatic-muenchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redstonehomekits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reficio.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "regent.ac.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reksadanapanin.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rengaver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renklihobi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "repalriley38.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "resortsupportfiji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "restaurar.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rfg.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rib-dinslaken.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rib-dinslaken.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rib-fm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rib-fm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rib-ims.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rib-ims.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rib-ims.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ribims.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "riceonline.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "risky.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmupasswordstudy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robertrenoir.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "robin-meis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rodiler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rondacan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rootgsm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "royalsleeping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rozataki.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubblesandton.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubyonremote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rugugu.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ruwhof.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "safetynation.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sainet.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saintsrowmods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "samarpanfurniture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "santiyede.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "saranasuryaasih.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sarioglumetal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sayheymike.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scanigma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schermata.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schottlandtaxi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "science-azur.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scola.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scolacdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scoolio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scopethree.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scotgabriel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "scubahirefiji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sdlaw.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "seareelfiji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sectelligence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "secundity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segredosdosonho.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segurosmr.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sell2orbit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "senarizt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serenity-realms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serval-formation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sfbao.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sharprocket.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shinenet.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shinetruckleads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sigmaadv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sila.qa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silverflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "simetrix-solutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sindescargar.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sindirectory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinthill.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skillab.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skinsolutionclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skybluedigital.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skypanic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sliszlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartlandturnkey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartnoob.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smmpanelbul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smstorems.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snowcalmth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sogudo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "solucioneswebbc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sosyalat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soulpetrol.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sovos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spacenerd.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "spandrusyszyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sparkedapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "speedlearningapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sri.com.pa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stage-metrobible.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stalbans.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "startsafety.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steamlevelmarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stephenbakalian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stethostalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stetsed.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stmaryskutztown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stoeckel.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stonesgarden.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storageshedsnc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storeisrael.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stori.press", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storipress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "storipress.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "streamurl.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stunninggdansk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylopress.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suan2005.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "subvetcustoms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sulfegate.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunby.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "superherba.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supertoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "suravi.in.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sustainablekeys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sutmar-anwaltskanzlei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swiftcodetoday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t3terminal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tahlilsonuclari.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tahvel.edu.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "takipcikutusu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tandhoutdoors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarot-online-app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarot-online-app.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarotistas.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tattooidee.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tattoomotive.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatuaggio.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taxuni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamdev.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamrecess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teamsherry.realtor", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "technisys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teknosa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "telehealthsuite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tennis-hameln.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "terraso.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "testhocasi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tests.school", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thebiopoetist.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thefantasyrooms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegasshop.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thegasshop.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thehonoursystem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thelinkstage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thespicygadgematics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thetasbih.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thienduongthoitrang.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thinkhealing.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tieulinh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiinside.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tirepressurelight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tnwakfboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "toberdyne.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topdeerantlerspray.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "topline.com.sa", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tornadoautos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpcof.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpsolution.ge", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tpx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tracyrobbinsking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trilogymp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartner.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartner.limited", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartner.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartnercapital.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartnerchinabondfund.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartnerinvestment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartnertech.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartnertechnology.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truyendich.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truyenmoiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tsem.bt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttr3.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tunbiya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "turkodon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twinlakeestates.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "twotravel.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "txtsoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyroola.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyroola.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyroola.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyroola.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tzki.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uab.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ubaid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "udla.edu.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ugurnakliyat.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ukfreedomproject.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unibounty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uniselectweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "universiteye.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unixauto.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "up2date.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uploadcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uprawnienia-g1.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uprawnienia-sep-1kv.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "upsocial.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usait.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usuwanie-wirusow-wordpress.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uthavi.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "valgardsempornium.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vapebhd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vbetcn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vectorsity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "verigom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetafarm.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vetbilgi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "videojet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vidrop.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vimexx.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinoleed.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vipstat.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "virtualgayhd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visittartu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitaline.uz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vitikit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vivelatural.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voi.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voxeaarecords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vyre.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waf.sexy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waitabu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "walrusntiny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wapresri.go.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterbassoon.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "waterborefiji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weavabel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "web-biz.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webmovo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weboke.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "websmaniac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "weirdcompany.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wenablog.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westcoastdrones.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "westrandgardeningservices.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "what.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whichphish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "whizkidpcservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wholebody.je", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wildglass.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodlandgarden.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "woodvibes.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wordpress-malware-removal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "work.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wprank.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wunderbarespolen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wyckoffspringmeadowcondos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xad.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xcatalogo.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xfantasy.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xingjianni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiuxiumh02.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn----7sbagi4akcjwfceu2aoi5e0eh.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--78je2j8a.cafe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--flskeklubben-7cb.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--i8s3q.xn--j6w193g", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--koabr-jra.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xrtasmania.earth", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xtoob.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xuez.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xxxteen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y2s.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "y3600.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yachatshomesforsale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yemekustalari.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yeniistiklal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yetkiliservisrehberi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ynamly.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourstorebridgwater.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yourstoreexeter.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "youtubeabonesi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yupug.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z2.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "z3marketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zehrailkeakyildiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zemtime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zeroplast24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zinsserplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ziraatweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zongzi.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zurucksetzen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zwitterion.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "0-0.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "111plus.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "1g.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2022ccbji-sales-convention.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "2ndface.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "301.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "32kk.edu.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "403for.bid", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "423down.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abilitylifesolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "abogadocivil.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "absolutelybaching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "achicrip.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acorta.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "acsiresearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adverganda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "adverganda.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agilicus.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "agilicus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aide-hebergement.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aiplabs.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "akc3n.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alchosting.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aldervets.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alex.net.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alexnguyen.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aliceinfoodland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "alista.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "altcoinfiyatlari.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amarildoruci.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "amondial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ampnuts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andar-reuma.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "andrew-simon.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androx.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "androx.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "animaproduksiyon.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "apollonion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arbeta-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arenda-auto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "argilo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "arkaminer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "articlequeue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "artsy.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asapboiler.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "aselo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "asweetsmile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ausbildung-rbg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "auto-ecole-remparts.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "automarkon.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "band.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bdgroup-lab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "beaoriflame.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "belle-bete.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bhitti.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "biletdegisikligi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bilgireis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitcoinindy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bitsalt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "black-rider-studio.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blackslots.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "blijbeest.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boomgamer.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boucherie-charcuterie.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "boulangerie-patisserie.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bouvetmarechal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "brownsville360.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "bx.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "canadapet.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "capslock.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "carstar.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "casino.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cedarlife.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cestlaviegeorgia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "checkngo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cirriton.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cognitioperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "collegenowsupport.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "comparic.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "conceptec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consilium-ifa.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "consyltec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "creeksideduluth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "crtified.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "cshark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "d3scene.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "daidothi.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dalat.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "danskgummi.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dc-zone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dcs.pp.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "debrunet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "decor-anna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "defelo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "delaware-sexcams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "deped.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dermaprocollagen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "designformanufacturability.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "devtechgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "didactik.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "digitalworkplaceforum.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dizapra.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dogrupara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doit-intl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dombutor.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dotbigdeal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doveskyger.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "doveskyger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drahmedmaged.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drehabkhalifa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dressshopboutique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drfuhrman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "druckagentur.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drybms.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "drziyayavuz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dukkanacmak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "dutch-fieldhockey-drills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eclinic.vet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "edgetechig.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "egypthomemaintenance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eliteevents.london", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "elkonsults.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ellenkesters.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emmaste.edu.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "emonashop.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "enlaztravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "entrusttefl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "envysportsmanagement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "erotismo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "esu.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "eve-care.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "everyonefit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exalt.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "exceptionalstack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "expressionexpress.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "farafaratodonuevoleon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fashiola.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fbk.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fgidu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "filpromer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "finr.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fixedbets.tips", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flst.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flubiostudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flubiostudios.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "flycoo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "focusbet.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "focusbet.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "formblob.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "fundacionsiempreadelante.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gablesplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gameboyarchive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gamer.web.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "giddilife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gites-de-france.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gohhaksu.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "golfinbritishcolumbia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gonortheast.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gostles.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gracedonors.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gracedonors.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gravityledger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ground-control.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "group-ala.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gsbot.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gurl.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gusar.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "gutterlogic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hamelnpsychotherapie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hblwrk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "healthtrio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "heavytrucksolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hev.edu.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hhdelfland.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hidayahlgbt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hny.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hometask.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hoz-pack.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hrw.guru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hugemonitor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "hunhold.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iamreally.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ibe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "icmsjamaica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "idealgo.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iismr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iiwbr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ijustwanttomeetmyheroes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "imanna.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "industrio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infinityns.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "infocapsol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "inside-m2m.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "instagramdeposu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ip-cam-pro-cz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "iqmarketing.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ircom.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "irrational.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "itcloud.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ix.run", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "izvorul-bucovinei.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jbayetsecretariat.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jeboivlogs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jefre.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "joettecalabrese.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "jrzly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "justifinetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakdoma-23.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kakdoma23.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kayipkiliseler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kayisi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kd-23.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kingofice.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kleding.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kosgebkredisi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "kronospsi.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ks-digital.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lazorgun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "le-cannabis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learnpress.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "learnupon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecannabis.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecannabis.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lecannabis.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lechuanginu.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "leemahoney.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexington-credit-repair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lexpir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "librebyte.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "linuxtech.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lipoedeme-france.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "live.ac.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "livebarmenu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "liverado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lizandrewsphotography.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logofiyati.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "logrhythm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lorenzodallaga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "los-mejores-top.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "lsal.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "luis-portfolio.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "maccabi-dent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailsac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mailw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mariberceritera.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcdgenclikkulubu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mcdreamcity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "meavagas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "med.msk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "melloni.consulting", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metadatastician.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metadatastician.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "metropolisdawn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mh-cdn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mhginsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "michaelcrane.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "micromist.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mihaco.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijnetz.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mijnvogaanvraag.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "millerfabricationsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "minutocultural.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mitribe.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mix-master.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moetp.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "molodechno-mk.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mon-habitation.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "montroseflorida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "moonmolds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mosquito-code.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "mptenders.gov.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "myessaydoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "n3oneglass-dev.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nakedgirls247.xxx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "naxe.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ndvlaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neometals.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "neurococi.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "new-mexico-sexcams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newcapitaldev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newcinema.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "newemage.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nicolemunoz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "niledevelopmentseg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nimbo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nipponkaigi.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nirex.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nodownload.games", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "normity.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "noveoo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nqesh.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ntuchinesesociety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "nzcorp.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "obido.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oceanspraymiami.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "onespan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ontariocat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ontariodog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "optyug.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "originaltee.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ospis.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oursportscentral.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "oxizonia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "panamasportsfactory.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pantherprotective.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paven.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paycaptain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "paylocal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pentopolimer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pergam.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pergam.kz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pergam.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "peterslavik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pgp.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmalab.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pharmalab.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "phigrupopolideportivo.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pipa-shop.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pitou-minou.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "polimur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "porazarul.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornolab-zerkalo.appspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "pornolab.appspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "powerserg.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "praktijkinfano.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "presidentialserviceawards.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "princebazawule.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "proaudiogc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qinandwang.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qofpeacechurch.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "qprint.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quebecdogs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quocloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "quoininc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "radiocc.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rcbrazilsugar.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "reachdigital.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "redarx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rem-cond.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remcond.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "remissionclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "renesteiper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "revealcellcamtracker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhode-island-sexcams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rhwonline.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rmt-construction.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rubbleremovalsjohannesburgsouth.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rumah123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "rutracker-org.appspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sait.health", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schittscreek.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "schnabllending.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "segdo.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sekrane.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "serdarcal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "servrox.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sexys.cam", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shevenmed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shi.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "shopnguyenlieumypham.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silbercloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "silvester-mitterschida.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sinfoniettabelcanto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sistemasyprogramas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "skydivingexperiences.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "smartleaklocator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "snip.software", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socialbland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "socratec-pharma.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soliujing.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sonbilgi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sontaycamera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "soopy.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "srealmoreno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "starrosesandplants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "statscrew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "steerthrough.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stepin.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stjh.org.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "strivebenefits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stunningkrakow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "stylesinmotion.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sunnuslight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "supedium.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svkatarina.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "svmedia.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "swjen.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "sztyup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "t8w.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tafnervotacao.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tagram.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "taninmislazer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tarimkredi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatoo-shop.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tatuering.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teachersph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "teecketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temoinfidele.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "temp-lars.army", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tequenikality.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tesladeaths.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thatguy.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thatsnotathing.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "thoth.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tickertable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tiger-seo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tolkienlibrary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tomposer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tootsi.edu.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "totalenergies.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "travelperk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trekamdienstag.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trenujskutecznie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripleone.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tripleone.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartner.holdings", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "truepartner.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "trumpet-call.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "try2services.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tt-bentley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ttug.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tuneserver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tutarot.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyroola.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "tyu.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "uitdeoudekoektrommel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "unblockit.bz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "urown.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "usevestty.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vergesense.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "viitanen.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vinotec.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vip-transfer.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visaster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "visaster.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladwm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vladwp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vocationaujourdhui.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "voxelcat.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vsscr.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "vydelavejwebem.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wcarc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "webbankir.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wf-clan.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "widescreenfixer.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "willzahra.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "windows101tricks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "withlovelv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wpjzb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "wrnmb.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiix.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "ximg.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xiuxiumh01.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--3js556addp80q.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--gs8h.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "xn--uba.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "yakushima.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zaraheating.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zgh.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, { "name": "zstrebarov.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, // END OF 1-YEAR BULK HSTS ENTRIES // Only eTLD+1 domains can be submitted automatically to hstspreload.org, // but we allow subdomains in specific circumstances: // // https://github.com/chromium/hstspreload.org/wiki/Preload-List-Processes#requirements-for-manual-hsts-entries // // These are still marked with the `bulk-1-year` policy, since all other // requirements apply. // // START OF 1-YEAR BULK SUBDOMAIN HSTS ENTRIES { "name": "stuvus.uni-stuttgart.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true }, // END OF 1-YEAR BULK SUBDOMAIN HSTS ENTRIES // Manual additions and changes in Chrome 51 or later that do not belong in a // special section above. // START OF MANUAL CUSTOM ENTRIES // Bulk-style { "name": "rugk.dedyn.io", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "bicycle-events.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "aramado.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "bebefofuxo.com.br", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "cuecasonline.com.br", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "interflores.com.br", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "lingerie.com.br", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "lojadoprazer.com.br", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "perfumes.com.br", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "qbiju.com.br", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "rmdlingerie.com.br", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "shinebijoux.com.br", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "sogravatas.com.br", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "xn--neb-tma3u8u.xyz", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "relaxpointhyncice.cz", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "smartpass.government.ae", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "arlet.click", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "service.gov.uk", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.amazon.ca", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.amazon.cn", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.amazon.co.jp", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.amazon.co.uk", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.amazon.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.amazon.com.au", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.amazon.com.br", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.amazon.com.mx", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.amazon.de", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.amazon.es", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.amazon.fr", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.amazon.it", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.amazon.nl", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "music.amazon.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "tails.boum.org", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "baas-becking.biology.utah.edu", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.theguardian.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "patrick.dark.name", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "techmasters.andover.edu", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "simpletax.ca", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "hstspreload.appspot.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.cnet.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "ccu.plus", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "mitm-software.badssl.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.hyatt.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "connect.facebook.net", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "bing.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "skypeassets.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "teams.microsoft.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "trouter.io", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.zdnet.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "downloads.zdnet.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.techrepublic.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "aka.ms", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "go.microsoft.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "airbnb.tools", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "account.bbc.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "session.bbc.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "session.bbc.co.uk", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "bank.barclays.co.uk", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.raiffeisen.ch", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "ebanking.raiffeisen.ch", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "login.raiffeisen.ch", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "alessandroz.pro", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "minecraftforum.de", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "weeblrpress.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "photistic.org", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "cortis-consulting.ch", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "tumblr.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "teams.microsoft.us", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "office365.us", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "www.amazon.in", "policy": "custom", "mode": "force-https", "include_subdomains": true }, // Burton domains (contact: burton at typewritten.net) { "name": "typewritten.net", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "codebreaking.org", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "calculates.org", "policy": "custom", "mode": "force-https", "include_subdomains": true }, // Avanade domains { "name": "avanade.co.in", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanade.com.es", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "quadreon.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanade.in", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avinade.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avinade.org", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avenade.org", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanade.name", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanadeonline.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avenad.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanade-consulting.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanade.com.sg", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanade.cm", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "azaleos.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "azaleos.net", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanad.biz", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avenad.net", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanade.jobs", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanad.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avinade.net", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanade.info", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanade.biz", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "ax4health.nl", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avenade.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanade.ca", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanade.consulting", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanade.org", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanade.net", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanadeconsulting.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avenade.net", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanade.com.br", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "avanadeblog.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "azeo.fr", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "azl.ink", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "altiusondemand.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, // IP Address { "name": "1.0.0.1", "policy": "custom", "mode": "force-https", "include_subdomains": false }, // No subdomains { "name": "wordpress.com", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.wordpress.com", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "hyatt.com", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "ft.com", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.ft.com", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "va.gov", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "gov.uk", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.mojadm.sk", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "mojadm.sk", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.dm.hu", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "dm.hu", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.dm.de", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "dm.de", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.dm.mk", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "dm.mk", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.dm-drogeriemarkt.ba", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "dm-drogeriemarkt.ba", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.dm.rs", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "dm.rs", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.dm.cz", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "dm.cz", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.dm.at", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "dm.at", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.dm-drogeriemarkt.it", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "dm-drogeriemarkt.it", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.dm.pl", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "dm.pl", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.dm.si", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "dm.si", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.dm.hr", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "dm.hr", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.dm-drogeriemarkt.ro", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "dm-drogeriemarkt.ro", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.dm-drogeriemarkt.bg", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "dm-drogeriemarkt.bg", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "grossbesteller.dm.de", "policy": "custom", "mode": "force-https", "include_subdomains": false }, { "name": "www.figma.com", "policy": "custom", "mode": "force-https", "include_subdomains": false }, // HPKP { "name": "swehack.org", "policy": "custom", "mode": "force-https", "include_subdomains": true, "pins": "swehackCom" }, // TODO(elawrence): hstspreload.org can't scan IPv6-only sites due to Google // Cloud limitations. Move these entries to the bulk entries once they can // be handled automatically: github.com/chromium/hstspreload.org/issues/43 // IPv6 { "name": "ipv6only.network", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "trinity.fr.eu.org", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "mysa.is", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "vensl.org", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "aaron-schaal.de", "policy": "custom", "mode": "force-https", "include_subdomains": true }, { "name": "as204982.net", "policy": "custom", "mode": "force-https", "include_subdomains": true }, // Expect-CT { "name": "crt.sh", "policy": "custom", "mode": "force-https", "include_subdomains": true, "expect_ct": true, "expect_ct_report_uri": "https://clients3.google.com/ct_upload" }, { "name": "crypto.is", "policy": "custom", "mode": "force-https", "include_subdomains": true, "expect_ct": true, "expect_ct_report_uri": "https://clients3.google.com/ct_upload" }, { "name": "ritter.vg", "policy": "custom", "expect_ct": true, "expect_ct_report_uri": "https://clients3.google.com/ct_upload" }, { "name": "scotthelme.co.uk", "policy": "custom", "mode": "force-https", "include_subdomains": true, "expect_ct": true, "expect_ct_report_uri": "https://scotthelme.report-uri.com/r/d/ct/reportOnly" }, { "name": "matteomarescotti.it", "policy": "custom", "mode": "force-https", "include_subdomains": true, "expect_ct": true, "expect_ct_report_uri": "https://matteomarescotti.report-uri.com/r/d/ct/reportOnly" }, { "name": "tobiassachs.de", "policy": "custom", "mode": "force-https", "include_subdomains": true, "expect_ct": true, "expect_ct_report_uri": "https://tobiassachs.report-uri.com/r/d/ct/reportOnly" }, { "name": "gc-mc.de", "policy": "custom", "mode": "force-https", "include_subdomains": true, "expect_ct": true, "expect_ct_report_uri": "https://tobiassachs.report-uri.com/r/d/ct/reportOnly" }, { "name": "knightsblog.de", "policy": "custom", "mode": "force-https", "include_subdomains": true, "expect_ct": true, "expect_ct_report_uri": "https://tobiassachs.report-uri.com/r/d/ct/reportOnly" }, { "name": "cloudflare.com", "policy": "custom", "mode": "force-https", "include_subdomains": true, "expect_ct": true, "expect_ct_report_uri": "https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" }, { "name": "history.pe", "policy": "custom", "mode": "force-https", "include_subdomains": true, "expect_ct": true, "expect_ct_report_uri": "https://history.report-uri.com/r/d/ct/reportOnly" }, // END OF MANUAL CUSTOM ENTRIES // eTLD owners who are working towards wide HSTS adoption can request to // preload entries at registration time. // START OF ETLD-OWNER REQUESTED ENTRIES { "name": "login.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "digital.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cdcpartners.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "smarterskies.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "atcreform.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "myfdic.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "innovation.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "trainingproviderresults.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "campusdrugprevention.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "e-verify.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "earthsystemprediction.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "militaryconsumer.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "osdls.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "identitysandbox.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "employer.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "digitaldashboard.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "reporting.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hirevets.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "search.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "everytrycounts.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "intel.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "opioids.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pppo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ffb.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "safecar.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "famep.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nationalmall.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mytuleap.com", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "accessibility.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "childcare.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "crisisnextdoor.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "devtestfan1.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fan.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "farmers.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "foiaonline.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "goldwater.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "goldwaterfoundation.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "goldwaterscholarship.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ntia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "preprodfan.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "securitytestfan.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "supportfan.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "xd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bebest.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nbis.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "investor.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "golearn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lmrcouncil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "energystar.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "e-enterprise.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fedcenter.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fdms.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bfem.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "relocatefeds.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tox21.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "urbanwaters.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cbi-epa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "glnpo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "greengov.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bep.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "eyenote.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "moneyfactory.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ccac.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "apprenticeship.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "apprenticeships.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ai.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofeastpointemi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofwadley-ga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "elbaal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hig.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "joinamericacorps.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mimm.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mycolorado.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "republicmo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "rincon-nsn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "safemt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "usagm.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "claibornecountytn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "delcopa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "eastpeoria-il.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "evansville-wy.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fbf.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fortoglethorpega.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gilescountytn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "glencoveny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gonzalesca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "kielwi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "rva.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sequatchiecountytn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "votewa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "zerowastesonoma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ehr.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "heberut.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "islandlakeil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "middletowndelcopa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nvcogct.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "obioncountytn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "wilsonvilleoregon.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "algercounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bountiful.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "canfield.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cisa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "dallas.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "douglas-ma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "getleanflorida.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "junctioncitywisconsin.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lincolncountytn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "metropolisil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mooretownrancheria-nsn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mountairymd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ngla.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pakeystonescholars.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "saccounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sciototownship-oh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "southwindsor-ct.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stutsmancounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "syracuseut.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tnwioa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "toddmissiontx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "townofruthnc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tnrealid.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofmadera.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "jeffersonkyattorney.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pittmancentertn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "usdoscloud.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "redmondoregon.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "widoj.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "banningca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ocwr.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cwr.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sheriffmiamicountyks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "calcasieuparish.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ncmedicaidplans.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ncmedicaidplan.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gibraltarwi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "burgawnc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "charlottecountyva.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "joliet.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "deperewi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "genevacountyal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "myfloridacfo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mccurtainems.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "america250.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "usa250.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ussemiquincentennial.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "arkadelphia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofarcolatx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tnosha.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "dpucarriersma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mainelosap.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "smithcountytxtaxrates.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "techsharetx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hfsctx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "marthasvillemo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "wisecountytx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "usdfc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "dfc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lebanonoregon.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "readywithresourcestn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "coleg.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "coloradobluebook.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ocponj.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "infuse-mn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "morgancounty-al.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "delawarenation-nsn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "minoritywhip.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gopwhip.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "artransparency.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ohiosos.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "abitaspringsla.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nscai.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "morgancountysheriffal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "franklincountyflorida.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "azrangers.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sterlingheights.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "innovateohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ohioag.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cookcountyclerkil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "aoicprobationil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hartfordct.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bega-dc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofwoodward-ok.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "manhassetparkdistrictny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cecilga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "floridaagriculture.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "flagriculture.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "floridaconsumerhelp.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sheriffpawneecountyne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tnwildlandfire.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tnusedoil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "safeathomeohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sflhidta.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ohiobusinesscentral.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "schoolsafety.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "solarium.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cavecreekaz.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "usidfc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "idfc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pbrb.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "leavenworthcounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "trpa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hudsonwi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "woodfordcountyky.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "franklincountyny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "townofhulbertok.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gilsum-nh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ahidta.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pleasantonca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "elonma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "carrolcountyohioelections.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "alabamaag.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "clinchcountyga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "columbiacountyor.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "columbusks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cuyahogacountyvotesoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "dentoncounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "elon.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gainesvillega.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gravescountyky.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "guernseycounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gurleyal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "highlandsfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "huntingtonwv.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "icountnm.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "jisnashville.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "juabcounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "knoxcountytn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "laurelcountycorrectionsky.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lavoniaga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lawrencecountyboe-ohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "louisacountyia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mackinawil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mariescountymo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "menomineemi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mercercountyohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nashvillesheriff.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ohioago.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "portagein.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "purchasetncrash.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "recoveryohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ritaohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sadievilleky.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sthelensoregon.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "strongohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tampa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "venicefl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "waverlytn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "wilderky.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "williamscountyoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ceredowv.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "logancountyky.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "frederickmd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "humboldtcountynv.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "louisvillene.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sharpsburg-ga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "clarksburgma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "votelevy.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "waynecountyoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "northbayvillage-fl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "republicanleader.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "republicanwhip.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "woodridgeil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "centretownshipin.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "rehobothma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cowcreek-nsn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "riversideiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pickawaycountyohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ohiot21.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ohiotobacco21.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bridgercanyonfiremt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "militaryaviationsafety.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "landoverhillsmd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "myoregon.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "texasready.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "clayelections.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "findtreatment.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tiogacountyny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "waverlypa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "whitepinetn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "esatn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lickingcounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "brookscountyga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "huntsvillealtransit.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "jenkinscountyga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ohiostateparks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "summitcountyboe.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "townofpolk-wi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "aselectionoffice.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "harpersvilleal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "whdpc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "boonecountyfpdmo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "votemarion.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "everykidoutdoors.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "medinacountyohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "buyamerican.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mercerisland.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "munfordtn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "carrolltontx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ontariocountyny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nehalem.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "greenecountytn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "billingsmtpublicworks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "woodcountywi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "msdprojectclearmo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sacramentocounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mortgagetranslations.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "oregon2020census.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sonomacounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pascovotes.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nolanvilletx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fcgmd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "shorewoodmn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "muhlenbergtwppa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "vanwertcountyohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "linncounty-ia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nhbp-nsn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "penuelaspr.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "orangenj.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "washcowi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "washcowisco.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "washingtoncountywi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "govotecolorado.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "portchesterny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "azcensus2020.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fayettecountyoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "kingstonga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hancockcountyohioelections.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "henrycountyohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "spotsylvaniacounty-va.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "spotsylvaniacountyva.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "phoenixcourt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "phoenixmunicipalcourt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "votehamiltoncountyohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "athenstn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "reemployks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "wmataoig.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "wildwoodpolice-fl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "widatcp.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "westplains.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "westonma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "watertownmn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "warrencountyga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "voteokaloosa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "utleg.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "troupcountyga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "thetfordvt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "texascountymo911.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sweetwatertx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "suwcountyfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "suwanneecountyfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "southogdencity.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "shermancountyks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sanduskycountyoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "risheriffs.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "richlandcountyoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "queencreekaz.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "portagecounty-oh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ottervillemo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nwfdaz.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "northhampton-nh-pd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "martinsferryoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mahealthsurveys.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "linden-nj.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lincolncountymoclerk.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "leonvotes.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "iowacolonytx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "inverness.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hopkintonri.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "govotetn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "georgetownohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "geneseecountymi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gary.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "g7usa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "g7campdavid.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "g72020.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fremontcountyia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "forestparkga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "floridados.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fayettevillewv.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "elkvalley-nsn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "elkgroveil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "crawfordcountyohioboe.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "coronavirustesting.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "coronavirus.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cleelum.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofmerced.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "chathamil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "briellenj.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "blainecosheriff-ok.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "almaarkansas.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "albanyca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "apachecountyaz.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "applevalleyca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bentoncountyia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "birminghamal911.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bowmar.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bullvalleyil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "carsonca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "casscountyia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "centervilleutah.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofcarsonca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofgigharborwa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofguttenbergia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityoflakegeneva.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofpinebluff-ar.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "clintonoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "clintonohfire.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "coloradosos.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "corcoranmn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "coronavirusfortbend.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cranstonri.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "crestwoodky.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "custercounty-co.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "eaglecountyco.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "eastprovidenceri.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gaoinnovation.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gaoinnovationlab.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gaoinnovations.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gcwatx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gigharborwa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "glenbeulahwi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "grandviewheights.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "grundycountyiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gtcountymi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gulfcoastwaterauthoritytx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "harahanla.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "jacksoncountyfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "jeffersonvillepdin.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "jfklibrary.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "jonescountyiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "jonescountyiowaelections.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lakeclerkfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lakecountyclerkfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lakevotes.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lincolncountysheriffok.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lpcd-lafla.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lpcdops-lafla.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lucascountyohiovotes.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "maconcountymo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mahaskacountyia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "manitouspringsco.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "marinettecountywi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "marioncountyohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mohave.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "newtoncountymo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "northoaksmn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "oceanviewde.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "okmulgeecounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "olmstedcounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pelhamalrecreation.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pelhamlibraryal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ponca-nsn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "popecountyar.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "portorchardwa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "portsmouthohpd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "reddingrancheria-nsn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "redrivernm.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "reentry.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "risecstate.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "rosemountmn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "santarosaca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "scvotes.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "seminolecountyoklahoma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sheriffwashingtoncountymaine.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "texashealthtrace.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "thomastonmaine.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tombeantx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "townoftaycheedahwi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "trentonoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tryonnc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "unioncountyncelections.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "vanburencountyiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "vayavotarcolorado.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "virginiaabc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "votebrevard.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "waeldertexas.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "washingtoncountyar.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "worthcountyiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "zerodeathsmd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "azjlbc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cannoncountytn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "carrollcountyiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "churchillcountynv.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofelynv.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofherculaneum.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "clearcreekcountyco.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "decaturcountyiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "dubuquecountyiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fillmorecountyne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "floridafx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "floridahealthcareconnections.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "flyhealthy.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gajqc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gcso.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "greenecountyny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "greenecountyohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hancockcountyia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "haughtonla.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hoodrivercounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "horrycountysc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "kissimmee.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lafayetteco.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lenoirnc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "louisville.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "millscountyiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "millwoodwa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "modestoca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "montgomerycountyia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "monticelloky.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mtpleasant-tn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "muscatinecountyiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "myvotect.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "newberryfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "njleg.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nvigate.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ocsan.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "odenvilleal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "osceolacountyia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pcbfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pikecountyohcommissioners.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "placercountyelections.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "plymouthcountyiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "portsmouthsheriffsofficeva.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "priorlakemn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pwcva.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "quantum.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "radcliffky.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "reach.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sanpatriciocountytx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "southbridge-ma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stephensoncountyil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "swa-il.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tijerasnm.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "usicecenter.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "villageoftikiisland.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "votecitrus.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "wakpamnilake-nsn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "wawarsingny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "waynecountyne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "westlakehills.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "wisdotplans.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "yavapaiaz.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "yellowstonecountymt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "acnj.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "acnjpolice.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "adamscountyil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "adamscountypa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "alabamaable.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "alabamabuys.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "alabamasoilandwater.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "alachuacounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "alachuacountyfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "alachuacountyfla.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "alachuacountyflorida.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "albanyoregon.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "albme.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "alcovidvaccine.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "aledotx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "allencountyinvoters.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "allencountykentucky.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "almlc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "americorpsoig.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "andersoncountytn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "andersontownshipoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ansoncountync.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "apopka.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "arcolatexas.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "arvadaco.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ashtoncityid.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ashtonid.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "aspen.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "auroramarionvillepd-mo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "avondaleestatesga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "azsalud.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bakercitypd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bakercounty911or.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bakercountyor.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bakercountysheriffor.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bannockcountyidaho.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bartlettil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bartowcountyga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "batesvillearkansas.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "baxleyga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "beaconny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "belleplaineiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "berlinct.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bethelparkpa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bettendorf.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bigstonecounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "binghamcountyid.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "blackhistorymonth.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bluefieldwvpd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bluffcitytn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "boerandolphcountyga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bonnevillecountyidaho.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "boonecountyne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bouldercounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "boxbuttecountyne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bradentonfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "braxtoncountywv.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "browardvotes.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "buchanancountyvirginia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "buchananga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "buckscounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "budatx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "burnettcountywi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "calhouncountyflsheriff.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "capecoral.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "careyohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "carmeltownship-mi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cartercountymo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cavaliernd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "chathamcountync.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "chattahoocheefl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "childtaxcredit.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "chisagocountymn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "chnj.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "christiansburgva.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "chsvotes.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "circlevilleoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofbrookings-sd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofdelcity.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofgirardoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofmargaretalabama.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofmebanenc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofpearidgear.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofpinconningmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "clantonal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "clarendonvt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "clarkcountywi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "clarkstown.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "claytonca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "claytwpmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cochise.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "coeburnva.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "coil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "colliervotes.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "columbiatwpmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "colwichks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "comanchecountyks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "conwaysc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "coopercityfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "coralspringsfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "corsicanatx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "coryellcountytx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cottagegroveor.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cottonwoodcountymn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "crystalspringsms.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cumberlandcountync.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cumberlandcountypa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cumingcountyne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cybersafetn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cybertn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cypressca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "daviscountyiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "dcpudwa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "delcity.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "delhitownshipmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "denisontx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "detroit.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "dillonco.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "dkcoks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "dodgecountyne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "dotlakevillagecouncil-nsn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "douglascountyga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "doverma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "draperutah.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "dupagecounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "durhammaine.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "eaganmn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "eaglecounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "eastwashingtonpa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ebci-nsn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ebcired-nsn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ebki-nsn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "eclectic-al.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "elburnfire.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "elcajon.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "electionsshelbytn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "elmwoodmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "eriecountyohioboe.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "escondidoca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "evaluation.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fairfieldcountyohioworkforcecenter.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fairfieldtexas.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "falconerny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fallspa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "falmouthretirementma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fatetx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "faulknercountyar.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fayettemopd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fbctx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fbihr.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "findlayohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "flaglercounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fldjj.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fleet.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "flofr.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "floir.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "flsa6.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fontanaca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "forsythcountync.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "framinghampd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "franklincountyia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fremontfire.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fremontmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "frenchtownmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fsst-nsn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fultoncountyar.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fultondaleal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "galaw.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "garlandcountyar.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "glacierviewfire.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "goodlandks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gpodev.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "greenlakecountywi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "griswoldia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "gsafleet.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "guamcourts.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "guilfordct.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "halifaxma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hancockcountymaine.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hancockcountywv.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "harrisonar.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "harrisoncountyms.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "harrisoncountymschanceryclerk.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hartwellga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hcdatn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "health-ashlandcounty-oh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hermonmaine.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hernandovotes.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hgcityca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "highlandsclerkfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "holbrookaz.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hotspringsar.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "houstoncountyal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "howardcountysheriffmo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hudhomestore.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hudsonregional.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "icams-portal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "icas-nsn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "idahofalls.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ilag.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ilcourthelp.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "indianhill.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "indianriver.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "iowaintex.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "iowamissingpersons.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "iowastem.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "irondequoit.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "islandheightsborough.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "iwtsd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "jeffdaviscountyga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "jems-il.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "jerseycounty-il.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "jerseycountyclerk-il.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "jonestowntx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "kansasvaccine.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "kaysville.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "keizeror.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "kemahtx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "kingstonma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "kitsap.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lahabra.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lakeshiremo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lakewoodoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "laramiecountywy.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "larimer.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lavontx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lavote.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lawrencecountypa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lcemsami.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lennoxsd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "libertylakewapd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "linncountyiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "logancountyks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "longcountyga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "longlakeny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "loraincountyohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lsc-mn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lyndontownshipmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "manitowoccountywi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mariavilleme.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "marillatownshipmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "marshallcountywv.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "marshfieldvt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "masoncountywa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mcleodcountymn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mdatc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "medfordoregon.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "menomineecountymi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mesaazpolice.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mgclercoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "middleboroughma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "milanmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "milnerga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "miltonga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "miltontwpmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "minnesotahealthcareconsortium.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mnhc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "monroecountywv.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "montclairca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "montgomerycountyal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "montgomeryohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "montgomeryprobatecourtal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "montgomeryvotesal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "morgancountyutah.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "moselwi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mountaingrovemo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mrrjva.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mtcoks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mtlegnews.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mtredistricting.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mtvernonlisbonpd-ia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "murraycountymn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mvdmt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mynjhelps.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ncauditor.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ncem.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nclea.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ncsbe-apps.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ncuc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ndlegis.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ndlegistest.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "newaygocountymi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "newcastleok.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "newcombny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "newmilfordct.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "newwaterford-oh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nhbp.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "noblecountyprosecutoroh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "noexcusesc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nomasfraudecolorado.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "northaugustasc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "northcharlestonsc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "norwoodma150.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nyirc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nystrs.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "oakcreekwi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ocfelections.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ocvote.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "okemahok.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "oklahomaworkstogether.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "oldcc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "olivetownship-mi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "omag.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "onondaga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "orangecityfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "orangetexas.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "osagecounty-ok.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ossipee-nh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ourayco.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "owensboroky.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "painesvillemunicipalcourt-ohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "palmbeachelections.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "palmbeachvotes.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "palmcoast.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "palmdesert.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "parkcounty-wy.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pasadena.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pcscotus.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pdtppfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pennhillspa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "petal-ms.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "piketonohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pilotknobmo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pleasantviewmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pocahontascountyiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pomonaca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "popecountymn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "poplargrove-il.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pottcountyks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ppms.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pricevillepdal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pvtx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "qac.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "readycolorado.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "readync.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "rexburgid.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ridgecrestca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "riversidemo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "rockyford-co.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "romega.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "romegafire.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "romegapolice.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "rrtribalcourts-nsn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ruskcountytx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "saccountyiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "salinecountyks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sallisawok.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "saltlakecounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "santaclaracounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "santarosanm.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sapulpaok.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sapulpapd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sbcountyatc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "schaumburgil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "scottsboropdal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "screvencountyga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sedro-woolley.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "selmer-tn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "semrecc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "shanikofireor.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "shawnee-nsn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "shorewoodwi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "simplereport.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "simpsoncountyky.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "skillsenhancementtexas.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "skillsenhancementtx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "southamptontownnypolice.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "southjacksonville-il.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "southlaketx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "southmarengoal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "southwestkansaslibrarysystem.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "spencernc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "spokanecounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "srp.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stalbansvt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stantonca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "statelibraryofiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stcharlescountycsfamo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stcloudfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stillwatertownshipmn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stjosephmo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stlouiscountymovotes.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stockbridge-ma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stopransomware.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stratfordct.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sullivancountypa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sumtercountysc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "surrycountync.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "swcleanair.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "swocaoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tasefiling.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "taylorcountyhdwv.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "testiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tillamookcounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "timbercreekcanyontx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tndagc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tollandct.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tonasketwa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tooelecountyvotes.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "townofbrookwoodal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "townofcaponbridgewv.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "townofclevelandnc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "townofhamiltonny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "townofwinneconne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "trempcountywi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "unioncountyiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "vaccinateiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "vaccine.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "vacine.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "vacines.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "vacuna.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "valentinene.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "vallejoca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "vanburencounty-mi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "victoriacountytx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "villaparkil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "villarica.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "visalia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "visitconwaysc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "votedenton.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "votehillsborough.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "voteidaho.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "votepalmbeach.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "votepinellas.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "voterockfordil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "voteseminole.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "votesjc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "votewalton.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "waldenvt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "waldportoregon.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "walkermi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "warrencountynj.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "warrencountypa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "warrenri.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "washoecounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "watertownmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "waupacacounty-wi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "wcema-ok.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "weberelections.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "webstergrovesmo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "websternytoday.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "weld.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "westbathmaine.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "westfordwi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "westmelbourne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "westpointne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "wetumpkaal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "wheatfieldtwpmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "whitfieldcountyga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "willspointtx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "wilsoncountync.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "winkelmanaz.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "wirtcountywvsheriff.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "yochadehe.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "yumacountyco.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "accessoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "alcorncountyms.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "andrewcountymo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "arlingtonva.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ascensionparishla.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "atwatermn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "azredistricting.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "berlinvt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "berryvillear.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bethelparkpapolice.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "boonemo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "braintreevt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bransonwestmo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "brownstownmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "burtcountyne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "caledoniaoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "calvertcityky.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cameroncountytx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "campbellcountywy.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cantonmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "chandlerazpd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofmanchestertn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofpagedalemo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofwauchula.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "claycountyne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "clyde-tx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "colfaxcountyne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "columbiail.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cowleycountyks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "craigheadcountyar.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "custercountyne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "da4colorado.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "dalecountyal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "danvillevt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "deltacountymi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "dixoncountyne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "douglascounty-oregon.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "douglascountycolorado.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "douglasmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "duvalelections.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "effinghamcountyil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "elmerboroughnj.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "elrenook.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "escambiacountyal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "flaglerelections.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "flcourts.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "floydcountyga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "forsythmo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "goodhuecountymn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "greenecountytnsheriffsdept.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hardeecountyfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "harrimantn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "harvard-ma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "healdsburg.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "henrycountyga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "henrycountysheriffga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "il12thcourt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "jacksonville.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "jcmo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "jeffersoncountyks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "juntos.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "kankakeecountyclerk.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "kearnyaz.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "keenenh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "kempnertx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "kenedytx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "kimballwv.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "kynect.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lakemillsiowa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "larchmontny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lawrencecountymo911.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lebanoncountypa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "limingtonmaine.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "lincolncountywy.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "linncountyelections-ia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "madeinamerica.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "marioncounty911illinois.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "masoncountywv.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mckinneyisdtx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "menardcountyil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "middletownri.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "millercountyga.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "moorheadmn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "moval.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mu-wi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ncsbadvisors.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "northfayettepa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nvdps.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ocassessor.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ofallonil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "oglecountyil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "orlandhillspdil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "osbornecounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "osrdmo.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pascocountyfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "petersburgmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pinalcourtsaz.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "plainfieldil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "polkelections.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "putnam-fl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ridgefieldct.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "robertsoncountytn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "rpa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "seviercountyar.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "shakerheightsoh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "shapesouthcarolina.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sheboygancountywi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "springfieldvt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sslc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stanfordny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stcharlesparish.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stmichaelmn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sulphurspringsar.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "swanseama.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sweetwatercountywy.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "takechargetexas.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tallahatchiecountysheriffofficems.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tangipahoa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tbld.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tbyi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tenncare.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "thehillstx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "together.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tonkawaok.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "townoflebanonny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ui.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "unemployment.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "unioncountyor.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "villageofmuirmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "villageofowegony.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "volusiavotes.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "votecalhounfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "votegulf.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "voteindianriver.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "votenassaufl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "voteokeechobee.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "wallacecountyks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "washingtoncountyor.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "wcsoe.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "westfairleevt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "westlebanonpa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "willcounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "willcountyclerk.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "willcountysao.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "wyomingia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "yumacountyazvotes.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "airknowledge.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "andalusiaal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "arapahoeco.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "arapahoesheriff.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "arapahoevotes.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ashwaubenon.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bakercity.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bigrapidstownshipmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "brazoriacountyclerktx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "brockwaytwpmn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "bullockcountyal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "calhounfalls.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "carpentersvilleil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "castaneatownshippa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "catlettsburgky.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "champaigncountyclerkil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "citrusbocc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "citruscounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofbambergsc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofblancotx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofburnsor.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofkasaanak.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofperris.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityoframseymn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cityofspoonerwi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cocoafl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "colfaxia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "corfuny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "cortezco.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "dakota911mn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "dodgevillewi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "douglascountyor.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "edmondok.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "energycommunities.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "flcma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "flhealthcharts.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "florencecountywi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "fultoncountyil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "garrettcountymd.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "germantownwi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "glencarbonil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "grandchutewi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "grundycountyil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hartleycountytx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hodgeman.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hollyspringsms.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "holtcountyne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hutchinsonmn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "hvcoksvote.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "jacksonvilleal.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "juneaucountywi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ksabconline.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "kselien.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ksrevenue.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ksvehicles.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "kswebtags.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "leelanautownshipmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "logancountyohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "madisoncountyalema.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "manateepao.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "manhattanks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "maplegrovetownshipmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "marengomi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "masoncountyil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "matewanwv.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "matsu.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mcdowellcountyncboe.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "montgomerycountypa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mountclemens.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mwtown.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "mytreasury.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "myvaccinefl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nchaf.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nchomeownerassistance.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ncsparta.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "northfayettepapolice.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nuecescountytx.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "nyecountynv.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "oswegony.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "outagamie.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "palmbeachcounty-fl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "parkcountysheriff-wy.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "pcast.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "perrycountytn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "plainsgeorgia.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "power2prevent.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "ripon-wi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "rocklandcountyny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "rossvillega.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "schoolcrafttownshipmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "sciooregon.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "smithcountyelectiontn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "soconj.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "speakertwpmi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "srnl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stephenscity.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stlfc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stockbridgevt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "stoningtonboroughct.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "tarrytownny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "townofbrooklynwi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "townofhumeny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "townofjohnsonwi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "townofomro.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "townofthomsonmn.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "truckingks.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "valleycountyne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "vernonvt.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "vestalny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "villageofcarbonhill-il.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "volusiaelections.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "votefranklinfl.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "watongaok.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "waupacawi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "weho.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "westoveral.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "willcounty911.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "wincoil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, { "name": "winnebagocountywi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true }, // END OF ETLD-OWNER REQUESTED ENTRIES // To avoid trailing comma changes from showing up in diffs, we place a // single entry at the end. { "name": "hstspreload.org", "policy": "custom", "include_subdomains": true, "mode": "force-https" } ] }